summaryrefslogtreecommitdiff
path: root/vcl/headless
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2020-04-08 15:10:45 +0100
committerMichael Meeks <michael.meeks@collabora.com>2020-04-08 23:11:45 +0200
commit486d32f1e83002e6ff43db32463fb49393cc3664 (patch)
tree042eff42aec95b82c21321be13010c6fd4c5e102 /vcl/headless
parent5186dd92779d1fc2032415f59979cd6afd6b426c (diff)
tdf#131985 - ensure the Kit poll callback gets into fast idle loops.
Comparing with the windows impl. it seems that it is possible to get timeout / idle starvation, and we need to poll and be responsive on our sockets even in this this case. As such, ensure we end up in the Kit poll callback, even when we have very short timeouts / busy-idle loops. Change-Id: I4bcac46af931de52a675f66fd189cd0ee14a0859 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91893 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svpinst.cxx16
1 files changed, 11 insertions, 5 deletions
diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx
index 9501bd6af053..daaa4d170b3e 100644
--- a/vcl/headless/svpinst.cxx
+++ b/vcl/headless/svpinst.cxx
@@ -439,13 +439,20 @@ bool SvpSalInstance::DoYield(bool bWait, bool bHandleAllCurrentEvents)
if (!bHandleAllCurrentEvents && bEvent)
return true;
- bEvent = CheckTimeout() || bEvent;
+ ImplSVData* pSVData = ImplGetSVData();
+
+ bool bTimeout = CheckTimeout();
+ bool bSkipPoll = bEvent;
+ if (pSVData->mpPollCallback == nullptr)
+ bSkipPoll = bEvent || bTimeout;
+ // else - give the poll-callback visibility into waiting timeouts too.
SvpSalYieldMutex *const pMutex(static_cast<SvpSalYieldMutex*>(GetYieldMutex()));
if (IsMainThread())
{
- if (bWait && ! bEvent)
+ // in kit case
+ if (bWait && !bSkipPoll)
{
sal_Int64 nTimeoutMicroS = 0;
if (m_aTimeout.tv_sec) // Timer is started.
@@ -460,7 +467,6 @@ bool SvpSalInstance::DoYield(bool bWait, bool bHandleAllCurrentEvents)
else
nTimeoutMicroS = -1; // wait until something happens
- ImplSVData* pSVData = ImplGetSVData();
sal_uInt32 nAcquireCount = ReleaseYieldMutexAll();
if (pSVData->mpPollCallback)
@@ -496,7 +502,7 @@ bool SvpSalInstance::DoYield(bool bWait, bool bHandleAllCurrentEvents)
}
AcquireYieldMutex( nAcquireCount );
}
- else if (bEvent)
+ else if (bSkipPoll)
{
pMutex->m_NonMainWaitingYieldCond.set(); // wake up other threads
}
@@ -521,7 +527,7 @@ bool SvpSalInstance::DoYield(bool bWait, bool bHandleAllCurrentEvents)
}
}
- return bEvent;
+ return bSkipPoll;
}
bool SvpSalInstance::AnyInput( VclInputFlags nType )
'/> -rw-r--r--source/ar/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ar/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/ar/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/ar/helpcontent2/source/text/shared/01.po362
-rw-r--r--source/ar/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/ar/helpcontent2/source/text/shared/optionen.po442
-rw-r--r--source/ar/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/ar/helpcontent2/source/text/swriter/01.po150
-rw-r--r--source/ar/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/ar/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/ar/sc/messages.po180
-rw-r--r--source/ar/sd/messages.po750
-rw-r--r--source/ar/sfx2/messages.po10
-rw-r--r--source/ar/svl/messages.po15
-rw-r--r--source/ar/svtools/messages.po332
-rw-r--r--source/ar/svx/messages.po118
-rw-r--r--source/ar/sw/messages.po1773
-rw-r--r--source/ar/vcl/messages.po120
-rw-r--r--source/as/basctl/messages.po160
-rw-r--r--source/as/chart2/messages.po28
-rw-r--r--source/as/cui/messages.po62
-rw-r--r--source/as/dbaccess/messages.po12
-rw-r--r--source/as/framework/messages.po89
-rw-r--r--source/as/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/as/sc/messages.po180
-rw-r--r--source/as/sd/messages.po750
-rw-r--r--source/as/sfx2/messages.po10
-rw-r--r--source/as/svl/messages.po15
-rw-r--r--source/as/svtools/messages.po332
-rw-r--r--source/as/svx/messages.po116
-rw-r--r--source/as/sw/messages.po1774
-rw-r--r--source/as/vcl/messages.po120
-rw-r--r--source/ast/basctl/messages.po266
-rw-r--r--source/ast/basic/messages.po118
-rw-r--r--source/ast/chart2/messages.po540
-rw-r--r--source/ast/connectivity/messages.po10
-rw-r--r--source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po21
-rw-r--r--source/ast/connectivity/registry/mork/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/ast/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po22
-rw-r--r--source/ast/cui/messages.po702
-rw-r--r--source/ast/dbaccess/messages.po31
-rw-r--r--source/ast/desktop/messages.po168
-rw-r--r--source/ast/dictionaries/bo.po16
-rw-r--r--source/ast/dictionaries/cs_CZ.po15
-rw-r--r--source/ast/dictionaries/en/dialog/registry/data/org/openoffice/Office.po8
-rw-r--r--source/ast/dictionaries/es.po17
-rw-r--r--source/ast/dictionaries/gd_GB.po16
-rw-r--r--source/ast/dictionaries/gug.po16
-rw-r--r--source/ast/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po8
-rw-r--r--source/ast/dictionaries/id.po16
-rw-r--r--source/ast/dictionaries/is.po18
-rw-r--r--source/ast/dictionaries/pt_BR/dialog.po8
-rw-r--r--source/ast/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po8
-rw-r--r--source/ast/dictionaries/ru_RU/dialog.po30
-rw-r--r--source/ast/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po8
-rw-r--r--source/ast/dictionaries/sq_AL.po17
-rw-r--r--source/ast/dictionaries/sv_SE.po16
-rw-r--r--source/ast/dictionaries/tr_TR.po16
-rw-r--r--source/ast/editeng/messages.po37
-rw-r--r--source/ast/extensions/source/update/check/org/openoffice/Office.po18
-rw-r--r--source/ast/filter/messages.po9
-rw-r--r--source/ast/filter/source/config/fragments/internalgraphicfilters.po56
-rw-r--r--source/ast/forms/messages.po73
-rw-r--r--source/ast/formula/messages.po5
-rw-r--r--source/ast/framework/messages.po58
-rw-r--r--source/ast/helpcontent2/source/auxiliary.po72
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/python.po40
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared.po283
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared/01.po22
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared/02.po30
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared/03.po102
-rw-r--r--source/ast/helpcontent2/source/text/scalc.po34
-rw-r--r--source/ast/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/ast/helpcontent2/source/text/scalc/02.po34
-rw-r--r--source/ast/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/ast/helpcontent2/source/text/scalc/05.po30
-rw-r--r--source/ast/helpcontent2/source/text/scalc/06.po15
-rw-r--r--source/ast/helpcontent2/source/text/scalc/guide.po38
-rw-r--r--source/ast/helpcontent2/source/text/schart/02.po14
-rw-r--r--source/ast/helpcontent2/source/text/sdraw/01.po8
-rw-r--r--source/ast/helpcontent2/source/text/sdraw/04.po119
-rw-r--r--source/ast/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ast/helpcontent2/source/text/shared/01.po362
-rw-r--r--source/ast/helpcontent2/source/text/shared/04.po16
-rw-r--r--source/ast/helpcontent2/source/text/shared/07.po27
-rw-r--r--source/ast/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/ast/helpcontent2/source/text/shared/optionen.po530
-rw-r--r--source/ast/helpcontent2/source/text/simpress/01.po12
-rw-r--r--source/ast/helpcontent2/source/text/simpress/02.po14
-rw-r--r--source/ast/helpcontent2/source/text/smath.po14
-rw-r--r--source/ast/helpcontent2/source/text/smath/00.po34
-rw-r--r--source/ast/helpcontent2/source/text/swriter/01.po166
-rw-r--r--source/ast/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/ast/helpcontent2/source/text/swriter/04.po10
-rw-r--r--source/ast/helpcontent2/source/text/swriter/guide.po42
-rw-r--r--source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po83
-rw-r--r--source/ast/librelogo/source/pythonpath.po13
-rw-r--r--source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po66
-rw-r--r--source/ast/nlpsolver/src/locale.po15
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/ast/oox/messages.po10
-rw-r--r--source/ast/readlicense_oo/docs.po39
-rw-r--r--source/ast/reportdesign/messages.po6
-rw-r--r--source/ast/sc/messages.po188
-rw-r--r--source/ast/scp2/source/calc.po38
-rw-r--r--source/ast/scp2/source/ooo.po12
-rw-r--r--source/ast/scp2/source/writer.po43
-rw-r--r--source/ast/sd/messages.po768
-rw-r--r--source/ast/setup_native/source/mac.po9
-rw-r--r--source/ast/sfx2/messages.po10
-rw-r--r--source/ast/shell/messages.po17
-rw-r--r--source/ast/svl/messages.po16
-rw-r--r--source/ast/svtools/messages.po332
-rw-r--r--source/ast/svx/messages.po131
-rw-r--r--source/ast/sw/messages.po1799
-rw-r--r--source/ast/swext/mediawiki/help.po10
-rw-r--r--source/ast/sysui/desktop/share.po84
-rw-r--r--source/ast/vcl/messages.po122
-rw-r--r--source/az/basctl/messages.po160
-rw-r--r--source/az/chart2/messages.po28
-rw-r--r--source/az/cui/messages.po62
-rw-r--r--source/az/dbaccess/messages.po10
-rw-r--r--source/az/framework/messages.po90
-rw-r--r--source/az/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/az/sc/messages.po180
-rw-r--r--source/az/sd/messages.po750
-rw-r--r--source/az/sfx2/messages.po10
-rw-r--r--source/az/svl/messages.po16
-rw-r--r--source/az/svtools/messages.po332
-rw-r--r--source/az/svx/messages.po116
-rw-r--r--source/az/sw/messages.po1761
-rw-r--r--source/az/vcl/messages.po120
-rw-r--r--source/be/basctl/messages.po160
-rw-r--r--source/be/chart2/messages.po28
-rw-r--r--source/be/cui/messages.po62
-rw-r--r--source/be/dbaccess/messages.po10
-rw-r--r--source/be/framework/messages.po90
-rw-r--r--source/be/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/be/sc/messages.po180
-rw-r--r--source/be/sd/messages.po750
-rw-r--r--source/be/sfx2/messages.po10
-rw-r--r--source/be/svl/messages.po15
-rw-r--r--source/be/svtools/messages.po332
-rw-r--r--source/be/svx/messages.po116
-rw-r--r--source/be/sw/messages.po1770
-rw-r--r--source/be/vcl/messages.po120
-rw-r--r--source/bg/avmedia/messages.po10
-rw-r--r--source/bg/basctl/messages.po160
-rw-r--r--source/bg/chart2/messages.po30
-rw-r--r--source/bg/cui/messages.po74
-rw-r--r--source/bg/dbaccess/messages.po10
-rw-r--r--source/bg/framework/messages.po90
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po287
-rw-r--r--source/bg/helpcontent2/source/text/scalc.po12
-rw-r--r--source/bg/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/bg/helpcontent2/source/text/scalc/04.po185
-rw-r--r--source/bg/helpcontent2/source/text/scalc/05.po22
-rw-r--r--source/bg/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/bg/helpcontent2/source/text/sdraw/01.po14
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po50
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po796
-rw-r--r--source/bg/helpcontent2/source/text/shared/guide.po16
-rw-r--r--source/bg/helpcontent2/source/text/shared/optionen.po538
-rw-r--r--source/bg/helpcontent2/source/text/simpress/01.po14
-rw-r--r--source/bg/helpcontent2/source/text/smath/01.po6
-rw-r--r--source/bg/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po230
-rw-r--r--source/bg/helpcontent2/source/text/swriter/02.po18
-rw-r--r--source/bg/helpcontent2/source/text/swriter/guide.po72
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/bg/sc/messages.po182
-rw-r--r--source/bg/sd/messages.po758
-rw-r--r--source/bg/sfx2/messages.po16
-rw-r--r--source/bg/svl/messages.po19
-rw-r--r--source/bg/svtools/messages.po336
-rw-r--r--source/bg/svx/messages.po190
-rw-r--r--source/bg/sw/messages.po1813
-rw-r--r--source/bg/vcl/messages.po126
-rw-r--r--source/bn-IN/basctl/messages.po160
-rw-r--r--source/bn-IN/chart2/messages.po28
-rw-r--r--source/bn-IN/cui/messages.po62
-rw-r--r--source/bn-IN/dbaccess/messages.po10
-rw-r--r--source/bn-IN/framework/messages.po85
-rw-r--r--source/bn-IN/helpcontent2/source/auxiliary.po42
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po356
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/optionen.po510
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/guide.po18
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/bn-IN/sc/messages.po180
-rw-r--r--source/bn-IN/sd/messages.po750
-rw-r--r--source/bn-IN/sfx2/messages.po10
-rw-r--r--source/bn-IN/svl/messages.po16
-rw-r--r--source/bn-IN/svtools/messages.po332
-rw-r--r--source/bn-IN/svx/messages.po118
-rw-r--r--source/bn-IN/sw/messages.po1772
-rw-r--r--source/bn-IN/vcl/messages.po120
-rw-r--r--source/bn/basctl/messages.po160
-rw-r--r--source/bn/chart2/messages.po28
-rw-r--r--source/bn/cui/messages.po64
-rw-r--r--source/bn/dbaccess/messages.po12
-rw-r--r--source/bn/framework/messages.po90
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/bn/helpcontent2/source/text/scalc.po6
-rw-r--r--source/bn/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/bn/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/bn/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/bn/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/bn/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po356
-rw-r--r--source/bn/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/bn/helpcontent2/source/text/shared/optionen.po510
-rw-r--r--source/bn/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/bn/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/bn/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/bn/helpcontent2/source/text/swriter/guide.po18
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/bn/sc/messages.po180
-rw-r--r--source/bn/sd/messages.po753
-rw-r--r--source/bn/sfx2/messages.po10
-rw-r--r--source/bn/svl/messages.po16
-rw-r--r--source/bn/svtools/messages.po332
-rw-r--r--source/bn/svx/messages.po116
-rw-r--r--source/bn/sw/messages.po1775
-rw-r--r--source/bn/vcl/messages.po120
-rw-r--r--source/bo/basctl/messages.po160
-rw-r--r--source/bo/chart2/messages.po28
-rw-r--r--source/bo/cui/messages.po64
-rw-r--r--source/bo/dbaccess/messages.po12
-rw-r--r--source/bo/framework/messages.po90
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/bo/helpcontent2/source/text/scalc.po6
-rw-r--r--source/bo/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/bo/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/bo/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/bo/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/bo/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po356
-rw-r--r--source/bo/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/bo/helpcontent2/source/text/shared/optionen.po506
-rw-r--r--source/bo/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/bo/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/bo/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/bo/helpcontent2/source/text/swriter/guide.po16
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/bo/sc/messages.po180
-rw-r--r--source/bo/sd/messages.po753
-rw-r--r--source/bo/sfx2/messages.po10
-rw-r--r--source/bo/svl/messages.po16
-rw-r--r--source/bo/svtools/messages.po332
-rw-r--r--source/bo/svx/messages.po116
-rw-r--r--source/bo/sw/messages.po1773
-rw-r--r--source/bo/vcl/messages.po120
-rw-r--r--source/br/basctl/messages.po160
-rw-r--r--source/br/chart2/messages.po28
-rw-r--r--source/br/cui/messages.po62
-rw-r--r--source/br/dbaccess/messages.po10
-rw-r--r--source/br/framework/messages.po90
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/br/sc/messages.po180
-rw-r--r--source/br/sd/messages.po750
-rw-r--r--source/br/sfx2/messages.po10
-rw-r--r--source/br/svl/messages.po16
-rw-r--r--source/br/svtools/messages.po332
-rw-r--r--source/br/svx/messages.po116
-rw-r--r--source/br/sw/messages.po1773
-rw-r--r--source/br/vcl/messages.po120
-rw-r--r--source/brx/basctl/messages.po160
-rw-r--r--source/brx/chart2/messages.po28
-rw-r--r--source/brx/cui/messages.po64
-rw-r--r--source/brx/dbaccess/messages.po12
-rw-r--r--source/brx/framework/messages.po89
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/brx/sc/messages.po180
-rw-r--r--source/brx/sd/messages.po753
-rw-r--r--source/brx/sfx2/messages.po10
-rw-r--r--source/brx/svl/messages.po15
-rw-r--r--source/brx/svtools/messages.po332
-rw-r--r--source/brx/svx/messages.po116
-rw-r--r--source/brx/sw/messages.po1774
-rw-r--r--source/brx/vcl/messages.po120
-rw-r--r--source/bs/basctl/messages.po160
-rw-r--r--source/bs/chart2/messages.po28
-rw-r--r--source/bs/cui/messages.po62
-rw-r--r--source/bs/dbaccess/messages.po12
-rw-r--r--source/bs/framework/messages.po90
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/bs/helpcontent2/source/text/scalc.po6
-rw-r--r--source/bs/helpcontent2/source/text/scalc/04.po178
-rw-r--r--source/bs/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/bs/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/bs/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/bs/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po382
-rw-r--r--source/bs/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/bs/helpcontent2/source/text/shared/optionen.po506
-rw-r--r--source/bs/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/bs/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/bs/helpcontent2/source/text/swriter/02.po12
-rw-r--r--source/bs/helpcontent2/source/text/swriter/guide.po16
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/bs/sc/messages.po180
-rw-r--r--source/bs/sd/messages.po750
-rw-r--r--source/bs/sfx2/messages.po10
-rw-r--r--source/bs/svl/messages.po16
-rw-r--r--source/bs/svtools/messages.po332
-rw-r--r--source/bs/svx/messages.po116
-rw-r--r--source/bs/sw/messages.po1775
-rw-r--r--source/bs/vcl/messages.po120
-rw-r--r--source/ca-valencia/basctl/messages.po160
-rw-r--r--source/ca-valencia/chart2/messages.po28
-rw-r--r--source/ca-valencia/cui/messages.po62
-rw-r--r--source/ca-valencia/dbaccess/messages.po10
-rw-r--r--source/ca-valencia/framework/messages.po83
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc.po6
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po436
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/optionen.po518
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/ca-valencia/sc/messages.po180
-rw-r--r--source/ca-valencia/sd/messages.po750
-rw-r--r--source/ca-valencia/sfx2/messages.po10
-rw-r--r--source/ca-valencia/svl/messages.po9
-rw-r--r--source/ca-valencia/svtools/messages.po332
-rw-r--r--source/ca-valencia/svx/messages.po116
-rw-r--r--source/ca-valencia/sw/messages.po1769
-rw-r--r--source/ca-valencia/vcl/messages.po120
-rw-r--r--source/ca/basctl/messages.po160
-rw-r--r--source/ca/chart2/messages.po30
-rw-r--r--source/ca/cui/messages.po140
-rw-r--r--source/ca/dbaccess/messages.po12
-rw-r--r--source/ca/extensions/messages.po8
-rw-r--r--source/ca/filter/messages.po8
-rw-r--r--source/ca/framework/messages.po85
-rw-r--r--source/ca/helpcontent2/source/auxiliary.po6
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po297
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared/02.po18
-rw-r--r--source/ca/helpcontent2/source/text/scalc.po28
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po20
-rw-r--r--source/ca/helpcontent2/source/text/scalc/02.po16
-rw-r--r--source/ca/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/ca/helpcontent2/source/text/scalc/05.po26
-rw-r--r--source/ca/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/ca/helpcontent2/source/text/schart/02.po12
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/01.po14
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po461
-rw-r--r--source/ca/helpcontent2/source/text/shared/explorer/database.po6
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po42
-rw-r--r--source/ca/helpcontent2/source/text/shared/menu.po10
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po544
-rw-r--r--source/ca/helpcontent2/source/text/simpress.po18
-rw-r--r--source/ca/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/ca/helpcontent2/source/text/simpress/02.po36
-rw-r--r--source/ca/helpcontent2/source/text/swriter/00.po30
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/ca/helpcontent2/source/text/swriter/02.po22
-rw-r--r--source/ca/helpcontent2/source/text/swriter/04.po18
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office.po24
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po102
-rw-r--r--source/ca/sc/messages.po232
-rw-r--r--source/ca/sd/messages.po782
-rw-r--r--source/ca/sfx2/messages.po22
-rw-r--r--source/ca/svl/messages.po21
-rw-r--r--source/ca/svtools/messages.po340
-rw-r--r--source/ca/svx/messages.po136
-rw-r--r--source/ca/sw/messages.po1893
-rw-r--r--source/ca/vcl/messages.po126
-rw-r--r--source/cs/avmedia/messages.po8
-rw-r--r--source/cs/basctl/messages.po166
-rw-r--r--source/cs/chart2/messages.po36
-rw-r--r--source/cs/cui/messages.po86
-rw-r--r--source/cs/dbaccess/messages.po12
-rw-r--r--source/cs/filter/messages.po6
-rw-r--r--source/cs/framework/messages.po94
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/python.po578
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po295
-rw-r--r--source/cs/helpcontent2/source/text/scalc.po18
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/cs/helpcontent2/source/text/scalc/04.po183
-rw-r--r--source/cs/helpcontent2/source/text/scalc/05.po26
-rw-r--r--source/cs/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/01.po12
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po52
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po486
-rw-r--r--source/cs/helpcontent2/source/text/shared/02.po10
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po18
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po540
-rw-r--r--source/cs/helpcontent2/source/text/simpress/01.po16
-rw-r--r--source/cs/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po230
-rw-r--r--source/cs/helpcontent2/source/text/swriter/02.po18
-rw-r--r--source/cs/helpcontent2/source/text/swriter/guide.po68
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/cs/readlicense_oo/docs.po6
-rw-r--r--source/cs/sc/messages.po186
-rw-r--r--source/cs/sd/messages.po782
-rw-r--r--source/cs/sfx2/messages.po16
-rw-r--r--source/cs/svl/messages.po17
-rw-r--r--source/cs/svtools/messages.po336
-rw-r--r--source/cs/svx/messages.po190
-rw-r--r--source/cs/sw/messages.po1816
-rw-r--r--source/cs/vcl/messages.po128
-rw-r--r--source/cy/basctl/messages.po160
-rw-r--r--source/cy/chart2/messages.po30
-rw-r--r--source/cy/cui/messages.po66
-rw-r--r--source/cy/dbaccess/messages.po10
-rw-r--r--source/cy/framework/messages.po90
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/cy/sc/messages.po182
-rw-r--r--source/cy/sd/messages.po754
-rw-r--r--source/cy/sfx2/messages.po16
-rw-r--r--source/cy/svl/messages.po17
-rw-r--r--source/cy/svtools/messages.po334
-rw-r--r--source/cy/svx/messages.po118
-rw-r--r--source/cy/sw/messages.po1779
-rw-r--r--source/cy/vcl/messages.po126
-rw-r--r--source/da/basctl/messages.po160
-rw-r--r--source/da/chart2/messages.po28
-rw-r--r--source/da/cui/messages.po66
-rw-r--r--source/da/dbaccess/messages.po12
-rw-r--r--source/da/filter/messages.po6
-rw-r--r--source/da/framework/messages.po90
-rw-r--r--source/da/helpcontent2/source/text/sbasic/python.po128
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared.po477
-rw-r--r--source/da/helpcontent2/source/text/scalc.po6
-rw-r--r--source/da/helpcontent2/source/text/scalc/00.po50
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po24
-rw-r--r--source/da/helpcontent2/source/text/scalc/04.po200
-rw-r--r--source/da/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/da/helpcontent2/source/text/scalc/guide.po30
-rw-r--r--source/da/helpcontent2/source/text/schart/01.po13
-rw-r--r--source/da/helpcontent2/source/text/sdraw.po53
-rw-r--r--source/da/helpcontent2/source/text/sdraw/00.po20
-rw-r--r--source/da/helpcontent2/source/text/sdraw/01.po10
-rw-r--r--source/da/helpcontent2/source/text/sdraw/guide.po126
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po26
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po448
-rw-r--r--source/da/helpcontent2/source/text/shared/02.po66
-rw-r--r--source/da/helpcontent2/source/text/shared/05.po18
-rw-r--r--source/da/helpcontent2/source/text/shared/06.po10
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/da/helpcontent2/source/text/shared/optionen.po550
-rw-r--r--source/da/helpcontent2/source/text/simpress/01.po16
-rw-r--r--source/da/helpcontent2/source/text/simpress/02.po12
-rw-r--r--source/da/helpcontent2/source/text/simpress/guide.po8
-rw-r--r--source/da/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/da/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/da/helpcontent2/source/text/swriter/04.po7
-rw-r--r--source/da/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/da/reportdesign/messages.po8
-rw-r--r--source/da/sc/messages.po186
-rw-r--r--source/da/scp2/source/ooo.po10
-rw-r--r--source/da/sd/messages.po752
-rw-r--r--source/da/sfx2/messages.po35
-rw-r--r--source/da/svl/messages.po15
-rw-r--r--source/da/svtools/messages.po350
-rw-r--r--source/da/svx/messages.po125
-rw-r--r--source/da/sw/messages.po1885
-rw-r--r--source/da/vcl/messages.po126
-rw-r--r--source/de/basctl/messages.po160
-rw-r--r--source/de/chart2/messages.po28
-rw-r--r--source/de/cui/messages.po62
-rw-r--r--source/de/dbaccess/messages.po12
-rw-r--r--source/de/framework/messages.po58
-rw-r--r--source/de/helpcontent2/source/text/sbasic/python.po10
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po275
-rw-r--r--source/de/helpcontent2/source/text/scalc.po6
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po12
-rw-r--r--source/de/helpcontent2/source/text/scalc/04.po181
-rw-r--r--source/de/helpcontent2/source/text/scalc/05.po22
-rw-r--r--source/de/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/de/helpcontent2/source/text/sdraw/01.po10
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po448
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po532
-rw-r--r--source/de/helpcontent2/source/text/simpress/01.po14
-rw-r--r--source/de/helpcontent2/source/text/smath/01.po6
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/de/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/de/sc/messages.po180
-rw-r--r--source/de/sd/messages.po752
-rw-r--r--source/de/sfx2/messages.po14
-rw-r--r--source/de/svl/messages.po15
-rw-r--r--source/de/svtools/messages.po332
-rw-r--r--source/de/svx/messages.po122
-rw-r--r--source/de/sw/messages.po1773
-rw-r--r--source/de/vcl/messages.po124
-rw-r--r--source/dgo/basctl/messages.po160
-rw-r--r--source/dgo/chart2/messages.po28
-rw-r--r--source/dgo/cui/messages.po64
-rw-r--r--source/dgo/dbaccess/messages.po12
-rw-r--r--source/dgo/framework/messages.po89
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/dgo/sc/messages.po180
-rw-r--r--source/dgo/sd/messages.po750
-rw-r--r--source/dgo/sfx2/messages.po10
-rw-r--r--source/dgo/svl/messages.po15
-rw-r--r--source/dgo/svtools/messages.po332
-rw-r--r--source/dgo/svx/messages.po118
-rw-r--r--source/dgo/sw/messages.po1770
-rw-r--r--source/dgo/vcl/messages.po120
-rw-r--r--source/dsb/avmedia/messages.po9
-rw-r--r--source/dsb/basctl/messages.po164
-rw-r--r--source/dsb/chart2/messages.po34
-rw-r--r--source/dsb/cui/messages.po80
-rw-r--r--source/dsb/dbaccess/messages.po12
-rw-r--r--source/dsb/filter/messages.po6
-rw-r--r--source/dsb/framework/messages.po60
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/dsb/sc/messages.po184
-rw-r--r--source/dsb/sd/messages.po784
-rw-r--r--source/dsb/sfx2/messages.po20
-rw-r--r--source/dsb/svl/messages.po20
-rw-r--r--source/dsb/svtools/messages.po336
-rw-r--r--source/dsb/svx/messages.po190
-rw-r--r--source/dsb/sw/messages.po1813
-rw-r--r--source/dsb/vcl/messages.po128
-rw-r--r--source/dz/basctl/messages.po160
-rw-r--r--source/dz/chart2/messages.po28
-rw-r--r--source/dz/cui/messages.po64
-rw-r--r--source/dz/dbaccess/messages.po12
-rw-r--r--source/dz/framework/messages.po90
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/dz/helpcontent2/source/text/scalc.po6
-rw-r--r--source/dz/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/dz/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/dz/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/dz/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po412
-rw-r--r--source/dz/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/dz/helpcontent2/source/text/shared/optionen.po510
-rw-r--r--source/dz/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/dz/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/dz/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/dz/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/dz/sc/messages.po180
-rw-r--r--source/dz/sd/messages.po753
-rw-r--r--source/dz/sfx2/messages.po10
-rw-r--r--source/dz/svl/messages.po16
-rw-r--r--source/dz/svtools/messages.po332
-rw-r--r--source/dz/svx/messages.po116
-rw-r--r--source/dz/sw/messages.po1774
-rw-r--r--source/dz/vcl/messages.po120
-rw-r--r--source/el/avmedia/messages.po10
-rw-r--r--source/el/basctl/messages.po160
-rw-r--r--source/el/chart2/messages.po34
-rw-r--r--source/el/cui/messages.po78
-rw-r--r--source/el/dbaccess/messages.po12
-rw-r--r--source/el/filter/messages.po6
-rw-r--r--source/el/framework/messages.po58
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared.po273
-rw-r--r--source/el/helpcontent2/source/text/scalc.po12
-rw-r--r--source/el/helpcontent2/source/text/scalc/00.po44
-rw-r--r--source/el/helpcontent2/source/text/scalc/01.po266
-rw-r--r--source/el/helpcontent2/source/text/scalc/02.po22
-rw-r--r--source/el/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/el/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/el/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/el/helpcontent2/source/text/schart/01.po15
-rw-r--r--source/el/helpcontent2/source/text/sdraw/01.po107
-rw-r--r--source/el/helpcontent2/source/text/shared.po11
-rw-r--r--source/el/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po448
-rw-r--r--source/el/helpcontent2/source/text/shared/06.po68
-rw-r--r--source/el/helpcontent2/source/text/shared/guide.po68
-rw-r--r--source/el/helpcontent2/source/text/shared/menu.po38
-rw-r--r--source/el/helpcontent2/source/text/shared/optionen.po532
-rw-r--r--source/el/helpcontent2/source/text/simpress/01.po14
-rw-r--r--source/el/helpcontent2/source/text/simpress/guide.po106
-rw-r--r--source/el/helpcontent2/source/text/swriter.po20
-rw-r--r--source/el/helpcontent2/source/text/swriter/00.po70
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/el/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/el/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po74
-rw-r--r--source/el/oox/messages.po14
-rw-r--r--source/el/sc/messages.po184
-rw-r--r--source/el/sd/messages.po780
-rw-r--r--source/el/sfx2/messages.po18
-rw-r--r--source/el/svl/messages.po19
-rw-r--r--source/el/svtools/messages.po334
-rw-r--r--source/el/svx/messages.po190
-rw-r--r--source/el/sw/messages.po1811
-rw-r--r--source/el/vcl/messages.po126
-rw-r--r--source/el/wizards/source/resources.po566
-rw-r--r--source/en-GB/avmedia/messages.po12
-rw-r--r--source/en-GB/basctl/messages.po160
-rw-r--r--source/en-GB/chart2/messages.po34
-rw-r--r--source/en-GB/cui/messages.po78
-rw-r--r--source/en-GB/dbaccess/messages.po10
-rw-r--r--source/en-GB/filter/messages.po10
-rw-r--r--source/en-GB/framework/messages.po90
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po455
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc.po6
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/04.po181
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/05.po22
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/en-GB/helpcontent2/source/text/sdraw/01.po10
-rw-r--r--source/en-GB/helpcontent2/source/text/sdraw/guide.po136
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po448
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/02.po327
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po184
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/optionen.po532
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/00.po24
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/01.po78
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/02.po36
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/guide.po96
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/01.po18
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter.po12
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po228
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/02.po48
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/04.po14
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/guide.po68
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/en-GB/sc/messages.po180
-rw-r--r--source/en-GB/sd/messages.po784
-rw-r--r--source/en-GB/sfx2/messages.po14
-rw-r--r--source/en-GB/svl/messages.po15
-rw-r--r--source/en-GB/svtools/messages.po334
-rw-r--r--source/en-GB/svx/messages.po116
-rw-r--r--source/en-GB/sw/messages.po1773
-rw-r--r--source/en-GB/vcl/messages.po126
-rw-r--r--source/en-ZA/basctl/messages.po160
-rw-r--r--source/en-ZA/chart2/messages.po28
-rw-r--r--source/en-ZA/cui/messages.po64
-rw-r--r--source/en-ZA/dbaccess/messages.po10
-rw-r--r--source/en-ZA/framework/messages.po90
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po422
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/optionen.po512
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/guide.po18
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/en-ZA/sc/messages.po180
-rw-r--r--source/en-ZA/sd/messages.po753
-rw-r--r--source/en-ZA/sfx2/messages.po10
-rw-r--r--source/en-ZA/svl/messages.po16
-rw-r--r--source/en-ZA/svtools/messages.po332
-rw-r--r--source/en-ZA/svx/messages.po116
-rw-r--r--source/en-ZA/sw/messages.po1773
-rw-r--r--source/en-ZA/vcl/messages.po120
-rw-r--r--source/eo/avmedia/messages.po10
-rw-r--r--source/eo/basctl/messages.po172
-rw-r--r--source/eo/chart2/messages.po72
-rw-r--r--source/eo/cui/messages.po268
-rw-r--r--source/eo/dbaccess/messages.po49
-rw-r--r--source/eo/desktop/messages.po14
-rw-r--r--source/eo/editeng/messages.po34
-rw-r--r--source/eo/filter/messages.po14
-rw-r--r--source/eo/framework/messages.po90
-rw-r--r--source/eo/helpcontent2/source/auxiliary.po12
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/eo/helpcontent2/source/text/scalc.po6
-rw-r--r--source/eo/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/eo/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/eo/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/eo/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/eo/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po392
-rw-r--r--source/eo/helpcontent2/source/text/shared/guide.po28
-rw-r--r--source/eo/helpcontent2/source/text/shared/optionen.po472
-rw-r--r--source/eo/helpcontent2/source/text/simpress/01.po12
-rw-r--r--source/eo/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/eo/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/eo/helpcontent2/source/text/swriter/guide.po30
-rw-r--r--source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po28
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po108
-rw-r--r--source/eo/sc/messages.po180
-rw-r--r--source/eo/scaddins/messages.po16
-rw-r--r--source/eo/sd/messages.po764
-rw-r--r--source/eo/setup_native/source/mac.po13
-rw-r--r--source/eo/sfx2/messages.po116
-rw-r--r--source/eo/svl/messages.po15
-rw-r--r--source/eo/svtools/messages.po332
-rw-r--r--source/eo/svx/messages.po122
-rw-r--r--source/eo/sw/messages.po2071
-rw-r--r--source/eo/vcl/messages.po124
-rw-r--r--source/eo/wizards/source/resources.po24
-rw-r--r--source/eo/writerperfect/messages.po14
-rw-r--r--source/eo/xmlsecurity/messages.po11
-rw-r--r--source/es/basctl/messages.po164
-rw-r--r--source/es/chart2/messages.po30
-rw-r--r--source/es/cui/messages.po116
-rw-r--r--source/es/dbaccess/messages.po18
-rw-r--r--source/es/extensions/messages.po6
-rw-r--r--source/es/extras/source/autocorr/emoji.po6
-rw-r--r--source/es/filter/messages.po6
-rw-r--r--source/es/forms/messages.po6
-rw-r--r--source/es/framework/messages.po85
-rw-r--r--source/es/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po405
-rw-r--r--source/es/helpcontent2/source/text/scalc.po14
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po36
-rw-r--r--source/es/helpcontent2/source/text/scalc/04.po190
-rw-r--r--source/es/helpcontent2/source/text/scalc/05.po22
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po32
-rw-r--r--source/es/helpcontent2/source/text/sdraw.po6
-rw-r--r--source/es/helpcontent2/source/text/sdraw/01.po9
-rw-r--r--source/es/helpcontent2/source/text/sdraw/guide.po6
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po26
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po478
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po6
-rw-r--r--source/es/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/es/helpcontent2/source/text/shared/explorer/database.po10
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po34
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po540
-rw-r--r--source/es/helpcontent2/source/text/simpress.po6
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po20
-rw-r--r--source/es/helpcontent2/source/text/simpress/02.po16
-rw-r--r--source/es/helpcontent2/source/text/smath/01.po6
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po194
-rw-r--r--source/es/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po52
-rw-r--r--source/es/helpcontent2/source/text/swriter/librelogo.po18
-rw-r--r--source/es/librelogo/source/pythonpath.po154
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po91
-rw-r--r--source/es/sc/messages.po212
-rw-r--r--source/es/sd/messages.po796
-rw-r--r--source/es/sfx2/messages.po16
-rw-r--r--source/es/starmath/messages.po6
-rw-r--r--source/es/svl/messages.po19
-rw-r--r--source/es/svtools/messages.po336
-rw-r--r--source/es/svx/messages.po142
-rw-r--r--source/es/sw/messages.po1815
-rw-r--r--source/es/vcl/messages.po128
-rw-r--r--source/et/basctl/messages.po160
-rw-r--r--source/et/chart2/messages.po28
-rw-r--r--source/et/cui/messages.po62
-rw-r--r--source/et/dbaccess/messages.po10
-rw-r--r--source/et/framework/messages.po90
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/et/helpcontent2/source/text/scalc.po6
-rw-r--r--source/et/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/et/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/et/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/et/helpcontent2/source/text/sdraw/01.po7
-rw-r--r--source/et/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po426
-rw-r--r--source/et/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/et/helpcontent2/source/text/shared/optionen.po532
-rw-r--r--source/et/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/et/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/et/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/et/sc/messages.po180
-rw-r--r--source/et/sd/messages.po752
-rw-r--r--source/et/sfx2/messages.po10
-rw-r--r--source/et/svl/messages.po15
-rw-r--r--source/et/svtools/messages.po332
-rw-r--r--source/et/svx/messages.po122
-rw-r--r--source/et/sw/messages.po1771
-rw-r--r--source/et/vcl/messages.po124
-rw-r--r--source/eu/basctl/messages.po164
-rw-r--r--source/eu/chart2/messages.po30
-rw-r--r--source/eu/cui/messages.po157
-rw-r--r--source/eu/dbaccess/messages.po12
-rw-r--r--source/eu/extensions/messages.po6
-rw-r--r--source/eu/framework/messages.po91
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared.po283
-rw-r--r--source/eu/helpcontent2/source/text/scalc.po20
-rw-r--r--source/eu/helpcontent2/source/text/scalc/04.po181
-rw-r--r--source/eu/helpcontent2/source/text/scalc/05.po22
-rw-r--r--source/eu/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/eu/helpcontent2/source/text/sdraw/01.po12
-rw-r--r--source/eu/helpcontent2/source/text/sdraw/guide.po22
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po572
-rw-r--r--source/eu/helpcontent2/source/text/shared/06.po36
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/eu/helpcontent2/source/text/shared/optionen.po536
-rw-r--r--source/eu/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/eu/helpcontent2/source/text/simpress/01.po22
-rw-r--r--source/eu/helpcontent2/source/text/simpress/02.po40
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/eu/helpcontent2/source/text/swriter/02.po40
-rw-r--r--source/eu/helpcontent2/source/text/swriter/guide.po28
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po78
-rw-r--r--source/eu/sc/messages.po186
-rw-r--r--source/eu/sd/messages.po780
-rw-r--r--source/eu/sfx2/messages.po14
-rw-r--r--source/eu/svl/messages.po19
-rw-r--r--source/eu/svtools/messages.po336
-rw-r--r--source/eu/svx/messages.po160
-rw-r--r--source/eu/sw/messages.po1825
-rw-r--r--source/eu/vcl/messages.po128
-rw-r--r--source/fa/avmedia/messages.po10
-rw-r--r--source/fa/basctl/messages.po160
-rw-r--r--source/fa/basic/messages.po234
-rw-r--r--source/fa/chart2/messages.po28
-rw-r--r--source/fa/cui/messages.po64
-rw-r--r--source/fa/dbaccess/messages.po10
-rw-r--r--source/fa/framework/messages.po90
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/fa/sc/messages.po180
-rw-r--r--source/fa/sd/messages.po753
-rw-r--r--source/fa/sfx2/messages.po10
-rw-r--r--source/fa/svl/messages.po11
-rw-r--r--source/fa/svtools/messages.po332
-rw-r--r--source/fa/svx/messages.po116
-rw-r--r--source/fa/sw/messages.po1772
-rw-r--r--source/fa/vcl/messages.po120
-rw-r--r--source/fi/avmedia/messages.po12
-rw-r--r--source/fi/basctl/messages.po160
-rw-r--r--source/fi/chart2/messages.po36
-rw-r--r--source/fi/cui/messages.po68
-rw-r--r--source/fi/dbaccess/messages.po12
-rw-r--r--source/fi/framework/messages.po58
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/fi/helpcontent2/source/text/scalc.po6
-rw-r--r--source/fi/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/fi/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/fi/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/fi/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/fi/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po436
-rw-r--r--source/fi/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/fi/helpcontent2/source/text/shared/optionen.po524
-rw-r--r--source/fi/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/fi/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/fi/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/fi/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/fi/sc/messages.po190
-rw-r--r--source/fi/sd/messages.po750
-rw-r--r--source/fi/sfx2/messages.po14
-rw-r--r--source/fi/starmath/messages.po14
-rw-r--r--source/fi/svl/messages.po16
-rw-r--r--source/fi/svtools/messages.po334
-rw-r--r--source/fi/svx/messages.po134
-rw-r--r--source/fi/sw/messages.po1791
-rw-r--r--source/fi/vcl/messages.po126
-rw-r--r--source/fr/basctl/messages.po160
-rw-r--r--source/fr/chart2/messages.po28
-rw-r--r--source/fr/cui/messages.po72
-rw-r--r--source/fr/dbaccess/messages.po10
-rw-r--r--source/fr/framework/messages.po90
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared.po275
-rw-r--r--source/fr/helpcontent2/source/text/scalc.po6
-rw-r--r--source/fr/helpcontent2/source/text/scalc/00.po50
-rw-r--r--source/fr/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/fr/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/fr/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/fr/helpcontent2/source/text/sdraw/01.po9
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po448
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po532
-rw-r--r--source/fr/helpcontent2/source/text/simpress/01.po20
-rw-r--r--source/fr/helpcontent2/source/text/simpress/02.po10
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/fr/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/fr/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/fr/sc/messages.po180
-rw-r--r--source/fr/sd/messages.po752
-rw-r--r--source/fr/sfx2/messages.po14
-rw-r--r--source/fr/svl/messages.po15
-rw-r--r--source/fr/svtools/messages.po332
-rw-r--r--source/fr/svx/messages.po128
-rw-r--r--source/fr/sw/messages.po1773
-rw-r--r--source/fr/vcl/messages.po126
-rw-r--r--source/fur/accessibility/messages.po78
-rw-r--r--source/fur/avmedia/messages.po155
-rw-r--r--source/fur/basctl/messages.po996
-rw-r--r--source/fur/basic/messages.po829
-rw-r--r--source/fur/chart2/messages.po3856
-rw-r--r--source/fur/connectivity/messages.po668
-rw-r--r--source/fur/connectivity/registry/ado/org/openoffice/Office/DataAccess.po47
-rw-r--r--source/fur/connectivity/registry/calc/org/openoffice/Office/DataAccess.po27
-rw-r--r--source/fur/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po27
-rw-r--r--source/fur/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po47
-rw-r--r--source/fur/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po37
-rw-r--r--source/fur/connectivity/registry/flat/org/openoffice/Office/DataAccess.po27
-rw-r--r--source/fur/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po27
-rw-r--r--source/fur/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po37
-rw-r--r--source/fur/connectivity/registry/macab/org/openoffice/Office/DataAccess.po27
-rw-r--r--source/fur/connectivity/registry/mork/org/openoffice/Office/DataAccess.po27
-rw-r--r--source/fur/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po47
-rw-r--r--source/fur/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po27
-rw-r--r--source/fur/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po27
-rw-r--r--source/fur/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po27
-rw-r--r--source/fur/connectivity/registry/writer/org/openoffice/Office/DataAccess.po27
-rw-r--r--source/fur/cui/messages.po15770
-rw-r--r--source/fur/dbaccess/messages.po4884
-rw-r--r--source/fur/desktop/messages.po1024
-rw-r--r--source/fur/dictionaries/af_ZA.po26
-rw-r--r--source/fur/dictionaries/an_ES.po26
-rw-r--r--source/fur/dictionaries/ar.po26
-rw-r--r--source/fur/dictionaries/be_BY.po26
-rw-r--r--source/fur/dictionaries/bg_BG.po26
-rw-r--r--source/fur/dictionaries/bn_BD.po26
-rw-r--r--source/fur/dictionaries/bo.po26
-rw-r--r--source/fur/dictionaries/br_FR.po26
-rw-r--r--source/fur/dictionaries/bs_BA.po26
-rw-r--r--source/fur/dictionaries/ca.po26
-rw-r--r--source/fur/dictionaries/cs_CZ.po26
-rw-r--r--source/fur/dictionaries/da_DK.po26
-rw-r--r--source/fur/dictionaries/de.po26
-rw-r--r--source/fur/dictionaries/el_GR.po26
-rw-r--r--source/fur/dictionaries/en.po26
-rw-r--r--source/fur/dictionaries/en/dialog.po350
-rw-r--r--source/fur/dictionaries/en/dialog/registry/data/org/openoffice/Office.po37
-rw-r--r--source/fur/dictionaries/es.po26
-rw-r--r--source/fur/dictionaries/et_EE.po26
-rw-r--r--source/fur/dictionaries/fr_FR.po26
-rw-r--r--source/fur/dictionaries/gd_GB.po26
-rw-r--r--source/fur/dictionaries/gl.po26
-rw-r--r--source/fur/dictionaries/gu_IN.po26
-rw-r--r--source/fur/dictionaries/gug.po26
-rw-r--r--source/fur/dictionaries/he_IL.po26
-rw-r--r--source/fur/dictionaries/hi_IN.po26
-rw-r--r--source/fur/dictionaries/hr_HR.po26
-rw-r--r--source/fur/dictionaries/hu_HU.po26
-rw-r--r--source/fur/dictionaries/hu_HU/dialog.po305
-rw-r--r--source/fur/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po37
-rw-r--r--source/fur/dictionaries/id.po26
-rw-r--r--source/fur/dictionaries/is.po26
-rw-r--r--source/fur/dictionaries/it_IT.po26
-rw-r--r--source/fur/dictionaries/kmr_Latn.po26
-rw-r--r--source/fur/dictionaries/lo_LA.po26
-rw-r--r--source/fur/dictionaries/lt_LT.po26
-rw-r--r--source/fur/dictionaries/lv_LV.po26
-rw-r--r--source/fur/dictionaries/ne_NP.po26
-rw-r--r--source/fur/dictionaries/nl_NL.po26
-rw-r--r--source/fur/dictionaries/no.po26
-rw-r--r--source/fur/dictionaries/oc_FR.po26
-rw-r--r--source/fur/dictionaries/pl_PL.po26
-rw-r--r--source/fur/dictionaries/pt_BR.po26
-rw-r--r--source/fur/dictionaries/pt_BR/dialog.po37
-rw-r--r--source/fur/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po37
-rw-r--r--source/fur/dictionaries/pt_PT.po26
-rw-r--r--source/fur/dictionaries/ro.po26
-rw-r--r--source/fur/dictionaries/ru_RU.po26
-rw-r--r--source/fur/dictionaries/ru_RU/dialog.po143
-rw-r--r--source/fur/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po37
-rw-r--r--source/fur/dictionaries/si_LK.po26
-rw-r--r--source/fur/dictionaries/sk_SK.po26
-rw-r--r--source/fur/dictionaries/sl_SI.po26
-rw-r--r--source/fur/dictionaries/sq_AL.po26
-rw-r--r--source/fur/dictionaries/sr.po26
-rw-r--r--source/fur/dictionaries/sv_SE.po26
-rw-r--r--source/fur/dictionaries/sw_TZ.po26
-rw-r--r--source/fur/dictionaries/te_IN.po26
-rw-r--r--source/fur/dictionaries/th_TH.po26
-rw-r--r--source/fur/dictionaries/tr_TR.po26
-rw-r--r--source/fur/dictionaries/uk_UA.po26
-rw-r--r--source/fur/dictionaries/vi.po26
-rw-r--r--source/fur/dictionaries/zu_ZA.po26
-rw-r--r--source/fur/editeng/messages.po1686
-rw-r--r--source/fur/extensions/messages.po4127
-rw-r--r--source/fur/extensions/source/update/check/org/openoffice/Office.po27
-rw-r--r--source/fur/extras/source/autocorr/emoji.po15786
-rw-r--r--source/fur/extras/source/gallery/share.po125
-rw-r--r--source/fur/filter/messages.po1381
-rw-r--r--source/fur/filter/source/config/fragments/filters.po2237
-rw-r--r--source/fur/filter/source/config/fragments/internalgraphicfilters.po397
-rw-r--r--source/fur/filter/source/config/fragments/types.po397
-rw-r--r--source/fur/forms/messages.po367
-rw-r--r--source/fur/formula/messages.po2678
-rw-r--r--source/fur/fpicker/messages.po442
-rw-r--r--source/fur/framework/messages.po212
-rw-r--r--source/fur/instsetoo_native/inc_openoffice/windows/msi_languages.po5057
-rw-r--r--source/fur/librelogo/source/pythonpath.po1259
-rw-r--r--source/fur/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po458
-rw-r--r--source/fur/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po35
-rw-r--r--source/fur/nlpsolver/src/locale.po395
-rw-r--r--source/fur/officecfg/registry/data/org/openoffice.po107
-rw-r--r--source/fur/officecfg/registry/data/org/openoffice/Office.po13138
-rw-r--r--source/fur/officecfg/registry/data/org/openoffice/Office/UI.po37732
-rw-r--r--source/fur/oox/messages.po26
-rw-r--r--source/fur/readlicense_oo/docs.po944
-rw-r--r--source/fur/reportbuilder/java/org/libreoffice/report/function/metadata.po71
-rw-r--r--source/fur/reportdesign/messages.po1578
-rw-r--r--source/fur/sc/messages.po28592
-rw-r--r--source/fur/scaddins/messages.po5432
-rw-r--r--source/fur/sccomp/messages.po101
-rw-r--r--source/fur/scp2/source/activex.po35
-rw-r--r--source/fur/scp2/source/base.po107
-rw-r--r--source/fur/scp2/source/calc.po215
-rw-r--r--source/fur/scp2/source/draw.po386
-rw-r--r--source/fur/scp2/source/extensions.po161
-rw-r--r--source/fur/scp2/source/gnome.po35
-rw-r--r--source/fur/scp2/source/graphicfilter.po287
-rw-r--r--source/fur/scp2/source/impress.po206
-rw-r--r--source/fur/scp2/source/kde.po35
-rw-r--r--source/fur/scp2/source/math.po107
-rw-r--r--source/fur/scp2/source/onlineupdate.po35
-rw-r--r--source/fur/scp2/source/ooo.po5291
-rw-r--r--source/fur/scp2/source/python.po35
-rw-r--r--source/fur/scp2/source/quickstart.po35
-rw-r--r--source/fur/scp2/source/winexplorerext.po35
-rw-r--r--source/fur/scp2/source/writer.po260
-rw-r--r--source/fur/scp2/source/xsltfilter.po35
-rw-r--r--source/fur/sd/messages.po8370
-rw-r--r--source/fur/setup_native/source/mac.po224
-rw-r--r--source/fur/sfx2/messages.po3955
-rw-r--r--source/fur/shell/messages.po49
-rw-r--r--source/fur/shell/source/win32/shlxthandler/res.po350
-rw-r--r--source/fur/starmath/messages.po3089
-rw-r--r--source/fur/svl/messages.po30
-rw-r--r--source/fur/svtools/messages.po5522
-rw-r--r--source/fur/svx/messages.po17612
-rw-r--r--source/fur/sw/messages.po21446
-rw-r--r--source/fur/swext/mediawiki/help.po818
-rw-r--r--source/fur/swext/mediawiki/src.po35
-rw-r--r--source/fur/swext/mediawiki/src/registry/data/org/openoffice/Office.po37
-rw-r--r--source/fur/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po337
-rw-r--r--source/fur/sysui/desktop/share.po611
-rw-r--r--source/fur/uui/messages.po1129
-rw-r--r--source/fur/vcl/messages.po2460
-rw-r--r--source/fur/wizards/messages.po1610
-rw-r--r--source/fur/wizards/source/resources.po5003
-rw-r--r--source/fur/writerperfect/messages.po203
-rw-r--r--source/fur/xmlsecurity/messages.po617
-rw-r--r--source/fy/avmedia/messages.po8
-rw-r--r--source/fy/basctl/messages.po160
-rw-r--r--source/fy/chart2/messages.po28
-rw-r--r--source/fy/cui/messages.po62
-rw-r--r--source/fy/dbaccess/messages.po12
-rw-r--r--source/fy/framework/messages.po89
-rw-r--r--source/fy/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/fy/sc/messages.po180
-rw-r--r--source/fy/sd/messages.po752
-rw-r--r--source/fy/sfx2/messages.po14
-rw-r--r--source/fy/svl/messages.po15
-rw-r--r--source/fy/svtools/messages.po332
-rw-r--r--source/fy/svx/messages.po122
-rw-r--r--source/fy/sw/messages.po1775
-rw-r--r--source/fy/vcl/messages.po124
-rw-r--r--source/ga/basctl/messages.po160
-rw-r--r--source/ga/chart2/messages.po28
-rw-r--r--source/ga/cui/messages.po62
-rw-r--r--source/ga/dbaccess/messages.po10
-rw-r--r--source/ga/framework/messages.po85
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/ga/sc/messages.po180
-rw-r--r--source/ga/sd/messages.po750
-rw-r--r--source/ga/sfx2/messages.po10
-rw-r--r--source/ga/svl/messages.po17
-rw-r--r--source/ga/svtools/messages.po332
-rw-r--r--source/ga/svx/messages.po126
-rw-r--r--source/ga/sw/messages.po1772
-rw-r--r--source/ga/vcl/messages.po122
-rw-r--r--source/gd/basctl/messages.po160
-rw-r--r--source/gd/chart2/messages.po28
-rw-r--r--source/gd/cui/messages.po62
-rw-r--r--source/gd/dbaccess/messages.po10
-rw-r--r--source/gd/framework/messages.po83
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/gd/sc/messages.po180
-rw-r--r--source/gd/sd/messages.po750
-rw-r--r--source/gd/sfx2/messages.po10
-rw-r--r--source/gd/svl/messages.po15
-rw-r--r--source/gd/svtools/messages.po332
-rw-r--r--source/gd/svx/messages.po124
-rw-r--r--source/gd/sw/messages.po1773
-rw-r--r--source/gd/vcl/messages.po124
-rw-r--r--source/gl/avmedia/messages.po10
-rw-r--r--source/gl/basctl/messages.po160
-rw-r--r--source/gl/chart2/messages.po38
-rw-r--r--source/gl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po18
-rw-r--r--source/gl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po16
-rw-r--r--source/gl/cui/messages.po84
-rw-r--r--source/gl/dbaccess/messages.po12
-rw-r--r--source/gl/dictionaries/en/dialog.po8
-rw-r--r--source/gl/filter/source/config/fragments/internalgraphicfilters.po8
-rw-r--r--source/gl/framework/messages.po90
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/python.po10
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared.po269
-rw-r--r--source/gl/helpcontent2/source/text/scalc.po6
-rw-r--r--source/gl/helpcontent2/source/text/scalc/01.po10
-rw-r--r--source/gl/helpcontent2/source/text/scalc/02.po20
-rw-r--r--source/gl/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/gl/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/gl/helpcontent2/source/text/scalc/guide.po28
-rw-r--r--source/gl/helpcontent2/source/text/schart/02.po14
-rw-r--r--source/gl/helpcontent2/source/text/sdraw.po17
-rw-r--r--source/gl/helpcontent2/source/text/sdraw/00.po20
-rw-r--r--source/gl/helpcontent2/source/text/sdraw/01.po7
-rw-r--r--source/gl/helpcontent2/source/text/shared.po6
-rw-r--r--source/gl/helpcontent2/source/text/shared/00.po26
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po446
-rw-r--r--source/gl/helpcontent2/source/text/shared/02.po12
-rw-r--r--source/gl/helpcontent2/source/text/shared/06.po90
-rw-r--r--source/gl/helpcontent2/source/text/shared/autopi.po10
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po20
-rw-r--r--source/gl/helpcontent2/source/text/shared/optionen.po524
-rw-r--r--source/gl/helpcontent2/source/text/simpress.po12
-rw-r--r--source/gl/helpcontent2/source/text/simpress/01.po30
-rw-r--r--source/gl/helpcontent2/source/text/simpress/02.po65
-rw-r--r--source/gl/helpcontent2/source/text/simpress/guide.po20
-rw-r--r--source/gl/helpcontent2/source/text/swriter.po10
-rw-r--r--source/gl/helpcontent2/source/text/swriter/01.po172
-rw-r--r--source/gl/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/gl/helpcontent2/source/text/swriter/guide.po36
-rw-r--r--source/gl/nlpsolver/src/locale.po6
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/gl/sc/messages.po180
-rw-r--r--source/gl/scp2/source/draw.po57
-rw-r--r--source/gl/sd/messages.po752
-rw-r--r--source/gl/sfx2/messages.po14
-rw-r--r--source/gl/svl/messages.po15
-rw-r--r--source/gl/svtools/messages.po334
-rw-r--r--source/gl/svx/messages.po122
-rw-r--r--source/gl/sw/messages.po1773
-rw-r--r--source/gl/vcl/messages.po126
-rw-r--r--source/gu/basctl/messages.po160
-rw-r--r--source/gu/chart2/messages.po28
-rw-r--r--source/gu/cui/messages.po62
-rw-r--r--source/gu/dbaccess/messages.po12
-rw-r--r--source/gu/framework/messages.po90
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/gu/helpcontent2/source/text/scalc.po6
-rw-r--r--source/gu/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/gu/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/gu/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/gu/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/gu/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po410
-rw-r--r--source/gu/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/gu/helpcontent2/source/text/shared/optionen.po506
-rw-r--r--source/gu/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/gu/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/gu/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/gu/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/gu/sc/messages.po180
-rw-r--r--source/gu/sd/messages.po750
-rw-r--r--source/gu/sfx2/messages.po10
-rw-r--r--source/gu/svl/messages.po16
-rw-r--r--source/gu/svtools/messages.po332
-rw-r--r--source/gu/svx/messages.po116
-rw-r--r--source/gu/sw/messages.po1773
-rw-r--r--source/gu/vcl/messages.po120
-rw-r--r--source/gug/basctl/messages.po160
-rw-r--r--source/gug/chart2/messages.po28
-rw-r--r--source/gug/cui/messages.po62
-rw-r--r--source/gug/dbaccess/messages.po12
-rw-r--r--source/gug/framework/messages.po90
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared.po405
-rw-r--r--source/gug/helpcontent2/source/text/scalc.po14
-rw-r--r--source/gug/helpcontent2/source/text/scalc/01.po36
-rw-r--r--source/gug/helpcontent2/source/text/scalc/04.po189
-rw-r--r--source/gug/helpcontent2/source/text/scalc/05.po22
-rw-r--r--source/gug/helpcontent2/source/text/scalc/guide.po32
-rw-r--r--source/gug/helpcontent2/source/text/sdraw.po6
-rw-r--r--source/gug/helpcontent2/source/text/sdraw/01.po8
-rw-r--r--source/gug/helpcontent2/source/text/sdraw/guide.po6
-rw-r--r--source/gug/helpcontent2/source/text/shared/00.po26
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po478
-rw-r--r--source/gug/helpcontent2/source/text/shared/02.po6
-rw-r--r--source/gug/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/gug/helpcontent2/source/text/shared/explorer/database.po10
-rw-r--r--source/gug/helpcontent2/source/text/shared/guide.po34
-rw-r--r--source/gug/helpcontent2/source/text/shared/optionen.po540
-rw-r--r--source/gug/helpcontent2/source/text/simpress.po6
-rw-r--r--source/gug/helpcontent2/source/text/simpress/01.po20
-rw-r--r--source/gug/helpcontent2/source/text/simpress/02.po16
-rw-r--r--source/gug/helpcontent2/source/text/smath/01.po6
-rw-r--r--source/gug/helpcontent2/source/text/swriter/01.po194
-rw-r--r--source/gug/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/gug/helpcontent2/source/text/swriter/guide.po52
-rw-r--r--source/gug/helpcontent2/source/text/swriter/librelogo.po18
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/gug/sc/messages.po180
-rw-r--r--source/gug/sd/messages.po750
-rw-r--r--source/gug/sfx2/messages.po10
-rw-r--r--source/gug/svl/messages.po16
-rw-r--r--source/gug/svtools/messages.po332
-rw-r--r--source/gug/svx/messages.po116
-rw-r--r--source/gug/sw/messages.po1769
-rw-r--r--source/gug/vcl/messages.po120
-rw-r--r--source/he/basctl/messages.po187
-rw-r--r--source/he/chart2/messages.po28
-rw-r--r--source/he/connectivity/registry/mork/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/he/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/he/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/he/cui/messages.po62
-rw-r--r--source/he/dbaccess/messages.po10
-rw-r--r--source/he/dictionaries/id.po16
-rw-r--r--source/he/dictionaries/sq_AL.po17
-rw-r--r--source/he/dictionaries/tr_TR.po16
-rw-r--r--source/he/extensions/messages.po178
-rw-r--r--source/he/extras/source/gallery/share.po26
-rw-r--r--source/he/framework/messages.po83
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/he/helpcontent2/source/text/scalc.po6
-rw-r--r--source/he/helpcontent2/source/text/scalc/04.po162
-rw-r--r--source/he/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/he/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/he/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/he/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po404
-rw-r--r--source/he/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/he/helpcontent2/source/text/shared/optionen.po492
-rw-r--r--source/he/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/he/helpcontent2/source/text/swriter/01.po152
-rw-r--r--source/he/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/he/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/he/officecfg/registry/data/org/openoffice.po39
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/he/oox/messages.po14
-rw-r--r--source/he/sc/messages.po191
-rw-r--r--source/he/sd/messages.po750
-rw-r--r--source/he/sfx2/messages.po10
-rw-r--r--source/he/shell/messages.po30
-rw-r--r--source/he/svl/messages.po15
-rw-r--r--source/he/svtools/messages.po332
-rw-r--r--source/he/svx/messages.po116
-rw-r--r--source/he/sw/messages.po1770
-rw-r--r--source/he/vcl/messages.po120
-rw-r--r--source/he/wizards/messages.po8
-rw-r--r--source/he/wizards/source/resources.po579
-rw-r--r--source/hi/basctl/messages.po160
-rw-r--r--source/hi/chart2/messages.po28
-rw-r--r--source/hi/cui/messages.po62
-rw-r--r--source/hi/dbaccess/messages.po12
-rw-r--r--source/hi/framework/messages.po90
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared.po267
-rw-r--r--source/hi/helpcontent2/source/text/scalc.po6
-rw-r--r--source/hi/helpcontent2/source/text/scalc/04.po161
-rw-r--r--source/hi/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/hi/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/hi/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/hi/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po388
-rw-r--r--source/hi/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/hi/helpcontent2/source/text/shared/optionen.po484
-rw-r--r--source/hi/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/hi/helpcontent2/source/text/swriter/01.po150
-rw-r--r--source/hi/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/hi/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/hi/sc/messages.po180
-rw-r--r--source/hi/sd/messages.po753
-rw-r--r--source/hi/sfx2/messages.po10
-rw-r--r--source/hi/svl/messages.po16
-rw-r--r--source/hi/svtools/messages.po332
-rw-r--r--source/hi/svx/messages.po116
-rw-r--r--source/hi/sw/messages.po1773
-rw-r--r--source/hi/vcl/messages.po120
-rw-r--r--source/hr/basctl/messages.po160
-rw-r--r--source/hr/chart2/messages.po28
-rw-r--r--source/hr/cui/messages.po62
-rw-r--r--source/hr/dbaccess/messages.po10
-rw-r--r--source/hr/framework/messages.po85
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared.po269
-rw-r--r--source/hr/helpcontent2/source/text/scalc.po6
-rw-r--r--source/hr/helpcontent2/source/text/scalc/04.po155
-rw-r--r--source/hr/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/hr/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/hr/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/hr/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po390
-rw-r--r--source/hr/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/hr/helpcontent2/source/text/shared/optionen.po470
-rw-r--r--source/hr/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/hr/helpcontent2/source/text/swriter/01.po152
-rw-r--r--source/hr/helpcontent2/source/text/swriter/02.po12
-rw-r--r--source/hr/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/hr/sc/messages.po180
-rw-r--r--source/hr/sd/messages.po750
-rw-r--r--source/hr/sfx2/messages.po10
-rw-r--r--source/hr/svl/messages.po15
-rw-r--r--source/hr/svtools/messages.po332
-rw-r--r--source/hr/svx/messages.po122
-rw-r--r--source/hr/sw/messages.po1772
-rw-r--r--source/hr/vcl/messages.po124
-rw-r--r--source/hsb/basctl/messages.po166
-rw-r--r--source/hsb/chart2/messages.po30
-rw-r--r--source/hsb/cui/messages.po70
-rw-r--r--source/hsb/dbaccess/messages.po10
-rw-r--r--source/hsb/framework/messages.po94
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/hsb/sc/messages.po182
-rw-r--r--source/hsb/sd/messages.po754
-rw-r--r--source/hsb/sfx2/messages.po14
-rw-r--r--source/hsb/svl/messages.po20
-rw-r--r--source/hsb/svtools/messages.po336
-rw-r--r--source/hsb/svx/messages.po190
-rw-r--r--source/hsb/sw/messages.po1813
-rw-r--r--source/hsb/vcl/messages.po128
-rw-r--r--source/hu/basctl/messages.po160
-rw-r--r--source/hu/chart2/messages.po28
-rw-r--r--source/hu/cui/messages.po62
-rw-r--r--source/hu/dbaccess/messages.po12
-rw-r--r--source/hu/framework/messages.po90
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared.po273
-rw-r--r--source/hu/helpcontent2/source/text/scalc.po6
-rw-r--r--source/hu/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/hu/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/hu/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/hu/helpcontent2/source/text/sdraw/01.po7
-rw-r--r--source/hu/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po436
-rw-r--r--source/hu/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/hu/helpcontent2/source/text/shared/optionen.po528
-rw-r--r--source/hu/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/hu/helpcontent2/source/text/swriter/01.po166
-rw-r--r--source/hu/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/hu/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/hu/sc/messages.po180
-rw-r--r--source/hu/sd/messages.po752
-rw-r--r--source/hu/sfx2/messages.po14
-rw-r--r--source/hu/svl/messages.po15
-rw-r--r--source/hu/svtools/messages.po332
-rw-r--r--source/hu/svx/messages.po126
-rw-r--r--source/hu/sw/messages.po1779
-rw-r--r--source/hu/vcl/messages.po124
-rw-r--r--source/id/avmedia/messages.po8
-rw-r--r--source/id/basctl/messages.po160
-rw-r--r--source/id/chart2/messages.po28
-rw-r--r--source/id/cui/messages.po70
-rw-r--r--source/id/dbaccess/messages.po12
-rw-r--r--source/id/framework/messages.po90
-rw-r--r--source/id/helpcontent2/source/text/sbasic/python.po9
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared.po319
-rw-r--r--source/id/helpcontent2/source/text/scalc.po6
-rw-r--r--source/id/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/id/helpcontent2/source/text/scalc/05.po22
-rw-r--r--source/id/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/id/helpcontent2/source/text/schart/00.po10
-rw-r--r--source/id/helpcontent2/source/text/sdraw/01.po10
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po448
-rw-r--r--source/id/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/id/helpcontent2/source/text/shared/optionen.po532
-rw-r--r--source/id/helpcontent2/source/text/simpress/01.po24
-rw-r--r--source/id/helpcontent2/source/text/simpress/02.po12
-rw-r--r--source/id/helpcontent2/source/text/smath/01.po17
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/id/helpcontent2/source/text/swriter/02.po24
-rw-r--r--source/id/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po75
-rw-r--r--source/id/sc/messages.po180
-rw-r--r--source/id/sd/messages.po752
-rw-r--r--source/id/sfx2/messages.po20
-rw-r--r--source/id/svl/messages.po17
-rw-r--r--source/id/svtools/messages.po334
-rw-r--r--source/id/svx/messages.po116
-rw-r--r--source/id/sw/messages.po1832
-rw-r--r--source/id/vcl/messages.po126
-rw-r--r--source/is/basctl/messages.po160
-rw-r--r--source/is/chart2/messages.po28
-rw-r--r--source/is/cui/messages.po62
-rw-r--r--source/is/dbaccess/messages.po10
-rw-r--r--source/is/filter/source/config/fragments/internalgraphicfilters.po50
-rw-r--r--source/is/framework/messages.po90
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared.po269
-rw-r--r--source/is/helpcontent2/source/text/scalc.po6
-rw-r--r--source/is/helpcontent2/source/text/scalc/04.po173
-rw-r--r--source/is/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/is/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/is/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/is/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po402
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/is/helpcontent2/source/text/shared/optionen.po474
-rw-r--r--source/is/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/is/helpcontent2/source/text/swriter/01.po152
-rw-r--r--source/is/helpcontent2/source/text/swriter/02.po12
-rw-r--r--source/is/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/is/sc/messages.po180
-rw-r--r--source/is/sd/messages.po752
-rw-r--r--source/is/sfx2/messages.po10
-rw-r--r--source/is/svl/messages.po15
-rw-r--r--source/is/svtools/messages.po338
-rw-r--r--source/is/svx/messages.po128
-rw-r--r--source/is/sw/messages.po1781
-rw-r--r--source/is/vcl/messages.po122
-rw-r--r--source/it/basctl/messages.po160
-rw-r--r--source/it/chart2/messages.po34
-rw-r--r--source/it/cui/messages.po62
-rw-r--r--source/it/dbaccess/messages.po12
-rw-r--r--source/it/framework/messages.po90
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared.po283
-rw-r--r--source/it/helpcontent2/source/text/scalc.po6
-rw-r--r--source/it/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/it/helpcontent2/source/text/scalc/05.po22
-rw-r--r--source/it/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/it/helpcontent2/source/text/sdraw/01.po10
-rw-r--r--source/it/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po448
-rw-r--r--source/it/helpcontent2/source/text/shared/02.po8
-rw-r--r--source/it/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/it/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/it/helpcontent2/source/text/shared/optionen.po532
-rw-r--r--source/it/helpcontent2/source/text/simpress/01.po18
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/it/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/it/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/it/sc/messages.po194
-rw-r--r--source/it/sd/messages.po752
-rw-r--r--source/it/sfx2/messages.po10
-rw-r--r--source/it/svl/messages.po15
-rw-r--r--source/it/svtools/messages.po334
-rw-r--r--source/it/svx/messages.po122
-rw-r--r--source/it/sw/messages.po1771
-rw-r--r--source/it/vcl/messages.po124
-rw-r--r--source/ja/basctl/messages.po160
-rw-r--r--source/ja/chart2/messages.po28
-rw-r--r--source/ja/connectivity/registry/ado/org/openoffice/Office/DataAccess.po18
-rw-r--r--source/ja/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po15
-rw-r--r--source/ja/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/ja/cui/messages.po64
-rw-r--r--source/ja/dbaccess/messages.po12
-rw-r--r--source/ja/desktop/messages.po20
-rw-r--r--source/ja/framework/messages.po83
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/ja/helpcontent2/source/text/scalc.po6
-rw-r--r--source/ja/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/ja/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/ja/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/ja/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po424
-rw-r--r--source/ja/helpcontent2/source/text/shared/05.po10
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/ja/helpcontent2/source/text/shared/optionen.po510
-rw-r--r--source/ja/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/ja/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ja/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/ja/readlicense_oo/docs.po16
-rw-r--r--source/ja/sc/messages.po180
-rw-r--r--source/ja/sd/messages.po750
-rw-r--r--source/ja/sfx2/messages.po14
-rw-r--r--source/ja/shell/messages.po19
-rw-r--r--source/ja/svl/messages.po15
-rw-r--r--source/ja/svtools/messages.po334
-rw-r--r--source/ja/svx/messages.po120
-rw-r--r--source/ja/sw/messages.po1776
-rw-r--r--source/ja/vcl/messages.po124
-rw-r--r--source/jv/basctl/messages.po160
-rw-r--r--source/jv/chart2/messages.po28
-rw-r--r--source/jv/cui/messages.po62
-rw-r--r--source/jv/dbaccess/messages.po10
-rw-r--r--source/jv/framework/messages.po90
-rw-r--r--source/jv/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/jv/sc/messages.po180
-rw-r--r--source/jv/sd/messages.po750
-rw-r--r--source/jv/sfx2/messages.po10
-rw-r--r--source/jv/svl/messages.po16
-rw-r--r--source/jv/svtools/messages.po333
-rw-r--r--source/jv/svx/messages.po116
-rw-r--r--source/jv/sw/messages.po1762
-rw-r--r--source/jv/vcl/messages.po120
-rw-r--r--source/ka/basctl/messages.po160
-rw-r--r--source/ka/chart2/messages.po28
-rw-r--r--source/ka/cui/messages.po64
-rw-r--r--source/ka/dbaccess/messages.po12
-rw-r--r--source/ka/framework/messages.po90
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared.po267
-rw-r--r--source/ka/helpcontent2/source/text/scalc.po6
-rw-r--r--source/ka/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/ka/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/ka/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ka/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po376
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/ka/helpcontent2/source/text/shared/optionen.po478
-rw-r--r--source/ka/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/ka/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ka/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/ka/sc/messages.po180
-rw-r--r--source/ka/sd/messages.po753
-rw-r--r--source/ka/sfx2/messages.po10
-rw-r--r--source/ka/svl/messages.po16
-rw-r--r--source/ka/svtools/messages.po332
-rw-r--r--source/ka/svx/messages.po116
-rw-r--r--source/ka/sw/messages.po1771
-rw-r--r--source/ka/vcl/messages.po120
-rw-r--r--source/kab/basctl/messages.po160
-rw-r--r--source/kab/chart2/messages.po28
-rw-r--r--source/kab/cui/messages.po62
-rw-r--r--source/kab/dbaccess/messages.po10
-rw-r--r--source/kab/framework/messages.po83
-rw-r--r--source/kab/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/kab/sc/messages.po180
-rw-r--r--source/kab/sd/messages.po750
-rw-r--r--source/kab/sfx2/messages.po10
-rw-r--r--source/kab/svl/messages.po15
-rw-r--r--source/kab/svtools/messages.po332
-rw-r--r--source/kab/svx/messages.po120
-rw-r--r--source/kab/sw/messages.po1769
-rw-r--r--source/kab/vcl/messages.po120
-rw-r--r--source/kk/basctl/messages.po160
-rw-r--r--source/kk/chart2/messages.po28
-rw-r--r--source/kk/cui/messages.po62
-rw-r--r--source/kk/dbaccess/messages.po10
-rw-r--r--source/kk/framework/messages.po90
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/kk/sc/messages.po180
-rw-r--r--source/kk/sd/messages.po750
-rw-r--r--source/kk/sfx2/messages.po10
-rw-r--r--source/kk/svl/messages.po15
-rw-r--r--source/kk/svtools/messages.po332
-rw-r--r--source/kk/svx/messages.po120
-rw-r--r--source/kk/sw/messages.po1768
-rw-r--r--source/kk/vcl/messages.po120
-rw-r--r--source/kl/basctl/messages.po160
-rw-r--r--source/kl/chart2/messages.po28
-rw-r--r--source/kl/cui/messages.po62
-rw-r--r--source/kl/dbaccess/messages.po10
-rw-r--r--source/kl/framework/messages.po90
-rw-r--r--source/kl/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/kl/sc/messages.po180
-rw-r--r--source/kl/sd/messages.po750
-rw-r--r--source/kl/sfx2/messages.po10
-rw-r--r--source/kl/svl/messages.po16
-rw-r--r--source/kl/svtools/messages.po332
-rw-r--r--source/kl/svx/messages.po116
-rw-r--r--source/kl/sw/messages.po1762
-rw-r--r--source/kl/vcl/messages.po120
-rw-r--r--source/km/basctl/messages.po160
-rw-r--r--source/km/chart2/messages.po28
-rw-r--r--source/km/cui/messages.po62
-rw-r--r--source/km/dbaccess/messages.po12
-rw-r--r--source/km/framework/messages.po90
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/km/helpcontent2/source/text/scalc.po6
-rw-r--r--source/km/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/km/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/km/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/km/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/km/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po436
-rw-r--r--source/km/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/km/helpcontent2/source/text/shared/optionen.po526
-rw-r--r--source/km/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/km/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/km/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/km/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/km/sc/messages.po180
-rw-r--r--source/km/sd/messages.po750
-rw-r--r--source/km/sfx2/messages.po10
-rw-r--r--source/km/svl/messages.po16
-rw-r--r--source/km/svtools/messages.po332
-rw-r--r--source/km/svx/messages.po116
-rw-r--r--source/km/sw/messages.po1772
-rw-r--r--source/km/vcl/messages.po120
-rw-r--r--source/kmr-Latn/basctl/messages.po160
-rw-r--r--source/kmr-Latn/chart2/messages.po28
-rw-r--r--source/kmr-Latn/cui/messages.po64
-rw-r--r--source/kmr-Latn/dbaccess/messages.po12
-rw-r--r--source/kmr-Latn/framework/messages.po90
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/kmr-Latn/sc/messages.po180
-rw-r--r--source/kmr-Latn/sd/messages.po753
-rw-r--r--source/kmr-Latn/sfx2/messages.po10
-rw-r--r--source/kmr-Latn/svl/messages.po16
-rw-r--r--source/kmr-Latn/svtools/messages.po332
-rw-r--r--source/kmr-Latn/svx/messages.po116
-rw-r--r--source/kmr-Latn/sw/messages.po1775
-rw-r--r--source/kmr-Latn/vcl/messages.po120
-rw-r--r--source/kn/basctl/messages.po160
-rw-r--r--source/kn/chart2/messages.po28
-rw-r--r--source/kn/cui/messages.po62
-rw-r--r--source/kn/dbaccess/messages.po12
-rw-r--r--source/kn/framework/messages.po90
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/kn/sc/messages.po180
-rw-r--r--source/kn/sd/messages.po750
-rw-r--r--source/kn/sfx2/messages.po10
-rw-r--r--source/kn/svl/messages.po16
-rw-r--r--source/kn/svtools/messages.po332
-rw-r--r--source/kn/svx/messages.po116
-rw-r--r--source/kn/sw/messages.po1776
-rw-r--r--source/kn/vcl/messages.po120
-rw-r--r--source/ko/basctl/messages.po160
-rw-r--r--source/ko/chart2/messages.po28
-rw-r--r--source/ko/cui/messages.po62
-rw-r--r--source/ko/dbaccess/messages.po10
-rw-r--r--source/ko/framework/messages.po85
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/ko/helpcontent2/source/text/scalc.po6
-rw-r--r--source/ko/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/ko/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/ko/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/ko/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/ko/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po414
-rw-r--r--source/ko/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/ko/helpcontent2/source/text/shared/optionen.po512
-rw-r--r--source/ko/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/ko/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/ko/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ko/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/ko/sc/messages.po180
-rw-r--r--source/ko/sd/messages.po750
-rw-r--r--source/ko/sfx2/messages.po10
-rw-r--r--source/ko/svl/messages.po16
-rw-r--r--source/ko/svtools/messages.po332
-rw-r--r--source/ko/svx/messages.po120
-rw-r--r--source/ko/sw/messages.po1768
-rw-r--r--source/ko/vcl/messages.po120
-rw-r--r--source/kok/basctl/messages.po160
-rw-r--r--source/kok/chart2/messages.po28
-rw-r--r--source/kok/cui/messages.po64
-rw-r--r--source/kok/dbaccess/messages.po12
-rw-r--r--source/kok/framework/messages.po89
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/kok/sc/messages.po180
-rw-r--r--source/kok/sd/messages.po753
-rw-r--r--source/kok/sfx2/messages.po10
-rw-r--r--source/kok/svl/messages.po15
-rw-r--r--source/kok/svtools/messages.po332
-rw-r--r--source/kok/svx/messages.po116
-rw-r--r--source/kok/sw/messages.po1773
-rw-r--r--source/kok/vcl/messages.po120
-rw-r--r--source/ks/basctl/messages.po160
-rw-r--r--source/ks/chart2/messages.po28
-rw-r--r--source/ks/cui/messages.po64
-rw-r--r--source/ks/dbaccess/messages.po12
-rw-r--r--source/ks/framework/messages.po89
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/ks/sc/messages.po180
-rw-r--r--source/ks/sd/messages.po753
-rw-r--r--source/ks/sfx2/messages.po10
-rw-r--r--source/ks/svl/messages.po15
-rw-r--r--source/ks/svtools/messages.po332
-rw-r--r--source/ks/svx/messages.po116
-rw-r--r--source/ks/sw/messages.po1774
-rw-r--r--source/ks/vcl/messages.po120
-rw-r--r--source/ky/basctl/messages.po160
-rw-r--r--source/ky/chart2/messages.po28
-rw-r--r--source/ky/cui/messages.po62
-rw-r--r--source/ky/dbaccess/messages.po10
-rw-r--r--source/ky/framework/messages.po90
-rw-r--r--source/ky/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/ky/sc/messages.po180
-rw-r--r--source/ky/sd/messages.po750
-rw-r--r--source/ky/sfx2/messages.po10
-rw-r--r--source/ky/svl/messages.po16
-rw-r--r--source/ky/svtools/messages.po332
-rw-r--r--source/ky/svx/messages.po116
-rw-r--r--source/ky/sw/messages.po1760
-rw-r--r--source/ky/vcl/messages.po120
-rw-r--r--source/lb/basctl/messages.po161
-rw-r--r--source/lb/chart2/messages.po28
-rw-r--r--source/lb/cui/messages.po64
-rw-r--r--source/lb/dbaccess/messages.po10
-rw-r--r--source/lb/framework/messages.po90
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/lb/sc/messages.po180
-rw-r--r--source/lb/sd/messages.po752
-rw-r--r--source/lb/sfx2/messages.po10
-rw-r--r--source/lb/svl/messages.po16
-rw-r--r--source/lb/svtools/messages.po332
-rw-r--r--source/lb/svx/messages.po116
-rw-r--r--source/lb/sw/messages.po1765
-rw-r--r--source/lb/vcl/messages.po120
-rw-r--r--source/lo/basctl/messages.po160
-rw-r--r--source/lo/chart2/messages.po28
-rw-r--r--source/lo/cui/messages.po64
-rw-r--r--source/lo/dbaccess/messages.po12
-rw-r--r--source/lo/framework/messages.po85
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/shared.po265
-rw-r--r--source/lo/helpcontent2/source/text/scalc.po6
-rw-r--r--source/lo/helpcontent2/source/text/scalc/04.po135
-rw-r--r--source/lo/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/lo/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/lo/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/lo/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po356
-rw-r--r--source/lo/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/lo/helpcontent2/source/text/shared/optionen.po440
-rw-r--r--source/lo/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/lo/helpcontent2/source/text/swriter/01.po150
-rw-r--r--source/lo/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/lo/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/lo/sc/messages.po180
-rw-r--r--source/lo/sd/messages.po753
-rw-r--r--source/lo/sfx2/messages.po10
-rw-r--r--source/lo/svl/messages.po11
-rw-r--r--source/lo/svtools/messages.po332
-rw-r--r--source/lo/svx/messages.po116
-rw-r--r--source/lo/sw/messages.po1773
-rw-r--r--source/lo/vcl/messages.po120
-rw-r--r--source/lt/basctl/messages.po160
-rw-r--r--source/lt/chart2/messages.po28
-rw-r--r--source/lt/cui/messages.po68
-rw-r--r--source/lt/dbaccess/messages.po12
-rw-r--r--source/lt/framework/messages.po90
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/shared.po265
-rw-r--r--source/lt/helpcontent2/source/text/scalc.po14
-rw-r--r--source/lt/helpcontent2/source/text/scalc/00.po116
-rw-r--r--source/lt/helpcontent2/source/text/scalc/01.po240
-rw-r--r--source/lt/helpcontent2/source/text/scalc/02.po6
-rw-r--r--source/lt/helpcontent2/source/text/scalc/04.po185
-rw-r--r--source/lt/helpcontent2/source/text/scalc/05.po22
-rw-r--r--source/lt/helpcontent2/source/text/scalc/guide.po70
-rw-r--r--source/lt/helpcontent2/source/text/sdraw.po140
-rw-r--r--source/lt/helpcontent2/source/text/sdraw/00.po36
-rw-r--r--source/lt/helpcontent2/source/text/sdraw/01.po120
-rw-r--r--source/lt/helpcontent2/source/text/sdraw/04.po323
-rw-r--r--source/lt/helpcontent2/source/text/sdraw/guide.po242
-rw-r--r--source/lt/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po438
-rw-r--r--source/lt/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/lt/helpcontent2/source/text/shared/optionen.po532
-rw-r--r--source/lt/helpcontent2/source/text/simpress.po6
-rw-r--r--source/lt/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/lt/helpcontent2/source/text/simpress/01.po36
-rw-r--r--source/lt/helpcontent2/source/text/simpress/02.po14
-rw-r--r--source/lt/helpcontent2/source/text/simpress/guide.po88
-rw-r--r--source/lt/helpcontent2/source/text/smath.po26
-rw-r--r--source/lt/helpcontent2/source/text/smath/01.po430
-rw-r--r--source/lt/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/lt/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/lt/helpcontent2/source/text/swriter/guide.po94
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/lt/sc/messages.po180
-rw-r--r--source/lt/sd/messages.po750
-rw-r--r--source/lt/sfx2/messages.po14
-rw-r--r--source/lt/svl/messages.po15
-rw-r--r--source/lt/svtools/messages.po334
-rw-r--r--source/lt/svx/messages.po120
-rw-r--r--source/lt/sw/messages.po1772
-rw-r--r--source/lt/vcl/messages.po122
-rw-r--r--source/lv/basctl/messages.po160
-rw-r--r--source/lv/chart2/messages.po28
-rw-r--r--source/lv/cui/messages.po62
-rw-r--r--source/lv/dbaccess/messages.po10
-rw-r--r--source/lv/framework/messages.po90
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/shared.po269
-rw-r--r--source/lv/helpcontent2/source/text/scalc.po6
-rw-r--r--source/lv/helpcontent2/source/text/scalc/04.po157
-rw-r--r--source/lv/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/lv/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/lv/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/lv/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po410
-rw-r--r--source/lv/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/lv/helpcontent2/source/text/shared/optionen.po466
-rw-r--r--source/lv/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/lv/helpcontent2/source/text/swriter/01.po152
-rw-r--r--source/lv/helpcontent2/source/text/swriter/02.po12
-rw-r--r--source/lv/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/lv/sc/messages.po180
-rw-r--r--source/lv/sd/messages.po750
-rw-r--r--source/lv/sfx2/messages.po10
-rw-r--r--source/lv/svl/messages.po15
-rw-r--r--source/lv/svtools/messages.po332
-rw-r--r--source/lv/svx/messages.po120
-rw-r--r--source/lv/sw/messages.po1772
-rw-r--r--source/lv/vcl/messages.po122
-rw-r--r--source/mai/basctl/messages.po160
-rw-r--r--source/mai/chart2/messages.po28
-rw-r--r--source/mai/cui/messages.po64
-rw-r--r--source/mai/dbaccess/messages.po12
-rw-r--r--source/mai/framework/messages.po89
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/mai/sc/messages.po180
-rw-r--r--source/mai/sd/messages.po753
-rw-r--r--source/mai/sfx2/messages.po10
-rw-r--r--source/mai/svl/messages.po15
-rw-r--r--source/mai/svtools/messages.po332
-rw-r--r--source/mai/svx/messages.po116
-rw-r--r--source/mai/sw/messages.po1774
-rw-r--r--source/mai/vcl/messages.po120
-rw-r--r--source/mk/basctl/messages.po160
-rw-r--r--source/mk/chart2/messages.po28
-rw-r--r--source/mk/cui/messages.po64
-rw-r--r--source/mk/dbaccess/messages.po12
-rw-r--r--source/mk/framework/messages.po90
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/mk/helpcontent2/source/text/scalc.po6
-rw-r--r--source/mk/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/mk/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/mk/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/mk/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/mk/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po418
-rw-r--r--source/mk/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/mk/helpcontent2/source/text/shared/optionen.po508
-rw-r--r--source/mk/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/mk/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/mk/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/mk/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/mk/sc/messages.po180
-rw-r--r--source/mk/sd/messages.po753
-rw-r--r--source/mk/sfx2/messages.po10
-rw-r--r--source/mk/svl/messages.po16
-rw-r--r--source/mk/svtools/messages.po332
-rw-r--r--source/mk/svx/messages.po116
-rw-r--r--source/mk/sw/messages.po1773
-rw-r--r--source/mk/vcl/messages.po120
-rw-r--r--source/ml/basctl/messages.po160
-rw-r--r--source/ml/chart2/messages.po28
-rw-r--r--source/ml/cui/messages.po62
-rw-r--r--source/ml/dbaccess/messages.po12
-rw-r--r--source/ml/framework/messages.po90
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/ml/sc/messages.po180
-rw-r--r--source/ml/sd/messages.po753
-rw-r--r--source/ml/sfx2/messages.po10
-rw-r--r--source/ml/svl/messages.po16
-rw-r--r--source/ml/svtools/messages.po332
-rw-r--r--source/ml/svx/messages.po116
-rw-r--r--source/ml/sw/messages.po1774
-rw-r--r--source/ml/vcl/messages.po120
-rw-r--r--source/mn/basctl/messages.po160
-rw-r--r--source/mn/chart2/messages.po28
-rw-r--r--source/mn/cui/messages.po64
-rw-r--r--source/mn/dbaccess/messages.po12
-rw-r--r--source/mn/framework/messages.po90
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/mn/sc/messages.po180
-rw-r--r--source/mn/sd/messages.po753
-rw-r--r--source/mn/sfx2/messages.po10
-rw-r--r--source/mn/svl/messages.po16
-rw-r--r--source/mn/svtools/messages.po332
-rw-r--r--source/mn/svx/messages.po116
-rw-r--r--source/mn/sw/messages.po1773
-rw-r--r--source/mn/vcl/messages.po120
-rw-r--r--source/mni/basctl/messages.po160
-rw-r--r--source/mni/chart2/messages.po28
-rw-r--r--source/mni/cui/messages.po64
-rw-r--r--source/mni/dbaccess/messages.po12
-rw-r--r--source/mni/framework/messages.po89
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/mni/sc/messages.po180
-rw-r--r--source/mni/sd/messages.po750
-rw-r--r--source/mni/sfx2/messages.po10
-rw-r--r--source/mni/svl/messages.po15
-rw-r--r--source/mni/svtools/messages.po332
-rw-r--r--source/mni/svx/messages.po118
-rw-r--r--source/mni/sw/messages.po1773
-rw-r--r--source/mni/vcl/messages.po120
-rw-r--r--source/mr/basctl/messages.po160
-rw-r--r--source/mr/chart2/messages.po28
-rw-r--r--source/mr/cui/messages.po62
-rw-r--r--source/mr/dbaccess/messages.po12
-rw-r--r--source/mr/framework/messages.po90
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/mr/sc/messages.po180
-rw-r--r--source/mr/sd/messages.po753
-rw-r--r--source/mr/sfx2/messages.po10
-rw-r--r--source/mr/svl/messages.po16
-rw-r--r--source/mr/svtools/messages.po332
-rw-r--r--source/mr/svx/messages.po116
-rw-r--r--source/mr/sw/messages.po1774
-rw-r--r--source/mr/vcl/messages.po120
-rw-r--r--source/my/basctl/messages.po160
-rw-r--r--source/my/chart2/messages.po28
-rw-r--r--source/my/cui/messages.po64
-rw-r--r--source/my/dbaccess/messages.po10
-rw-r--r--source/my/framework/messages.po89
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/my/sc/messages.po180
-rw-r--r--source/my/sd/messages.po753
-rw-r--r--source/my/sfx2/messages.po10
-rw-r--r--source/my/svl/messages.po15
-rw-r--r--source/my/svtools/messages.po332
-rw-r--r--source/my/svx/messages.po116
-rw-r--r--source/my/sw/messages.po1772
-rw-r--r--source/my/vcl/messages.po120
-rw-r--r--source/nb/avmedia/messages.po8
-rw-r--r--source/nb/basctl/messages.po167
-rw-r--r--source/nb/chart2/messages.po36
-rw-r--r--source/nb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po8
-rw-r--r--source/nb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/nb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po16
-rw-r--r--source/nb/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/nb/cui/messages.po464
-rw-r--r--source/nb/dbaccess/messages.po34
-rw-r--r--source/nb/desktop/messages.po8
-rw-r--r--source/nb/editeng/messages.po14
-rw-r--r--source/nb/extensions/messages.po16
-rw-r--r--source/nb/extras/source/autocorr/emoji.po1603
-rw-r--r--source/nb/filter/messages.po16
-rw-r--r--source/nb/filter/source/config/fragments/filters.po12
-rw-r--r--source/nb/framework/messages.po58
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po435
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared/02.po18
-rw-r--r--source/nb/helpcontent2/source/text/scalc.po22
-rw-r--r--source/nb/helpcontent2/source/text/scalc/00.po46
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po14
-rw-r--r--source/nb/helpcontent2/source/text/scalc/02.po10
-rw-r--r--source/nb/helpcontent2/source/text/scalc/04.po185
-rw-r--r--source/nb/helpcontent2/source/text/scalc/05.po38
-rw-r--r--source/nb/helpcontent2/source/text/scalc/guide.po22
-rw-r--r--source/nb/helpcontent2/source/text/schart/02.po12
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/01.po14
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/guide.po10
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po434
-rw-r--r--source/nb/helpcontent2/source/text/shared/02.po12
-rw-r--r--source/nb/helpcontent2/source/text/shared/04.po325
-rw-r--r--source/nb/helpcontent2/source/text/shared/06.po42
-rw-r--r--source/nb/helpcontent2/source/text/shared/autopi.po8
-rw-r--r--source/nb/helpcontent2/source/text/shared/explorer/database.po8
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po27
-rw-r--r--source/nb/helpcontent2/source/text/shared/optionen.po548
-rw-r--r--source/nb/helpcontent2/source/text/simpress.po18
-rw-r--r--source/nb/helpcontent2/source/text/simpress/00.po12
-rw-r--r--source/nb/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/nb/helpcontent2/source/text/simpress/02.po34
-rw-r--r--source/nb/helpcontent2/source/text/simpress/guide.po10
-rw-r--r--source/nb/helpcontent2/source/text/smath/01.po22
-rw-r--r--source/nb/helpcontent2/source/text/swriter.po8
-rw-r--r--source/nb/helpcontent2/source/text/swriter/00.po68
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po198
-rw-r--r--source/nb/helpcontent2/source/text/swriter/02.po52
-rw-r--r--source/nb/helpcontent2/source/text/swriter/04.po8
-rw-r--r--source/nb/helpcontent2/source/text/swriter/guide.po44
-rw-r--r--source/nb/instsetoo_native/inc_openoffice/windows/msi_languages.po18
-rw-r--r--source/nb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po61
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office.po24
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po126
-rw-r--r--source/nb/readlicense_oo/docs.po8
-rw-r--r--source/nb/reportdesign/messages.po12
-rw-r--r--source/nb/sc/messages.po192
-rw-r--r--source/nb/scaddins/messages.po84
-rw-r--r--source/nb/scp2/source/extensions.po28
-rw-r--r--source/nb/scp2/source/graphicfilter.po46
-rw-r--r--source/nb/scp2/source/python.po8
-rw-r--r--source/nb/sd/messages.po824
-rw-r--r--source/nb/setup_native/source/mac.po8
-rw-r--r--source/nb/sfx2/messages.po35
-rw-r--r--source/nb/svl/messages.po19
-rw-r--r--source/nb/svtools/messages.po342
-rw-r--r--source/nb/svx/messages.po328
-rw-r--r--source/nb/sw/messages.po1985
-rw-r--r--source/nb/swext/mediawiki/help.po101
-rw-r--r--source/nb/vcl/messages.po144
-rw-r--r--source/nb/wizards/messages.po10
-rw-r--r--source/nb/wizards/source/resources.po8
-rw-r--r--source/ne/basctl/messages.po160
-rw-r--r--source/ne/chart2/messages.po28
-rw-r--r--source/ne/cui/messages.po64
-rw-r--r--source/ne/dbaccess/messages.po12
-rw-r--r--source/ne/framework/messages.po90
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/ne/helpcontent2/source/text/scalc.po6
-rw-r--r--source/ne/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/ne/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/ne/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ne/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/ne/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po418
-rw-r--r--source/ne/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/ne/helpcontent2/source/text/shared/optionen.po506
-rw-r--r--source/ne/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/ne/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/ne/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ne/helpcontent2/source/text/swriter/guide.po16
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/ne/sc/messages.po180
-rw-r--r--source/ne/sd/messages.po753
-rw-r--r--source/ne/sfx2/messages.po10
-rw-r--r--source/ne/svl/messages.po16
-rw-r--r--source/ne/svtools/messages.po332
-rw-r--r--source/ne/svx/messages.po116
-rw-r--r--source/ne/sw/messages.po1773
-rw-r--r--source/ne/vcl/messages.po120
-rw-r--r--source/nl/avmedia/messages.po12
-rw-r--r--source/nl/basctl/messages.po164
-rw-r--r--source/nl/chart2/messages.po36
-rw-r--r--source/nl/cui/messages.po98
-rw-r--r--source/nl/dbaccess/messages.po10
-rw-r--r--source/nl/extras/source/autocorr/emoji.po12
-rw-r--r--source/nl/filter/messages.po8
-rw-r--r--source/nl/framework/messages.po93
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/guide.po114
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared.po273
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared/02.po16
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared/03.po66
-rw-r--r--source/nl/helpcontent2/source/text/scalc.po6
-rw-r--r--source/nl/helpcontent2/source/text/scalc/00.po48
-rw-r--r--source/nl/helpcontent2/source/text/scalc/02.po18
-rw-r--r--source/nl/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/nl/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/nl/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/nl/helpcontent2/source/text/sdraw/01.po9
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po448
-rw-r--r--source/nl/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/nl/helpcontent2/source/text/shared/optionen.po532
-rw-r--r--source/nl/helpcontent2/source/text/simpress/01.po14
-rw-r--r--source/nl/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/nl/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/nl/helpcontent2/source/text/swriter/guide.po47
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po80
-rw-r--r--source/nl/sc/messages.po186
-rw-r--r--source/nl/sd/messages.po780
-rw-r--r--source/nl/sfx2/messages.po16
-rw-r--r--source/nl/svl/messages.po21
-rw-r--r--source/nl/svtools/messages.po336
-rw-r--r--source/nl/svx/messages.po190
-rw-r--r--source/nl/sw/messages.po1815
-rw-r--r--source/nl/vcl/messages.po136
-rw-r--r--source/nn/avmedia/messages.po10
-rw-r--r--source/nn/basctl/messages.po160
-rw-r--r--source/nn/chart2/messages.po66
-rw-r--r--source/nn/cui/messages.po170
-rw-r--r--source/nn/dbaccess/messages.po10
-rw-r--r--source/nn/framework/messages.po90
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po275
-rw-r--r--source/nn/helpcontent2/source/text/scalc.po6
-rw-r--r--source/nn/helpcontent2/source/text/scalc/04.po181
-rw-r--r--source/nn/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/01.po7
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po462
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po532
-rw-r--r--source/nn/helpcontent2/source/text/simpress/01.po24
-rw-r--r--source/nn/helpcontent2/source/text/simpress/guide.po6
-rw-r--r--source/nn/helpcontent2/source/text/swriter.po8
-rw-r--r--source/nn/helpcontent2/source/text/swriter/00.po12
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/nn/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/nn/sc/messages.po180
-rw-r--r--source/nn/sd/messages.po752
-rw-r--r--source/nn/sfx2/messages.po14
-rw-r--r--source/nn/svl/messages.po15
-rw-r--r--source/nn/svtools/messages.po332
-rw-r--r--source/nn/svx/messages.po120
-rw-r--r--source/nn/sw/messages.po1775
-rw-r--r--source/nn/vcl/messages.po124
-rw-r--r--source/nr/basctl/messages.po160
-rw-r--r--source/nr/chart2/messages.po28
-rw-r--r--source/nr/cui/messages.po64
-rw-r--r--source/nr/dbaccess/messages.po10
-rw-r--r--source/nr/framework/messages.po89
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/nr/sc/messages.po180
-rw-r--r--source/nr/sd/messages.po753
-rw-r--r--source/nr/sfx2/messages.po10
-rw-r--r--source/nr/svl/messages.po15
-rw-r--r--source/nr/svtools/messages.po332
-rw-r--r--source/nr/svx/messages.po116
-rw-r--r--source/nr/sw/messages.po1767
-rw-r--r--source/nr/vcl/messages.po120
-rw-r--r--source/nso/basctl/messages.po160
-rw-r--r--source/nso/chart2/messages.po28
-rw-r--r--source/nso/cui/messages.po64
-rw-r--r--source/nso/dbaccess/messages.po10
-rw-r--r--source/nso/framework/messages.po90
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/nso/sc/messages.po180
-rw-r--r--source/nso/sd/messages.po753
-rw-r--r--source/nso/sfx2/messages.po10
-rw-r--r--source/nso/svl/messages.po16
-rw-r--r--source/nso/svtools/messages.po332
-rw-r--r--source/nso/svx/messages.po116
-rw-r--r--source/nso/sw/messages.po1771
-rw-r--r--source/nso/vcl/messages.po120
-rw-r--r--source/oc/basctl/messages.po160
-rw-r--r--source/oc/chart2/messages.po28
-rw-r--r--source/oc/cui/messages.po62
-rw-r--r--source/oc/dbaccess/messages.po10
-rw-r--r--source/oc/framework/messages.po83
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/oc/sc/messages.po180
-rw-r--r--source/oc/sd/messages.po750
-rw-r--r--source/oc/sfx2/messages.po10
-rw-r--r--source/oc/svl/messages.po15
-rw-r--r--source/oc/svtools/messages.po332
-rw-r--r--source/oc/svx/messages.po116
-rw-r--r--source/oc/sw/messages.po1771
-rw-r--r--source/oc/vcl/messages.po120
-rw-r--r--source/om/basctl/messages.po160
-rw-r--r--source/om/chart2/messages.po28
-rw-r--r--source/om/cui/messages.po64
-rw-r--r--source/om/dbaccess/messages.po12
-rw-r--r--source/om/framework/messages.po89
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/om/helpcontent2/source/text/scalc.po6
-rw-r--r--source/om/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/om/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/om/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/om/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/om/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po422
-rw-r--r--source/om/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/om/helpcontent2/source/text/shared/optionen.po512
-rw-r--r--source/om/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/om/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/om/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/om/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/om/sc/messages.po180
-rw-r--r--source/om/sd/messages.po753
-rw-r--r--source/om/sfx2/messages.po10
-rw-r--r--source/om/svl/messages.po15
-rw-r--r--source/om/svtools/messages.po332
-rw-r--r--source/om/svx/messages.po116
-rw-r--r--source/om/sw/messages.po1774
-rw-r--r--source/om/vcl/messages.po120
-rw-r--r--source/or/basctl/messages.po160
-rw-r--r--source/or/chart2/messages.po28
-rw-r--r--source/or/cui/messages.po62
-rw-r--r--source/or/dbaccess/messages.po10
-rw-r--r--source/or/framework/messages.po90
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/or/sc/messages.po180
-rw-r--r--source/or/sd/messages.po753
-rw-r--r--source/or/sfx2/messages.po10
-rw-r--r--source/or/svl/messages.po16
-rw-r--r--source/or/svtools/messages.po332
-rw-r--r--source/or/svx/messages.po116
-rw-r--r--source/or/sw/messages.po1771
-rw-r--r--source/or/vcl/messages.po120
-rw-r--r--source/pa-IN/basctl/messages.po160
-rw-r--r--source/pa-IN/chart2/messages.po28
-rw-r--r--source/pa-IN/cui/messages.po64
-rw-r--r--source/pa-IN/dbaccess/messages.po12
-rw-r--r--source/pa-IN/framework/messages.po85
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/pa-IN/sc/messages.po180
-rw-r--r--source/pa-IN/sd/messages.po753
-rw-r--r--source/pa-IN/sfx2/messages.po10
-rw-r--r--source/pa-IN/svl/messages.po15
-rw-r--r--source/pa-IN/svtools/messages.po332
-rw-r--r--source/pa-IN/svx/messages.po116
-rw-r--r--source/pa-IN/sw/messages.po1773
-rw-r--r--source/pa-IN/vcl/messages.po120
-rw-r--r--source/pl/basctl/messages.po170
-rw-r--r--source/pl/basic/messages.po4
-rw-r--r--source/pl/chart2/messages.po64
-rw-r--r--source/pl/connectivity/messages.po14
-rw-r--r--source/pl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po17
-rw-r--r--source/pl/cui/messages.po276
-rw-r--r--source/pl/dbaccess/messages.po84
-rw-r--r--source/pl/desktop/messages.po10
-rw-r--r--source/pl/dictionaries/af_ZA.po16
-rw-r--r--source/pl/dictionaries/an_ES.po16
-rw-r--r--source/pl/dictionaries/bo.po15
-rw-r--r--source/pl/dictionaries/gd_GB.po15
-rw-r--r--source/pl/dictionaries/gug.po15
-rw-r--r--source/pl/dictionaries/no.po19
-rw-r--r--source/pl/dictionaries/pt_PT.po18
-rw-r--r--source/pl/dictionaries/si_LK.po18
-rw-r--r--source/pl/dictionaries/sv_SE.po15
-rw-r--r--source/pl/dictionaries/tr_TR.po15
-rw-r--r--source/pl/editeng/messages.po34
-rw-r--r--source/pl/extensions/messages.po30
-rw-r--r--source/pl/filter/messages.po18
-rw-r--r--source/pl/filter/source/config/fragments/filters.po60
-rw-r--r--source/pl/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--source/pl/filter/source/config/fragments/types.po4
-rw-r--r--source/pl/forms/messages.po8
-rw-r--r--source/pl/formula/messages.po14
-rw-r--r--source/pl/fpicker/messages.po14
-rw-r--r--source/pl/framework/messages.po95
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared.po273
-rw-r--r--source/pl/helpcontent2/source/text/scalc.po6
-rw-r--r--source/pl/helpcontent2/source/text/scalc/04.po192
-rw-r--r--source/pl/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/pl/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/pl/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po436
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/pl/helpcontent2/source/text/shared/optionen.po528
-rw-r--r--source/pl/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/pl/helpcontent2/source/text/simpress/guide.po12
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po166
-rw-r--r--source/pl/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/pl/helpcontent2/source/text/swriter/guide.po30
-rw-r--r--source/pl/instsetoo_native/inc_openoffice/windows/msi_languages.po162
-rw-r--r--source/pl/librelogo/source/pythonpath.po8
-rw-r--r--source/pl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po63
-rw-r--r--source/pl/nlpsolver/src/locale.po6
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office.po58
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po356
-rw-r--r--source/pl/readlicense_oo/docs.po12
-rw-r--r--source/pl/sc/messages.po348
-rw-r--r--source/pl/sccomp/messages.po32
-rw-r--r--source/pl/scp2/source/base.po6
-rw-r--r--source/pl/scp2/source/calc.po10
-rw-r--r--source/pl/scp2/source/draw.po40
-rw-r--r--source/pl/scp2/source/graphicfilter.po50
-rw-r--r--source/pl/scp2/source/impress.po16
-rw-r--r--source/pl/scp2/source/math.po8
-rw-r--r--source/pl/scp2/source/ooo.po126
-rw-r--r--source/pl/scp2/source/python.po20
-rw-r--r--source/pl/scp2/source/writer.po10
-rw-r--r--source/pl/sd/messages.po916
-rw-r--r--source/pl/sfx2/messages.po64
-rw-r--r--source/pl/shell/source/win32/shlxthandler/res.po57
-rw-r--r--source/pl/starmath/messages.po48
-rw-r--r--source/pl/svl/messages.po20
-rw-r--r--source/pl/svtools/messages.po476
-rw-r--r--source/pl/svx/messages.po300
-rw-r--r--source/pl/sw/messages.po2060
-rw-r--r--source/pl/swext/mediawiki/help.po24
-rw-r--r--source/pl/swext/mediawiki/src.po19
-rw-r--r--source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po10
-rw-r--r--source/pl/sysui/desktop/share.po6
-rw-r--r--source/pl/uui/messages.po42
-rw-r--r--source/pl/vcl/messages.po170
-rw-r--r--source/pl/wizards/messages.po36
-rw-r--r--source/pl/wizards/source/resources.po36
-rw-r--r--source/pl/xmlsecurity/messages.po24
-rw-r--r--source/pt-BR/avmedia/messages.po12
-rw-r--r--source/pt-BR/basctl/messages.po160
-rw-r--r--source/pt-BR/chart2/messages.po34
-rw-r--r--source/pt-BR/cui/messages.po82
-rw-r--r--source/pt-BR/dbaccess/messages.po20
-rw-r--r--source/pt-BR/extras/source/autocorr/emoji.po1591
-rw-r--r--source/pt-BR/filter/messages.po18
-rw-r--r--source/pt-BR/framework/messages.po90
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared.po291
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/05.po22
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw/01.po15
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po50
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po474
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po16
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po539
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/01.po16
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/01.po6
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/00.po40
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po226
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po66
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po86
-rw-r--r--source/pt-BR/sc/messages.po188
-rw-r--r--source/pt-BR/sd/messages.po780
-rw-r--r--source/pt-BR/sfx2/messages.po30
-rw-r--r--source/pt-BR/svl/messages.po21
-rw-r--r--source/pt-BR/svtools/messages.po336
-rw-r--r--source/pt-BR/svx/messages.po190
-rw-r--r--source/pt-BR/sw/messages.po1843
-rw-r--r--source/pt-BR/vcl/messages.po126
-rw-r--r--source/pt-BR/wizards/source/resources.po8
-rw-r--r--source/pt/avmedia/messages.po8
-rw-r--r--source/pt/basctl/messages.po160
-rw-r--r--source/pt/chart2/messages.po36
-rw-r--r--source/pt/cui/messages.po68
-rw-r--r--source/pt/dbaccess/messages.po18
-rw-r--r--source/pt/desktop/messages.po10
-rw-r--r--source/pt/filter/messages.po6
-rw-r--r--source/pt/framework/messages.po90
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared.po275
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared/02.po16
-rw-r--r--source/pt/helpcontent2/source/text/scalc.po20
-rw-r--r--source/pt/helpcontent2/source/text/scalc/00.po46
-rw-r--r--source/pt/helpcontent2/source/text/scalc/02.po20
-rw-r--r--source/pt/helpcontent2/source/text/scalc/04.po198
-rw-r--r--source/pt/helpcontent2/source/text/scalc/05.po50
-rw-r--r--source/pt/helpcontent2/source/text/scalc/guide.po50
-rw-r--r--source/pt/helpcontent2/source/text/schart/02.po12
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/00.po12
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/01.po15
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/guide.po66
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po454
-rw-r--r--source/pt/helpcontent2/source/text/shared/05.po24
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/pt/helpcontent2/source/text/shared/help.po36
-rw-r--r--source/pt/helpcontent2/source/text/shared/menu.po8
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po546
-rw-r--r--source/pt/helpcontent2/source/text/simpress.po18
-rw-r--r--source/pt/helpcontent2/source/text/simpress/00.po22
-rw-r--r--source/pt/helpcontent2/source/text/simpress/01.po30
-rw-r--r--source/pt/helpcontent2/source/text/simpress/02.po34
-rw-r--r--source/pt/helpcontent2/source/text/swriter.po16
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/pt/helpcontent2/source/text/swriter/02.po54
-rw-r--r--source/pt/helpcontent2/source/text/swriter/04.po16
-rw-r--r--source/pt/helpcontent2/source/text/swriter/guide.po30
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po74
-rw-r--r--source/pt/sc/messages.po184
-rw-r--r--source/pt/sd/messages.po780
-rw-r--r--source/pt/sfx2/messages.po18
-rw-r--r--source/pt/svl/messages.po17
-rw-r--r--source/pt/svtools/messages.po334
-rw-r--r--source/pt/svx/messages.po192
-rw-r--r--source/pt/sw/messages.po1811
-rw-r--r--source/pt/vcl/messages.po132
-rw-r--r--source/pt/wizards/messages.po277
-rw-r--r--source/pt/wizards/source/resources.po12
-rw-r--r--source/ro/basctl/messages.po160
-rw-r--r--source/ro/chart2/messages.po28
-rw-r--r--source/ro/cui/messages.po62
-rw-r--r--source/ro/dbaccess/messages.po24
-rw-r--r--source/ro/framework/messages.po90
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared.po265
-rw-r--r--source/ro/helpcontent2/source/text/scalc.po6
-rw-r--r--source/ro/helpcontent2/source/text/scalc/04.po135
-rw-r--r--source/ro/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/ro/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ro/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/ro/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po356
-rw-r--r--source/ro/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/ro/helpcontent2/source/text/shared/optionen.po440
-rw-r--r--source/ro/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/ro/helpcontent2/source/text/swriter/01.po150
-rw-r--r--source/ro/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/ro/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/ro/sc/messages.po180
-rw-r--r--source/ro/sd/messages.po750
-rw-r--r--source/ro/sfx2/messages.po10
-rw-r--r--source/ro/svl/messages.po10
-rw-r--r--source/ro/svtools/messages.po332
-rw-r--r--source/ro/svx/messages.po116
-rw-r--r--source/ro/sw/messages.po1770
-rw-r--r--source/ro/vcl/messages.po120
-rw-r--r--source/ru/avmedia/messages.po10
-rw-r--r--source/ru/basctl/messages.po160
-rw-r--r--source/ru/chart2/messages.po36
-rw-r--r--source/ru/cui/messages.po62
-rw-r--r--source/ru/dbaccess/messages.po12
-rw-r--r--source/ru/filter/messages.po8
-rw-r--r--source/ru/formula/messages.po6
-rw-r--r--source/ru/framework/messages.po90
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/ru/helpcontent2/source/text/scalc.po6
-rw-r--r--source/ru/helpcontent2/source/text/scalc/04.po181
-rw-r--r--source/ru/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/ru/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/ru/helpcontent2/source/text/sdraw/01.po10
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po422
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/ru/helpcontent2/source/text/shared/optionen.po512
-rw-r--r--source/ru/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/ru/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ru/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/ru/sc/messages.po184
-rw-r--r--source/ru/sd/messages.po752
-rw-r--r--source/ru/sfx2/messages.po18
-rw-r--r--source/ru/svl/messages.po19
-rw-r--r--source/ru/svtools/messages.po334
-rw-r--r--source/ru/svx/messages.po122
-rw-r--r--source/ru/sw/messages.po1774
-rw-r--r--source/ru/vcl/messages.po126
-rw-r--r--source/rw/basctl/messages.po160
-rw-r--r--source/rw/chart2/messages.po28
-rw-r--r--source/rw/cui/messages.po64
-rw-r--r--source/rw/dbaccess/messages.po12
-rw-r--r--source/rw/framework/messages.po89
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/rw/sc/messages.po180
-rw-r--r--source/rw/sd/messages.po753
-rw-r--r--source/rw/sfx2/messages.po10
-rw-r--r--source/rw/svl/messages.po15
-rw-r--r--source/rw/svtools/messages.po332
-rw-r--r--source/rw/svx/messages.po116
-rw-r--r--source/rw/sw/messages.po1773
-rw-r--r--source/rw/vcl/messages.po120
-rw-r--r--source/sa-IN/basctl/messages.po160
-rw-r--r--source/sa-IN/chart2/messages.po28
-rw-r--r--source/sa-IN/cui/messages.po64
-rw-r--r--source/sa-IN/dbaccess/messages.po12
-rw-r--r--source/sa-IN/framework/messages.po89
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/sa-IN/sc/messages.po180
-rw-r--r--source/sa-IN/sd/messages.po750
-rw-r--r--source/sa-IN/sfx2/messages.po10
-rw-r--r--source/sa-IN/svl/messages.po15
-rw-r--r--source/sa-IN/svtools/messages.po332
-rw-r--r--source/sa-IN/svx/messages.po118
-rw-r--r--source/sa-IN/sw/messages.po1774
-rw-r--r--source/sa-IN/vcl/messages.po120
-rw-r--r--source/sah/basctl/messages.po160
-rw-r--r--source/sah/chart2/messages.po28
-rw-r--r--source/sah/cui/messages.po62
-rw-r--r--source/sah/dbaccess/messages.po10
-rw-r--r--source/sah/framework/messages.po89
-rw-r--r--source/sah/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/sah/sc/messages.po180
-rw-r--r--source/sah/sd/messages.po750
-rw-r--r--source/sah/sfx2/messages.po10
-rw-r--r--source/sah/svl/messages.po15
-rw-r--r--source/sah/svtools/messages.po332
-rw-r--r--source/sah/svx/messages.po116
-rw-r--r--source/sah/sw/messages.po1761
-rw-r--r--source/sah/vcl/messages.po120
-rw-r--r--source/sat/basctl/messages.po160
-rw-r--r--source/sat/chart2/messages.po28
-rw-r--r--source/sat/cui/messages.po64
-rw-r--r--source/sat/dbaccess/messages.po10
-rw-r--r--source/sat/framework/messages.po89
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/sat/sc/messages.po180
-rw-r--r--source/sat/sd/messages.po750
-rw-r--r--source/sat/sfx2/messages.po10
-rw-r--r--source/sat/svl/messages.po15
-rw-r--r--source/sat/svtools/messages.po332
-rw-r--r--source/sat/svx/messages.po116
-rw-r--r--source/sat/sw/messages.po1772
-rw-r--r--source/sat/vcl/messages.po120
-rw-r--r--source/sd/basctl/messages.po160
-rw-r--r--source/sd/chart2/messages.po28
-rw-r--r--source/sd/cui/messages.po64
-rw-r--r--source/sd/dbaccess/messages.po10
-rw-r--r--source/sd/framework/messages.po89
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/sd/sc/messages.po180
-rw-r--r--source/sd/sd/messages.po750
-rw-r--r--source/sd/sfx2/messages.po10
-rw-r--r--source/sd/svl/messages.po15
-rw-r--r--source/sd/svtools/messages.po332
-rw-r--r--source/sd/svx/messages.po116
-rw-r--r--source/sd/sw/messages.po1772
-rw-r--r--source/sd/vcl/messages.po120
-rw-r--r--source/si/basctl/messages.po160
-rw-r--r--source/si/chart2/messages.po28
-rw-r--r--source/si/cui/messages.po64
-rw-r--r--source/si/dbaccess/messages.po12
-rw-r--r--source/si/framework/messages.po90
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared.po269
-rw-r--r--source/si/helpcontent2/source/text/scalc.po6
-rw-r--r--source/si/helpcontent2/source/text/scalc/04.po163
-rw-r--r--source/si/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/si/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/si/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/si/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po376
-rw-r--r--source/si/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/si/helpcontent2/source/text/shared/optionen.po448
-rw-r--r--source/si/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/si/helpcontent2/source/text/swriter/01.po150
-rw-r--r--source/si/helpcontent2/source/text/swriter/02.po12
-rw-r--r--source/si/helpcontent2/source/text/swriter/guide.po16
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/si/sc/messages.po180
-rw-r--r--source/si/sd/messages.po753
-rw-r--r--source/si/sfx2/messages.po10
-rw-r--r--source/si/svl/messages.po16
-rw-r--r--source/si/svtools/messages.po332
-rw-r--r--source/si/svx/messages.po116
-rw-r--r--source/si/sw/messages.po1773
-rw-r--r--source/si/vcl/messages.po120
-rw-r--r--source/sid/basctl/messages.po160
-rw-r--r--source/sid/chart2/messages.po28
-rw-r--r--source/sid/cui/messages.po64
-rw-r--r--source/sid/dbaccess/messages.po10
-rw-r--r--source/sid/framework/messages.po90
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/sid/helpcontent2/source/text/scalc.po6
-rw-r--r--source/sid/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/sid/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/sid/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/sid/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/sid/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po370
-rw-r--r--source/sid/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/sid/helpcontent2/source/text/shared/optionen.po498
-rw-r--r--source/sid/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/sid/helpcontent2/source/text/swriter/01.po156
-rw-r--r--source/sid/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/sid/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/sid/sc/messages.po180
-rw-r--r--source/sid/sd/messages.po753
-rw-r--r--source/sid/sfx2/messages.po10
-rw-r--r--source/sid/svl/messages.po16
-rw-r--r--source/sid/svtools/messages.po332
-rw-r--r--source/sid/svx/messages.po116
-rw-r--r--source/sid/sw/messages.po1774
-rw-r--r--source/sid/vcl/messages.po120
-rw-r--r--source/sk/avmedia/messages.po8
-rw-r--r--source/sk/basctl/messages.po160
-rw-r--r--source/sk/chart2/messages.po38
-rw-r--r--source/sk/cui/messages.po94
-rw-r--r--source/sk/dbaccess/messages.po18
-rw-r--r--source/sk/extensions/messages.po4
-rw-r--r--source/sk/filter/messages.po12
-rw-r--r--source/sk/framework/messages.po56
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared.po269
-rw-r--r--source/sk/helpcontent2/source/text/scalc.po6
-rw-r--r--source/sk/helpcontent2/source/text/scalc/04.po162
-rw-r--r--source/sk/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/sk/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/sk/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/sk/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po392
-rw-r--r--source/sk/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/sk/helpcontent2/source/text/shared/optionen.po470
-rw-r--r--source/sk/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/sk/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/sk/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/sk/helpcontent2/source/text/swriter/guide.po18
-rw-r--r--source/sk/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office.po54
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po98
-rw-r--r--source/sk/sc/messages.po184
-rw-r--r--source/sk/scaddins/messages.po84
-rw-r--r--source/sk/scp2/source/draw.po81
-rw-r--r--source/sk/sd/messages.po781
-rw-r--r--source/sk/sfx2/messages.po33
-rw-r--r--source/sk/svl/messages.po15
-rw-r--r--source/sk/svtools/messages.po332
-rw-r--r--source/sk/svx/messages.po228
-rw-r--r--source/sk/sw/messages.po1892
-rw-r--r--source/sk/vcl/messages.po134
-rw-r--r--source/sq/basctl/messages.po160
-rw-r--r--source/sq/chart2/messages.po28
-rw-r--r--source/sq/cui/messages.po62
-rw-r--r--source/sq/dbaccess/messages.po12
-rw-r--r--source/sq/framework/messages.po83
-rw-r--r--source/sq/helpcontent2/source/auxiliary.po64
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared.po267
-rw-r--r--source/sq/helpcontent2/source/text/scalc.po6
-rw-r--r--source/sq/helpcontent2/source/text/scalc/00.po40
-rw-r--r--source/sq/helpcontent2/source/text/scalc/04.po153
-rw-r--r--source/sq/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/sq/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/sq/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po396
-rw-r--r--source/sq/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/sq/helpcontent2/source/text/shared/optionen.po474
-rw-r--r--source/sq/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/sq/helpcontent2/source/text/swriter/01.po152
-rw-r--r--source/sq/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/sq/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/sq/sc/messages.po180
-rw-r--r--source/sq/sd/messages.po750
-rw-r--r--source/sq/sfx2/messages.po10
-rw-r--r--source/sq/svl/messages.po15
-rw-r--r--source/sq/svtools/messages.po332
-rw-r--r--source/sq/svx/messages.po116
-rw-r--r--source/sq/sw/messages.po1771
-rw-r--r--source/sq/vcl/messages.po120
-rw-r--r--source/sr-Latn/basctl/messages.po160
-rw-r--r--source/sr-Latn/chart2/messages.po28
-rw-r--r--source/sr-Latn/cui/messages.po64
-rw-r--r--source/sr-Latn/dbaccess/messages.po10
-rw-r--r--source/sr-Latn/framework/messages.po56
-rw-r--r--source/sr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/sr-Latn/sc/messages.po180
-rw-r--r--source/sr-Latn/sd/messages.po753
-rw-r--r--source/sr-Latn/sfx2/messages.po10
-rw-r--r--source/sr-Latn/svl/messages.po7
-rw-r--r--source/sr-Latn/svtools/messages.po332
-rw-r--r--source/sr-Latn/svx/messages.po116
-rw-r--r--source/sr-Latn/sw/messages.po1783
-rw-r--r--source/sr-Latn/vcl/messages.po120
-rw-r--r--source/sr/basctl/messages.po160
-rw-r--r--source/sr/chart2/messages.po28
-rw-r--r--source/sr/cui/messages.po64
-rw-r--r--source/sr/dbaccess/messages.po10
-rw-r--r--source/sr/framework/messages.po56
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/sr/sc/messages.po180
-rw-r--r--source/sr/sd/messages.po753
-rw-r--r--source/sr/sfx2/messages.po10
-rw-r--r--source/sr/svl/messages.po8
-rw-r--r--source/sr/svtools/messages.po332
-rw-r--r--source/sr/svx/messages.po116
-rw-r--r--source/sr/sw/messages.po1783
-rw-r--r--source/sr/vcl/messages.po120
-rw-r--r--source/ss/basctl/messages.po160
-rw-r--r--source/ss/chart2/messages.po28
-rw-r--r--source/ss/cui/messages.po64
-rw-r--r--source/ss/dbaccess/messages.po10
-rw-r--r--source/ss/framework/messages.po89
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/ss/sc/messages.po180
-rw-r--r--source/ss/sd/messages.po753
-rw-r--r--source/ss/sfx2/messages.po10
-rw-r--r--source/ss/svl/messages.po15
-rw-r--r--source/ss/svtools/messages.po332
-rw-r--r--source/ss/svx/messages.po116
-rw-r--r--source/ss/sw/messages.po1767
-rw-r--r--source/ss/vcl/messages.po120
-rw-r--r--source/st/basctl/messages.po160
-rw-r--r--source/st/chart2/messages.po28
-rw-r--r--source/st/cui/messages.po64
-rw-r--r--source/st/dbaccess/messages.po10
-rw-r--r--source/st/framework/messages.po90
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/st/sc/messages.po180
-rw-r--r--source/st/sd/messages.po753
-rw-r--r--source/st/sfx2/messages.po10
-rw-r--r--source/st/svl/messages.po16
-rw-r--r--source/st/svtools/messages.po332
-rw-r--r--source/st/svx/messages.po116
-rw-r--r--source/st/sw/messages.po1767
-rw-r--r--source/st/vcl/messages.po120
-rw-r--r--source/sv/avmedia/messages.po12
-rw-r--r--source/sv/basctl/messages.po168
-rw-r--r--source/sv/chart2/messages.po28
-rw-r--r--source/sv/cui/messages.po62
-rw-r--r--source/sv/dbaccess/messages.po10
-rw-r--r--source/sv/dictionaries/en/dialog/registry/data/org/openoffice/Office.po16
-rw-r--r--source/sv/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po16
-rw-r--r--source/sv/framework/messages.po85
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/sv/helpcontent2/source/text/scalc.po6
-rw-r--r--source/sv/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/sv/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/sv/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/sv/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/sv/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po436
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/sv/helpcontent2/source/text/shared/optionen.po524
-rw-r--r--source/sv/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/sv/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/sv/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/sv/sc/messages.po180
-rw-r--r--source/sv/sd/messages.po818
-rw-r--r--source/sv/sfx2/messages.po22
-rw-r--r--source/sv/svl/messages.po16
-rw-r--r--source/sv/svtools/messages.po332
-rw-r--r--source/sv/svx/messages.po126
-rw-r--r--source/sv/sw/messages.po1769
-rw-r--r--source/sv/vcl/messages.po124
-rw-r--r--source/sv/wizards/source/resources.po566
-rw-r--r--source/sw-TZ/basctl/messages.po160
-rw-r--r--source/sw-TZ/chart2/messages.po28
-rw-r--r--source/sw-TZ/cui/messages.po64
-rw-r--r--source/sw-TZ/dbaccess/messages.po10
-rw-r--r--source/sw-TZ/framework/messages.po89
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/sw-TZ/sc/messages.po180
-rw-r--r--source/sw-TZ/scp2/source/calc.po41
-rw-r--r--source/sw-TZ/sd/messages.po753
-rw-r--r--source/sw-TZ/sfx2/messages.po10
-rw-r--r--source/sw-TZ/svl/messages.po15
-rw-r--r--source/sw-TZ/svtools/messages.po332
-rw-r--r--source/sw-TZ/svx/messages.po116
-rw-r--r--source/sw-TZ/sw/messages.po1773
-rw-r--r--source/sw-TZ/vcl/messages.po120
-rw-r--r--source/szl/basctl/messages.po160
-rw-r--r--source/szl/chart2/messages.po28
-rw-r--r--source/szl/cui/messages.po62
-rw-r--r--source/szl/dbaccess/messages.po10
-rw-r--r--source/szl/framework/messages.po85
-rw-r--r--source/szl/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/szl/sc/messages.po180
-rw-r--r--source/szl/sd/messages.po750
-rw-r--r--source/szl/sfx2/messages.po10
-rw-r--r--source/szl/svl/messages.po11
-rw-r--r--source/szl/svtools/messages.po332
-rw-r--r--source/szl/svx/messages.po126
-rw-r--r--source/szl/sw/messages.po1774
-rw-r--r--source/szl/vcl/messages.po124
-rw-r--r--source/ta/basctl/messages.po160
-rw-r--r--source/ta/chart2/messages.po28
-rw-r--r--source/ta/cui/messages.po62
-rw-r--r--source/ta/dbaccess/messages.po10
-rw-r--r--source/ta/framework/messages.po90
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/shared.po269
-rw-r--r--source/ta/helpcontent2/source/text/scalc.po6
-rw-r--r--source/ta/helpcontent2/source/text/scalc/04.po162
-rw-r--r--source/ta/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/ta/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ta/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/ta/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po358
-rw-r--r--source/ta/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/ta/helpcontent2/source/text/shared/optionen.po442
-rw-r--r--source/ta/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/ta/helpcontent2/source/text/swriter/01.po168
-rw-r--r--source/ta/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ta/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/ta/sc/messages.po180
-rw-r--r--source/ta/sd/messages.po750
-rw-r--r--source/ta/sfx2/messages.po10
-rw-r--r--source/ta/svl/messages.po16
-rw-r--r--source/ta/svtools/messages.po332
-rw-r--r--source/ta/svx/messages.po116
-rw-r--r--source/ta/sw/messages.po1769
-rw-r--r--source/ta/vcl/messages.po120
-rw-r--r--source/te/basctl/messages.po160
-rw-r--r--source/te/chart2/messages.po28
-rw-r--r--source/te/cui/messages.po62
-rw-r--r--source/te/dbaccess/messages.po12
-rw-r--r--source/te/framework/messages.po90
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/te/sc/messages.po180
-rw-r--r--source/te/sd/messages.po753
-rw-r--r--source/te/sfx2/messages.po10
-rw-r--r--source/te/svl/messages.po16
-rw-r--r--source/te/svtools/messages.po332
-rw-r--r--source/te/svx/messages.po116
-rw-r--r--source/te/sw/messages.po1775
-rw-r--r--source/te/vcl/messages.po120
-rw-r--r--source/tg/basctl/messages.po160
-rw-r--r--source/tg/chart2/messages.po28
-rw-r--r--source/tg/cui/messages.po64
-rw-r--r--source/tg/dbaccess/messages.po12
-rw-r--r--source/tg/framework/messages.po90
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared.po265
-rw-r--r--source/tg/helpcontent2/source/text/scalc.po6
-rw-r--r--source/tg/helpcontent2/source/text/scalc/04.po176
-rw-r--r--source/tg/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/tg/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/tg/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/tg/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po394
-rw-r--r--source/tg/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/tg/helpcontent2/source/text/shared/optionen.po510
-rw-r--r--source/tg/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/tg/helpcontent2/source/text/swriter/01.po152
-rw-r--r--source/tg/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/tg/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/tg/sc/messages.po180
-rw-r--r--source/tg/sd/messages.po753
-rw-r--r--source/tg/sfx2/messages.po10
-rw-r--r--source/tg/svl/messages.po16
-rw-r--r--source/tg/svtools/messages.po332
-rw-r--r--source/tg/svx/messages.po116
-rw-r--r--source/tg/sw/messages.po1773
-rw-r--r--source/tg/vcl/messages.po120
-rw-r--r--source/th/basctl/messages.po160
-rw-r--r--source/th/chart2/messages.po28
-rw-r--r--source/th/cui/messages.po62
-rw-r--r--source/th/dbaccess/messages.po12
-rw-r--r--source/th/framework/messages.po58
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/th/sc/messages.po180
-rw-r--r--source/th/sd/messages.po753
-rw-r--r--source/th/sfx2/messages.po10
-rw-r--r--source/th/svl/messages.po16
-rw-r--r--source/th/svtools/messages.po332
-rw-r--r--source/th/svx/messages.po116
-rw-r--r--source/th/sw/messages.po1774
-rw-r--r--source/th/vcl/messages.po120
-rw-r--r--source/ti/basctl/messages.po160
-rw-r--r--source/ti/chart2/messages.po28
-rw-r--r--source/ti/cui/messages.po62
-rw-r--r--source/ti/dbaccess/messages.po10
-rw-r--r--source/ti/framework/messages.po90
-rw-r--r--source/ti/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/ti/sc/messages.po180
-rw-r--r--source/ti/sd/messages.po750
-rw-r--r--source/ti/sfx2/messages.po10
-rw-r--r--source/ti/svl/messages.po16
-rw-r--r--source/ti/svtools/messages.po332
-rw-r--r--source/ti/svx/messages.po116
-rw-r--r--source/ti/sw/messages.po1761
-rw-r--r--source/ti/vcl/messages.po120
-rw-r--r--source/tn/basctl/messages.po160
-rw-r--r--source/tn/chart2/messages.po28
-rw-r--r--source/tn/cui/messages.po64
-rw-r--r--source/tn/dbaccess/messages.po10
-rw-r--r--source/tn/framework/messages.po89
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/tn/sc/messages.po180
-rw-r--r--source/tn/sd/messages.po753
-rw-r--r--source/tn/sfx2/messages.po10
-rw-r--r--source/tn/svl/messages.po15
-rw-r--r--source/tn/svtools/messages.po332
-rw-r--r--source/tn/svx/messages.po116
-rw-r--r--source/tn/sw/messages.po1764
-rw-r--r--source/tn/vcl/messages.po120
-rw-r--r--source/tr/basctl/messages.po160
-rw-r--r--source/tr/chart2/messages.po28
-rw-r--r--source/tr/cui/messages.po62
-rw-r--r--source/tr/dbaccess/messages.po12
-rw-r--r--source/tr/framework/messages.po85
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared.po273
-rw-r--r--source/tr/helpcontent2/source/text/scalc.po6
-rw-r--r--source/tr/helpcontent2/source/text/scalc/04.po181
-rw-r--r--source/tr/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/tr/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/tr/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po448
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/tr/helpcontent2/source/text/shared/optionen.po532
-rw-r--r--source/tr/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/tr/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/tr/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/tr/sc/messages.po180
-rw-r--r--source/tr/sd/messages.po750
-rw-r--r--source/tr/sfx2/messages.po10
-rw-r--r--source/tr/svl/messages.po15
-rw-r--r--source/tr/svtools/messages.po332
-rw-r--r--source/tr/svx/messages.po122
-rw-r--r--source/tr/sw/messages.po1770
-rw-r--r--source/tr/vcl/messages.po124
-rw-r--r--source/ts/basctl/messages.po160
-rw-r--r--source/ts/chart2/messages.po28
-rw-r--r--source/ts/cui/messages.po64
-rw-r--r--source/ts/dbaccess/messages.po10
-rw-r--r--source/ts/framework/messages.po89
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/ts/sc/messages.po180
-rw-r--r--source/ts/sd/messages.po753
-rw-r--r--source/ts/sfx2/messages.po10
-rw-r--r--source/ts/svl/messages.po15
-rw-r--r--source/ts/svtools/messages.po332
-rw-r--r--source/ts/svx/messages.po116
-rw-r--r--source/ts/sw/messages.po1772
-rw-r--r--source/ts/vcl/messages.po120
-rw-r--r--source/tt/basctl/messages.po160
-rw-r--r--source/tt/chart2/messages.po28
-rw-r--r--source/tt/cui/messages.po64
-rw-r--r--source/tt/dbaccess/messages.po10
-rw-r--r--source/tt/framework/messages.po90
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/tt/sc/messages.po180
-rw-r--r--source/tt/sd/messages.po750
-rw-r--r--source/tt/sfx2/messages.po10
-rw-r--r--source/tt/svl/messages.po16
-rw-r--r--source/tt/svtools/messages.po333
-rw-r--r--source/tt/svx/messages.po116
-rw-r--r--source/tt/sw/messages.po1767
-rw-r--r--source/tt/vcl/messages.po120
-rw-r--r--source/ug/basctl/messages.po160
-rw-r--r--source/ug/chart2/messages.po28
-rw-r--r--source/ug/cui/messages.po62
-rw-r--r--source/ug/dbaccess/messages.po12
-rw-r--r--source/ug/framework/messages.po83
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared.po265
-rw-r--r--source/ug/helpcontent2/source/text/scalc.po6
-rw-r--r--source/ug/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/ug/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/ug/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ug/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/ug/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po392
-rw-r--r--source/ug/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/ug/helpcontent2/source/text/shared/optionen.po460
-rw-r--r--source/ug/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/ug/helpcontent2/source/text/swriter/01.po152
-rw-r--r--source/ug/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ug/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/ug/sc/messages.po180
-rw-r--r--source/ug/sd/messages.po753
-rw-r--r--source/ug/sfx2/messages.po10
-rw-r--r--source/ug/svl/messages.po15
-rw-r--r--source/ug/svtools/messages.po332
-rw-r--r--source/ug/svx/messages.po116
-rw-r--r--source/ug/sw/messages.po1771
-rw-r--r--source/ug/vcl/messages.po120
-rw-r--r--source/uk/basctl/messages.po172
-rw-r--r--source/uk/chart2/messages.po36
-rw-r--r--source/uk/cui/messages.po88
-rw-r--r--source/uk/dbaccess/messages.po16
-rw-r--r--source/uk/editeng/messages.po12
-rw-r--r--source/uk/filter/messages.po6
-rw-r--r--source/uk/fpicker/messages.po30
-rw-r--r--source/uk/framework/messages.po85
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared.po273
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared/03.po62
-rw-r--r--source/uk/helpcontent2/source/text/scalc.po58
-rw-r--r--source/uk/helpcontent2/source/text/scalc/00.po44
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/uk/helpcontent2/source/text/scalc/02.po9
-rw-r--r--source/uk/helpcontent2/source/text/scalc/04.po181
-rw-r--r--source/uk/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/uk/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/uk/helpcontent2/source/text/schart/01.po37
-rw-r--r--source/uk/helpcontent2/source/text/sdraw/00.po22
-rw-r--r--source/uk/helpcontent2/source/text/sdraw/01.po7
-rw-r--r--source/uk/helpcontent2/source/text/shared.po13
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po448
-rw-r--r--source/uk/helpcontent2/source/text/shared/04.po329
-rw-r--r--source/uk/helpcontent2/source/text/shared/autopi.po78
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po522
-rw-r--r--source/uk/helpcontent2/source/text/simpress.po58
-rw-r--r--source/uk/helpcontent2/source/text/simpress/01.po22
-rw-r--r--source/uk/helpcontent2/source/text/swriter.po22
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/uk/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/uk/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/uk/helpcontent2/source/text/swriter/librelogo.po13
-rw-r--r--source/uk/nlpsolver/src/locale.po15
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/uk/oox/messages.po14
-rw-r--r--source/uk/readlicense_oo/docs.po24
-rw-r--r--source/uk/sc/messages.po180
-rw-r--r--source/uk/scp2/source/winexplorerext.po13
-rw-r--r--source/uk/sd/messages.po750
-rw-r--r--source/uk/sfx2/messages.po18
-rw-r--r--source/uk/svl/messages.po21
-rw-r--r--source/uk/svtools/messages.po354
-rw-r--r--source/uk/svx/messages.po122
-rw-r--r--source/uk/sw/messages.po1774
-rw-r--r--source/uk/vcl/messages.po124
-rw-r--r--source/uk/writerperfect/messages.po16
-rw-r--r--source/uk/xmlsecurity/messages.po13
-rw-r--r--source/ur/basctl/messages.po160
-rw-r--r--source/ur/chart2/messages.po28
-rw-r--r--source/ur/cui/messages.po62
-rw-r--r--source/ur/dbaccess/messages.po10
-rw-r--r--source/ur/framework/messages.po90
-rw-r--r--source/ur/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/ur/sc/messages.po180
-rw-r--r--source/ur/sd/messages.po750
-rw-r--r--source/ur/sfx2/messages.po10
-rw-r--r--source/ur/svl/messages.po16
-rw-r--r--source/ur/svtools/messages.po332
-rw-r--r--source/ur/svx/messages.po116
-rw-r--r--source/ur/sw/messages.po1763
-rw-r--r--source/ur/vcl/messages.po120
-rw-r--r--source/uz/basctl/messages.po160
-rw-r--r--source/uz/chart2/messages.po28
-rw-r--r--source/uz/cui/messages.po64
-rw-r--r--source/uz/dbaccess/messages.po12
-rw-r--r--source/uz/framework/messages.po89
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/uz/sc/messages.po180
-rw-r--r--source/uz/sd/messages.po753
-rw-r--r--source/uz/sfx2/messages.po10
-rw-r--r--source/uz/svl/messages.po15
-rw-r--r--source/uz/svtools/messages.po332
-rw-r--r--source/uz/svx/messages.po116
-rw-r--r--source/uz/sw/messages.po1773
-rw-r--r--source/uz/vcl/messages.po120
-rw-r--r--source/ve/basctl/messages.po160
-rw-r--r--source/ve/chart2/messages.po28
-rw-r--r--source/ve/cui/messages.po64
-rw-r--r--source/ve/dbaccess/messages.po10
-rw-r--r--source/ve/framework/messages.po90
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/ve/sc/messages.po180
-rw-r--r--source/ve/sd/messages.po753
-rw-r--r--source/ve/sfx2/messages.po10
-rw-r--r--source/ve/svl/messages.po16
-rw-r--r--source/ve/svtools/messages.po332
-rw-r--r--source/ve/svx/messages.po116
-rw-r--r--source/ve/sw/messages.po1767
-rw-r--r--source/ve/vcl/messages.po120
-rw-r--r--source/vec/basctl/messages.po160
-rw-r--r--source/vec/chart2/messages.po28
-rw-r--r--source/vec/cui/messages.po62
-rw-r--r--source/vec/dbaccess/messages.po10
-rw-r--r--source/vec/framework/messages.po85
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/vec/sc/messages.po180
-rw-r--r--source/vec/sd/messages.po750
-rw-r--r--source/vec/sfx2/messages.po10
-rw-r--r--source/vec/svl/messages.po15
-rw-r--r--source/vec/svtools/messages.po332
-rw-r--r--source/vec/svx/messages.po120
-rw-r--r--source/vec/sw/messages.po1769
-rw-r--r--source/vec/vcl/messages.po120
-rw-r--r--source/vi/basctl/messages.po160
-rw-r--r--source/vi/chart2/messages.po28
-rw-r--r--source/vi/cui/messages.po64
-rw-r--r--source/vi/dbaccess/messages.po12
-rw-r--r--source/vi/framework/messages.po90
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/vi/helpcontent2/source/text/scalc.po6
-rw-r--r--source/vi/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/vi/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/vi/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/vi/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/vi/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po422
-rw-r--r--source/vi/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/vi/helpcontent2/source/text/shared/optionen.po512
-rw-r--r--source/vi/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/vi/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/vi/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/vi/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/vi/sc/messages.po180
-rw-r--r--source/vi/sd/messages.po753
-rw-r--r--source/vi/sfx2/messages.po10
-rw-r--r--source/vi/svl/messages.po16
-rw-r--r--source/vi/svtools/messages.po332
-rw-r--r--source/vi/svx/messages.po116
-rw-r--r--source/vi/sw/messages.po1771
-rw-r--r--source/vi/vcl/messages.po120
-rw-r--r--source/xh/basctl/messages.po160
-rw-r--r--source/xh/chart2/messages.po28
-rw-r--r--source/xh/cui/messages.po64
-rw-r--r--source/xh/dbaccess/messages.po10
-rw-r--r--source/xh/framework/messages.po89
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/xh/sc/messages.po180
-rw-r--r--source/xh/sd/messages.po753
-rw-r--r--source/xh/sfx2/messages.po10
-rw-r--r--source/xh/svl/messages.po15
-rw-r--r--source/xh/svtools/messages.po332
-rw-r--r--source/xh/svx/messages.po116
-rw-r--r--source/xh/sw/messages.po1768
-rw-r--r--source/xh/vcl/messages.po120
-rw-r--r--source/zh-CN/avmedia/messages.po12
-rw-r--r--source/zh-CN/basctl/messages.po160
-rw-r--r--source/zh-CN/chart2/messages.po28
-rw-r--r--source/zh-CN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po18
-rw-r--r--source/zh-CN/cui/messages.po136
-rw-r--r--source/zh-CN/dbaccess/messages.po10
-rw-r--r--source/zh-CN/editeng/messages.po8
-rw-r--r--source/zh-CN/filter/source/config/fragments/types.po52
-rw-r--r--source/zh-CN/framework/messages.po85
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared.po275
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdraw/01.po7
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po448
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/optionen.po532
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/01.po20
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po174
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/zh-CN/sc/messages.po180
-rw-r--r--source/zh-CN/sd/messages.po750
-rw-r--r--source/zh-CN/sfx2/messages.po108
-rw-r--r--source/zh-CN/svl/messages.po15
-rw-r--r--source/zh-CN/svtools/messages.po334
-rw-r--r--source/zh-CN/svx/messages.po126
-rw-r--r--source/zh-CN/sw/messages.po1770
-rw-r--r--source/zh-CN/vcl/messages.po126
-rw-r--r--source/zh-TW/avmedia/messages.po10
-rw-r--r--source/zh-TW/basctl/messages.po160
-rw-r--r--source/zh-TW/chart2/messages.po34
-rw-r--r--source/zh-TW/cui/messages.po78
-rw-r--r--source/zh-TW/dbaccess/messages.po12
-rw-r--r--source/zh-TW/filter/messages.po6
-rw-r--r--source/zh-TW/framework/messages.po85
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared.po271
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/04.po180
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/05.po20
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po422
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/optionen.po512
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/zh-TW/sc/messages.po186
-rw-r--r--source/zh-TW/sd/messages.po778
-rw-r--r--source/zh-TW/sfx2/messages.po18
-rw-r--r--source/zh-TW/svl/messages.po15
-rw-r--r--source/zh-TW/svtools/messages.po334
-rw-r--r--source/zh-TW/svx/messages.po190
-rw-r--r--source/zh-TW/sw/messages.po1808
-rw-r--r--source/zh-TW/vcl/messages.po126
-rw-r--r--source/zu/basctl/messages.po160
-rw-r--r--source/zu/chart2/messages.po28
-rw-r--r--source/zu/cui/messages.po64
-rw-r--r--source/zu/dbaccess/messages.po10
-rw-r--r--source/zu/framework/messages.po90
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office/UI.po66
-rw-r--r--source/zu/sc/messages.po180
-rw-r--r--source/zu/sd/messages.po753
-rw-r--r--source/zu/sfx2/messages.po10
-rw-r--r--source/zu/svl/messages.po16
-rw-r--r--source/zu/svtools/messages.po332
-rw-r--r--source/zu/svx/messages.po116
-rw-r--r--source/zu/sw/messages.po1773
-rw-r--r--source/zu/vcl/messages.po120
3215 files changed, 564152 insertions, 270566 deletions
diff --git a/source/ab/basctl/messages.po b/source/ab/basctl/messages.po
index 09d3a900f55..994187d2bda 100644
--- a/source/ab/basctl/messages.po
+++ b/source/ab/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-06-04 10:21+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -243,68 +243,50 @@ msgctxt "RID_STR_WATCHNAME"
msgid "Watch"
msgstr "асааҭ"
-#. VoaBX
-#: basctl/inc/strings.hrc:64
-msgctxt "RID_STR_WATCHVARIABLE"
-msgid "Variable"
-msgstr "Аҽеиҭак"
-
-#. qADE3
-#: basctl/inc/strings.hrc:65
-msgctxt "RID_STR_WATCHVALUE"
-msgid "Value"
-msgstr "Аҵакы"
-
-#. rzQCr
-#: basctl/inc/strings.hrc:66
-msgctxt "RID_STR_WATCHTYPE"
-msgid "Type"
-msgstr "Атип"
-
#. 84TYn
-#: basctl/inc/strings.hrc:67
+#: basctl/inc/strings.hrc:64
msgctxt "RID_STR_STACKNAME"
msgid "Call Stack"
msgstr "Ааԥхьарақәа рстек"
#. DBfyu
-#: basctl/inc/strings.hrc:68
+#: basctl/inc/strings.hrc:65
msgctxt "RID_STR_STDDIALOGNAME"
msgid "Dialog"
msgstr "Адиалог"
#. hUHfi
-#: basctl/inc/strings.hrc:69
+#: basctl/inc/strings.hrc:66
msgctxt "RID_STR_NEWLIB"
msgid "New Library"
msgstr "Абиблиотека ҿыц"
#. kisd2
-#: basctl/inc/strings.hrc:70
+#: basctl/inc/strings.hrc:67
msgctxt "RID_STR_NEWMOD"
msgid "New Module"
msgstr "Амодуль ҿыц"
#. YeULe
-#: basctl/inc/strings.hrc:71
+#: basctl/inc/strings.hrc:68
msgctxt "RID_STR_NEWDLG"
msgid "New Dialog"
msgstr "Адиалог ҿыц"
#. jYa97
-#: basctl/inc/strings.hrc:72
+#: basctl/inc/strings.hrc:69
msgctxt "RID_STR_ALL"
msgid "All"
msgstr "Зегьы"
#. yF2LY
-#: basctl/inc/strings.hrc:73
+#: basctl/inc/strings.hrc:70
msgctxt "RID_STR_PAGE"
msgid "Page"
msgstr "Адаҟьа"
#. DHuFN
-#: basctl/inc/strings.hrc:74
+#: basctl/inc/strings.hrc:71
msgctxt "RID_STR_WILLSTOPPRG"
msgid ""
"You will have to restart the program after this edit.\n"
@@ -314,127 +296,127 @@ msgstr ""
"Иацҵатәума?"
#. 4qWED
-#: basctl/inc/strings.hrc:75
+#: basctl/inc/strings.hrc:72
msgctxt "RID_STR_SEARCHALLMODULES"
msgid "Do you want to replace the text in all active modules?"
msgstr "Иалаԥсахтәума атеқст иакктиву амодульқәа зегь рҟны?"
#. FFBmA
-#: basctl/inc/strings.hrc:76
+#: basctl/inc/strings.hrc:73
msgctxt "RID_STR_REMOVEWATCH"
msgid "Watch:"
msgstr "Аконтрольтә ҵакы:"
#. ndtng
-#: basctl/inc/strings.hrc:77
+#: basctl/inc/strings.hrc:74
msgctxt "RID_STR_STACK"
msgid "Calls: "
msgstr "Ааԥхьарақәа рстек: "
#. wwfg3
-#: basctl/inc/strings.hrc:78
+#: basctl/inc/strings.hrc:75
msgctxt "RID_STR_USERMACROS"
msgid "My Macros"
msgstr "Сара смакросқәа"
#. XenwN
-#: basctl/inc/strings.hrc:79
+#: basctl/inc/strings.hrc:76
msgctxt "RID_STR_USERDIALOGS"
msgid "My Dialogs"
msgstr "Сара сдиалогқәа"
#. Mwj7u
-#: basctl/inc/strings.hrc:80
+#: basctl/inc/strings.hrc:77
msgctxt "RID_STR_USERMACROSDIALOGS"
msgid "My Macros & Dialogs"
msgstr "Сара смакросқәеи сдиалогқәеи"
#. EAJgs
-#: basctl/inc/strings.hrc:81
+#: basctl/inc/strings.hrc:78
msgctxt "RID_STR_SHAREMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "%PRODUCTNAME амакросқәа"
#. tPefb
-#: basctl/inc/strings.hrc:82
+#: basctl/inc/strings.hrc:79
msgctxt "RID_STR_SHAREDIALOGS"
msgid "%PRODUCTNAME Dialogs"
msgstr "%PRODUCTNAME адиалогқәа"
#. BNWgY
-#: basctl/inc/strings.hrc:83
+#: basctl/inc/strings.hrc:80
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr " %PRODUCTNAME амакросқәеи адиалогқәеи"
#. BAMA5
-#: basctl/inc/strings.hrc:84
+#: basctl/inc/strings.hrc:81
msgctxt "RID_STR_REMOVEWATCHTIP"
msgid "Remove Watch"
msgstr "Иқәгатәуп аконтрольтә ҵакы"
#. oUqF6
-#: basctl/inc/strings.hrc:85
+#: basctl/inc/strings.hrc:82
msgctxt "RID_STR_QUERYREPLACEMACRO"
msgid "Do you want to overwrite the XX macro?"
msgstr "Иалаԥсахтәума иҟоу амакрос XX?"
#. Tho9k
-#: basctl/inc/strings.hrc:86
+#: basctl/inc/strings.hrc:83
msgctxt "RID_STR_TRANSLATION_NOTLOCALIZED"
msgid "<Not localized>"
msgstr "<алокализациа азум>"
#. xQyRD
-#: basctl/inc/strings.hrc:87
+#: basctl/inc/strings.hrc:84
msgctxt "RID_STR_TRANSLATION_DEFAULT"
msgid "[Default Language]"
msgstr "[Абызшәа ишыҟоу]"
#. PqDTe
-#: basctl/inc/strings.hrc:88
+#: basctl/inc/strings.hrc:85
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
msgstr "Адокумент аобиеқтқәа"
#. N3DE8
-#: basctl/inc/strings.hrc:89
+#: basctl/inc/strings.hrc:86
msgctxt "RID_STR_USERFORMS"
msgid "Forms"
msgstr "Аформақәа"
#. 4dGqP
-#: basctl/inc/strings.hrc:90
+#: basctl/inc/strings.hrc:87
msgctxt "RID_STR_NORMAL_MODULES"
msgid "Modules"
msgstr "Амодульқәа"
#. u87jq
-#: basctl/inc/strings.hrc:91
+#: basctl/inc/strings.hrc:88
msgctxt "RID_STR_CLASS_MODULES"
msgid "Class Modules"
msgstr "Акласс амодульқәа"
#. 8gC8E
-#: basctl/inc/strings.hrc:92
+#: basctl/inc/strings.hrc:89
msgctxt "RID_STR_DLGIMP_CLASH_RENAME"
msgid "Rename"
msgstr "Ахьӡ ҧсахтәуп"
#. FCqSS
-#: basctl/inc/strings.hrc:93
+#: basctl/inc/strings.hrc:90
msgctxt "RID_STR_DLGIMP_CLASH_REPLACE"
msgid "Replace"
msgstr "Иҧсахтәуп"
#. 5EucM
-#: basctl/inc/strings.hrc:94
+#: basctl/inc/strings.hrc:91
msgctxt "RID_STR_DLGIMP_CLASH_TITLE"
msgid "Dialog Import - Name already used"
msgstr "Адиалог аимпорт - Ахьӡ ахархәара амоуп"
#. yG2bx
-#: basctl/inc/strings.hrc:95
+#: basctl/inc/strings.hrc:92
msgctxt "RID_STR_DLGIMP_CLASH_TEXT"
msgid ""
"The library already contains a dialog with the name:\n"
@@ -446,25 +428,25 @@ msgid ""
msgstr ""
#. FRQSJ
-#: basctl/inc/strings.hrc:96
+#: basctl/inc/strings.hrc:93
msgctxt "RID_STR_DLGIMP_MISMATCH_ADD"
msgid "Add"
msgstr "Иацҵатәуп"
#. inETw
-#: basctl/inc/strings.hrc:97
+#: basctl/inc/strings.hrc:94
msgctxt "RID_STR_DLGIMP_MISMATCH_OMIT"
msgid "Omit"
msgstr "Ибжьажьтәуп"
#. 227xE
-#: basctl/inc/strings.hrc:98
+#: basctl/inc/strings.hrc:95
msgctxt "RID_STR_DLGIMP_MISMATCH_TITLE"
msgid "Dialog Import - Language Mismatch"
msgstr "Адиалог аимпорт - иҟам абызшәа"
#. zcJw8
-#: basctl/inc/strings.hrc:99
+#: basctl/inc/strings.hrc:96
msgctxt "RID_STR_DLGIMP_MISMATCH_TEXT"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
@@ -476,110 +458,110 @@ msgid ""
msgstr ""
#. FcvDu
-#: basctl/inc/strings.hrc:100
+#: basctl/inc/strings.hrc:97
msgctxt "RID_STR_PRINTDLG_PAGES"
msgid "Pages:"
msgstr "Адаҟьақәа:"
#. 4AR5D
-#: basctl/inc/strings.hrc:101
+#: basctl/inc/strings.hrc:98
msgctxt "RID_STR_PRINTDLG_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Адаҟьақәа зегьы"
#. xfLXi
-#: basctl/inc/strings.hrc:102
+#: basctl/inc/strings.hrc:99
msgctxt "RID_STR_PRINTDLG_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Адаҟьақәа:"
#. Q9KBj
-#: basctl/inc/strings.hrc:103
+#: basctl/inc/strings.hrc:100
msgctxt "RID_STR_PRINTDLG_PRINTEVENPAGES"
msgid "~Even pages"
msgstr ""
#. 93Gmy
-#: basctl/inc/strings.hrc:104
+#: basctl/inc/strings.hrc:101
msgctxt "RID_STR_PRINTDLG_PRINTODDPAGES"
msgid "~Odd pages"
msgstr ""
#. dALHq
-#: basctl/inc/strings.hrc:105
+#: basctl/inc/strings.hrc:102
msgctxt "RID_STR_CHOOSE"
msgid "Choose"
msgstr "Иалхтәуп"
#. edPrX
-#: basctl/inc/strings.hrc:106
+#: basctl/inc/strings.hrc:103
msgctxt "RID_STR_RUN"
msgid "Run"
msgstr "Инагӡатәуп"
#. DJbpA
-#: basctl/inc/strings.hrc:107
+#: basctl/inc/strings.hrc:104
msgctxt "RID_STR_RECORD"
msgid "~Save"
msgstr "Ианҵатәуп"
#. 7Gzqz
-#: basctl/inc/strings.hrc:108
+#: basctl/inc/strings.hrc:105
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr "Аобиеқтқәа ркаталог"
#. 2AA4t
-#: basctl/inc/strings.hrc:109
+#: basctl/inc/strings.hrc:106
msgctxt "RID_STR_TLB_MACROS"
msgid "Objects Tree"
msgstr "Аобиеқтқәа Рыҵла"
#. NtqMk
#. Property Browser Headline ----------------------------------------------------------------
-#: basctl/inc/strings.hrc:111
+#: basctl/inc/strings.hrc:108
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "Аҷыдаҟазшьақәа:"
#. FnkAZ
-#: basctl/inc/strings.hrc:112
+#: basctl/inc/strings.hrc:109
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr "Анапхгара аелементқәа акагьы алкааӡам"
#. aeAPC
-#: basctl/inc/strings.hrc:113
+#: basctl/inc/strings.hrc:110
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Гәыҧ-гәыҧла алкаара"
#. GNZHF
-#: basctl/inc/strings.hrc:114
+#: basctl/inc/strings.hrc:111
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr "[Абызшәа ишыҟоу]"
#. uf3Kt
-#: basctl/inc/strings.hrc:115
+#: basctl/inc/strings.hrc:112
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr "<Шәақәыӷәӷәа «Иацҵатәуп» абызшәа аресурсқәа раԥҵаразы>"
#. jnJoF
-#: basctl/inc/strings.hrc:116
+#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr ""
#. SnKF3
-#: basctl/inc/strings.hrc:117
+#: basctl/inc/strings.hrc:114
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr "Иекспорттәуп BASIC абиблиотека еиҧш"
#. G6SqW
-#: basctl/inc/strings.hrc:118
+#: basctl/inc/strings.hrc:115
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Арҭбаара"
@@ -603,61 +585,61 @@ msgid "Existing Macros In:"
msgstr "Иҟоу амакросқәа:"
#. Mfysc
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:250
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:248
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr "Амакрос аҟынтәи"
#. Qth4v
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:266
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:264
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr "Иеиқәырхатәуп амакрос абра"
#. BpDb6
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:313
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:311
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr "Амакрос ахьӡ"
#. izDZr
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:336
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:334
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr "Иазалхтәуп..."
#. dxu7W
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:350
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:348
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr "Ариашара"
#. 9Uhec
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:364
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:362
msgctxt "basicmacrodialog|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
#. XkqFC
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:378
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:376
msgctxt "basicmacrodialog|new"
msgid "_New"
msgstr "Иаԥҵатәуп"
#. Gh52t
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:392
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:390
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr "Анапхгара..."
#. wAJj2
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:406
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:404
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr "Иаҧҵатәуп абиблиотека"
#. 2xdsE
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:420
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:418
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr "Иаҧҵатәуп амодуль"
@@ -770,6 +752,24 @@ msgctxt "dialogpage|export"
msgid "_Export..."
msgstr "_Аекспорт..."
+#. EGyCn
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:110
+msgctxt "dockingwatch|RID_STR_WATCHVARIABLE"
+msgid "Variable"
+msgstr ""
+
+#. QUHSf
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:122
+msgctxt "dockingwatch|RID_STR_WATCHVALUE"
+msgid "Value"
+msgstr ""
+
+#. ik3CG
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:136
+msgctxt "dockingwatch|RID_STR_WATCHTYPE"
+msgid "Type"
+msgstr ""
+
#. worE9
#: basctl/uiconfig/basicide/ui/exportdialog.ui:8
msgctxt "exportdialog|ExportDialog"
diff --git a/source/ab/chart2/messages.po b/source/ab/chart2/messages.po
index 6af29ea77e0..38ac3a12c29 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-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-17 12:21+0100\n"
"PO-Revision-Date: 2019-06-05 09:12+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2156,55 +2156,55 @@ msgid "Data series '%1'"
msgstr "Адырқәа реишьҭагыла «%1»"
#. mZfrk
-#: chart2/uiconfig/ui/sidebartype.ui:84
+#: chart2/uiconfig/ui/sidebartype.ui:81
msgctxt "sidebartype|3dlook"
msgid "_3D Look"
msgstr ""
#. mjrkY
-#: chart2/uiconfig/ui/sidebartype.ui:103
+#: chart2/uiconfig/ui/sidebartype.ui:101
msgctxt "sidebartype|3dscheme"
msgid "Simple"
msgstr ""
#. urfc7
-#: chart2/uiconfig/ui/sidebartype.ui:104
+#: chart2/uiconfig/ui/sidebartype.ui:102
msgctxt "sidebartype|3dscheme"
msgid "Realistic"
msgstr ""
#. gYXXE
-#: chart2/uiconfig/ui/sidebartype.ui:125
+#: chart2/uiconfig/ui/sidebartype.ui:123
msgctxt "sidebartype|shapeft"
msgid "Sh_ape"
msgstr ""
#. B6KS5
-#: chart2/uiconfig/ui/sidebartype.ui:186
+#: chart2/uiconfig/ui/sidebartype.ui:184
msgctxt "sidebartype|stack"
msgid "_Stack series"
msgstr ""
#. Yau6n
-#: chart2/uiconfig/ui/sidebartype.ui:210
+#: chart2/uiconfig/ui/sidebartype.ui:208
msgctxt "sidebartype|ontop"
msgid "On top"
msgstr ""
#. f2J43
-#: chart2/uiconfig/ui/sidebartype.ui:225
+#: chart2/uiconfig/ui/sidebartype.ui:223
msgctxt "sidebartype|percent"
msgid "Percent"
msgstr ""
#. iDSaa
-#: chart2/uiconfig/ui/sidebartype.ui:240
+#: chart2/uiconfig/ui/sidebartype.ui:238
msgctxt "sidebartype|deep"
msgid "Deep"
msgstr ""
#. KaS7Z
-#: chart2/uiconfig/ui/sidebartype.ui:269
+#: chart2/uiconfig/ui/sidebartype.ui:268
msgctxt "sidebartype|linetypeft"
msgid "_Line type"
msgstr ""
@@ -2240,17 +2240,11 @@ msgid "_Sort by X values"
msgstr ""
#. thu3G
-#: chart2/uiconfig/ui/sidebartype.ui:334
+#: chart2/uiconfig/ui/sidebartype.ui:335
msgctxt "sidebartype|nolinesft"
msgid "_Number of lines"
msgstr ""
-#. pkRru
-#: chart2/uiconfig/ui/sidebartype.ui:379
-msgctxt "sidebartype|lbl_chartType"
-msgid "Chart Type:"
-msgstr ""
-
#. Ledzw
#: chart2/uiconfig/ui/smoothlinesdlg.ui:22
msgctxt "smoothlinesdlg|SmoothLinesDialog"
diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index 9c7c1f6f80d..7a57d10c388 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-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-14 11:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3450,10 +3450,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
-#. voTvB
+#. EabEN
#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "New versions of %PRODUCTNAME do not only bring new features and bug fixes. They also include security patches. Stay safe, and keep yourself updated!"
+msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
@@ -4077,25 +4077,25 @@ msgid "_Search"
msgstr "Аҧшаара"
#. BMohC
-#: cui/uiconfig/ui/aboutconfigdialog.ui:195
+#: cui/uiconfig/ui/aboutconfigdialog.ui:196
msgctxt "aboutconfigdialog|preference"
msgid "Preference Name"
msgstr "Апараметр ахьӡ"
#. PiV9t
-#: cui/uiconfig/ui/aboutconfigdialog.ui:214
+#: cui/uiconfig/ui/aboutconfigdialog.ui:216
msgctxt "aboutconfigdialog|property"
msgid "Property"
msgstr "Аҷыдаҟазшьа"
#. g6RFE
-#: cui/uiconfig/ui/aboutconfigdialog.ui:227
+#: cui/uiconfig/ui/aboutconfigdialog.ui:230
msgctxt "aboutconfigdialog|type"
msgid "Type"
msgstr "Атип"
#. BYBgx
-#: cui/uiconfig/ui/aboutconfigdialog.ui:240
+#: cui/uiconfig/ui/aboutconfigdialog.ui:244
msgctxt "aboutconfigdialog|value"
msgid "Value"
msgstr "Аҵакы"
@@ -6548,89 +6548,89 @@ msgid "Connection Pool"
msgstr "Аимадара ырӡуп"
#. XfFi7
-#: cui/uiconfig/ui/croppage.ui:82
+#: cui/uiconfig/ui/croppage.ui:85
msgctxt "croppage|keepscale"
msgid "Keep _scale"
msgstr "Иеиқәырхатәуп амасштаб"
#. fCWwt
-#: cui/uiconfig/ui/croppage.ui:100
+#: cui/uiconfig/ui/croppage.ui:102
msgctxt "croppage|keepsize"
msgid "Keep image si_ze"
msgstr ""
#. JcdEh
-#: cui/uiconfig/ui/croppage.ui:125
+#: cui/uiconfig/ui/croppage.ui:126
msgctxt "croppage|label2"
msgid "_Left:"
msgstr "Арымарахь:"
#. J8z8h
-#: cui/uiconfig/ui/croppage.ui:152
+#: cui/uiconfig/ui/croppage.ui:153
msgctxt "croppage|label3"
msgid "_Right:"
msgstr "Арыӷьарахь"
#. GxnM4
-#: cui/uiconfig/ui/croppage.ui:191
+#: cui/uiconfig/ui/croppage.ui:192
msgctxt "croppage|label4"
msgid "_Top:"
msgstr "Хыхьла:"
#. VAUDo
-#: cui/uiconfig/ui/croppage.ui:205
+#: cui/uiconfig/ui/croppage.ui:206
msgctxt "croppage|label5"
msgid "_Bottom:"
msgstr "Ҵаҟала: "
+#. BSBCG
+#: cui/uiconfig/ui/croppage.ui:302
+msgctxt "croppage|origsize"
+msgid "_Original Size"
+msgstr "_Ахалагаратә шәагаа"
+
#. 8CoGW
-#: cui/uiconfig/ui/croppage.ui:255
+#: cui/uiconfig/ui/croppage.ui:332
msgctxt "croppage|label1"
msgid "Crop"
msgstr ""
#. VG8gn
-#: cui/uiconfig/ui/croppage.ui:289
+#: cui/uiconfig/ui/croppage.ui:367
msgctxt "croppage|label6"
msgid "_Width:"
msgstr "_Аҭбаара:"
#. bcKhi
-#: cui/uiconfig/ui/croppage.ui:315
+#: cui/uiconfig/ui/croppage.ui:393
msgctxt "croppage|label7"
msgid "_Height:"
msgstr "Аҳаракыра:"
#. JVnvr
-#: cui/uiconfig/ui/croppage.ui:345
+#: cui/uiconfig/ui/croppage.ui:423
msgctxt "croppage|label10"
msgid "Scale"
msgstr "Амасштаб"
#. Brcxv
-#: cui/uiconfig/ui/croppage.ui:379
+#: cui/uiconfig/ui/croppage.ui:457
msgctxt "croppage|label8"
msgid "_Width:"
msgstr "_Аҭбаара:"
#. tacwF
-#: cui/uiconfig/ui/croppage.ui:406
+#: cui/uiconfig/ui/croppage.ui:484
msgctxt "croppage|label9"
msgid "_Height:"
msgstr "Аҳаракыра:"
#. aBkuE
-#: cui/uiconfig/ui/croppage.ui:437
+#: cui/uiconfig/ui/croppage.ui:515
msgctxt "croppage|label11"
msgid "Image Size"
msgstr "Асахьа ашәагаа"
-#. BSBCG
-#: cui/uiconfig/ui/croppage.ui:506
-msgctxt "croppage|origsize"
-msgid "_Original Size"
-msgstr "_Ахалагаратә шәагаа"
-
#. AFMP6
#: cui/uiconfig/ui/cuiimapdlg.ui:8
msgctxt "cuiimapdlg|IMapDialog"
@@ -7367,7 +7367,7 @@ msgid "_Transparency:"
msgstr ""
#. vELSr
-#: cui/uiconfig/ui/effectspage.ui:623
+#: cui/uiconfig/ui/effectspage.ui:624
msgctxt "effectspage|fontcolorft3"
msgid "Font Color"
msgstr ""
@@ -8251,25 +8251,25 @@ msgid "Line _color:"
msgstr "Аҵәаӷәа аҧштәы"
#. 3hgCJ
-#: cui/uiconfig/ui/hatchpage.ui:308
+#: cui/uiconfig/ui/hatchpage.ui:307
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr "Аҿаҧшыра аҧштәы"
#. uvmDA
-#: cui/uiconfig/ui/hatchpage.ui:356
+#: cui/uiconfig/ui/hatchpage.ui:354
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "Апараметрқәа"
#. D8ovo
-#: cui/uiconfig/ui/hatchpage.ui:406
+#: cui/uiconfig/ui/hatchpage.ui:404
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "Аҿырҧштәы"
#. GbfFA
-#: cui/uiconfig/ui/hatchpage.ui:428
+#: cui/uiconfig/ui/hatchpage.ui:426
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr "Ахәаҧшра"
diff --git a/source/ab/dbaccess/messages.po b/source/ab/dbaccess/messages.po
index 9db05ce4d5c..360539a33ad 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: 2019-12-06 13:08+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-06-07 09:49+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3816,25 +3816,25 @@ msgid "Named p_ipe:"
msgstr ""
#. CzRyx
-#: dbaccess/uiconfig/ui/namematchingpage.ui:73
+#: dbaccess/uiconfig/ui/namematchingpage.ui:67
msgctxt "namematchingpage|all"
msgid "_All"
msgstr "Зегьы"
#. db6rw
-#: dbaccess/uiconfig/ui/namematchingpage.ui:87
+#: dbaccess/uiconfig/ui/namematchingpage.ui:81
msgctxt "namematchingpage|none"
msgid "Non_e"
msgstr "Ирыцқьатәуп"
#. yScg2
-#: dbaccess/uiconfig/ui/namematchingpage.ui:119
+#: dbaccess/uiconfig/ui/namematchingpage.ui:113
msgctxt "namematchingpage|leftlabel"
msgid "Source table: "
msgstr "Ахалагаратә таблица:"
#. SCMEA
-#: dbaccess/uiconfig/ui/namematchingpage.ui:206
+#: dbaccess/uiconfig/ui/namematchingpage.ui:200
msgctxt "namematchingpage|rightlabel"
msgid "Destination table: "
msgstr ""
diff --git a/source/ab/framework/messages.po b/source/ab/framework/messages.po
index b659a6e2113..4f58e95d14f 100644
--- a/source/ab/framework/messages.po
+++ b/source/ab/framework/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-01-01 17:26+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15,92 +15,116 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514827617.000000\n"
+#. 5dTDC
#: framework/inc/strings.hrc:25
msgctxt "STR_MENU_HEADFOOTALL"
msgid "All"
msgstr "Зегьы"
+#. oyXqc
#: framework/inc/strings.hrc:26
msgctxt "STR_UPDATEDOC"
msgid "~Update"
msgstr "Ирҿыцтәуп"
+#. GD4Gd
#: framework/inc/strings.hrc:27
msgctxt "STR_CLOSEDOC_ANDRETURN"
msgid "~Close & Return to "
msgstr ""
+#. 2AsV6
#: framework/inc/strings.hrc:28
msgctxt "STR_TOOLBAR_VISIBLE_BUTTONS"
msgid "Visible ~Buttons"
msgstr "Иаарҧштәуп акнопкақәа"
+#. 342Pc
#: framework/inc/strings.hrc:29
msgctxt "STR_TOOLBAR_CUSTOMIZE_TOOLBAR"
msgid "~Customize Toolbar..."
msgstr "Амаругақәа рпанель архиара..."
+#. DhTM2
#: framework/inc/strings.hrc:30
+msgctxt "STR_TOOLBAR_UNDOCK_TOOLBAR"
+msgid "U~ndock Toolbar"
+msgstr ""
+
+#. 7GcGg
+#: framework/inc/strings.hrc:31
msgctxt "STR_TOOLBAR_DOCK_TOOLBAR"
msgid "~Dock Toolbar"
msgstr ""
-#: framework/inc/strings.hrc:31
+#. hFZqj
+#: framework/inc/strings.hrc:32
msgctxt "STR_TOOLBAR_DOCK_ALL_TOOLBARS"
msgid "Dock ~All Toolbars"
msgstr ""
-#: framework/inc/strings.hrc:32
+#. xUzeo
+#: framework/inc/strings.hrc:33
msgctxt "STR_TOOLBAR_LOCK_TOOLBAR"
msgid "~Lock Toolbar Position"
msgstr ""
-#: framework/inc/strings.hrc:33
+#. a9XNN
+#: framework/inc/strings.hrc:34
msgctxt "STR_TOOLBAR_CLOSE_TOOLBAR"
msgid "Close ~Toolbar"
msgstr "Иарктәуп амаругақәа рпанель"
-#: framework/inc/strings.hrc:34
+#. JGEgE
+#: framework/inc/strings.hrc:35
msgctxt "STR_SAVECOPYDOC"
msgid "Save Copy ~as..."
msgstr "Иеиқәырхатәуп акопиа иаба(ишҧа)..."
-#: framework/inc/strings.hrc:35
+#. JJrop
+#: framework/inc/strings.hrc:36
msgctxt "STR_NODOCUMENT"
msgid "No Documents"
msgstr "Адокументқәа ыҟам"
-#: framework/inc/strings.hrc:36
+#. Sc7No
+#: framework/inc/strings.hrc:37
msgctxt "STR_CLEAR_RECENT_FILES"
msgid "Clear List"
msgstr "Ирыцқьатәуп ахьӡынҵа"
-#: framework/inc/strings.hrc:37
+#. y5BFt
+#: framework/inc/strings.hrc:38
msgctxt "STR_CLEAR_RECENT_FILES_HELP"
msgid "Clears the list with the most recently opened files. This action can not be undone."
msgstr ""
-#: framework/inc/strings.hrc:38
+#. JDATD
+#: framework/inc/strings.hrc:39
msgctxt "STR_REMOTE_TITLE"
msgid " (Remote)"
msgstr " (инахараны)"
-#: framework/inc/strings.hrc:39
+#. JFH6k
+#: framework/inc/strings.hrc:40
msgctxt "STR_SAFEMODE_TITLE"
msgid " (Safe Mode)"
msgstr " (ишәарҭадоу арежим)"
-#: framework/inc/strings.hrc:40
+#. D4pBb
+#: framework/inc/strings.hrc:41
msgctxt "STR_TOOLBAR_TITLE_ADDON"
msgid "Add-On %num%"
msgstr ""
-#: framework/inc/strings.hrc:41
+#. 5HFDW
+#: framework/inc/strings.hrc:42
msgctxt "STR_FULL_DISC_RETRY_BUTTON"
msgid "Retry"
msgstr "Аиҭаҟаҵара"
-#: framework/inc/strings.hrc:42
+#. Cu3Ch
+#: framework/inc/strings.hrc:43
msgctxt "STR_FULL_DISC_MSG"
msgid ""
"%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n"
@@ -112,64 +136,75 @@ msgid ""
"\n"
msgstr ""
-#: framework/inc/strings.hrc:43
+#. oPFZY
+#: framework/inc/strings.hrc:44
msgctxt "STR_RESTORE_TOOLBARS"
msgid "~Reset"
msgstr "Еиҭашьақәыргылатәуп"
-#: framework/inc/strings.hrc:44
+#. ntyDa
+#: framework/inc/strings.hrc:45
msgctxt "STR_CORRUPT_UICFG_SHARE"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to reinstall the application."
msgstr ""
-#: framework/inc/strings.hrc:45
+#. grsAx
+#: framework/inc/strings.hrc:46
msgctxt "STR_CORRUPT_UICFG_USER"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to remove your user profile for the application."
msgstr ""
-#: framework/inc/strings.hrc:46
+#. qMSRF
+#: framework/inc/strings.hrc:47
msgctxt "STR_CORRUPT_UICFG_GENERAL"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to remove your user profile for the application first or try to reinstall the application."
msgstr ""
-#: framework/inc/strings.hrc:47
+#. 9FEe5
+#: framework/inc/strings.hrc:48
msgctxt "STR_UNTITLED_DOCUMENT"
msgid "Untitled"
msgstr "Хьӡыда"
+#. HDUNU
#. To translators: for displaying 'Multiple Languages' in the language statusbar control
-#: framework/inc/strings.hrc:49
+#: framework/inc/strings.hrc:50
msgctxt "STR_LANGSTATUS_MULTIPLE_LANGUAGES"
msgid "Multiple Languages"
msgstr "Абызшәақәа ҧыҭк"
-#: framework/inc/strings.hrc:50
+#. rZBXF
+#: framework/inc/strings.hrc:51
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "Мап (аорфографиа гәаҭатәӡам)"
-#: framework/inc/strings.hrc:51
+#. Z8EjG
+#: framework/inc/strings.hrc:52
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr ""
-#: framework/inc/strings.hrc:52
+#. YEXdS
+#: framework/inc/strings.hrc:53
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "Еиҭа..."
-#: framework/inc/strings.hrc:53
+#. tTsdD
+#: framework/inc/strings.hrc:54
msgctxt "STR_SET_LANGUAGE_FOR_PARAGRAPH"
msgid "Set Language for Paragraph"
msgstr "Иқәыргылатәуп абызшәа абзацаз"
-#: framework/inc/strings.hrc:54
+#. m72Ea
+#: framework/inc/strings.hrc:55
msgctxt "STR_LANGSTATUS_HINT"
msgid "Text Language. Right-click to set character or paragraph language"
msgstr ""
diff --git a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
index 7d4ef9ebfd3..78799736e4e 100644
--- a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-12 11:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18278,15 +18278,15 @@ msgctxt ""
msgid "Find Parenthesis"
msgstr "Иҧшаатәуп ахыц"
-#. f5DAE
+#. mmxND
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:BasicIDEAppear\n"
"Label\n"
"value.text"
-msgid "Edit Macros"
-msgstr "Амакросқәа аредакциарзура"
+msgid "Edit Macros..."
+msgstr ""
#. Ws9jQ
#: GenericCommands.xcu
@@ -28012,6 +28012,16 @@ msgctxt ""
msgid "Background Color..."
msgstr "Аҿаҧшыра аҧштәы..."
+#. u6JdE
+#: ReportCommands.xcu
+msgctxt ""
+"ReportCommands.xcu\n"
+".ReportCommands.UserInterface.Commands..uno:DSBEditDoc\n"
+"Label\n"
+"value.text"
+msgid "Edit Mode"
+msgstr ""
+
#. GZdEa
#: ReportCommands.xcu
msgctxt ""
@@ -34780,6 +34790,56 @@ msgctxt ""
msgid "Content Controls"
msgstr ""
+#. SGVjq
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectMenu\n"
+"Label\n"
+"value.text"
+msgid "~Protect Document"
+msgstr ""
+
+#. ByLdE
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectFields\n"
+"Label\n"
+"value.text"
+msgid "Protect Fields"
+msgstr ""
+
+#. zDPPk
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectFields\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect fields in current document"
+msgstr ""
+
+#. CdnED
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectBookmarks\n"
+"Label\n"
+"value.text"
+msgid "Protect Bookmarks"
+msgstr ""
+
+#. WjWoa
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectBookmarks\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect bookmarks in current document"
+msgstr ""
+
#. joS9f
#: WriterFormWindowState.xcu
msgctxt ""
diff --git a/source/ab/sc/messages.po b/source/ab/sc/messages.po
index e6ba5c005da..90e975b3689 100644
--- a/source/ab/sc/messages.po
+++ b/source/ab/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2018-11-12 11:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20655,79 +20655,79 @@ msgid "Cancel"
msgstr ""
#. nHoB2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:16
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:18
msgctxt "definedatabaserangedialog|DefineDatabaseRangeDialog"
msgid "Define Database Range"
msgstr "Иалхтәуп адырқәа рдиапазон"
#. 4FqWF
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:176
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:179
msgctxt "definedatabaserangedialog|Name"
msgid "Name"
msgstr "Ахьӡ"
#. FUAH2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:241
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:244
msgctxt "definedatabaserangedialog|Range"
msgid "Range"
msgstr "Адиапазон"
#. N8Lui
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:276
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:279
msgctxt "definedatabaserangedialog|modify"
msgid "M_odify"
msgstr "Иҧсахтәуп"
#. TniCB
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:329
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:332
msgctxt "definedatabaserangedialog|ContainsColumnLabels"
msgid "Co_ntains column labels"
msgstr ""
#. QBs5X
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:345
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:348
msgctxt "definedatabaserangedialog|ContainsTotalsRow"
msgid "Contains _totals row"
msgstr ""
#. AeZB2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:361
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:364
msgctxt "definedatabaserangedialog|InsertOrDeleteCells"
msgid "Insert or delete _cells"
msgstr "Ибжьаргылатәуп ма ианыхтәуп абларҭақәа"
#. EveBu
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:377
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:380
msgctxt "definedatabaserangedialog|KeepFormatting"
msgid "Keep _formatting"
msgstr "Еиқәырхатәуп аформатркра"
#. rSf5f
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:393
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:396
msgctxt "definedatabaserangedialog|DontSaveImportedData"
msgid "Don't save _imported data"
msgstr "Еиқәырхатәӡам аимпорттә дырқәа"
#. nYJiV
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:411
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:414
msgctxt "definedatabaserangedialog|Source"
msgid "Source:"
msgstr ""
#. q2F5V
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:424
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:427
msgctxt "definedatabaserangedialog|Operations"
msgid "Operations:"
msgstr ""
#. XXY4E
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:437
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:440
msgctxt "definedatabaserangedialog|invalid"
msgid "Invalid range"
msgstr "Изымуа адиапазон"
#. dHJw9
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:454
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:457
msgctxt "definedatabaserangedialog|label1"
msgid "Options"
msgstr "Апараметрқәа"
@@ -22681,213 +22681,213 @@ msgid "~File"
msgstr ""
#. EBQTu
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3546
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3539
msgctxt "CalcNotebookbar|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. f8rkJ
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3827
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3820
msgctxt "CalcNotebookbar|increaseindent1|tooltip_text"
msgid "Increase Indent"
msgstr ""
#. TBHRy
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3841
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3834
msgctxt "CalcNotebookbar|decreaseindent1|tooltip_text"
msgid "Decrease Indent"
msgstr ""
#. 6GvMB
-#: sc/uiconfig/scalc/ui/notebookbar.ui:4815
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4808
msgctxt "CalcNotebookbar|HomeMenuButton"
msgid "_Home"
msgstr ""
#. yghFn
-#: sc/uiconfig/scalc/ui/notebookbar.ui:4924
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4917
msgctxt "CalcNotebookbar|CalcLabel"
msgid "~Home"
msgstr ""
#. bBEGh
-#: sc/uiconfig/scalc/ui/notebookbar.ui:5483
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5476
msgctxt "CalcNotebookbar|FieldMenuButton"
msgid "Fiel_d"
msgstr ""
#. VCk9a
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6004
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5997
msgctxt "CalcNotebookbar|InsertMenuButton"
msgid "_Insert"
msgstr ""
#. HnjBi
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6112
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6105
msgctxt "CalcNotebookbar|InsertLabel"
msgid "~Insert"
msgstr ""
#. xmARL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6523
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6549
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6987
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6516
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6542
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6980
msgctxt "CalcNotebookbar|objectalign|tooltip_text"
msgid "Object Align"
msgstr ""
#. 4FwmH
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7212
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7205
msgctxt "CalcNotebookbar|reviewb"
msgid "_Layout"
msgstr ""
#. eWinY
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7297
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7290
msgctxt "CalcNotebookbar|PageLayoutLabel"
msgid "~Layout"
msgstr ""
#. MHnRF
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8403
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8396
msgctxt "CalcNotebookbar|Statistics"
msgid "_Statistics"
msgstr ""
#. BiHBE
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8454
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8447
msgctxt "CalcNotebookbar|DataMenuButton"
msgid "_Data"
msgstr ""
#. xzx9j
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8563
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8556
msgctxt "CalcNotebookbar|DataLabel"
msgid "~Data"
msgstr ""
#. CBEHA
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9385
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9378
msgctxt "CalcNotebookbar|ReviewMenuButton"
msgid "_Review"
msgstr ""
#. 7FXbr
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9471
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9464
msgctxt "CalcNotebookbar|ReviewLabel"
msgid "~Review"
msgstr ""
#. NT37F
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10377
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10370
msgctxt "CalcNotebookbar|ViewMenuButton"
msgid "_View"
msgstr ""
#. rPdAq
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10463
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10456
msgctxt "CalcNotebookbar|ViewLabel"
msgid "~View"
msgstr ""
#. zaUCM
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11517
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11510
msgctxt "CalcNotebookbar|GraphicMenuButton"
msgid "Ima_ge"
msgstr ""
#. rwprK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11642
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11635
msgctxt "CalcNotebookbar|ImageLabel"
msgid "Ima~ge"
msgstr ""
#. EjbzV
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12861
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12854
msgctxt "CalcNotebookbar|DrawMenuButton"
msgid "_Draw"
msgstr ""
#. iagRv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12971
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12964
msgctxt "CalcNotebookbar|DrawLabel"
msgid "~Draw"
msgstr ""
#. EgeGL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13443
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13436
msgctxt "CalcNotebookbar|ConvertMenuButton"
msgid "Convert"
msgstr ""
#. PdjTP
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13743
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13736
msgctxt "CalcNotebookbar|frame:Menu Draw"
msgid "_Object"
msgstr ""
#. xTKVv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13853
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13846
msgctxt "CalcNotebookbar|FrameLabel"
msgid "~Object"
msgstr ""
#. cHyKz
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14428
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14421
msgctxt "CalcNotebookbar|MediaMenuButton"
msgid "_Media"
msgstr ""
#. CJ2qx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14536
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14529
msgctxt "CalcNotebookbar|MediaLabel"
msgid "~Media"
msgstr ""
#. eQK6A
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14937
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14930
msgctxt "CalcNotebookbar|PrintMenuButton"
msgid "_Print"
msgstr ""
#. sCGyG
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15021
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15014
msgctxt "CalcNotebookbar|PrintLabel"
msgid "~Print"
msgstr ""
#. 5JVAt
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15856
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15849
msgctxt "CalcNotebookbar|FormMenuButton"
msgid "Fo_rm"
msgstr ""
#. CCEAK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15941
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15934
msgctxt "CalcNotebookbar|FormLabel"
msgid "Fo~rm"
msgstr ""
#. mrTYB
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15998
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15991
msgctxt "WriterNotebookbar|FormMenuButton"
msgid "E_xtension"
msgstr ""
#. Gtj2Y
-#: sc/uiconfig/scalc/ui/notebookbar.ui:16083
+#: sc/uiconfig/scalc/ui/notebookbar.ui:16076
msgctxt "WriterNotebookbar|ExtensionLabel"
msgid "E~xtension"
msgstr ""
#. 3Ec6T
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17311
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17304
msgctxt "CalcNotebookbar|ToolsMenuButton"
msgid "_Tools"
msgstr ""
#. fWgEx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17396
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17389
msgctxt "CalcNotebookbar|DevLabel"
msgid "~Tools"
msgstr ""
@@ -22905,188 +22905,188 @@ msgid "~File"
msgstr ""
#. UWfVg
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3576
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6256
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3567
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6247
msgctxt "notebookbar_compact|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. JDRKC
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4653
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4644
msgctxt "notebookbar_compact|HomeMenuButton"
msgid "_Menu"
msgstr ""
#. Svdz9
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4705
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4696
msgctxt "notebookbar_compact|CalcLabel"
msgid "~Home"
msgstr ""
#. ecBqZ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5212
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5203
msgctxt "notebookbar_compact|FieldMenuButton"
msgid "Fiel_d"
msgstr ""
#. zveKA
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5730
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5721
msgctxt "notebookbar_compact|InsertMenuButton"
msgid "_Insert"
msgstr ""
#. CDXv3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5785
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5776
msgctxt "notebookbar_compact|InsertLabel"
msgid "~Insert"
msgstr ""
#. EvytN
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6419
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6410
msgctxt "notebookbar_compact|PageMenuButton"
msgid "_Layout"
msgstr ""
#. TbQMa
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6471
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6462
msgctxt "notebookbar_compact|LayoutLabel"
msgid "~Layout"
msgstr ""
#. QqjZP
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7330
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7321
msgctxt "notebookbar_compact|Statistics"
msgid "_Statistics"
msgstr ""
#. GFZNz
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7396
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7387
msgctxt "notebookbar_compact|DataMenuButton"
msgid "_Data"
msgstr ""
#. TCt7E
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7447
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7438
msgctxt "notebookbar_compact|DataLabel"
msgid "~Data"
msgstr ""
#. jYD7j
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8145
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8136
msgctxt "notebookbar_compact|ReviewMenuButton"
msgid "_Review"
msgstr ""
#. Lbj5B
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8197
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8188
msgctxt "notebookbar_compact|ReviewLabel"
msgid "~Review"
msgstr ""
#. 35kA2
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8879
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8870
msgctxt "notebookbar_compact|ViewMenuButton"
msgid "_View"
msgstr ""
#. ZGh8C
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8931
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8922
msgctxt "notebookbar_compact|ViewLabel"
msgid "~View"
msgstr ""
#. dV94w
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10321
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10312
msgctxt "notebookbar_compact|GraphicMenuButton"
msgid "Im_age"
msgstr ""
#. ekWoX
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10373
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10364
msgctxt "notebookbar_compact|ImageLabel"
msgid "Ima~ge"
msgstr ""
#. 8eQN8
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11786
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11777
msgctxt "notebookbar_compact|DrawMenuButton"
msgid "D_raw"
msgstr ""
#. FBf68
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11838
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11829
msgctxt "notebookbar_compact|ShapeLabel"
msgid "~Draw"
msgstr ""
#. DoVwy
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12816
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12807
msgctxt "notebookbar_compact|ObjectMenuButton"
msgid "Object"
msgstr ""
#. JXKiY
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12868
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12859
msgctxt "notebookbar_compact|FrameLabel"
msgid "~Object"
msgstr ""
#. q8wnS
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13588
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13579
msgctxt "notebookbar_compact|MediaButton"
msgid "_Media"
msgstr ""
#. 7HDt3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13641
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13632
msgctxt "notebookbar_compact|MediaLabel"
msgid "~Media"
msgstr ""
#. vSDok
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14215
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14206
msgctxt "notebookbar_compact|PrintPreviewButton"
msgid "Print"
msgstr ""
#. goiqQ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14267
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14258
msgctxt "notebookbar_compact|FormLabel"
msgid "~Print"
msgstr ""
#. EBGs5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15622
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15613
msgctxt "notebookbar_compact|FormButton"
msgid "Fo_rm"
msgstr ""
#. EKA8X
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15674
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15665
msgctxt "notebookbar_compact|FormLabel"
msgid "Fo~rm"
msgstr ""
#. 8SvE5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15754
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15745
msgctxt "notebookbar_compact|ExtensionMenuButton"
msgid "E_xtension"
msgstr ""
#. WH5NR
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15812
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15803
msgctxt "notebookbar_compact|ExtensionLabel"
msgid "E~xtension"
msgstr ""
#. 8fhwb
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16845
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16836
msgctxt "notebookbar_compact|ToolsMenuButton"
msgid "_Tools"
msgstr ""
#. kpc43
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16897
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16888
msgctxt "notebookbar_compact|DevLabel"
msgid "~Tools"
msgstr ""
@@ -26443,43 +26443,43 @@ msgid "Select the background color of the selected cells."
msgstr ""
#. wCWut
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:43
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:45
msgctxt "sidebarcellappearance|cellbackground|tooltip_text"
msgid "Select the background color of the selected cells."
msgstr ""
#. DKEkN
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:69
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:71
msgctxt "sidebarcellappearance|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. D2TVi
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:90
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:92
msgctxt "sidebarcellappearance|borderlinecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr ""
#. GqfZD
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:98
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:102
msgctxt "sidebarcellappearance|linecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr ""
#. 8AUBs
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:108
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:112
msgctxt "sidebarcellappearance|borderlinecolor-atkobject"
msgid "Border Line Color"
msgstr ""
#. VgXDF
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:128
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:134
msgctxt "sidebarcellappearance|linestyle|tooltip_text"
msgid "Select the line style of the borders."
msgstr ""
#. jaxhA
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:138
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:144
msgctxt "sidebarcellappearance|borderlinestyle-atkobject"
msgid "Border Line Style"
msgstr ""
diff --git a/source/ab/sd/messages.po b/source/ab/sd/messages.po
index 7f7d5be6c52..8f755b4f89b 100644
--- a/source/ab/sd/messages.po
+++ b/source/ab/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2019-06-25 09:49+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1153,266 +1153,248 @@ msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
-#. A6KgG
-#: sd/inc/strings.hrc:160
-msgctxt "STR_DRAGTYPE_URL"
-msgid "Insert as Hyperlink"
-msgstr "Ибжьаргылатәуп агиперзхьарҧш ҳасабла"
-
-#. VB7Zq
-#: sd/inc/strings.hrc:161
-msgctxt "STR_DRAGTYPE_EMBEDDED"
-msgid "Insert as Copy"
-msgstr ""
-
-#. aAqZD
-#: sd/inc/strings.hrc:162
-msgctxt "STR_DRAGTYPE_LINK"
-msgid "Insert as Link"
-msgstr "Ибжьаргылатәуп азхьарҧш ҳасабла"
-
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:160
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr ""
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:161
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Арымарахь"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:162
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Арыӷьарахь"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:163
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Хыхьла"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:164
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Ҵаҟала"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:165
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Хыхьла арымарахь"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:166
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Ҵаҟала арымарахь"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:167
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Хыхьла арыӷьарахь"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:168
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Ҵаҟала арыӷьарахь"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Горизонталла"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr ""
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Зегьы?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:172
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr ""
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:173
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Шьҭахьҟа"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:174
#, fuzzy
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Иацҵатәуп"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:175
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr ""
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:176
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr ""
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:177
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr ""
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:178
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr ""
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:179
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr ""
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:180
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr ""
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:181
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr ""
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:182
msgctxt "STR_FIX"
msgid "Fixed"
msgstr ""
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:183
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Аҽеиҭак"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:184
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Астандарт"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:185
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr ""
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:186
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr ""
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:187
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Афаил ахьӡ"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:188
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Амҩа/Афаил ахьӡ"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:189
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr ""
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:190
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr ""
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:191
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr ""
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:192
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Акопиа ахыхтәуп "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:193
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:194
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:195
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr ""
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:196
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr ""
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:197
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:198
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:201
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1420,157 +1402,157 @@ msgid ""
msgstr ""
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:202
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Атеқст"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:203
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:204
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr ""
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:205
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Иактиву агиперзхьарҧш"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:206
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Азгәаҭақәа"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:207
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Ахы"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:208
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr ""
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:209
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Автор"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Аҩынтәи адаҟьа"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr ""
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Иҭагалатәуп апрезентациа"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr ""
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Актәи адаҟьа"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Аҵыхәтәантәи адаҟьа"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Атеқст"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Асахьа"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr ""
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr ""
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:221
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Иарбоу адаҟьахь"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:222
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr ""
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:223
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr ""
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:224
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr ""
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:225
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:226
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:227
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1578,811 +1560,823 @@ msgid ""
msgstr ""
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:228
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr ""
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:229
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr ""
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:230
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Иауам афаил $(URL1) аҧҵара."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:231
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Иауам афаил $(URL1) аартра."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:232
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr ""
#. KVfUE
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:233
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list and double-click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr ""
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:235
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
+#. rBmcL
+#: sd/inc/strings.hrc:236
+msgctxt "STR_TOOLTIP_RENAME"
+msgid "Duplicate or empty names are not possible"
+msgstr ""
+
#. FUm5F
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:237
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Иҭажәгал аобиеқт ахьӡ"
#. VSdio
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:238
msgctxt "STR_TITLE_RENAMEMASTER"
msgid "Rename Master Slide"
msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:241
+#: sd/inc/strings.hrc:239
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr ""
#. i4T9w
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:240
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr ""
#. vS6wi
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:241
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr ""
#. xFBgg
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:242
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr ""
#. 8JGJD
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:243
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr ""
#. oNFN3
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:244
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr ""
#. GisCz
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:245
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr ""
#. rvtjX
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:246
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr ""
#. RoVvC
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:247
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr ""
#. RXzA4
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:248
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<арыцхә/аамҭа>"
#. TuP6n
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:249
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr ""
#. CCuCb
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:250
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:251
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:252
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<адаҟьа-ахьӡ>"
#. ao6iR
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr ""
#. EEf4k
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:254
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr ""
#. RDARn
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:255
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr ""
#. CU9DK
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:256
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Адаҟьақәа"
#. C7hf2
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:257
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr ""
#. bAJoa
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:258
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr ""
#. nDrpm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:259
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr ""
#. peCQY
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:260
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Асахьақәа рстильқәа"
#. tR4CL
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:261
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Апрезентациақәа рстильқәа"
#. oyUYa
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:262
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Абларҭақәа рстильқәа"
-#. dqvxZ
-#: sd/inc/strings.hrc:265
-msgctxt "STR_NAVIGATOR_SHOW_NAMED_SHAPES"
-msgid "Named shapes"
-msgstr ""
-
-#. GwNKU
-#: sd/inc/strings.hrc:266
-msgctxt "STR_NAVIGATOR_SHOW_ALL_SHAPES"
-msgid "All shapes"
-msgstr ""
-
#. BQmNo
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:263
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:264
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:265
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Акомментариқәа"
#. 76dF3
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:266
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:267
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Ибжьаргылатәуп атаблица"
#. koDfS
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:268
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Ибжьаргылатәуп адиаграмма"
#. re2hh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:269
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Ибжьаргылатәуп асахьа"
#. iBBLh
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:270
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Ибжьаргылатәуп Абжьы ма Авидео"
#. m8crC
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:271
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Ииагатәуп адаҟьақәа"
#. CAGzA
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:272
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:273
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:274
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Атеқсттә слаид"
-#. QY89q
-#: sd/inc/strings.hrc:279
-msgctxt "STR_OBJECTS_TREE"
-msgid "Page Tree"
-msgstr "Адаҟьақәа рыҵла"
-
#. 5FSEq
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:275
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:277
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Аҿаҧшыра"
#. qGFWm
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:278
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr ""
#. j9GG4
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:279
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr ""
#. nU2g2
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:280
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr ""
#. zQSpC
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:281
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:282
msgctxt "STR_PAGE"
msgid "Slide"
msgstr ""
#. TTD8A
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:283
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Адаҟьа"
#. p8GEE
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:284
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr ""
#. r3w8y
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:285
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:286
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:287
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Адаҟьа-азҟаза"
#. nTgKn
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:288
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Адаҟьа-азҟаза:"
#. PacSi
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:289
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr ""
#. hBB6T
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:290
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr ""
#. ZC2XQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr ""
+#. MhEh8
+#: sd/inc/strings.hrc:293
+msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
+msgid "Double-tap to edit the title text format"
+msgstr ""
+
+#. eMDBG
+#: sd/inc/strings.hrc:294
+msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
+msgid "Double-tap to edit the outline text format"
+msgstr ""
+
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr ""
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr ""
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr ""
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr ""
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr ""
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr ""
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
+#. Qxj2R
+#: sd/inc/strings.hrc:303
+msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
+msgid "Double-tap to move the slide"
+msgstr ""
+
+#. iibds
+#: sd/inc/strings.hrc:304
+msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
+msgid "Double-tap to edit the notes format"
+msgstr ""
+
#. oBXBx
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Атеқст ацҵараз шәақәыӷәӷәа ҳәынаԥла"
#. NUirL
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Атеқст ацҵараз шәақәыӷәӷәа ҳәынаԥла"
#. 2u7FR
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:318
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Астандарт"
#. rEPYV
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:319
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Ахы"
#. tRuKR
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:320
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default"
msgstr "Астандарт"
#. pxfDw
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:321
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr ""
#. uDXFb
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:322
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:323
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. wCkjy
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:324
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Setup"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:328
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Атеқст"
#. v7u2t
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:334
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:352
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:352
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:355
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Ахы"
#. zn6qa
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:356
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
#. JVyHE
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:357
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Аструктура"
#. riaKo
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:358
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:359
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Аҿаҧшыра"
#. EdWfd
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:360
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Азгәаҭақәа"
#. FQqif
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:361
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint аимпорт"
#. kjKWf
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:362
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Еиқәырхатәуп адокумент"
#. VCFFA
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_BANDED_CELL"
msgid "Banding cell"
msgstr ""
#. FBzD4
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:364
msgctxt "STR_POOLSHEET_HEADER"
msgid "Header"
msgstr ""
#. kut56
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:365
msgctxt "STR_POOLSHEET_TOTAL"
msgid "Total line"
msgstr ""
#. 4UBCG
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:366
msgctxt "STR_POOLSHEET_FIRST_COLUMN"
msgid "First column"
msgstr ""
#. f3Zfa
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:367
msgctxt "STR_POOLSHEET_LAST_COLUMN"
msgid "Last column"
msgstr ""
#. HAeDt
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:368
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Еиҵатәтәуп агегль"
#. 7uDfu
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:369
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Еизырҳатәуп акегль"
@@ -2390,703 +2384,703 @@ msgstr "Еизырҳатәуп акегль"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. Fi6GE
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_D_DRAWVIEW_D"
msgid "This is where you create and edit drawings."
msgstr ""
#. GfnmX
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. SWtFN
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_I_DRAWVIEW_D"
msgid "This is where you create and edit slides."
msgstr ""
#. YCVqM
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr ""
#. feLwF
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_D"
msgid "This is where you enter or edit text in list form."
msgstr "Ара шәара иаԥышәҵоит аредакциагь рзыжәуеит ахьӡынҵақәа ртеқстқәа."
#. k2hXi
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
#. A22hR
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr ""
#. Syiwi
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_NOTESVIEW_D"
msgid "This is where you enter and view notes."
msgstr ""
#. qr5ov
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
#. 9EyMA
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_D"
msgid "This is where you decide on the layout for handouts."
msgstr ""
#. Ycpb4
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Апрезентациа ахы"
#. 4WCzf
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Апрезентациа адаҟьа"
#. R6kyg
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Апрезентациа азгәаҭақәа"
#. X8c9Z
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr ""
#. FeAdu
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. ogNjh
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_TITLE_D"
msgid "PresentationTitleShape"
msgstr ""
#. bFvTq
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_OUTLINER_D"
msgid "PresentationOutlinerShape"
msgstr ""
#. wAE9M
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_SUBTITLE_D"
msgid "PresentationSubtitleShape"
msgstr ""
#. RYA3y
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_PAGE_D"
msgid "PresentationPageShape"
msgstr "Апрезентациа адаҟьа аформа"
#. VVZyE
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_P_NOTES_D"
msgid "PresentationNotesShape"
msgstr ""
#. Pqhhf
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_HANDOUT_D"
msgid "PresentationHandoutShape"
msgstr ""
#. KzpQq
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_UNKNOWN_D"
msgid "Unknown accessible presentation shape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
#. 4YzQz
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_FOOTER_D"
msgid "PresentationFooterShape"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr ""
#. zpVS7
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HEADER_D"
msgid "PresentationHeaderShape"
msgstr ""
#. EfHeH
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Апрезентациа арыцхәи аамҭеи"
#. 7Dbde
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_DATE_D"
msgid "PresentationDateAndTimeShape"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Апрезентациа адаҟьа аномер"
#. q7Hqe
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_NUMBER_D"
msgid "PresentationPageNumberShape"
msgstr "Апрезентациа адаҟьа аномер аформа"
#. kCGsH
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr ""
#. ubJop
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Ахы"
#. Va4KF
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:410
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Аструктура"
#. 6FKRE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:411
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
#. eSBEi
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:412
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Адаҟьа"
#. WEaeZ
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:413
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Азгәаҭақәа"
#. buhox
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:414
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr ""
#. 4xBQg
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:415
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:416
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr ""
#. SrrR4
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:417
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr ""
#. CCwKy
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:418
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Арыцхә"
#. EFmn4
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:419
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Ахыҧхьаӡа"
#. wFpMQ
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:420
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(аҧхьара мацара)"
#. EV4W5
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "мап"
#. 9izAz
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
#. oEQ7B
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
#. Lf9gB
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr ""
#. xxDXG
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Амасштаб:"
#. SvBeK
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Актәи аҧштәы"
#. CSbCE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
#. cZUiD
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr ""
#. U5ZDL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Астиль:"
#. vKLER
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Агарнитура:"
#. Fdsks
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Ашрифт аҧштәы:"
#. nT7dm
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Астиль:"
#. q24Fe
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Аҵәаӷәа аҧштәы:"
#. w7G4Q
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Акегль:"
#. R3GgU
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Ашәагаа:"
#. YEwoz
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr ""
#. wiQPZ
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Аҧштәы:"
#. f5u6C
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:441
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
#. N7jGX
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:442
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
#. vasqr
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:443
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr ""
#. CjvLY
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:444
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Аҿырҧштәы"
#. CdYt2
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:445
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. dVJoV
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:446
msgctxt "STR_CUSTOMANIMATION_LIST_HELPTEXT"
msgid "First select the slide element and then click 'Add...' to add an animation effect."
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:447
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:448
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:449
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:450
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:451
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:452
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:453
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Мап"
#. KAsTD
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:455
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr ""
#. DEYnN
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:456
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Иацы,"
#. bh3FZ
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:457
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(автор дамам)"
#. AvNV8
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:459
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:460
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:461
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:462
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Ибжьаргылатәуп акомментари"
#. s4c9W
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:463
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Ианыхтәуп акомментари"
#. bxiPE
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:464
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Ииагатәуп акомментари"
#. hQbpd
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:465
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Иҧсахтәуп акомментари"
#. g6k7E
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:466
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Аҭак %1 аҟны"
#. NMTpu
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:468
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Амультимедиа"
#. Q76cw
-#: sd/inc/strings.hrc:470
+#: sd/inc/strings.hrc:469
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Атаблица"
#. xCRmu
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Адокумент"
#. uBxPs
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:475
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Иаҵанакуа"
#. AdWKp
-#: sd/inc/strings.hrc:477
+#: sd/inc/strings.hrc:476
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
#. GkLky
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:477
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Адаҟьа ахьӡ"
#. EFkVE
-#: sd/inc/strings.hrc:479
+#: sd/inc/strings.hrc:478
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Арыцхәи аамҭеи"
#. ZcDFL
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:479
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Иҵәаху адаҟьақәа"
#. CSUbC
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:480
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Аҧштәы"
#. WmYKp
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:481
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Ашәагаа"
#. qDGVE
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:482
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Аброшиура"
#. K7m8L
-#: sd/inc/strings.hrc:484
+#: sd/inc/strings.hrc:483
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Адаҟьа аганқәа"
#. 8AzJi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:484
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
#. AEeCf
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:485
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:486
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:488
+#: sd/inc/strings.hrc:487
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:490
+#: sd/inc/strings.hrc:489
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:491
+#: sd/inc/strings.hrc:490
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:492
+#: sd/inc/strings.hrc:491
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:493
+#: sd/inc/strings.hrc:492
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. T5Pap
-#: sd/inc/strings.hrc:495
+#: sd/inc/strings.hrc:494
msgctxt "STR_SD_NONE"
msgid "- None -"
msgstr "- Мап -"
#. 6GhtE
-#: sd/inc/strings.hrc:497
+#: sd/inc/strings.hrc:496
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:499
+#: sd/inc/strings.hrc:498
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
@@ -5732,54 +5726,90 @@ msgctxt "mastermenu|small"
msgid "Show S_mall Preview"
msgstr ""
+#. qF7zf
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:12
+msgctxt "navigatorpanelSTR_DRAGTYPE_URL"
+msgid "Insert as Hyperlink"
+msgstr ""
+
+#. ptpuN
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:20
+msgctxt "navigatorpanel|STR_DRAGTYPE_LINK"
+msgid "Insert as Link"
+msgstr ""
+
+#. z7JSR
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:29
+msgctxt "navigatorpanel|STR_DRAGTYPE_EMBEDDED"
+msgid "Insert as Copy"
+msgstr ""
+
#. 3rY8r
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:22
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:64
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "Адокумент"
#. wavgT
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:25
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:67
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr ""
+#. D6ag8
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:118
+msgctxt "navigatorpanel|STR_OBJECTS_TREE"
+msgid "Page Tree"
+msgstr ""
+
#. LKqE8
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:58
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:139
msgctxt "navigatorpanel|first|tooltip_text"
msgid "First Slide"
msgstr "Актәи аслаид"
#. NWPFk
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:71
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:151
msgctxt "navigatorpanel|previous|tooltip_text"
msgid "Previous Slide"
msgstr ""
#. bkvQE
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:84
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:163
msgctxt "navigatorpanel|next|tooltip_text"
msgid "Next Slide"
msgstr ""
#. FVSHF
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:97
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:175
msgctxt "navigatorpanel|last|tooltip_text"
msgid "Last Slide"
msgstr ""
#. mHVom
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:120
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:197
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr ""
#. Qb5a9
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:133
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:209
msgctxt "navigatorpanel|shapes|tooltip_text"
msgid "Show Shapes"
msgstr ""
+#. pzb3K
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:237
+msgctxt "navigatorpanel|STR_NAVIGATOR_SHOW_NAMED_SHAPES"
+msgid "Named shapes"
+msgstr ""
+
+#. dLEPF
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:246
+msgctxt "navigatorpanel|STR_NAVIGATOR_SHOW_ALL_SHAPES"
+msgid "All shapes"
+msgstr ""
+
#. qGFEo
#: sd/uiconfig/simpress/ui/notebookbar.ui:3200
msgctxt "impressnotebookbar|FileLabel"
diff --git a/source/ab/sfx2/messages.po b/source/ab/sfx2/messages.po
index c6773126ebf..0da5a7d4457 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-10-21 19:13+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -981,10 +981,10 @@ msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
-#. YXSet
+#. eG5qc
#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
-msgid "Regex"
+msgid "Regular expression"
msgstr ""
#. TaDCG
@@ -2199,10 +2199,10 @@ msgctxt "addtargetdialog|type"
msgid "Text"
msgstr ""
-#. vL3CV
+#. dGQqg
#: sfx2/uiconfig/ui/addtargetdialog.ui:167
msgctxt "addtargetdialog|type"
-msgid "Regex"
+msgid "Regular expression"
msgstr ""
#. wgzA4
diff --git a/source/ab/svl/messages.po b/source/ab/svl/messages.po
index 69985efd108..cde24dca729 100644
--- a/source/ab/svl/messages.po
+++ b/source/ab/svl/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: 2018-02-27 13:56+0100\n"
-"PO-Revision-Date: 2017-12-25 16:02+0000\n"
-"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
+"PO-Revision-Date: 2018-02-27 14:22+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
"MIME-Version: 1.0\n"
@@ -13,10 +13,17 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1514217733.000000\n"
+"X-POOTLE-MTIME: 1519741359.000000\n"
+#. PDMJD
#. Internet Media Type Presentations
#: include/svl/svl.hrc:26
msgctxt "STR_SVT_MIMETYPE_CNT_FSYSBOX"
msgid "Workplace"
msgstr ""
+
+#. k4iRz
+#: include/svl/svl.hrc:27
+msgctxt "STR_FILECTRL_BUTTONTEXT"
+msgid "Browse..."
+msgstr ""
diff --git a/source/ab/svtools/messages.po b/source/ab/svtools/messages.po
index 6528baf2391..3fcdc7bd51d 100644
--- a/source/ab/svtools/messages.po
+++ b/source/ab/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-07 14:10+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-14 11:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -809,948 +809,942 @@ msgctxt "STR_SVT_FONTMAP_NOTAVAILABLE"
msgid "This font has not been installed. The closest available font will be used."
msgstr ""
-#. k4iRz
-#: include/svtools/strings.hrc:182
-msgctxt "STR_FILECTRL_BUTTONTEXT"
-msgid "Browse..."
-msgstr "Аҭыҧхәаҧшра..."
-
#. KCmDe
-#: include/svtools/strings.hrc:183
+#: include/svtools/strings.hrc:182
msgctxt "STR_TABBAR_PUSHBUTTON_MOVET0HOME"
msgid "Move To Home"
msgstr ""
#. f6NAc
-#: include/svtools/strings.hrc:184
+#: include/svtools/strings.hrc:183
msgctxt "STR_TABBAR_PUSHBUTTON_MOVELEFT"
msgid "Move Left"
msgstr ""
#. nrvoV
-#: include/svtools/strings.hrc:185
+#: include/svtools/strings.hrc:184
msgctxt "STR_TABBAR_PUSHBUTTON_MOVERIGHT"
msgid "Move Right"
msgstr ""
#. ZQgUu
-#: include/svtools/strings.hrc:186
+#: include/svtools/strings.hrc:185
msgctxt "STR_TABBAR_PUSHBUTTON_MOVETOEND"
msgid "Move To End"
msgstr ""
#. mZ4Ln
-#: include/svtools/strings.hrc:187
+#: include/svtools/strings.hrc:186
msgctxt "STR_TABBAR_PUSHBUTTON_ADDTAB"
msgid "Add"
msgstr "Иацҵатәуп"
#. 4K4AF
-#: include/svtools/strings.hrc:189
+#: include/svtools/strings.hrc:188
msgctxt "STR_SVT_ACC_RULER_HORZ_NAME"
msgid "Horizontal Ruler"
msgstr ""
#. PG9qt
-#: include/svtools/strings.hrc:190
+#: include/svtools/strings.hrc:189
msgctxt "STR_SVT_ACC_RULER_VERT_NAME"
msgid "Vertical Ruler"
msgstr ""
#. WKngA
-#: include/svtools/strings.hrc:192
+#: include/svtools/strings.hrc:191
msgctxt "STR_SVT_1BIT_THRESHOLD"
msgid "1 bit threshold"
msgstr ""
#. dByxQ
-#: include/svtools/strings.hrc:193
+#: include/svtools/strings.hrc:192
msgctxt "STR_SVT_1BIT_DITHERED"
msgid "1 bit dithered"
msgstr ""
#. kciH5
-#: include/svtools/strings.hrc:194
+#: include/svtools/strings.hrc:193
msgctxt "STR_SVT_4BIT_GRAYSCALE"
msgid "4 bit grayscale"
msgstr ""
#. TrBvg
-#: include/svtools/strings.hrc:195
+#: include/svtools/strings.hrc:194
msgctxt "STR_SVT_4BIT_COLOR_PALETTE"
msgid "4 bit color"
msgstr ""
#. q6mH9
-#: include/svtools/strings.hrc:196
+#: include/svtools/strings.hrc:195
msgctxt "STR_SVT_8BIT_GRAYSCALE"
msgid "8 bit grayscale"
msgstr ""
#. 8u2Zf
-#: include/svtools/strings.hrc:197
+#: include/svtools/strings.hrc:196
msgctxt "STR_SVT_8BIT_COLOR_PALETTE"
msgid "8 bit color"
msgstr ""
#. DZVK4
-#: include/svtools/strings.hrc:198
+#: include/svtools/strings.hrc:197
msgctxt "STR_SVT_24BIT_TRUE_COLOR"
msgid "24 bit true color"
msgstr ""
#. Grnub
-#: include/svtools/strings.hrc:199
+#: include/svtools/strings.hrc:198
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_1"
msgid "The image needs about %1 KB of memory."
msgstr ""
#. FCnVT
-#: include/svtools/strings.hrc:200
+#: include/svtools/strings.hrc:199
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_2"
msgid "The image needs about %1 KB of memory, the file size is %2 KB."
msgstr ""
#. CdHU8
-#: include/svtools/strings.hrc:201
+#: include/svtools/strings.hrc:200
msgctxt "STR_SVT_ESTIMATED_SIZE_VEC"
msgid "The file size is %1 KB."
msgstr "Афаил ашәагаа %1 KB."
#. TaCaF
-#: include/svtools/strings.hrc:202
+#: include/svtools/strings.hrc:201
#, fuzzy
msgctxt "STR_SVT_HOST"
msgid "host"
msgstr "Post"
#. ERaxD
-#: include/svtools/strings.hrc:203
+#: include/svtools/strings.hrc:202
msgctxt "STR_SVT_PORT"
msgid "port"
msgstr "Апорт"
#. W88Be
-#: include/svtools/strings.hrc:204
+#: include/svtools/strings.hrc:203
msgctxt "STR_SVT_OTHER_CMIS"
msgid "Other CMIS"
msgstr ""
#. E9JF5
-#: include/svtools/strings.hrc:205
+#: include/svtools/strings.hrc:204
msgctxt "STR_SVT_PRNDLG_READY"
msgid "Ready"
msgstr ""
#. 6zER8
-#: include/svtools/strings.hrc:206
+#: include/svtools/strings.hrc:205
#, fuzzy
msgctxt "STR_SVT_PRNDLG_PAUSED"
msgid "Paused"
msgstr "Ааҭгылара"
#. nqqYs
-#: include/svtools/strings.hrc:207
+#: include/svtools/strings.hrc:206
msgctxt "STR_SVT_PRNDLG_PENDING"
msgid "Pending deletion"
msgstr "Аныхра ахырҧоуп"
#. CGn9R
-#: include/svtools/strings.hrc:208
+#: include/svtools/strings.hrc:207
msgctxt "STR_SVT_PRNDLG_BUSY"
msgid "Busy"
msgstr ""
#. nyGEq
-#: include/svtools/strings.hrc:209
+#: include/svtools/strings.hrc:208
msgctxt "STR_SVT_PRNDLG_INITIALIZING"
msgid "Initializing"
msgstr ""
#. hduW4
-#: include/svtools/strings.hrc:210
+#: include/svtools/strings.hrc:209
msgctxt "STR_SVT_PRNDLG_WAITING"
msgid "Waiting"
msgstr "Азыҧшра"
#. FYGFz
-#: include/svtools/strings.hrc:211
+#: include/svtools/strings.hrc:210
msgctxt "STR_SVT_PRNDLG_WARMING_UP"
msgid "Warming up"
msgstr ""
#. qntFR
-#: include/svtools/strings.hrc:212
+#: include/svtools/strings.hrc:211
msgctxt "STR_SVT_PRNDLG_PROCESSING"
msgid "Processing"
msgstr ""
#. tUmmx
-#: include/svtools/strings.hrc:213
+#: include/svtools/strings.hrc:212
msgctxt "STR_SVT_PRNDLG_PRINTING"
msgid "Printing"
msgstr "Акьыҧхьра"
#. BMWJx
-#: include/svtools/strings.hrc:214
+#: include/svtools/strings.hrc:213
msgctxt "STR_SVT_PRNDLG_OFFLINE"
msgid "Offline"
msgstr ""
#. drDMK
-#: include/svtools/strings.hrc:215
+#: include/svtools/strings.hrc:214
msgctxt "STR_SVT_PRNDLG_ERROR"
msgid "Error"
msgstr "Агха"
#. FnMTQ
-#: include/svtools/strings.hrc:216
+#: include/svtools/strings.hrc:215
msgctxt "STR_SVT_PRNDLG_SERVER_UNKNOWN"
msgid "Unknown Server"
msgstr ""
#. vuLYa
-#: include/svtools/strings.hrc:217
+#: include/svtools/strings.hrc:216
msgctxt "STR_SVT_PRNDLG_PAPER_JAM"
msgid "Paper jam"
msgstr ""
#. qG4ZG
-#: include/svtools/strings.hrc:218
+#: include/svtools/strings.hrc:217
msgctxt "STR_SVT_PRNDLG_PAPER_OUT"
msgid "Not enough paper"
msgstr ""
#. bB9PC
-#: include/svtools/strings.hrc:219
+#: include/svtools/strings.hrc:218
msgctxt "STR_SVT_PRNDLG_MANUAL_FEED"
msgid "Manual feed"
msgstr ""
#. eMZJo
-#: include/svtools/strings.hrc:220
+#: include/svtools/strings.hrc:219
msgctxt "STR_SVT_PRNDLG_PAPER_PROBLEM"
msgid "Paper problem"
msgstr ""
#. RU3Li
-#: include/svtools/strings.hrc:221
+#: include/svtools/strings.hrc:220
msgctxt "STR_SVT_PRNDLG_IO_ACTIVE"
msgid "I/O active"
msgstr ""
#. VEuAd
-#: include/svtools/strings.hrc:222
+#: include/svtools/strings.hrc:221
msgctxt "STR_SVT_PRNDLG_OUTPUT_BIN_FULL"
msgid "Output bin full"
msgstr ""
#. MinDm
-#: include/svtools/strings.hrc:223
+#: include/svtools/strings.hrc:222
msgctxt "STR_SVT_PRNDLG_TONER_LOW"
msgid "Toner low"
msgstr ""
#. AjnQj
-#: include/svtools/strings.hrc:224
+#: include/svtools/strings.hrc:223
msgctxt "STR_SVT_PRNDLG_NO_TONER"
msgid "No toner"
msgstr ""
#. CtvCS
-#: include/svtools/strings.hrc:225
+#: include/svtools/strings.hrc:224
msgctxt "STR_SVT_PRNDLG_PAGE_PUNT"
msgid "Delete Page"
msgstr "Ианыхтәуп адаҟьа"
#. iGWiT
-#: include/svtools/strings.hrc:226
+#: include/svtools/strings.hrc:225
msgctxt "STR_SVT_PRNDLG_USER_INTERVENTION"
msgid "User intervention necessary"
msgstr ""
#. 7xg4W
-#: include/svtools/strings.hrc:227
+#: include/svtools/strings.hrc:226
msgctxt "STR_SVT_PRNDLG_OUT_OF_MEMORY"
msgid "Insufficient memory"
msgstr ""
#. DcNFt
-#: include/svtools/strings.hrc:228
+#: include/svtools/strings.hrc:227
msgctxt "STR_SVT_PRNDLG_DOOR_OPEN"
msgid "Cover open"
msgstr ""
#. CHiEH
-#: include/svtools/strings.hrc:229
+#: include/svtools/strings.hrc:228
msgctxt "STR_SVT_PRNDLG_POWER_SAVE"
msgid "Power save mode"
msgstr "Аенергиа аекономиа арежим"
#. bYbeA
-#: include/svtools/strings.hrc:230
+#: include/svtools/strings.hrc:229
msgctxt "STR_SVT_PRNDLG_DEFPRINTER"
msgid "Default printer"
msgstr ""
#. 9QCL5
-#: include/svtools/strings.hrc:231
+#: include/svtools/strings.hrc:230
#, fuzzy, c-format
msgctxt "STR_SVT_PRNDLG_JOBCOUNT"
msgid "%d documents"
msgstr "Адокументқәа ыҟыӡам"
#. yobGc
-#: include/svtools/strings.hrc:233
+#: include/svtools/strings.hrc:232
msgctxt "STR_NO_FIELD_SELECTION"
msgid "<none>"
msgstr "<мап>"
#. Fa4nQ
-#: include/svtools/strings.hrc:234
+#: include/svtools/strings.hrc:233
msgctxt "STR_FIELD_COMPANY"
msgid "Company"
msgstr "Аиҿкаара"
#. DdDzQ
-#: include/svtools/strings.hrc:235
+#: include/svtools/strings.hrc:234
msgctxt "STR_FIELD_DEPARTMENT"
msgid "Department"
msgstr "Аҟәша"
#. LXmyi
-#: include/svtools/strings.hrc:236
+#: include/svtools/strings.hrc:235
msgctxt "STR_FIELD_FIRSTNAME"
msgid "First name"
msgstr "Ахьӡ"
#. 2MkxF
-#: include/svtools/strings.hrc:237
+#: include/svtools/strings.hrc:236
msgctxt "STR_FIELD_LASTNAME"
msgid "Last name"
msgstr "Ажәла"
#. VyyM6
-#: include/svtools/strings.hrc:238
+#: include/svtools/strings.hrc:237
msgctxt "STR_FIELD_STREET"
msgid "Street"
msgstr "Амҩа ахьӡ"
#. wUdSC
-#: include/svtools/strings.hrc:239
+#: include/svtools/strings.hrc:238
msgctxt "STR_FIELD_COUNTRY"
msgid "Country"
msgstr "Атәыла"
#. tAg9k
-#: include/svtools/strings.hrc:240
+#: include/svtools/strings.hrc:239
msgctxt "STR_FIELD_ZIPCODE"
msgid "ZIP Code"
msgstr ""
#. UYGgj
-#: include/svtools/strings.hrc:241
+#: include/svtools/strings.hrc:240
msgctxt "STR_FIELD_CITY"
msgid "City"
msgstr "Ақалақь"
#. vTYyD
-#: include/svtools/strings.hrc:242
+#: include/svtools/strings.hrc:241
#, fuzzy
msgctxt "STR_FIELD_TITLE"
msgid "Title"
msgstr "Ахы"
#. E7qqB
-#: include/svtools/strings.hrc:243
+#: include/svtools/strings.hrc:242
msgctxt "STR_FIELD_POSITION"
msgid "Position"
msgstr "Аҭыҧ"
#. NiFzB
-#: include/svtools/strings.hrc:244
+#: include/svtools/strings.hrc:243
msgctxt "STR_FIELD_ADDRFORM"
msgid "Addr. Form"
msgstr ""
#. CFDX6
-#: include/svtools/strings.hrc:245
+#: include/svtools/strings.hrc:244
msgctxt "STR_FIELD_INITIALS"
msgid "Initials"
msgstr "Аинициалқәа"
#. 2DADo
-#: include/svtools/strings.hrc:246
+#: include/svtools/strings.hrc:245
msgctxt "STR_FIELD_SALUTATION"
msgid "Complimentary close"
msgstr ""
#. 8MWGd
-#: include/svtools/strings.hrc:247
+#: include/svtools/strings.hrc:246
msgctxt "STR_FIELD_HOMETEL"
msgid "Tel: Home"
msgstr ""
#. fX9J4
-#: include/svtools/strings.hrc:248
+#: include/svtools/strings.hrc:247
msgctxt "STR_FIELD_WORKTEL"
msgid "Tel: Work"
msgstr ""
#. Ss9vd
-#: include/svtools/strings.hrc:249
+#: include/svtools/strings.hrc:248
msgctxt "STR_FIELD_FAX"
msgid "Fax"
msgstr ""
#. MgbsU
-#: include/svtools/strings.hrc:250
+#: include/svtools/strings.hrc:249
msgctxt "STR_FIELD_EMAIL"
msgid "Email"
msgstr ""
#. aHNGY
-#: include/svtools/strings.hrc:251
+#: include/svtools/strings.hrc:250
msgctxt "STR_FIELD_URL"
msgid "URL"
msgstr "URL"
#. CGutA
-#: include/svtools/strings.hrc:252
+#: include/svtools/strings.hrc:251
msgctxt "STR_FIELD_NOTE"
msgid "Note"
msgstr "Азгәаҭа"
#. btBDG
-#: include/svtools/strings.hrc:253
+#: include/svtools/strings.hrc:252
msgctxt "STR_FIELD_USER1"
msgid "User 1"
msgstr ""
#. A4nkT
-#: include/svtools/strings.hrc:254
+#: include/svtools/strings.hrc:253
msgctxt "STR_FIELD_USER2"
msgid "User 2"
msgstr ""
#. J48Kt
-#: include/svtools/strings.hrc:255
+#: include/svtools/strings.hrc:254
msgctxt "STR_FIELD_USER3"
msgid "User 3"
msgstr ""
#. 3BxjF
-#: include/svtools/strings.hrc:256
+#: include/svtools/strings.hrc:255
msgctxt "STR_FIELD_USER4"
msgid "User 4"
msgstr ""
#. tBBKp
-#: include/svtools/strings.hrc:257
+#: include/svtools/strings.hrc:256
msgctxt "STR_FIELD_ID"
msgid "ID"
msgstr "Акод"
#. H3ygA
-#: include/svtools/strings.hrc:258
+#: include/svtools/strings.hrc:257
msgctxt "STR_FIELD_STATE"
msgid "State"
msgstr ""
#. xP2AC
-#: include/svtools/strings.hrc:259
+#: include/svtools/strings.hrc:258
msgctxt "STR_FIELD_OFFICETEL"
msgid "Tel: Office"
msgstr ""
#. P6Vm5
-#: include/svtools/strings.hrc:260
+#: include/svtools/strings.hrc:259
msgctxt "STR_FIELD_PAGER"
msgid "Pager"
msgstr "Апеиджер"
#. ayErk
-#: include/svtools/strings.hrc:261
+#: include/svtools/strings.hrc:260
msgctxt "STR_FIELD_MOBILE"
msgid "Mobile"
msgstr "Амобилтә"
#. 26wjz
-#: include/svtools/strings.hrc:262
+#: include/svtools/strings.hrc:261
msgctxt "STR_FIELD_TELOTHER"
msgid "Tel: Other"
msgstr ""
#. runZ4
-#: include/svtools/strings.hrc:263
+#: include/svtools/strings.hrc:262
msgctxt "STR_FIELD_CALENDAR"
msgid "Calendar"
msgstr "Амзар"
#. 7niGM
-#: include/svtools/strings.hrc:264
+#: include/svtools/strings.hrc:263
msgctxt "STR_FIELD_INVITE"
msgid "Invite"
msgstr ""
#. Fqcgq
-#: include/svtools/strings.hrc:266
+#: include/svtools/strings.hrc:265
msgctxt "STR_SVT_DEFAULT_SERVICE_LABEL"
msgid "$user$'s $service$"
msgstr ""
#. 8TFP9
-#: include/svtools/strings.hrc:268
+#: include/svtools/strings.hrc:267
msgctxt "STR_WARNING_JAVANOTFOUND"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr ""
#. EmFJc
-#: include/svtools/strings.hrc:269
+#: include/svtools/strings.hrc:268
msgctxt "STR_WARNING_JAVANOTFOUND_WIN"
msgid "%PRODUCTNAME requires a %BITNESS-bit Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr ""
#. 7Adh2
-#: include/svtools/strings.hrc:270
+#: include/svtools/strings.hrc:269
msgctxt "STR_WARNING_JAVANOTFOUND_MAC"
msgid "%PRODUCTNAME requires Oracle's Java Development Kit (JDK) on macOS 10.10 or greater to perform this task. Please install them and restart %PRODUCTNAME."
msgstr ""
#. 76BEm
-#: include/svtools/strings.hrc:271
+#: include/svtools/strings.hrc:270
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_MAC"
msgid "The %PRODUCTNAME configuration has been changed. Under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr ""
#. BZvFF
-#: include/svtools/strings.hrc:272
+#: include/svtools/strings.hrc:271
msgctxt "STR_WARNING_INVALIDJAVASETTINGS"
msgid "The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr ""
#. Tunzz
-#: include/svtools/strings.hrc:273
+#: include/svtools/strings.hrc:272
msgctxt "STR_ERROR_JVMCREATIONFAILED_MAC"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced."
msgstr ""
#. rKxCS
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:273
msgctxt "STR_ERROR_JVMCREATIONFAILED"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Advanced."
msgstr ""
#. QPEUX
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:274
msgctxt "STR_WARNING_JAVANOTFOUND_TITLE"
msgid "JRE Required"
msgstr ""
#. XD3FG
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:275
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_TITLE"
msgid "Select JRE"
msgstr "Иалхтәуп JRE"
#. WETqJ
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:276
msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr ""
#. q7s6f
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr ""
#. PZmAB
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr ""
#. eNRzD
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Асахьа"
#. Enc4X
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Аконфигурациатә фаил"
#. sP5AK
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr ""
#. jAA7S
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Адырқәа рбаза атаблица"
#. CEhUy
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Асистематә фаил"
#. E2Kzj
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr ""
#. BU7Pw
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Аилыркаага афаил"
#. kBbwy
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML адокумент"
#. 6W6tY
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Архив афаил"
#. c9WiE
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Ажурнал"
#. gBQzN
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr ""
#. J4Pki
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr ""
#. 33Dez
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr ""
#. pcLE6
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Атқстә фаил"
#. 7bMJT
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Аимадара"
#. hDFtd
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr ""
#. Xcec2
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr ""
#. FWiWT
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel ашаблон"
#. WBsxH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Апакеттә фаил"
#. SPQtV
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Афаил"
#. Vh78a
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Аҭаӡ"
#. ZK69j
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Атеқстә документ"
#. p2aL6
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Аелектронтә таблица"
#. SCtHH
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Апрезентациа"
#. 5gtdF
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Асахьа"
#. suagX
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML адокумент"
#. iLqe2
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Еилоу адокумент"
#. FF4fa
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Аформула"
#. t58zy
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Адырқәа рбаза"
#. DiNGB
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 аелектронтә таблица ашаблон"
#. FYKGV
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 асахьа ашаблон"
#. CTUQg
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 апрезентациа ашаблон"
#. Cbvtx
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 атеқсттә документ ашаблон"
#. FBCWx
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr ""
#. MEF3h
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr ""
#. 55Dof
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr ""
#. 82Acc
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr ""
#. 3CBfJ
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr ""
#. DS7CP
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint ашаблон"
#. syag8
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr ""
#. fHGcD
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 аформула"
#. CFw78
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 адиаграмма"
#. tJhDC
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 асахьа"
#. f9ZNL
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 аелектронтә таблица"
#. PCBqi
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 апрезентациа"
#. Npija
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org атеқсттә документ"
#. tVnQQ
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 еилоу адокумент"
#. t6krU
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr ""
#. ims8J
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument адырқәа рбаза"
#. oEsdN
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument асахьа"
#. Bt5dS
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument аформула"
#. sMAZA
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument еилоу адокумент"
#. ufLx7
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument апрезентациа"
#. TjbnG
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocumentа аелектронтә таблица"
#. FbCGb
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument атеқсттә документ"
#. JRP2W
-#: include/svtools/strings.hrc:336
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument аелектронтә таблица ашаблон"
#. 3QUto
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument асахьа ашаблон"
#. 5CfAm
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument апрезентациа ашаблон"
#. PBGYD
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument атеқсттә документ ашаблон"
#. RgRyf
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME арҭбаара"
#. b8JK6
-#: include/svtools/strings.hrc:342
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:343
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:344
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:345
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -4855,6 +4849,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Guadeloupean Creole French"
msgstr ""
+#. 2b2P4
+#: svtools/inc/langtab.hrc:424
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Ligurian"
+msgstr ""
+
+#. 3LvEE
+#: svtools/inc/langtab.hrc:425
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Minangkabau"
+msgstr ""
+
#. Fsz7D
#: svtools/inc/templwin.hrc:41
#, fuzzy
diff --git a/source/ab/svx/messages.po b/source/ab/svx/messages.po
index 6c9c2cf6b23..ce79adf9c5c 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-12 11:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16645,109 +16645,109 @@ msgid "Select the effect to apply."
msgstr "Иалышәх аеффект"
#. JKTDJ
-#: svx/uiconfig/ui/sidebararea.ui:220
+#: svx/uiconfig/ui/sidebararea.ui:223
msgctxt "sidebararea|fillattr-atkobject"
msgid "Hatching/Bitmap"
msgstr ""
#. 6ziwq
-#: svx/uiconfig/ui/sidebararea.ui:235
+#: svx/uiconfig/ui/sidebararea.ui:238
msgctxt "sidebararea|fillgrad1|tooltip_text"
msgid "Fill gradient from."
msgstr ""
#. UE2EH
-#: svx/uiconfig/ui/sidebararea.ui:259
+#: svx/uiconfig/ui/sidebararea.ui:262
msgctxt "sidebararea|gradangle|tooltip_text"
msgid "Select the gradient angle."
msgstr "Аградиент анаара алхра."
#. fuzvt
-#: svx/uiconfig/ui/sidebararea.ui:264
+#: svx/uiconfig/ui/sidebararea.ui:267
msgctxt "sidebararea|gradangle-atkobject"
msgid "Gradient angle"
msgstr ""
#. FjG3M
-#: svx/uiconfig/ui/sidebararea.ui:278
+#: svx/uiconfig/ui/sidebararea.ui:281
msgctxt "sidebararea|fillgrad2|tooltip_text"
msgid "Fill gradient to."
msgstr ""
#. VnsM7
-#: svx/uiconfig/ui/sidebararea.ui:295
+#: svx/uiconfig/ui/sidebararea.ui:298
msgctxt "sidebararea|transparencylabel|tooltip_text"
msgid "Transparency"
msgstr ""
#. RZtCX
-#: svx/uiconfig/ui/sidebararea.ui:296
+#: svx/uiconfig/ui/sidebararea.ui:299
msgctxt "sidebararea|transparencylabel"
msgid "_Transparency:"
msgstr ""
#. hrKBN
-#: svx/uiconfig/ui/sidebararea.ui:309
+#: svx/uiconfig/ui/sidebararea.ui:312
msgctxt "sidebararea|transtype|tooltip_text"
msgid "Select the type of transparency to apply."
msgstr ""
#. qG4kJ
-#: svx/uiconfig/ui/sidebararea.ui:311
+#: svx/uiconfig/ui/sidebararea.ui:314
msgctxt "sidebararea|transtype"
msgid "None"
msgstr "Иҭацәуп"
#. AAqxT
-#: svx/uiconfig/ui/sidebararea.ui:312
+#: svx/uiconfig/ui/sidebararea.ui:315
msgctxt "sidebararea|transtype"
msgid "Solid"
msgstr ""
#. GzSAp
-#: svx/uiconfig/ui/sidebararea.ui:313
+#: svx/uiconfig/ui/sidebararea.ui:316
msgctxt "sidebararea|transtype"
msgid "Linear"
msgstr "Аҵәаӷәатә"
#. vXTqG
-#: svx/uiconfig/ui/sidebararea.ui:314
+#: svx/uiconfig/ui/sidebararea.ui:317
msgctxt "sidebararea|transtype"
msgid "Axial"
msgstr ""
#. 7BS94
-#: svx/uiconfig/ui/sidebararea.ui:315
+#: svx/uiconfig/ui/sidebararea.ui:318
msgctxt "sidebararea|transtype"
msgid "Radial"
msgstr ""
#. tvpBz
-#: svx/uiconfig/ui/sidebararea.ui:316
+#: svx/uiconfig/ui/sidebararea.ui:319
msgctxt "sidebararea|transtype"
msgid "Ellipsoid"
msgstr ""
#. RWDy2
-#: svx/uiconfig/ui/sidebararea.ui:317
+#: svx/uiconfig/ui/sidebararea.ui:320
msgctxt "sidebararea|transtype"
msgid "Quadratic"
msgstr ""
#. ozP7p
-#: svx/uiconfig/ui/sidebararea.ui:318
+#: svx/uiconfig/ui/sidebararea.ui:321
msgctxt "sidebararea|transtype"
msgid "Square"
msgstr "Аквадрат"
#. J46j4
-#: svx/uiconfig/ui/sidebararea.ui:322
+#: svx/uiconfig/ui/sidebararea.ui:325
msgctxt "sidebararea|transtype-atkobject"
msgid "Transparency Type"
msgstr ""
#. 8hBpk
-#: svx/uiconfig/ui/sidebararea.ui:343
+#: svx/uiconfig/ui/sidebararea.ui:346
msgctxt "sidebararea|gradient|tooltip_text"
msgid "Specify the variation of gradient transparency."
msgstr ""
@@ -16902,148 +16902,148 @@ msgctxt "sidebargraphic|setgamma-atkobject"
msgid "Gamma value"
msgstr ""
-#. rBdfj
-#: svx/uiconfig/ui/sidebarline.ui:36
-msgctxt "sidebarline|widthlabel"
-msgid "_Line:"
-msgstr ""
-
-#. R56Ey
-#: svx/uiconfig/ui/sidebarline.ui:58
-msgctxt "sidebarline|linestyle|tooltip_text"
-msgid "Select the style of the line."
-msgstr "Иалышәх аҵаӷәа астиль."
-
-#. 5yM6T
-#: svx/uiconfig/ui/sidebarline.ui:70
-msgctxt "sidebarline|linestyle|tooltip_text"
-msgid "Select the style of the arrowheads."
-msgstr ""
-
#. JA5zE
-#: svx/uiconfig/ui/sidebarline.ui:103
+#: svx/uiconfig/ui/sidebarline.ui:38
msgctxt "sidebarline|widthlabel"
msgid "_Width:"
msgstr "Аҭбаара:"
#. HokBv
-#: svx/uiconfig/ui/sidebarline.ui:117
+#: svx/uiconfig/ui/sidebarline.ui:52
#, fuzzy
msgctxt "sidebarline|width|tooltip_text"
msgid "Select the width of the line."
msgstr "Иалышәх аҵаӷәа астиль."
#. hqTEs
-#: svx/uiconfig/ui/sidebarline.ui:144
+#: svx/uiconfig/ui/sidebarline.ui:80
msgctxt "sidebarline|colorlabel"
msgid "_Color:"
msgstr ""
#. oEqwH
-#: svx/uiconfig/ui/sidebarline.ui:158
+#: svx/uiconfig/ui/sidebarline.ui:94
msgctxt "sidebarline|color|tooltip_text"
msgid "Select the color of the line."
msgstr "Иалышәх аҵәаӷәа аҧштәы."
#. JbEBs
-#: svx/uiconfig/ui/sidebarline.ui:167
+#: svx/uiconfig/ui/sidebarline.ui:102
msgctxt "sidebarline|setcolor|tooltip_text"
msgid "Select the color of the line."
msgstr "Иалышәх аҵәаӷәа аҧштәы."
#. XiUKD
-#: svx/uiconfig/ui/sidebarline.ui:186
+#: svx/uiconfig/ui/sidebarline.ui:122
msgctxt "sidebarline|translabel"
msgid "_Transparency:"
msgstr ""
#. t32c8
-#: svx/uiconfig/ui/sidebarline.ui:200
+#: svx/uiconfig/ui/sidebarline.ui:136
msgctxt "sidebarline|linetransparency|tooltip_text"
msgid "Specify the transparency of the line."
msgstr ""
#. kDWvG
-#: svx/uiconfig/ui/sidebarline.ui:205
+#: svx/uiconfig/ui/sidebarline.ui:140
msgctxt "sidebarline|linetransparency-atkobject"
msgid "Transparency"
msgstr ""
+#. rBdfj
+#: svx/uiconfig/ui/sidebarline.ui:158
+msgctxt "sidebarline|widthlabel"
+msgid "_Line:"
+msgstr ""
+
+#. 5yM6T
+#: svx/uiconfig/ui/sidebarline.ui:181
+msgctxt "sidebarline|linestyle|tooltip_text"
+msgid "Select the style of the arrowheads."
+msgstr ""
+
+#. R56Ey
+#: svx/uiconfig/ui/sidebarline.ui:193
+msgctxt "sidebarline|linestyle|tooltip_text"
+msgid "Select the style of the line."
+msgstr "Иалышәх аҵаӷәа астиль."
+
#. AZukk
-#: svx/uiconfig/ui/sidebarline.ui:237
+#: svx/uiconfig/ui/sidebarline.ui:249
msgctxt "sidebarline|cornerlabel"
msgid "_Corner style:"
msgstr ""
#. DhDzF
-#: svx/uiconfig/ui/sidebarline.ui:251
+#: svx/uiconfig/ui/sidebarline.ui:263
msgctxt "sidebarline|edgestyle|tooltip_text"
msgid "Select the style of the edge connections."
msgstr "Иалышәх аиԥшьрақәа рстиль."
#. CUdXF
-#: svx/uiconfig/ui/sidebarline.ui:253
+#: svx/uiconfig/ui/sidebarline.ui:265
msgctxt "sidebarline|edgestyle"
msgid "Rounded"
msgstr ""
#. jPD2D
-#: svx/uiconfig/ui/sidebarline.ui:254
+#: svx/uiconfig/ui/sidebarline.ui:266
msgctxt "sidebarline|edgestyle"
msgid "- none -"
msgstr "- мап -"
#. MuNWz
-#: svx/uiconfig/ui/sidebarline.ui:255
+#: svx/uiconfig/ui/sidebarline.ui:267
msgctxt "sidebarline|edgestyle"
msgid "Mitered"
msgstr ""
#. Dftrf
-#: svx/uiconfig/ui/sidebarline.ui:256
+#: svx/uiconfig/ui/sidebarline.ui:268
msgctxt "sidebarline|edgestyle"
msgid "Beveled"
msgstr ""
#. EG2LW
-#: svx/uiconfig/ui/sidebarline.ui:260
+#: svx/uiconfig/ui/sidebarline.ui:272
msgctxt "sidebarline|edgestyle-atkobject"
msgid "Corner Style"
msgstr ""
#. rHzFD
-#: svx/uiconfig/ui/sidebarline.ui:273
+#: svx/uiconfig/ui/sidebarline.ui:285
msgctxt "sidebarline|caplabel"
msgid "Ca_p style:"
msgstr ""
#. PbDF7
-#: svx/uiconfig/ui/sidebarline.ui:287
+#: svx/uiconfig/ui/sidebarline.ui:299
msgctxt "sidebarline|linecapstyle|tooltip_text"
msgid "Select the style of the line caps."
msgstr "Иалышәх аҵәаӷәа анҵәамҭа астиль."
#. 9qZVm
-#: svx/uiconfig/ui/sidebarline.ui:289
+#: svx/uiconfig/ui/sidebarline.ui:301
msgctxt "sidebarline|linecapstyle"
msgid "Flat"
msgstr ""
#. AK2DH
-#: svx/uiconfig/ui/sidebarline.ui:290
+#: svx/uiconfig/ui/sidebarline.ui:302
#, fuzzy
msgctxt "sidebarline|linecapstyle"
msgid "Round"
msgstr "афунт"
#. 52VUc
-#: svx/uiconfig/ui/sidebarline.ui:291
+#: svx/uiconfig/ui/sidebarline.ui:303
msgctxt "sidebarline|linecapstyle"
msgid "Square"
msgstr "Аквадрат"
#. AxAHn
-#: svx/uiconfig/ui/sidebarline.ui:295
+#: svx/uiconfig/ui/sidebarline.ui:307
msgctxt "sidebarline|linecapstyle-atkobject"
msgid "Cap Style"
msgstr ""
diff --git a/source/ab/sw/messages.po b/source/ab/sw/messages.po
index 2c3dd4149b7..aea85475dfb 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:54+0100\n"
"PO-Revision-Date: 2019-06-24 10:38+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2937,10 +2937,10 @@ msgctxt "STR_HYPH_TITLE"
msgid "Hyphenation"
msgstr "Аиагагақәа рыргылара"
-#. zMC8E
+#. EDxsk
#: sw/inc/strings.hrc:397
msgctxt "STR_HYPH_MISSING"
-msgid "Missing hyphenation info"
+msgid "Missing hyphenation data"
msgstr ""
#. TEP66
@@ -3872,1689 +3872,1715 @@ msgctxt "STR_TABLE_NAME"
msgid "table: $1$2$3"
msgstr "атаблица: $1$2$3"
-#. WTcCB
+#. AtWxA
#: sw/inc/strings.hrc:554
-msgctxt "STR_CHAPTER_NAME"
+msgctxt "STR_CHAPTERS"
msgid "chapter"
-msgstr ""
-
-#. NBkBh
-#: sw/inc/strings.hrc:555
-msgctxt "STR_CHAPTERS_NAME"
-msgid "chapters"
-msgstr ""
+msgid_plural "chapters"
+msgstr[0] ""
+msgstr[1] ""
#. 2JCL2
-#: sw/inc/strings.hrc:556
+#: sw/inc/strings.hrc:555
msgctxt "STR_PARAGRAPH_UNDO"
msgid "paragraph"
msgstr "абзац"
#. DvnGA
-#: sw/inc/strings.hrc:557
+#: sw/inc/strings.hrc:556
msgctxt "STR_PARAGRAPH_SIGN_UNDO"
msgid "Paragraph sign"
msgstr "Абзац адырга"
#. oL9GG
-#: sw/inc/strings.hrc:558
+#: sw/inc/strings.hrc:557
msgctxt "STR_UNDO_FLYFRMFMT_TITLE"
msgid "Change object title of $1"
msgstr "Иԥсахтәуп аобиект %1 ахы"
#. 3Cv7E
-#: sw/inc/strings.hrc:559
+#: sw/inc/strings.hrc:558
msgctxt "STR_UNDO_FLYFRMFMT_DESCRIPTION"
msgid "Change object description of $1"
msgstr "Иԥсахтәуп аобиект %1 ахҳәаа"
#. rWw8U
-#: sw/inc/strings.hrc:560
+#: sw/inc/strings.hrc:559
msgctxt "STR_UNDO_TBLSTYLE_CREATE"
msgid "Create table style: $1"
msgstr "Иаҧҵатәуп атаблица астиль: $1"
#. jGxgy
-#: sw/inc/strings.hrc:561
+#: sw/inc/strings.hrc:560
msgctxt "STR_UNDO_TBLSTYLE_DELETE"
msgid "Delete table style: $1"
msgstr "Ианыхтәуп атаблица астиль: $1"
#. 6NWP3
-#: sw/inc/strings.hrc:562
+#: sw/inc/strings.hrc:561
msgctxt "STR_UNDO_TBLSTYLE_UPDATE"
msgid "Update table style: $1"
msgstr "Ирҿыцтәуп атаблица астиль: $1"
#. JegfU
-#: sw/inc/strings.hrc:563
+#: sw/inc/strings.hrc:562
msgctxt "STR_UNDO_TABLE_DELETE"
msgid "Delete table"
msgstr "Ианыхтәуп атаблица"
#. KSMpJ
-#: sw/inc/strings.hrc:564
+#: sw/inc/strings.hrc:563
msgctxt "STR_UNDO_INSERT_FORM_FIELD"
msgid "Insert form field"
msgstr ""
#. 2zJmG
-#: sw/inc/strings.hrc:565
+#: sw/inc/strings.hrc:564
msgctxt "STR_DROP_DOWN_FIELD_ITEM_LIMIT"
msgid "You can specify maximum of 25 items for a drop-down form field."
msgstr ""
#. CUXeF
-#: sw/inc/strings.hrc:567
+#: sw/inc/strings.hrc:566
msgctxt "STR_ACCESS_DOC_NAME"
msgid "Document view"
msgstr "Адокумент ахәаҧшра"
#. FrBrC
-#: sw/inc/strings.hrc:568
+#: sw/inc/strings.hrc:567
msgctxt "STR_ACCESS_DOC_DESC"
msgid "Document view"
msgstr "Адокумент ахәаҧшра"
#. BCEgS
-#: sw/inc/strings.hrc:569
+#: sw/inc/strings.hrc:568
msgctxt "STR_ACCESS_HEADER_NAME"
msgid "Header $(ARG1)"
msgstr "Хыхьтәи аколонтитул $(ARG1)"
#. zKdDR
-#: sw/inc/strings.hrc:570
+#: sw/inc/strings.hrc:569
msgctxt "STR_ACCESS_HEADER_DESC"
msgid "Header page $(ARG1)"
msgstr "Хыхьтәи аколонтитул $(ARG1)"
#. NhFrV
-#: sw/inc/strings.hrc:571
+#: sw/inc/strings.hrc:570
msgctxt "STR_ACCESS_FOOTER_NAME"
msgid "Footer $(ARG1)"
msgstr "Ҵаҟатәи аколонтитул $(ARG1)"
#. 6GJNd
-#: sw/inc/strings.hrc:572
+#: sw/inc/strings.hrc:571
msgctxt "STR_ACCESS_FOOTER_DESC"
msgid "Footer page $(ARG1)"
msgstr "Ҵаҟатәи аколонтитул $(ARG1)"
#. VGUwW
-#: sw/inc/strings.hrc:573
+#: sw/inc/strings.hrc:572
#, fuzzy
msgctxt "STR_ACCESS_FOOTNOTE_NAME"
msgid "Footnote $(ARG1)"
msgstr "Ҵаҟатәи аколонтитул $(ARG1)"
#. a7XMU
-#: sw/inc/strings.hrc:574
+#: sw/inc/strings.hrc:573
#, fuzzy
msgctxt "STR_ACCESS_FOOTNOTE_DESC"
msgid "Footnote $(ARG1)"
msgstr "Ҵаҟатәи аколонтитул $(ARG1)"
#. 3ExiP
-#: sw/inc/strings.hrc:575
+#: sw/inc/strings.hrc:574
msgctxt "STR_ACCESS_ENDNOTE_NAME"
msgid "Endnote $(ARG1)"
msgstr "Анҵәамҭатә лбаага $(ARG1)"
#. 8XdTm
-#: sw/inc/strings.hrc:576
+#: sw/inc/strings.hrc:575
msgctxt "STR_ACCESS_ENDNOTE_DESC"
msgid "Endnote $(ARG1)"
msgstr "Анҵәамҭатә лбаага $(ARG1)"
#. 4sTZN
-#: sw/inc/strings.hrc:577
+#: sw/inc/strings.hrc:576
msgctxt "STR_ACCESS_TABLE_DESC"
msgid "$(ARG1) on page $(ARG2)"
msgstr "$(ARG1) адаҟьа $(ARG2) аҟны"
#. Z5Uy9
-#: sw/inc/strings.hrc:578
+#: sw/inc/strings.hrc:577
msgctxt "STR_ACCESS_PAGE_NAME"
msgid "Page $(ARG1)"
msgstr "Адаҟьа $(ARG1)"
#. CWroT
-#: sw/inc/strings.hrc:579
+#: sw/inc/strings.hrc:578
msgctxt "STR_ACCESS_PAGE_DESC"
msgid "Page: $(ARG1)"
msgstr "Адаҟьа $(ARG1)"
#. iwfxM
-#: sw/inc/strings.hrc:580
+#: sw/inc/strings.hrc:579
msgctxt "STR_ACCESS_ANNOTATION_AUTHOR_NAME"
msgid "Author"
msgstr "Автор"
#. sff9t
-#: sw/inc/strings.hrc:581
+#: sw/inc/strings.hrc:580
msgctxt "STR_ACCESS_ANNOTATION_DATE_NAME"
msgid "Date"
msgstr "Арыцхә"
#. VScXC
-#: sw/inc/strings.hrc:582
+#: sw/inc/strings.hrc:581
msgctxt "STR_ACCESS_ANNOTATION_RESOLVED_NAME"
msgid "Resolved"
msgstr ""
#. JtzA4
-#: sw/inc/strings.hrc:583
+#: sw/inc/strings.hrc:582
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_NAME"
msgid "Actions"
msgstr "Аҟаҵарақәа"
#. cHWqM
-#: sw/inc/strings.hrc:584
+#: sw/inc/strings.hrc:583
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_DESC"
msgid "Activate this button to open a list of actions which can be performed on this comment and other comments"
msgstr ""
#. 9YxaB
-#: sw/inc/strings.hrc:585
+#: sw/inc/strings.hrc:584
msgctxt "STR_ACCESS_PREVIEW_DOC_NAME"
msgid "Document preview"
msgstr "Адокумент ахәаҧшра"
#. eYFFo
-#: sw/inc/strings.hrc:586
+#: sw/inc/strings.hrc:585
msgctxt "STR_ACCESS_PREVIEW_DOC_SUFFIX"
msgid "(Preview mode)"
msgstr "(Ахәаҧшра арежим)"
#. Fp7Hn
-#: sw/inc/strings.hrc:587
+#: sw/inc/strings.hrc:586
msgctxt "STR_ACCESS_DOC_WORDPROCESSING"
msgid "%PRODUCTNAME Document"
msgstr "%PRODUCTNAME адокуменқәа"
#. CsQKH
-#: sw/inc/strings.hrc:589
+#: sw/inc/strings.hrc:588
msgctxt "STR_COMCORE_READERROR"
msgid "Read Error"
msgstr "Аҧхьара агха"
#. ztbVu
-#: sw/inc/strings.hrc:590
+#: sw/inc/strings.hrc:589
msgctxt "STR_COMCORE_CANT_SHOW"
msgid "Image cannot be displayed."
msgstr "Иауам асахьа аарԥшра."
#. iJsFt
-#: sw/inc/strings.hrc:591
+#: sw/inc/strings.hrc:590
msgctxt "STR_ERROR_CLPBRD_READ"
msgid "Error reading from the clipboard."
msgstr "Аиҭныԥсахларатә гәыкылага аҟынтәи аԥхьараан агха."
#. bXZQD
-#: sw/inc/strings.hrc:593
+#: sw/inc/strings.hrc:592
msgctxt "STR_COLUMN_BREAK"
msgid "Manual Column Break"
msgstr "Аиҵаҩ аимҟьара"
#. 7DzNG
-#: sw/inc/strings.hrc:595
+#: sw/inc/strings.hrc:594
msgctxt "STR_CHART2_ROW_LABEL_TEXT"
msgid "Row %ROWNUMBER"
msgstr "Ацәаҳәа %ROWNUMBER"
#. GYFVF
-#: sw/inc/strings.hrc:596
+#: sw/inc/strings.hrc:595
#, c-format
msgctxt "STR_CHART2_COL_LABEL_TEXT"
msgid "Column %COLUMNLETTER"
msgstr "Аиҵагыла %COLUMNLETTER "
#. GGS2b
-#: sw/inc/strings.hrc:597
+#: sw/inc/strings.hrc:596
msgctxt "STR_STYLE_FAMILY_CHARACTER"
msgid "Character"
msgstr "Асимвол"
#. KBw5e
-#: sw/inc/strings.hrc:598
+#: sw/inc/strings.hrc:597
msgctxt "STR_STYLE_FAMILY_PARAGRAPH"
msgid "Paragraph"
msgstr "Абзац"
#. ERH8o
-#: sw/inc/strings.hrc:599
+#: sw/inc/strings.hrc:598
msgctxt "STR_STYLE_FAMILY_FRAME"
msgid "Frame"
msgstr "Афреим"
#. Cqjn8
-#: sw/inc/strings.hrc:600
+#: sw/inc/strings.hrc:599
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Pages"
msgstr "Адаҟьақәа"
#. ncffA
-#: sw/inc/strings.hrc:601
+#: sw/inc/strings.hrc:600
msgctxt "STR_STYLE_FAMILY_NUMBERING"
msgid "Numbering"
msgstr "Аномерркра"
#. NydLs
-#: sw/inc/strings.hrc:602
+#: sw/inc/strings.hrc:601
msgctxt "STR_STYLE_FAMILY_TABLE"
msgid "Table"
msgstr "Атаблица"
#. XUhuM
-#: sw/inc/strings.hrc:603
+#: sw/inc/strings.hrc:602
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell"
msgstr "Абларҭа"
#. DRqDZ
-#: sw/inc/strings.hrc:605
+#: sw/inc/strings.hrc:604
msgctxt "ST_SCRIPT_ASIAN"
msgid "Asian"
msgstr "Мрагыларазиатәиқәа"
#. owFtq
-#: sw/inc/strings.hrc:606
+#: sw/inc/strings.hrc:605
msgctxt "ST_SCRIPT_CTL"
msgid "CTL"
msgstr "Иуадаҩу аҩырақәа рсистемақәа"
#. ap5iF
-#: sw/inc/strings.hrc:607
+#: sw/inc/strings.hrc:606
msgctxt "ST_SCRIPT_WESTERN"
msgid "Western"
msgstr "Мраҭашәарахьтәиқәа"
#. HD64i
-#: sw/inc/strings.hrc:608
+#: sw/inc/strings.hrc:607
msgctxt "STR_PRINTOPTUI_PRODUCTNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. q6egu
-#: sw/inc/strings.hrc:609
+#: sw/inc/strings.hrc:608
msgctxt "STR_PRINTOPTUI_CONTENTS"
msgid "Contents"
msgstr "Иаҵанакуа"
#. Ka4fM
-#: sw/inc/strings.hrc:610
+#: sw/inc/strings.hrc:609
msgctxt "STR_PRINTOPTUI_PAGE_BACKGROUND"
msgid "Page ba~ckground"
msgstr "Адаҟьа аҿаҧшыра"
#. YPEEH
-#: sw/inc/strings.hrc:611
+#: sw/inc/strings.hrc:610
msgctxt "STR_PRINTOPTUI_PICTURES"
msgid "~Images and other graphic objects"
msgstr "Асахьақәеи егьырҭ аграфикатә обиектқәеи"
#. L6GSj
-#: sw/inc/strings.hrc:612
+#: sw/inc/strings.hrc:611
msgctxt "STR_PRINTOPTUI_HIDDEN"
msgid "Hidden te~xt"
msgstr "Иҵәаху атеқст"
#. pXiRN
-#: sw/inc/strings.hrc:613
+#: sw/inc/strings.hrc:612
msgctxt "STR_PRINTOPTUI_TEXT_PLACEHOLDERS"
msgid "~Text placeholders"
msgstr "Атеқст ахарҭәаага"
#. JBWVd
-#: sw/inc/strings.hrc:614
+#: sw/inc/strings.hrc:613
msgctxt "STR_PRINTOPTUI_FORM_CONTROLS"
msgid "Form control~s"
msgstr "Анапхгара аелементқәа"
#. X8Bfu
-#: sw/inc/strings.hrc:615
+#: sw/inc/strings.hrc:614
msgctxt "STR_PRINTOPTUI_COLOR"
msgid "Color"
msgstr "Аҧштәы"
#. kQDcq
-#: sw/inc/strings.hrc:616
+#: sw/inc/strings.hrc:615
msgctxt "STR_PRINTOPTUI_PRINT_BLACK"
msgid "Print text in blac~k"
msgstr "Икьыҧхьтәуп атеқст еиқәаҵәала"
#. DEELn
-#: sw/inc/strings.hrc:617
+#: sw/inc/strings.hrc:616
msgctxt "STR_PRINTOPTUI_PAGES_TEXT"
msgid "Pages:"
msgstr "Адаҟьақәа:"
#. uddbB
-#: sw/inc/strings.hrc:618
+#: sw/inc/strings.hrc:617
msgctxt "STR_PRINTOPTUI_PRINT_BLANK"
msgid "Print ~automatically inserted blank pages"
msgstr "Икьыԥхьлатәуп автоматикала иҭаргылоу иҭацәу адаҟьақәа"
#. MTJt2
-#: sw/inc/strings.hrc:619
+#: sw/inc/strings.hrc:618
msgctxt "STR_PRINTOPTUI_ONLY_PAPER"
msgid "~Use only paper tray from printer preferences"
msgstr "Ақьаад анашьҭра апринтер архиарақәа ирықәыршәаны"
#. 4uBam
-#: sw/inc/strings.hrc:620
+#: sw/inc/strings.hrc:619
msgctxt "STR_PRINTOPTUI_NONE"
msgid "None (document only)"
msgstr "Мап (адокумент мацара)"
#. pbQtA
-#: sw/inc/strings.hrc:621
+#: sw/inc/strings.hrc:620
msgctxt "STR_PRINTOPTUI_COMMENTS_ONLY"
msgid "Comments only"
msgstr "Акомментариқәа рымацара"
#. sVnbD
-#: sw/inc/strings.hrc:622
+#: sw/inc/strings.hrc:621
msgctxt "STR_PRINTOPTUI_PLACE_END"
msgid "Place at end of document"
msgstr "Ииагатәуп адокумент анҵәамҭахь"
#. D4BXH
-#: sw/inc/strings.hrc:623
+#: sw/inc/strings.hrc:622
msgctxt "STR_PRINTOPTUI_PLACE_PAGE"
msgid "Place at end of page"
msgstr "Ииагатәуп адаҟьа анҵәамҭахь"
#. 6rzab
-#: sw/inc/strings.hrc:624
+#: sw/inc/strings.hrc:623
msgctxt "STR_PRINTOPTUI_COMMENTS"
msgid "~Comments"
msgstr "Акомментари"
#. cnqLU
-#: sw/inc/strings.hrc:625
+#: sw/inc/strings.hrc:624
#, fuzzy
msgctxt "STR_PRINTOPTUI_BROCHURE"
msgid "Broch~ure"
msgstr "Аброшиура"
#. t6drz
-#: sw/inc/strings.hrc:626
+#: sw/inc/strings.hrc:625
msgctxt "STR_PRINTOPTUI_LEFT_SCRIPT"
msgid "Left-to-right script"
msgstr "Армарахьтә - арӷьарахь"
#. QgmxB
-#: sw/inc/strings.hrc:627
+#: sw/inc/strings.hrc:626
msgctxt "STR_PRINTOPTUI_RIGHT_SCRIPT"
msgid "Right-to-left script"
msgstr "Арӷьарахьтә-армарахь"
-#. jaqAs
-#: sw/inc/strings.hrc:628
+#. t4Cm7
+#: sw/inc/strings.hrc:627
msgctxt "STR_PRINTOPTUI_PRINTALLPAGES"
-msgid "All ~Pages"
-msgstr "Адаҟьақәа зегьы"
+msgid "~All Pages"
+msgstr ""
#. ZDRM2
-#: sw/inc/strings.hrc:629
+#: sw/inc/strings.hrc:628
msgctxt "STR_PRINTOPTUI_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Адаҟьақәа:"
#. F862f
-#: sw/inc/strings.hrc:630
+#: sw/inc/strings.hrc:629
msgctxt "STR_PRINTOPTUI_PRINTEVENPAGES"
msgid "~Even pages"
msgstr ""
#. ttxxB
-#: sw/inc/strings.hrc:631
+#: sw/inc/strings.hrc:630
msgctxt "STR_PRINTOPTUI_PRINTODDPAGES"
msgid "~Odd pages"
msgstr ""
#. rajyx
-#: sw/inc/strings.hrc:632
+#: sw/inc/strings.hrc:631
msgctxt "STR_PRINTOPTUI_PRINTSELECTION"
msgid "~Selection"
msgstr "Алкаара"
#. 9EXcV
-#: sw/inc/strings.hrc:633
+#: sw/inc/strings.hrc:632
msgctxt "STR_PRINTOPTUI_PLACE_MARGINS"
msgid "Place in margins"
msgstr "Иҭагӡатәуп аҭакырақәа"
#. NGQw3
-#: sw/inc/strings.hrc:635
+#: sw/inc/strings.hrc:634
msgctxt "STR_FORMULA_CALC"
msgid "Functions"
msgstr "Афункциақәа"
#. D3RCG
-#: sw/inc/strings.hrc:636
+#: sw/inc/strings.hrc:635
msgctxt "STR_FORMULA_CANCEL"
msgid "Cancel"
msgstr "Аҟәыхра"
#. 3Tg3C
-#: sw/inc/strings.hrc:637
+#: sw/inc/strings.hrc:636
msgctxt "STR_FORMULA_APPLY"
msgid "Apply"
msgstr "Ихархәатәуп"
#. UDkFb
-#: sw/inc/strings.hrc:638
+#: sw/inc/strings.hrc:637
msgctxt "STR_ACCESS_FORMULA_TOOLBAR"
msgid "Formula Tool Bar"
msgstr "Аформулақәа рпанель"
#. Z3CB5
-#: sw/inc/strings.hrc:639
+#: sw/inc/strings.hrc:638
msgctxt "STR_ACCESS_FORMULA_TYPE"
msgid "Formula Type"
msgstr "Аформула атип"
#. 3CCa7
-#: sw/inc/strings.hrc:640
+#: sw/inc/strings.hrc:639
msgctxt "STR_ACCESS_FORMULA_TEXT"
msgid "Formula Text"
msgstr "Аформула атеқст"
#. FXNer
-#: sw/inc/strings.hrc:642
+#: sw/inc/strings.hrc:641
msgctxt "STR_ACCESS_TL_GLOBAL"
msgid "Global View"
msgstr ""
#. aeeRP
-#: sw/inc/strings.hrc:643
+#: sw/inc/strings.hrc:642
msgctxt "STR_ACCESS_TL_CONTENT"
msgid "Content Navigation View"
msgstr "Аҵанакы"
#. UAExA
-#: sw/inc/strings.hrc:644
+#: sw/inc/strings.hrc:643
msgctxt "STR_OUTLINE_LEVEL"
msgid "Outline Level"
msgstr "Аструктура аҩаӡара"
#. yERK6
-#: sw/inc/strings.hrc:645
+#: sw/inc/strings.hrc:644
msgctxt "STR_DRAGMODE"
msgid "Drag Mode"
msgstr "Аиагара арежим"
#. PAB4k
-#: sw/inc/strings.hrc:646
+#: sw/inc/strings.hrc:645
msgctxt "STR_SEND_OUTLINE_TO_CLIPBOARD_ENTRY"
msgid "Send Outline to Clipboard"
msgstr "Аструктура аиҭныԥсахларақәа ргәынкылагахь"
-#. DMBCD
+#. b5tPU
+#: sw/inc/strings.hrc:646
+msgctxt "STR_OUTLINE_TRACKING"
+msgid "Outline Tracking"
+msgstr ""
+
+#. qzXwn
#: sw/inc/strings.hrc:647
+msgctxt "STR_OUTLINE_TRACKING_DEFAULT"
+msgid "Default"
+msgstr ""
+
+#. HGDgJ
+#: sw/inc/strings.hrc:648
+msgctxt "STR_OUTLINE_TRACKING_FOCUS"
+msgid "Focus"
+msgstr ""
+
+#. BYRpF
+#: sw/inc/strings.hrc:649
+msgctxt "STR_OUTLINE_TRACKING_OFF"
+msgid "Off"
+msgstr ""
+
+#. bh39E
+#: sw/inc/strings.hrc:650
+msgctxt "STR_GOTO"
+msgid "Go to"
+msgstr ""
+
+#. DMBCD
+#: sw/inc/strings.hrc:651
msgctxt "STR_SELECT"
msgid "Select"
msgstr ""
#. LXGe4
-#: sw/inc/strings.hrc:648
+#: sw/inc/strings.hrc:652
msgctxt "STR_DEMOTE_CHAPTER"
msgid "Demote Chapter"
msgstr ""
#. JXiwa
-#: sw/inc/strings.hrc:649
+#: sw/inc/strings.hrc:653
msgctxt "STR_PROMOTE_CHAPTER"
msgid "Promote Chapter"
msgstr ""
#. 7BYGD
-#: sw/inc/strings.hrc:650
+#: sw/inc/strings.hrc:654
msgctxt "STR_DEMOTE_LEVEL"
msgid "Demote Level"
msgstr ""
#. DdvQg
-#: sw/inc/strings.hrc:651
+#: sw/inc/strings.hrc:655
msgctxt "STR_PROMOTE_LEVEL"
msgid "Promote Level"
msgstr ""
#. 9Fipd
-#: sw/inc/strings.hrc:652
+#: sw/inc/strings.hrc:656
msgctxt "STR_EXPANDALL"
msgid "Expand All"
msgstr ""
#. FxGVt
-#: sw/inc/strings.hrc:653
+#: sw/inc/strings.hrc:657
msgctxt "STR_COLLAPSEALL"
msgid "Collapse All"
msgstr ""
#. xvSRm
-#: sw/inc/strings.hrc:654
+#: sw/inc/strings.hrc:658
msgctxt "STR_HYPERLINK"
msgid "Insert as Hyperlink"
msgstr "Ибжьаргылатәуп агиперзхьарҧш ҳасабла"
#. sdfGe
-#: sw/inc/strings.hrc:655
+#: sw/inc/strings.hrc:659
msgctxt "STR_LINK_REGION"
msgid "Insert as Link"
msgstr "Ибжьаргылатәуп азхьарҧш ҳасабла"
#. Suaiz
-#: sw/inc/strings.hrc:656
+#: sw/inc/strings.hrc:660
msgctxt "STR_COPY_REGION"
msgid "Insert as Copy"
msgstr "Иҭаргылатәуп копиа ҳасабла"
#. VgdhT
-#: sw/inc/strings.hrc:657
+#: sw/inc/strings.hrc:661
msgctxt "STR_DISPLAY"
msgid "Display"
msgstr "Иаарҧштәуп"
#. 3VXp5
-#: sw/inc/strings.hrc:658
+#: sw/inc/strings.hrc:662
msgctxt "STR_ACTIVE_VIEW"
msgid "Active Window"
msgstr "Иактиву аҧенџьыр"
#. fAAUc
-#: sw/inc/strings.hrc:659
+#: sw/inc/strings.hrc:663
msgctxt "STR_HIDDEN"
msgid "hidden"
msgstr "иҵәаху"
#. 3VWjq
-#: sw/inc/strings.hrc:660
+#: sw/inc/strings.hrc:664
msgctxt "STR_ACTIVE"
msgid "active"
msgstr "иактиву"
#. YjPvg
-#: sw/inc/strings.hrc:661
+#: sw/inc/strings.hrc:665
msgctxt "STR_INACTIVE"
msgid "inactive"
msgstr "иактивым"
#. tBPKU
-#: sw/inc/strings.hrc:662
+#: sw/inc/strings.hrc:666
msgctxt "STR_EDIT_ENTRY"
msgid "Edit..."
msgstr "Ариашара..."
#. ppC87
-#: sw/inc/strings.hrc:663
+#: sw/inc/strings.hrc:667
msgctxt "STR_UPDATE"
msgid "~Update"
msgstr "Ирҿыцтәуп"
#. 44Esc
-#: sw/inc/strings.hrc:664
+#: sw/inc/strings.hrc:668
msgctxt "STR_EDIT_CONTENT"
msgid "Edit"
msgstr "Ариашара"
#. w3ZrD
-#: sw/inc/strings.hrc:665
+#: sw/inc/strings.hrc:669
msgctxt "STR_EDIT_LINK"
msgid "Edit link"
msgstr "Аимадара ариашара"
#. xyPWE
-#: sw/inc/strings.hrc:666
+#: sw/inc/strings.hrc:670
msgctxt "STR_EDIT_INSERT"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
#. AT9SS
-#: sw/inc/strings.hrc:667
+#: sw/inc/strings.hrc:671
msgctxt "STR_INDEX"
msgid "~Index"
msgstr ""
#. MnBLc
-#: sw/inc/strings.hrc:668
+#: sw/inc/strings.hrc:672
msgctxt "STR_FILE"
msgid "File"
msgstr "Афаил"
#. DdBgh
-#: sw/inc/strings.hrc:669
+#: sw/inc/strings.hrc:673
msgctxt "STR_NEW_FILE"
msgid "New Document"
msgstr "Иаҧҵатәуп адокумент"
#. aV9Uy
-#: sw/inc/strings.hrc:670
+#: sw/inc/strings.hrc:674
msgctxt "STR_INSERT_TEXT"
msgid "Text"
msgstr "Атеқст"
#. 5rD3D
-#: sw/inc/strings.hrc:671
+#: sw/inc/strings.hrc:675
msgctxt "STR_DELETE"
msgid "Delete"
msgstr "Ианыхтәуп"
#. 9MrsU
-#: sw/inc/strings.hrc:672
+#: sw/inc/strings.hrc:676
msgctxt "STR_DELETE_ENTRY"
msgid "~Delete"
msgstr "Ианыхтәуп"
#. A28Rb
-#: sw/inc/strings.hrc:673
+#: sw/inc/strings.hrc:677
msgctxt "STR_UPDATE_SEL"
msgid "Selection"
msgstr "Иалкаау"
#. gRBxA
-#: sw/inc/strings.hrc:674
+#: sw/inc/strings.hrc:678
msgctxt "STR_UPDATE_INDEX"
msgid "Indexes"
msgstr "Аиндексқәа"
#. WKwLS
-#: sw/inc/strings.hrc:675
+#: sw/inc/strings.hrc:679
#, fuzzy
msgctxt "STR_UPDATE_LINK"
msgid "Links"
msgstr "Азхьарҧшқәа"
#. TaaJK
-#: sw/inc/strings.hrc:676
+#: sw/inc/strings.hrc:680
msgctxt "STR_UPDATE_ALL"
msgid "All"
msgstr "Зегьы"
#. 6neCN
-#: sw/inc/strings.hrc:677
+#: sw/inc/strings.hrc:681
msgctxt "STR_REMOVE_INDEX"
msgid "~Remove Index"
msgstr "Ианыхтәуп аҭыԥрбага"
#. RH2h9
-#: sw/inc/strings.hrc:678
+#: sw/inc/strings.hrc:682
msgctxt "STR_REMOVE_TBL_PROTECTION"
msgid "~Unprotect"
msgstr "Иқәгатәуп ахьчара"
#. HpMeb
-#: sw/inc/strings.hrc:679
+#: sw/inc/strings.hrc:683
msgctxt "STR_INVISIBLE"
msgid "hidden"
msgstr "иҵәаху"
#. XcCnB
-#: sw/inc/strings.hrc:680
+#: sw/inc/strings.hrc:684
msgctxt "STR_BROKEN_LINK"
msgid "File not found: "
msgstr "Афаил ҧшаам: "
#. 8BkZE
-#: sw/inc/strings.hrc:681
+#: sw/inc/strings.hrc:685
msgctxt "STR_RENAME"
msgid "~Rename..."
msgstr ""
#. FnvNk
-#: sw/inc/strings.hrc:682
+#: sw/inc/strings.hrc:686
msgctxt "STR_READONLY_IDX"
msgid "Read-~only"
msgstr "Аҧхьара мацараз"
#. DojWF
-#: sw/inc/strings.hrc:683
+#: sw/inc/strings.hrc:687
msgctxt "STR_POSTIT_SHOW"
msgid "Show All"
msgstr "Иаарҧштәуп зегьы"
#. virAB
-#: sw/inc/strings.hrc:684
+#: sw/inc/strings.hrc:688
msgctxt "STR_POSTIT_HIDE"
msgid "Hide All"
msgstr "Иҵәахтәуп зегьы"
#. aJwW2
-#: sw/inc/strings.hrc:685
+#: sw/inc/strings.hrc:689
msgctxt "STR_POSTIT_DELETE"
msgid "Delete All"
msgstr "Ианыхтәуп зегьы"
#. UC53U
-#: sw/inc/strings.hrc:686
+#: sw/inc/strings.hrc:690
msgctxt "STR_RESOLVED"
msgid "RESOLVED"
msgstr ""
#. 6VGuk
-#: sw/inc/strings.hrc:687
+#: sw/inc/strings.hrc:691
msgctxt "STR_PROTECTED"
msgid "Protected"
msgstr ""
#. 3ceMF
-#: sw/inc/strings.hrc:689
+#: sw/inc/strings.hrc:693
msgctxt "STR_MARGIN_TOOLTIP_LEFT"
msgid "Left: "
msgstr "Арымарахь: "
#. EiXF2
-#: sw/inc/strings.hrc:690
+#: sw/inc/strings.hrc:694
msgctxt "STR_MARGIN_TOOLTIP_RIGHT"
msgid ". Right: "
msgstr " Арыӷьарахь: "
#. UFpVa
-#: sw/inc/strings.hrc:691
+#: sw/inc/strings.hrc:695
msgctxt "STR_MARGIN_TOOLTIP_INNER"
msgid "Inner: "
msgstr "Аҩныҵҟа: "
#. XE7Wb
-#: sw/inc/strings.hrc:692
+#: sw/inc/strings.hrc:696
msgctxt "STR_MARGIN_TOOLTIP_OUTER"
msgid ". Outer: "
msgstr " Адәныҟа: "
#. 3A8Vg
-#: sw/inc/strings.hrc:693
+#: sw/inc/strings.hrc:697
msgctxt "STR_MARGIN_TOOLTIP_TOP"
msgid ". Top: "
msgstr " Хыхьла: "
#. dRhyZ
-#: sw/inc/strings.hrc:694
+#: sw/inc/strings.hrc:698
msgctxt "STR_MARGIN_TOOLTIP_BOT"
msgid ". Bottom: "
msgstr " Ҵаҟала: "
#. XuC4Y
#. Error calculator
-#: sw/inc/strings.hrc:697
+#: sw/inc/strings.hrc:701
msgctxt "STR_POSTIT_PAGE"
msgid "Page"
msgstr "Адаҟьа"
#. AeDYh
-#: sw/inc/strings.hrc:698
+#: sw/inc/strings.hrc:702
msgctxt "STR_POSTIT_LINE"
msgid "Line"
msgstr "Ацәаҳәа"
#. kfJG6
-#: sw/inc/strings.hrc:699
+#: sw/inc/strings.hrc:703
msgctxt "STR_POSTIT_AUTHOR"
msgid "Author"
msgstr "Автор"
#. gejqG
-#: sw/inc/strings.hrc:700
+#: sw/inc/strings.hrc:704
msgctxt "STR_CALC_SYNTAX"
msgid "** Syntax Error **"
msgstr "** Аинтакстә гха **"
#. q6dUT
-#: sw/inc/strings.hrc:701
+#: sw/inc/strings.hrc:705
msgctxt "STR_CALC_ZERODIV"
msgid "** Division by zero **"
msgstr "** Ноль ала ашара **"
#. HSo6d
-#: sw/inc/strings.hrc:702
+#: sw/inc/strings.hrc:706
msgctxt "STR_CALC_BRACK"
msgid "** Wrong use of brackets **"
msgstr "** Ииашамкәа ахыцқәа рхархәара **"
#. jcNfg
-#: sw/inc/strings.hrc:703
+#: sw/inc/strings.hrc:707
msgctxt "STR_CALC_POW"
msgid "** Square function overflow **"
msgstr "** Аквадрат афункциа аҭәцәара **"
#. C453V
-#: sw/inc/strings.hrc:704
+#: sw/inc/strings.hrc:708
msgctxt "STR_CALC_OVERFLOW"
msgid "** Overflow **"
msgstr "** Аҭәцәара **"
#. KEQfz
-#: sw/inc/strings.hrc:705
+#: sw/inc/strings.hrc:709
msgctxt "STR_CALC_DEFAULT"
msgid "** Error **"
msgstr "** Агха **"
#. hxrg9
-#: sw/inc/strings.hrc:706
+#: sw/inc/strings.hrc:710
msgctxt "STR_CALC_ERROR"
msgid "** Expression is faulty **"
msgstr "** Агха змо аҵакҳәага **"
#. 2yBhF
-#: sw/inc/strings.hrc:707
+#: sw/inc/strings.hrc:711
msgctxt "STR_GETREFFLD_REFITEMNOTFOUND"
msgid "Error: Reference source not found"
msgstr "Агха: еимаздоу азхьарԥшқәа рхыҵхырҭа ԥшаам"
#. jgRW7
-#: sw/inc/strings.hrc:708
+#: sw/inc/strings.hrc:712
msgctxt "STR_TEMPLATE_NONE"
msgid "None"
msgstr "Мап"
#. KRD6s
-#: sw/inc/strings.hrc:709
+#: sw/inc/strings.hrc:713
msgctxt "STR_FIELD_FIXED"
msgid "(fixed)"
msgstr ""
#. FCRUB
-#: sw/inc/strings.hrc:710
+#: sw/inc/strings.hrc:714
msgctxt "STR_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"
#. ocA84
-#: sw/inc/strings.hrc:711
+#: sw/inc/strings.hrc:715
msgctxt "STR_TOI"
msgid "Alphabetical Index"
msgstr "Алфавиттә ҭыԥрбага"
#. GDCRF
-#: sw/inc/strings.hrc:712
+#: sw/inc/strings.hrc:716
msgctxt "STR_TOU"
msgid "User-Defined"
msgstr "Иҷыдоу"
#. vnaNc
-#: sw/inc/strings.hrc:713
+#: sw/inc/strings.hrc:717
msgctxt "STR_TOC"
msgid "Table of Contents"
msgstr "Ахы"
#. BESjb
-#: sw/inc/strings.hrc:714
+#: sw/inc/strings.hrc:718
msgctxt "STR_TOX_AUTH"
msgid "Bibliography"
msgstr "Абиблиографиа"
#. ZFBUD
-#: sw/inc/strings.hrc:715
+#: sw/inc/strings.hrc:719
msgctxt "STR_TOX_CITATION"
msgid "Citation"
msgstr "Ацитата"
#. WAs8q
-#: sw/inc/strings.hrc:716
+#: sw/inc/strings.hrc:720
msgctxt "STR_TOX_TBL"
msgid "Index of Tables"
msgstr "Атаблицақәа рыхьӡынҵа"
#. NFzTx
-#: sw/inc/strings.hrc:717
+#: sw/inc/strings.hrc:721
msgctxt "STR_TOX_OBJ"
msgid "Table of Objects"
msgstr "Аобиеқтқәа рыхьӡынҵа"
#. mSyms
-#: sw/inc/strings.hrc:718
+#: sw/inc/strings.hrc:722
msgctxt "STR_TOX_ILL"
msgid "Table of Figures"
msgstr "Асахьақәа рыхьӡынҵа"
#. TspkU
#. SubType DocInfo
-#: sw/inc/strings.hrc:720
+#: sw/inc/strings.hrc:724
msgctxt "FLD_DOCINFO_TITEL"
msgid "Title"
msgstr "Ахы"
#. ziEpC
-#: sw/inc/strings.hrc:721
+#: sw/inc/strings.hrc:725
msgctxt "FLD_DOCINFO_THEMA"
msgid "Subject"
msgstr "Атема"
#. FCVZS
-#: sw/inc/strings.hrc:722
+#: sw/inc/strings.hrc:726
msgctxt "FLD_DOCINFO_KEYS"
msgid "Keywords"
msgstr "Ихадоу ажәақәа"
#. kHC7q
-#: sw/inc/strings.hrc:723
+#: sw/inc/strings.hrc:727
msgctxt "FLD_DOCINFO_COMMENT"
msgid "Comments"
msgstr "Акомментариқәа"
#. i6psX
-#: sw/inc/strings.hrc:724
+#: sw/inc/strings.hrc:728
msgctxt "FLD_DOCINFO_CREATE"
msgid "Created"
msgstr "Иаҧҵоуп"
#. L2Bxp
-#: sw/inc/strings.hrc:725
+#: sw/inc/strings.hrc:729
msgctxt "FLD_DOCINFO_CHANGE"
msgid "Modified"
msgstr "Иҧсахуп"
#. D2YKS
-#: sw/inc/strings.hrc:726
+#: sw/inc/strings.hrc:730
msgctxt "FLD_DOCINFO_PRINT"
msgid "Last printed"
msgstr "Икьыҧхьуп"
#. QtuZM
-#: sw/inc/strings.hrc:727
+#: sw/inc/strings.hrc:731
msgctxt "FLD_DOCINFO_DOCNO"
msgid "Revision number"
msgstr "Аредакциа"
#. YDFbi
-#: sw/inc/strings.hrc:728
+#: sw/inc/strings.hrc:732
msgctxt "FLD_DOCINFO_EDIT"
msgid "Total editing time"
msgstr "Аредакциазура иақәырӡу аамҭа зегьы"
#. EpZ9C
-#: sw/inc/strings.hrc:729
+#: sw/inc/strings.hrc:733
msgctxt "STR_PAGEDESC_NAME"
msgid "Convert $(ARG1)"
msgstr "Аконвертациа $(ARG1)"
#. nY3NU
-#: sw/inc/strings.hrc:730
+#: sw/inc/strings.hrc:734
msgctxt "STR_PAGEDESC_FIRSTNAME"
msgid "First convert $(ARG1)"
msgstr "Актәи аконвертациа $(ARG1)"
#. eQtGV
-#: sw/inc/strings.hrc:731
+#: sw/inc/strings.hrc:735
msgctxt "STR_PAGEDESC_FOLLOWNAME"
msgid "Next convert $(ARG1)"
msgstr "Анаҩстәи аконвертациа $(ARG1)"
#. aBwxC
-#: sw/inc/strings.hrc:732
+#: sw/inc/strings.hrc:736
msgctxt "STR_AUTH_TYPE_ARTICLE"
msgid "Article"
msgstr "Астатиа"
#. di8ud
-#: sw/inc/strings.hrc:733
+#: sw/inc/strings.hrc:737
msgctxt "STR_AUTH_TYPE_BOOK"
msgid "Book"
msgstr "Ашәҟәы"
#. GD5KJ
-#: sw/inc/strings.hrc:734
+#: sw/inc/strings.hrc:738
msgctxt "STR_AUTH_TYPE_BOOKLET"
msgid "Brochures"
msgstr "Аброшиура"
#. mfFSf
-#: sw/inc/strings.hrc:735
+#: sw/inc/strings.hrc:739
msgctxt "STR_AUTH_TYPE_CONFERENCE"
msgid "Conference proceedings"
msgstr "Аилацәажәара апротокол"
#. Et2Px
-#: sw/inc/strings.hrc:736
+#: sw/inc/strings.hrc:740
msgctxt "STR_AUTH_TYPE_INBOOK"
msgid "Book excerpt"
msgstr "Ашәҟәы аҟынтәи ацыԥҵәахақәа"
#. ys2B8
-#: sw/inc/strings.hrc:737
+#: sw/inc/strings.hrc:741
msgctxt "STR_AUTH_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr "Ахқәа змоу ашәҟәы аҟынтәи ацыԥҵәахақәа"
#. mdEqj
-#: sw/inc/strings.hrc:738
+#: sw/inc/strings.hrc:742
msgctxt "STR_AUTH_TYPE_INPROCEEDINGS"
msgid "Conference proceedings"
msgstr "Аилацәажәара апротокол"
#. jNmVD
-#: sw/inc/strings.hrc:739
+#: sw/inc/strings.hrc:743
msgctxt "STR_AUTH_TYPE_JOURNAL"
msgid "Journal"
msgstr "Ажурнал"
#. M3xkM
-#: sw/inc/strings.hrc:740
+#: sw/inc/strings.hrc:744
msgctxt "STR_AUTH_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "Атехникатә документациа"
#. EJAj4
-#: sw/inc/strings.hrc:741
+#: sw/inc/strings.hrc:745
msgctxt "STR_AUTH_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "Адипломтә усумҭа"
#. NoUCv
-#: sw/inc/strings.hrc:742
+#: sw/inc/strings.hrc:746
msgctxt "STR_AUTH_TYPE_MISC"
msgid "Miscellaneous"
msgstr "Егьырҭқәа"
#. qNGGE
-#: sw/inc/strings.hrc:743
+#: sw/inc/strings.hrc:747
msgctxt "STR_AUTH_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "Адиссертациа"
#. L7W7R
-#: sw/inc/strings.hrc:744
+#: sw/inc/strings.hrc:748
msgctxt "STR_AUTH_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr "Аилацәажәара апротокол"
#. X8bGG
-#: sw/inc/strings.hrc:745
+#: sw/inc/strings.hrc:749
msgctxt "STR_AUTH_TYPE_TECHREPORT"
msgid "Research report"
msgstr "Аҭҵаара иазку аҳасабырба"
#. 4dDC9
-#: sw/inc/strings.hrc:746
+#: sw/inc/strings.hrc:750
msgctxt "STR_AUTH_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr "Икьыԥхьым"
#. Gb38d
-#: sw/inc/strings.hrc:747
+#: sw/inc/strings.hrc:751
msgctxt "STR_AUTH_TYPE_EMAIL"
msgid "Email"
msgstr "E-mail"
#. 9HKD6
-#: sw/inc/strings.hrc:748
+#: sw/inc/strings.hrc:752
msgctxt "STR_AUTH_TYPE_WWW"
msgid "WWW document"
msgstr "Веб-адаҟьа"
#. qA449
-#: sw/inc/strings.hrc:749
+#: sw/inc/strings.hrc:753
msgctxt "STR_AUTH_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "Ахархәаҩ итип 1"
#. nyzxz
-#: sw/inc/strings.hrc:750
+#: sw/inc/strings.hrc:754
msgctxt "STR_AUTH_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "Ахархәаҩ итип 2"
#. cCFTF
-#: sw/inc/strings.hrc:751
+#: sw/inc/strings.hrc:755
msgctxt "STR_AUTH_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "Ахархәаҩ итип3"
#. mrqJC
-#: sw/inc/strings.hrc:752
+#: sw/inc/strings.hrc:756
msgctxt "STR_AUTH_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "Ахархәаҩ итип4"
#. fFs86
-#: sw/inc/strings.hrc:753
+#: sw/inc/strings.hrc:757
msgctxt "STR_AUTH_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "Ахархәаҩ итип5"
#. nsCwi
-#: sw/inc/strings.hrc:754
+#: sw/inc/strings.hrc:758
msgctxt "STR_AUTH_FIELD_IDENTIFIER"
msgid "Short name"
msgstr "Иркаҿны"
#. CpKgc
-#: sw/inc/strings.hrc:755
+#: sw/inc/strings.hrc:759
msgctxt "STR_AUTH_FIELD_AUTHORITY_TYPE"
msgid "Type"
msgstr "Атип"
#. kUGDr
-#: sw/inc/strings.hrc:756
+#: sw/inc/strings.hrc:760
msgctxt "STR_AUTH_FIELD_ADDRESS"
msgid "Address"
msgstr "Адрес"
#. DquVQ
-#: sw/inc/strings.hrc:757
+#: sw/inc/strings.hrc:761
msgctxt "STR_AUTH_FIELD_ANNOTE"
msgid "Annotation"
msgstr "Акомментари"
#. sduuV
-#: sw/inc/strings.hrc:758
+#: sw/inc/strings.hrc:762
msgctxt "STR_AUTH_FIELD_AUTHOR"
msgid "Author(s)"
msgstr "Автор(цәа)"
#. fXvz6
-#: sw/inc/strings.hrc:759
+#: sw/inc/strings.hrc:763
msgctxt "STR_AUTH_FIELD_BOOKTITLE"
msgid "Book title"
msgstr "Ашәҟәы ахқәа"
#. c8PFE
-#: sw/inc/strings.hrc:760
+#: sw/inc/strings.hrc:764
msgctxt "STR_AUTH_FIELD_CHAPTER"
msgid "Chapter"
msgstr "Ахқәа"
#. GXqxF
-#: sw/inc/strings.hrc:761
+#: sw/inc/strings.hrc:765
msgctxt "STR_AUTH_FIELD_EDITION"
msgid "Edition"
msgstr "Аҭыжьымҭа"
#. p7A3p
-#: sw/inc/strings.hrc:762
+#: sw/inc/strings.hrc:766
msgctxt "STR_AUTH_FIELD_EDITOR"
msgid "Editor"
msgstr "Аредактор"
#. aAFEz
-#: sw/inc/strings.hrc:763
+#: sw/inc/strings.hrc:767
msgctxt "STR_AUTH_FIELD_HOWPUBLISHED"
msgid "Publication type"
msgstr "Аҭыжьымҭа атип"
#. 8DwdJ
-#: sw/inc/strings.hrc:764
+#: sw/inc/strings.hrc:768
msgctxt "STR_AUTH_FIELD_INSTITUTION"
msgid "Institution"
msgstr ""
#. VWNxy
-#: sw/inc/strings.hrc:765
+#: sw/inc/strings.hrc:769
msgctxt "STR_AUTH_FIELD_JOURNAL"
msgid "Journal"
msgstr "Ажурнал"
#. Da4fW
-#: sw/inc/strings.hrc:766
+#: sw/inc/strings.hrc:770
msgctxt "STR_AUTH_FIELD_MONTH"
msgid "Month"
msgstr "Амза"
#. SdSBt
-#: sw/inc/strings.hrc:767
+#: sw/inc/strings.hrc:771
msgctxt "STR_AUTH_FIELD_NOTE"
msgid "Note"
msgstr "Азгәаҭа"
#. MZYpD
-#: sw/inc/strings.hrc:768
+#: sw/inc/strings.hrc:772
msgctxt "STR_AUTH_FIELD_NUMBER"
msgid "Number"
msgstr "Аномер"
#. ZB7Go
-#: sw/inc/strings.hrc:769
+#: sw/inc/strings.hrc:773
msgctxt "STR_AUTH_FIELD_ORGANIZATIONS"
msgid "Organization"
msgstr ""
#. C4CdP
-#: sw/inc/strings.hrc:770
+#: sw/inc/strings.hrc:774
msgctxt "STR_AUTH_FIELD_PAGES"
msgid "Page(s)"
msgstr "Адаҟьақәа рхыҧхьаӡара"
#. yFPFa
-#: sw/inc/strings.hrc:771
+#: sw/inc/strings.hrc:775
msgctxt "STR_AUTH_FIELD_PUBLISHER"
msgid "Publisher"
msgstr "Аҭыжьырҭа"
#. d9u3p
-#: sw/inc/strings.hrc:772
+#: sw/inc/strings.hrc:776
msgctxt "STR_AUTH_FIELD_SCHOOL"
msgid "University"
msgstr "Ауниверситет"
#. Qxsdb
-#: sw/inc/strings.hrc:773
+#: sw/inc/strings.hrc:777
msgctxt "STR_AUTH_FIELD_SERIES"
msgid "Series"
msgstr "Асериа"
#. YhXPg
-#: sw/inc/strings.hrc:774
+#: sw/inc/strings.hrc:778
msgctxt "STR_AUTH_FIELD_TITLE"
msgid "Title"
msgstr "Ахы"
#. qEBhL
-#: sw/inc/strings.hrc:775
+#: sw/inc/strings.hrc:779
msgctxt "STR_AUTH_FIELD_TYPE"
msgid "Type of report"
msgstr "Аҳасабырба атип"
#. Sij9w
-#: sw/inc/strings.hrc:776
+#: sw/inc/strings.hrc:780
msgctxt "STR_AUTH_FIELD_VOLUME"
msgid "Volume"
msgstr "Атом"
#. K8miv
-#: sw/inc/strings.hrc:777
+#: sw/inc/strings.hrc:781
msgctxt "STR_AUTH_FIELD_YEAR"
msgid "Year"
msgstr "Ашықәс"
#. pFMSV
-#: sw/inc/strings.hrc:778
+#: sw/inc/strings.hrc:782
msgctxt "STR_AUTH_FIELD_URL"
msgid "URL"
msgstr "URL"
#. xFG3c
-#: sw/inc/strings.hrc:779
+#: sw/inc/strings.hrc:783
msgctxt "STR_AUTH_FIELD_CUSTOM1"
msgid "User-defined1"
msgstr "Ахархәаҩ итип 1"
#. wtDyU
-#: sw/inc/strings.hrc:780
+#: sw/inc/strings.hrc:784
msgctxt "STR_AUTH_FIELD_CUSTOM2"
msgid "User-defined2"
msgstr "Ахархәаҩ итип 2"
#. VH3Se
-#: sw/inc/strings.hrc:781
+#: sw/inc/strings.hrc:785
msgctxt "STR_AUTH_FIELD_CUSTOM3"
msgid "User-defined3"
msgstr "Ахархәаҩ итип3"
#. twuKb
-#: sw/inc/strings.hrc:782
+#: sw/inc/strings.hrc:786
msgctxt "STR_AUTH_FIELD_CUSTOM4"
msgid "User-defined4"
msgstr "Ахархәаҩ итип4"
#. WAo7Z
-#: sw/inc/strings.hrc:783
+#: sw/inc/strings.hrc:787
msgctxt "STR_AUTH_FIELD_CUSTOM5"
msgid "User-defined5"
msgstr "Ахархәаҩ итип5"
#. 3r6Wg
-#: sw/inc/strings.hrc:784
+#: sw/inc/strings.hrc:788
msgctxt "STR_AUTH_FIELD_ISBN"
msgid "ISBN"
msgstr "ISBN"
#. eFnnx
-#: sw/inc/strings.hrc:786
+#: sw/inc/strings.hrc:790
msgctxt "STR_IDXMRK_EDIT"
msgid "Edit Index Entry"
msgstr "Аҭыԥрбага аелемент ариашара"
#. EHTHH
-#: sw/inc/strings.hrc:787
+#: sw/inc/strings.hrc:791
msgctxt "STR_IDXMRK_INSERT"
msgid "Insert Index Entry"
msgstr "Иҭаргылатәуп аҭыԥрбага аелемент"
#. D2gkA
-#: sw/inc/strings.hrc:788
+#: sw/inc/strings.hrc:792
msgctxt "STR_QUERY_CHANGE_AUTH_ENTRY"
msgid "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?"
msgstr ""
#. mK84T
-#: sw/inc/strings.hrc:790
+#: sw/inc/strings.hrc:794
msgctxt "STR_COMMENTS_LABEL"
msgid "Comments"
msgstr "Акомментариқәа"
#. fwecS
-#: sw/inc/strings.hrc:791
+#: sw/inc/strings.hrc:795
msgctxt "STR_SHOW_COMMENTS"
msgid "Show comments"
msgstr "Иаарҧштәуп акомментари"
#. HkUvy
-#: sw/inc/strings.hrc:792
+#: sw/inc/strings.hrc:796
msgctxt "STR_HIDE_COMMENTS"
msgid "Hide comments"
msgstr "Иҵәахтәуп акомментари"
#. FcmEy
-#: sw/inc/strings.hrc:794
+#: sw/inc/strings.hrc:798
msgctxt "STR_DOUBLE_SHORTNAME"
msgid "Shortcut name already exists. Please choose another name."
msgstr "Ари армаҷра ыҟоуп. Иалышәх даҽа хьӡык."
#. VhMST
-#: sw/inc/strings.hrc:795
+#: sw/inc/strings.hrc:799
msgctxt "STR_QUERY_DELETE"
msgid "Delete AutoText?"
msgstr "Ианыхтәума автотеқст?"
#. E5MLr
-#: sw/inc/strings.hrc:796
+#: sw/inc/strings.hrc:800
msgctxt "STR_QUERY_DELETE_GROUP1"
msgid "Delete the category "
msgstr "Ианыхтәуп акатегориа "
#. qndNh
-#: sw/inc/strings.hrc:797
+#: sw/inc/strings.hrc:801
msgctxt "STR_QUERY_DELETE_GROUP2"
msgid "?"
msgstr "?"
#. B6xah
-#: sw/inc/strings.hrc:798
+#: sw/inc/strings.hrc:802
msgctxt "STR_GLOSSARY"
msgid "AutoText :"
msgstr "Автотеқст:"
#. ChetY
-#: sw/inc/strings.hrc:799
+#: sw/inc/strings.hrc:803
msgctxt "STR_SAVE_GLOSSARY"
msgid "Save AutoText"
msgstr "Еиқәырхатәуп автотеқст"
#. QxAiF
-#: sw/inc/strings.hrc:800
+#: sw/inc/strings.hrc:804
msgctxt "STR_NO_GLOSSARIES"
msgid "There is no AutoText in this file."
msgstr "Ари афаил иаҵанакуам автотеқст."
#. sG8Xt
-#: sw/inc/strings.hrc:801
+#: sw/inc/strings.hrc:805
msgctxt "STR_MY_AUTOTEXT"
msgid "My AutoText"
msgstr "Сара сАвтотеқст"
#. GaoqR
-#: sw/inc/strings.hrc:803
+#: sw/inc/strings.hrc:807
msgctxt "STR_NOGLOS"
msgid "AutoText for Shortcut '%1' not found."
msgstr "Армаҷраз автотеқст аелемент «%1» ԥшаам."
#. MwUEP
-#: sw/inc/strings.hrc:804
+#: sw/inc/strings.hrc:808
msgctxt "STR_NO_TABLE"
msgid "A table with no rows or no cells cannot be inserted"
msgstr "Иауам аҭаргылара атаблица ацәаҳәақәа ма аиҵагылақәа змам"
#. AawM4
-#: sw/inc/strings.hrc:805
+#: sw/inc/strings.hrc:809
msgctxt "STR_TABLE_TOO_LARGE"
msgid "The table cannot be inserted because it is too large"
msgstr "Иауам аҭаргылара атаблица, идуцәоуп"
#. GGo8i
-#: sw/inc/strings.hrc:806
+#: sw/inc/strings.hrc:810
msgctxt "STR_ERR_INSERT_GLOS"
msgid "AutoText could not be created."
msgstr "Автотеқст аԥҵара ауам."
#. DCPSB
-#: sw/inc/strings.hrc:807
+#: sw/inc/strings.hrc:811
msgctxt "STR_CLPBRD_FORMAT_ERROR"
msgid "Requested clipboard format is not available."
msgstr ""
#. YxCCF
-#: sw/inc/strings.hrc:808
+#: sw/inc/strings.hrc:812
msgctxt "STR_PRIVATETEXT"
msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION атеқсттә документ"
#. 8ygN3
-#: sw/inc/strings.hrc:809
+#: sw/inc/strings.hrc:813
msgctxt "STR_PRIVATEGRAPHIC"
msgid "Image (%PRODUCTNAME %PRODUCTVERSION Text Document)"
msgstr "Асахьа (Атексттә документ %PRODUCTNAME %PRODUCTVERSION)"
#. ewPPB
-#: sw/inc/strings.hrc:810
+#: sw/inc/strings.hrc:814
msgctxt "STR_PRIVATEOLE"
msgid "Object (%PRODUCTNAME %PRODUCTVERSION Text Document)"
msgstr "Аобиект (Атексттә документ %PRODUCTNAME %PRODUCTVERSION)"
#. 9VEc3
-#: sw/inc/strings.hrc:811
+#: sw/inc/strings.hrc:815
msgctxt "STR_DDEFORMAT"
msgid "Dynamic Data Exchange (DDE link)"
msgstr "Динамикала адырқәа реиҭныԥсахлара (DDE-аимадара)"
#. svrE7
-#: sw/inc/strings.hrc:813
+#: sw/inc/strings.hrc:817
msgctxt "STR_DELETE_ALL_NOTES"
msgid "All Comments"
msgstr "Акомментариқәа зегьы"
#. YGNN4
-#: sw/inc/strings.hrc:814
+#: sw/inc/strings.hrc:818
msgctxt "STR_FORMAT_ALL_NOTES"
msgid "All Comments"
msgstr "Акомментариқәа зегьы"
#. GDH49
-#: sw/inc/strings.hrc:815
+#: sw/inc/strings.hrc:819
msgctxt "STR_DELETE_AUTHOR_NOTES"
msgid "Comments by "
msgstr "Акомментари иҟынтә"
#. RwAcm
-#: sw/inc/strings.hrc:816
+#: sw/inc/strings.hrc:820
msgctxt "STR_NODATE"
msgid "(no date)"
msgstr "(арыцхә ыҟам)"
#. ytxKG
-#: sw/inc/strings.hrc:817
+#: sw/inc/strings.hrc:821
msgctxt "STR_NOAUTHOR"
msgid "(no author)"
msgstr "(автор дамам)"
#. nAwMG
-#: sw/inc/strings.hrc:818
+#: sw/inc/strings.hrc:822
msgctxt "STR_REPLY"
msgid "Reply to $1"
msgstr "Аҭак $1 аҟны"
#. CVVa6
-#: sw/inc/strings.hrc:820
+#: sw/inc/strings.hrc:824
msgctxt "ST_TITLE_EDIT"
msgid "Edit Address Block"
msgstr "Аредакциазутәуп аблок адрес зцу"
#. njGGA
-#: sw/inc/strings.hrc:821
+#: sw/inc/strings.hrc:825
msgctxt "ST_TITLE_MALE"
msgid "Custom Salutation (Male Recipients)"
msgstr "Персоналла ахацәа ирызку аԥсшәаҳәара"
#. ZVuKY
-#: sw/inc/strings.hrc:822
+#: sw/inc/strings.hrc:826
msgctxt "ST_TITLE_FEMALE"
msgid "Custom Salutation (Female Recipients)"
msgstr "Персоналла аҳәсаа ирызку аԥсшәаҳәара"
#. h4yuq
-#: sw/inc/strings.hrc:823
+#: sw/inc/strings.hrc:827
msgctxt "ST_SALUTATIONELEMENTS"
msgid "Salutation e~lements"
msgstr "Аԥсшәаҳәара аелементқәа"
#. kWhqT
-#: sw/inc/strings.hrc:824
+#: sw/inc/strings.hrc:828
msgctxt "ST_INSERTSALUTATIONFIELD"
msgid "Add to salutation"
msgstr "Иацҵатәуп аԥсшәаҳәарахь"
#. hvF3V
-#: sw/inc/strings.hrc:825
+#: sw/inc/strings.hrc:829
msgctxt "ST_REMOVESALUTATIONFIELD"
msgid "Remove from salutation"
msgstr "Ианыхтәуп аԥсшәаҳәара аҟынтәи"
#. A6XaR
-#: sw/inc/strings.hrc:826
+#: sw/inc/strings.hrc:830
msgctxt "ST_DRAGSALUTATION"
msgid "1. ~Drag salutation elements into the box below"
msgstr ""
#. 4VJWL
-#: sw/inc/strings.hrc:827
+#: sw/inc/strings.hrc:831
msgctxt "ST_SALUTATION"
msgid "Salutation"
msgstr "Аԥсшәаҳәара"
#. Vj6XT
-#: sw/inc/strings.hrc:828
+#: sw/inc/strings.hrc:832
msgctxt "ST_PUNCTUATION"
msgid "Punctuation Mark"
msgstr "Ааҭгыларатә дырга"
#. bafeG
-#: sw/inc/strings.hrc:829
+#: sw/inc/strings.hrc:833
msgctxt "ST_TEXT"
msgid "Text"
msgstr "Атеқсттә"
#. tt6sA
-#: sw/inc/strings.hrc:830
+#: sw/inc/strings.hrc:834
msgctxt "ST_SALUTATIONMATCHING"
msgid "Assign the fields from your data source to match the salutation elements."
msgstr ""
#. zrUsN
-#: sw/inc/strings.hrc:831
+#: sw/inc/strings.hrc:835
msgctxt "ST_SALUTATIONPREVIEW"
msgid "Salutation preview"
msgstr "Аԥсшәаҳәара ахәаԥшра"
#. 2UVE6
-#: sw/inc/strings.hrc:832
+#: sw/inc/strings.hrc:836
msgctxt "ST_ADDRESSELEMENT"
msgid "Address elements"
msgstr "Адрес аелементқәа"
#. Bd6pd
-#: sw/inc/strings.hrc:833
+#: sw/inc/strings.hrc:837
msgctxt "ST_SALUTATIONELEMENT"
msgid "Salutation elements"
msgstr "Аԥсшәаҳәара аелементқәа"
#. 9krzf
-#: sw/inc/strings.hrc:834
+#: sw/inc/strings.hrc:838
msgctxt "ST_MATCHESTO"
msgid "Matches to field:"
msgstr "Аҭакыра иақәшәақәо:"
#. oahCQ
-#: sw/inc/strings.hrc:835
+#: sw/inc/strings.hrc:839
msgctxt "ST_PREVIEW"
msgid "Preview"
msgstr "Заатәи ахәаҧшра"
#. ijdxe
-#: sw/inc/strings.hrc:836
+#: sw/inc/strings.hrc:840
msgctxt "ST_DELETE_CONFIRM"
msgid "Do you want to delete this registered data source?"
msgstr ""
#. kE5C3
-#: sw/inc/strings.hrc:838
+#: sw/inc/strings.hrc:842
msgctxt "STR_NOTASSIGNED"
msgid " not yet matched "
msgstr " анеира залшом "
#. Y6FhG
-#: sw/inc/strings.hrc:839
+#: sw/inc/strings.hrc:843
msgctxt "STR_FILTER_ALL"
msgid "All files"
msgstr "Афаилқәа зегьы"
#. 7cNjh
-#: sw/inc/strings.hrc:840
+#: sw/inc/strings.hrc:844
msgctxt "STR_FILTER_ALL_DATA"
msgid "Address lists(*.*)"
msgstr "Адресқәа рыхьӡынҵақәа(*.*)"
#. Ef8TY
-#: sw/inc/strings.hrc:841
+#: sw/inc/strings.hrc:845
msgctxt "STR_FILTER_SXB"
msgid "%PRODUCTNAME Base (*.odb)"
msgstr "%PRODUCTNAME Base (*.odb)"
#. 24opW
-#: sw/inc/strings.hrc:842
+#: sw/inc/strings.hrc:846
msgctxt "STR_FILTER_SXC"
msgid "%PRODUCTNAME Calc (*.ods;*.sxc)"
msgstr "%PRODUCTNAME Calc (*.ods;*.sxc)"
#. sq73T
-#: sw/inc/strings.hrc:843
+#: sw/inc/strings.hrc:847
msgctxt "STR_FILTER_SXW"
msgid "%PRODUCTNAME Writer (*.odt;*.sxw)"
msgstr "%PRODUCTNAME Writer (*.odt;*.sxw)"
#. QupGC
-#: sw/inc/strings.hrc:844
+#: sw/inc/strings.hrc:848
msgctxt "STR_FILTER_DBF"
msgid "dBase (*.dbf)"
msgstr "dBase (*.dbf)"
#. SzqRv
-#: sw/inc/strings.hrc:845
+#: sw/inc/strings.hrc:849
msgctxt "STR_FILTER_XLS"
msgid "Microsoft Excel (*.xls;*.xlsx)"
msgstr "Microsoft Excel (*.xls;*.xlsx)"
#. zAUu8
-#: sw/inc/strings.hrc:846
+#: sw/inc/strings.hrc:850
msgctxt "STR_FILTER_DOC"
msgid "Microsoft Word (*.doc;*.docx)"
msgstr "Microsoft Word (*.doc;*.docx)"
#. JBZFc
-#: sw/inc/strings.hrc:847
+#: sw/inc/strings.hrc:851
msgctxt "STR_FILTER_TXT"
msgid "Plain text (*.txt)"
msgstr "Атеқст мариа (*.txt)"
#. CRJb6
-#: sw/inc/strings.hrc:848
+#: sw/inc/strings.hrc:852
msgctxt "STR_FILTER_CSV"
msgid "Text Comma Separated (*.csv)"
msgstr "Аҿарҵәиқәа рыла еиҟәшо атеқст (*.csv)"
#. U4H2j
-#: sw/inc/strings.hrc:849
+#: sw/inc/strings.hrc:853
msgctxt "STR_FILTER_MDB"
msgid "Microsoft Access (*.mdb;*.mde)"
msgstr "Microsoft Access (*.mdb,*.mde)"
#. DwxF8
-#: sw/inc/strings.hrc:850
+#: sw/inc/strings.hrc:854
msgctxt "STR_FILTER_ACCDB"
msgid "Microsoft Access 2007 (*.accdb,*.accde)"
msgstr "Microsoft Access 2007 (*.accdb,*.accde)"
#. uDNRt
-#: sw/inc/strings.hrc:851
+#: sw/inc/strings.hrc:855
msgctxt "ST_CONFIGUREMAIL"
msgid ""
"In order to be able to send mail merge documents by email, %PRODUCTNAME requires information about the email account to be used.\n"
@@ -5563,91 +5589,91 @@ msgid ""
msgstr ""
#. r9BVg
-#: sw/inc/strings.hrc:852
+#: sw/inc/strings.hrc:856
msgctxt "ST_FILTERNAME"
msgid "%PRODUCTNAME Address List (.csv)"
msgstr "Адрестә шәҟәы %PRODUCTNAME (.csv)"
#. jiJuZ
-#: sw/inc/strings.hrc:854
+#: sw/inc/strings.hrc:858
msgctxt "ST_STARTING"
msgid "Select Starting Document"
msgstr "Ахалагаратә документ алхра"
#. FiUyK
-#: sw/inc/strings.hrc:855
+#: sw/inc/strings.hrc:859
msgctxt "ST_DOCUMENTTYPE"
msgid "Select Document Type"
msgstr "Адокумент атип алхра"
#. QwrpS
-#: sw/inc/strings.hrc:856
+#: sw/inc/strings.hrc:860
msgctxt "ST_ADDRESSBLOCK"
msgid "Insert Address Block"
msgstr "Адрес аблок аҭарргылара"
#. omRZF
-#: sw/inc/strings.hrc:857
+#: sw/inc/strings.hrc:861
msgctxt "ST_ADDRESSLIST"
msgid "Select Address List"
msgstr "Адресқәа рыхьӡынҵа алхра"
#. YrDuD
-#: sw/inc/strings.hrc:858
+#: sw/inc/strings.hrc:862
msgctxt "ST_GREETINGSLINE"
msgid "Create Salutation"
msgstr "Аԥсшәаҳәара аԥҵара"
#. tTr4B
-#: sw/inc/strings.hrc:859
+#: sw/inc/strings.hrc:863
msgctxt "ST_LAYOUT"
msgid "Adjust Layout"
msgstr "Аҭыԥнҵара архиара"
#. S4p5M
-#: sw/inc/strings.hrc:860
+#: sw/inc/strings.hrc:864
msgctxt "ST_EXCLUDE"
msgid "Exclude recipient"
msgstr ""
#. N5YUH
-#: sw/inc/strings.hrc:861
+#: sw/inc/strings.hrc:865
msgctxt "ST_FINISH"
msgid "~Finish"
msgstr "~Ихиоуп"
#. L5FEG
-#: sw/inc/strings.hrc:862
+#: sw/inc/strings.hrc:866
msgctxt "ST_MMWTITLE"
msgid "Mail Merge Wizard"
msgstr "Mail адәықәҵарақәа"
#. CEhZj
-#: sw/inc/strings.hrc:864
+#: sw/inc/strings.hrc:868
msgctxt "ST_TABLE"
msgid "Table"
msgstr "Атаблица"
#. v9hEB
-#: sw/inc/strings.hrc:865
+#: sw/inc/strings.hrc:869
msgctxt "ST_QUERY"
msgid "Query"
msgstr "Азыҳәара"
#. HxGAu
-#: sw/inc/strings.hrc:867
+#: sw/inc/strings.hrc:871
msgctxt "STR_QUERY_SPELL_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Иацҵатәума адокумент агәаҭара ахы инаркны?"
#. gE7CA
-#: sw/inc/strings.hrc:868
+#: sw/inc/strings.hrc:872
msgctxt "STR_SPELLING_COMPLETED"
msgid "The spellcheck is complete."
msgstr "Аорфографиа агәаҭара хыркәшоуп."
#. 2SuqF
-#: sw/inc/strings.hrc:869
+#: sw/inc/strings.hrc:873
msgctxt "STR_DICTIONARY_UNAVAILABLE"
msgid "No dictionary available"
msgstr ""
@@ -5657,252 +5683,252 @@ msgstr ""
#. Description: strings for the types
#. --------------------------------------------------------------------
#. range document
-#: sw/inc/strings.hrc:875
+#: sw/inc/strings.hrc:879
msgctxt "STR_DATEFLD"
msgid "Date"
msgstr "Арыцхә"
#. V9cQp
-#: sw/inc/strings.hrc:876
+#: sw/inc/strings.hrc:880
msgctxt "STR_TIMEFLD"
msgid "Time"
msgstr "Аамҭа"
#. 2zgWi
-#: sw/inc/strings.hrc:877
+#: sw/inc/strings.hrc:881
msgctxt "STR_FILENAMEFLD"
msgid "File name"
msgstr "Афаил ахьӡ"
#. FdSaU
-#: sw/inc/strings.hrc:878
+#: sw/inc/strings.hrc:882
msgctxt "STR_DBNAMEFLD"
msgid "Database Name"
msgstr "Адырқәа рбаза ахьӡ"
#. XZADh
-#: sw/inc/strings.hrc:879
+#: sw/inc/strings.hrc:883
msgctxt "STR_CHAPTERFLD"
msgid "Chapter"
msgstr "Ахы"
#. wYWy2
-#: sw/inc/strings.hrc:880
+#: sw/inc/strings.hrc:884
msgctxt "STR_PAGENUMBERFLD"
msgid "Page number"
msgstr "Адаҟьа аномер"
#. EXC6N
-#: sw/inc/strings.hrc:881
+#: sw/inc/strings.hrc:885
msgctxt "STR_DOCSTATFLD"
msgid "Statistics"
msgstr "Астатистика"
#. EW86G
-#: sw/inc/strings.hrc:882
+#: sw/inc/strings.hrc:886
msgctxt "STR_AUTHORFLD"
msgid "Author"
msgstr "Автор"
#. 5aFak
-#: sw/inc/strings.hrc:883
+#: sw/inc/strings.hrc:887
msgctxt "STR_TEMPLNAMEFLD"
msgid "Templates"
msgstr "Ашаблонқәа"
#. 3wdud
-#: sw/inc/strings.hrc:884
+#: sw/inc/strings.hrc:888
msgctxt "STR_EXTUSERFLD"
msgid "Sender"
msgstr "Адәықәҵаҩ"
#. LxZEm
#. range functions
-#: sw/inc/strings.hrc:886
+#: sw/inc/strings.hrc:890
msgctxt "STR_SETFLD"
msgid "Set variable"
msgstr "Иаҧҵатәуп аҽеиҭак"
#. ckA26
-#: sw/inc/strings.hrc:887
+#: sw/inc/strings.hrc:891
msgctxt "STR_GETFLD"
msgid "Show variable"
msgstr "Иаарҧштәуп аҽеиҭак"
#. Fjzgu
-#: sw/inc/strings.hrc:888
+#: sw/inc/strings.hrc:892
msgctxt "STR_FORMELFLD"
msgid "Insert Formula"
msgstr "Ибжьаргылатәуп аформула"
#. AXoAT
-#: sw/inc/strings.hrc:889
+#: sw/inc/strings.hrc:893
msgctxt "STR_INPUTFLD"
msgid "Input field"
msgstr "Аҭагаларҭа аҭакыра"
#. VfqNE
-#: sw/inc/strings.hrc:890
+#: sw/inc/strings.hrc:894
msgctxt "STR_SETINPUTFLD"
msgid "Input field (variable)"
msgstr "Аҭагаларҭа аҭакыра (зыԥсахра ауа)"
#. E8JAd
-#: sw/inc/strings.hrc:891
+#: sw/inc/strings.hrc:895
msgctxt "STR_USRINPUTFLD"
msgid "Input field (user)"
msgstr "Аҭагаларҭа аҭакыра (ахархәаҩтәи)"
#. 8LGEQ
-#: sw/inc/strings.hrc:892
+#: sw/inc/strings.hrc:896
msgctxt "STR_CONDTXTFLD"
msgid "Conditional text"
msgstr ""
#. jrZ7i
-#: sw/inc/strings.hrc:893
+#: sw/inc/strings.hrc:897
msgctxt "STR_DDEFLD"
msgid "DDE field"
msgstr "DDE аҭакыра"
#. 9WAT9
-#: sw/inc/strings.hrc:894
+#: sw/inc/strings.hrc:898
msgctxt "STR_MACROFLD"
msgid "Execute macro"
msgstr "Инагӡатәуп амакрос"
#. qEBxa
-#: sw/inc/strings.hrc:895
+#: sw/inc/strings.hrc:899
msgctxt "STR_SEQFLD"
msgid "Number range"
msgstr "Аномерркра адиапазон"
#. ACE5s
-#: sw/inc/strings.hrc:896
+#: sw/inc/strings.hrc:900
msgctxt "STR_SETREFPAGEFLD"
msgid "Set page variable"
msgstr "Иазалхтәуп адаҟьа аҽеиҭак"
#. ayB3N
-#: sw/inc/strings.hrc:897
+#: sw/inc/strings.hrc:901
msgctxt "STR_GETREFPAGEFLD"
msgid "Show page variable"
msgstr "Иаарԥштәуп адаҟьа аҽеиҭакқәа"
#. DBM4P
-#: sw/inc/strings.hrc:898
+#: sw/inc/strings.hrc:902
msgctxt "STR_INTERNETFLD"
msgid "Load URL"
msgstr "URL адрес"
#. LJFF5
-#: sw/inc/strings.hrc:899
+#: sw/inc/strings.hrc:903
msgctxt "STR_JUMPEDITFLD"
msgid "Placeholder"
msgstr "Ахарҭәаага"
#. zZCg6
-#: sw/inc/strings.hrc:900
+#: sw/inc/strings.hrc:904
msgctxt "STR_COMBINED_CHARS"
msgid "Combine characters"
msgstr "Еидҵатәуп асимволқәа"
#. 9MGU6
-#: sw/inc/strings.hrc:901
+#: sw/inc/strings.hrc:905
msgctxt "STR_DROPDOWN"
msgid "Input list"
msgstr "Ахьӡынҵа"
#. 7BWSk
#. range references
-#: sw/inc/strings.hrc:903
+#: sw/inc/strings.hrc:907
msgctxt "STR_SETREFFLD"
msgid "Set Reference"
msgstr "Иқәыргылатәуп азхьарҧш"
#. FJ2X8
-#: sw/inc/strings.hrc:904
+#: sw/inc/strings.hrc:908
msgctxt "STR_GETREFFLD"
msgid "Insert Reference"
msgstr "Иҭаргылатәуп азхьарԥш"
#. sztLS
#. range database
-#: sw/inc/strings.hrc:906
+#: sw/inc/strings.hrc:910
msgctxt "STR_DBFLD"
msgid "Mail merge fields"
msgstr ""
#. JP2DU
-#: sw/inc/strings.hrc:907
+#: sw/inc/strings.hrc:911
msgctxt "STR_DBNEXTSETFLD"
msgid "Next record"
msgstr "Анаҩстәи анҵамҭа"
#. GizhA
-#: sw/inc/strings.hrc:908
+#: sw/inc/strings.hrc:912
msgctxt "STR_DBNUMSETFLD"
msgid "Any record"
msgstr ""
#. aMGxm
-#: sw/inc/strings.hrc:909
+#: sw/inc/strings.hrc:913
msgctxt "STR_DBSETNUMBERFLD"
msgid "Record number"
msgstr "Анҵамҭа аномер"
#. DtYzi
-#: sw/inc/strings.hrc:910
+#: sw/inc/strings.hrc:914
msgctxt "STR_PREVPAGEFLD"
msgid "Previous page"
msgstr "Аҧхьатәи адаҟьа"
#. UCSej
-#: sw/inc/strings.hrc:911
+#: sw/inc/strings.hrc:915
msgctxt "STR_NEXTPAGEFLD"
msgid "Next page"
msgstr "Анаҩстәи адаҟьа"
#. M8Fac
-#: sw/inc/strings.hrc:912
+#: sw/inc/strings.hrc:916
msgctxt "STR_HIDDENTXTFLD"
msgid "Hidden text"
msgstr "Иҵәаху атеқст"
#. WvBF2
#. range user fields
-#: sw/inc/strings.hrc:914
+#: sw/inc/strings.hrc:918
msgctxt "STR_USERFLD"
msgid "User Field"
msgstr "Ахархәаҩ иҭакыра"
#. XELYN
-#: sw/inc/strings.hrc:915
+#: sw/inc/strings.hrc:919
msgctxt "STR_POSTITFLD"
msgid "Note"
msgstr "Азгәаҭа"
#. MB6kt
-#: sw/inc/strings.hrc:916
+#: sw/inc/strings.hrc:920
msgctxt "STR_SCRIPTFLD"
msgid "Script"
msgstr "Асценари"
#. BWU6A
-#: sw/inc/strings.hrc:917
+#: sw/inc/strings.hrc:921
msgctxt "STR_AUTHORITY"
msgid "Bibliography entry"
msgstr "Абиблиографиатә зхьарҧш"
#. 7EGCR
-#: sw/inc/strings.hrc:918
+#: sw/inc/strings.hrc:922
msgctxt "STR_HIDDENPARAFLD"
msgid "Hidden Paragraph"
msgstr "Иҵәаху абзац"
#. dRBRK
#. range DocumentInfo
-#: sw/inc/strings.hrc:920
+#: sw/inc/strings.hrc:924
msgctxt "STR_DOCINFOFLD"
msgid "DocInformation"
msgstr "Адокумент иазкны"
@@ -5911,87 +5937,87 @@ msgstr "Адокумент иазкны"
#. --------------------------------------------------------------------
#. Description: SubCmd-Strings
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:924
+#: sw/inc/strings.hrc:928
msgctxt "FLD_DATE_STD"
msgid "Date"
msgstr "Арыцхә"
#. qMCEh
-#: sw/inc/strings.hrc:925
+#: sw/inc/strings.hrc:929
msgctxt "FLD_DATE_FIX"
msgid "Date (fixed)"
msgstr "Арыцхә (аҧсахра зымуа)"
#. AXmyw
-#: sw/inc/strings.hrc:926
+#: sw/inc/strings.hrc:930
msgctxt "FLD_TIME_STD"
msgid "Time"
msgstr "Аамҭа"
#. 6dxVs
-#: sw/inc/strings.hrc:927
+#: sw/inc/strings.hrc:931
msgctxt "FLD_TIME_FIX"
msgid "Time (fixed)"
msgstr "Аамҭа (аԥсахра зымуа)"
#. U3SW8
#. SubCmd Statistic
-#: sw/inc/strings.hrc:929
+#: sw/inc/strings.hrc:933
msgctxt "FLD_STAT_TABLE"
msgid "Tables"
msgstr "Атаблицақәа"
#. 7qW4K
-#: sw/inc/strings.hrc:930
+#: sw/inc/strings.hrc:934
msgctxt "FLD_STAT_CHAR"
msgid "Characters"
msgstr "Асимволқәа"
#. zDRCp
-#: sw/inc/strings.hrc:931
+#: sw/inc/strings.hrc:935
msgctxt "FLD_STAT_WORD"
msgid "Words"
msgstr "Ажәақәа"
#. 2wgLC
-#: sw/inc/strings.hrc:932
+#: sw/inc/strings.hrc:936
msgctxt "FLD_STAT_PARA"
msgid "Paragraphs"
msgstr "Абзацқәа"
#. JPGG7
-#: sw/inc/strings.hrc:933
+#: sw/inc/strings.hrc:937
msgctxt "FLD_STAT_GRF"
msgid "Image"
msgstr "Асахьа"
#. CzoFh
-#: sw/inc/strings.hrc:934
+#: sw/inc/strings.hrc:938
msgctxt "FLD_STAT_OBJ"
msgid "Objects"
msgstr "Аобиеқтқәа"
#. bDG6R
-#: sw/inc/strings.hrc:935
+#: sw/inc/strings.hrc:939
msgctxt "FLD_STAT_PAGE"
msgid "Pages"
msgstr "Адаҟьақәа"
#. yqhF5
#. SubCmd DDETypes
-#: sw/inc/strings.hrc:937
+#: sw/inc/strings.hrc:941
msgctxt "FMT_DDE_HOT"
msgid "DDE automatic"
msgstr "DDE автоматикала"
#. xPP2E
-#: sw/inc/strings.hrc:938
+#: sw/inc/strings.hrc:942
msgctxt "FMT_DDE_NORMAL"
msgid "DDE manual"
msgstr "DDE напыла"
#. spdXd
-#: sw/inc/strings.hrc:939
+#: sw/inc/strings.hrc:943
msgctxt "FLD_INPUT_TEXT"
msgid "[Text]"
msgstr "[Атеқст]"
@@ -6000,104 +6026,104 @@ msgstr "[Атеқст]"
#. --------------------------------------------------------------------
#. Description: SubType Extuser
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:944
+#: sw/inc/strings.hrc:948
msgctxt "FLD_EU_FIRMA"
msgid "Company"
msgstr "Аиҿкаара"
#. WWxTK
-#: sw/inc/strings.hrc:945
+#: sw/inc/strings.hrc:949
msgctxt "FLD_EU_VORNAME"
msgid "First Name"
msgstr "Ахьӡ"
#. 4tdAc
-#: sw/inc/strings.hrc:946
+#: sw/inc/strings.hrc:950
msgctxt "FLD_EU_NAME"
msgid "Last Name"
msgstr "Ажәла"
#. xTV7n
-#: sw/inc/strings.hrc:947
+#: sw/inc/strings.hrc:951
msgctxt "FLD_EU_ABK"
msgid "Initials"
msgstr "Аинициалқәа"
#. AKD3k
-#: sw/inc/strings.hrc:948
+#: sw/inc/strings.hrc:952
msgctxt "FLD_EU_STRASSE"
msgid "Street"
msgstr "Амҩа ахьӡ"
#. ErMju
-#: sw/inc/strings.hrc:949
+#: sw/inc/strings.hrc:953
msgctxt "FLD_EU_LAND"
msgid "Country"
msgstr "Атәыла"
#. ESbkx
-#: sw/inc/strings.hrc:950
+#: sw/inc/strings.hrc:954
msgctxt "FLD_EU_PLZ"
msgid "Zip code"
msgstr "Аԥошьҭатә индекс"
#. WDAc2
-#: sw/inc/strings.hrc:951
+#: sw/inc/strings.hrc:955
msgctxt "FLD_EU_ORT"
msgid "City"
msgstr "Ақалақь"
#. pg7MV
-#: sw/inc/strings.hrc:952
+#: sw/inc/strings.hrc:956
#, fuzzy
msgctxt "FLD_EU_TITEL"
msgid "Title"
msgstr "Ахы"
#. DwLhZ
-#: sw/inc/strings.hrc:953
+#: sw/inc/strings.hrc:957
msgctxt "FLD_EU_POS"
msgid "Position"
msgstr "Аҭыҧ"
#. LDTdu
-#: sw/inc/strings.hrc:954
+#: sw/inc/strings.hrc:958
msgctxt "FLD_EU_TELPRIV"
msgid "Tel. (Home)"
msgstr "Аҭел (аҩн.)"
#. JBZyj
-#: sw/inc/strings.hrc:955
+#: sw/inc/strings.hrc:959
msgctxt "FLD_EU_TELFIRMA"
msgid "Tel. (Work)"
msgstr "Аҭел (аус.)"
#. 5EmGH
-#: sw/inc/strings.hrc:956
+#: sw/inc/strings.hrc:960
msgctxt "FLD_EU_FAX"
msgid "Fax"
msgstr "Афакс"
#. AtN9J
-#: sw/inc/strings.hrc:957
+#: sw/inc/strings.hrc:961
msgctxt "FLD_EU_EMAIL"
msgid "Email"
msgstr "E-mail"
#. 6GBRm
-#: sw/inc/strings.hrc:958
+#: sw/inc/strings.hrc:962
msgctxt "FLD_EU_STATE"
msgid "State"
msgstr "Араион"
#. pbrdQ
-#: sw/inc/strings.hrc:959
+#: sw/inc/strings.hrc:963
msgctxt "FLD_PAGEREF_OFF"
msgid "off"
msgstr "иаҿых."
#. wC8SE
-#: sw/inc/strings.hrc:960
+#: sw/inc/strings.hrc:964
msgctxt "FLD_PAGEREF_ON"
msgid "on"
msgstr "иаҿак."
@@ -6107,37 +6133,37 @@ msgstr "иаҿак."
#. Description: path name
#. --------------------------------------------------------------------
#. Format FileName
-#: sw/inc/strings.hrc:965
+#: sw/inc/strings.hrc:969
msgctxt "FMT_FF_NAME"
msgid "File name"
msgstr "Афаил ахьӡ"
#. RBpz3
-#: sw/inc/strings.hrc:966
+#: sw/inc/strings.hrc:970
msgctxt "FMT_FF_NAME_NOEXT"
msgid "File name without extension"
msgstr "Афаил ахьӡ арҭбаарада"
#. BCzy8
-#: sw/inc/strings.hrc:967
+#: sw/inc/strings.hrc:971
msgctxt "FMT_FF_PATHNAME"
msgid "Path/File name"
msgstr "Амҩа/Афаил ахьӡ"
#. ChFwM
-#: sw/inc/strings.hrc:968
+#: sw/inc/strings.hrc:972
msgctxt "FMT_FF_PATH"
msgid "Path"
msgstr "Амҩа"
#. eEaBE
-#: sw/inc/strings.hrc:969
+#: sw/inc/strings.hrc:973
msgctxt "FMT_FF_UI_NAME"
msgid "Style"
msgstr "Астиль"
#. ANM2H
-#: sw/inc/strings.hrc:970
+#: sw/inc/strings.hrc:974
msgctxt "FMT_FF_UI_RANGE"
msgid "Category"
msgstr "Акатегориа"
@@ -6146,25 +6172,25 @@ msgstr "Акатегориа"
#. --------------------------------------------------------------------
#. Description: format chapter
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:974
+#: sw/inc/strings.hrc:978
msgctxt "FMT_CHAPTER_NAME"
msgid "Chapter name"
msgstr "Ахы ахьӡ"
#. tnLqE
-#: sw/inc/strings.hrc:975
+#: sw/inc/strings.hrc:979
msgctxt "FMT_CHAPTER_NO"
msgid "Chapter number"
msgstr "Ахы аномер"
#. qGEAs
-#: sw/inc/strings.hrc:976
+#: sw/inc/strings.hrc:980
msgctxt "FMT_CHAPTER_NO_NOSEPARATOR"
msgid "Chapter number without separator"
msgstr ""
#. WFA5R
-#: sw/inc/strings.hrc:977
+#: sw/inc/strings.hrc:981
msgctxt "FMT_CHAPTER_NAMENO"
msgid "Chapter number and name"
msgstr "Ахы ахьӡи аномери"
@@ -6173,55 +6199,55 @@ msgstr "Ахы ахьӡи аномери"
#. --------------------------------------------------------------------
#. Description: formats
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:981
+#: sw/inc/strings.hrc:985
msgctxt "FMT_NUM_ABC"
msgid "A B C"
msgstr "A B C"
#. jm7G7
-#: sw/inc/strings.hrc:982
+#: sw/inc/strings.hrc:986
msgctxt "FMT_NUM_SABC"
msgid "a b c"
msgstr "a b c"
#. ETgy7
-#: sw/inc/strings.hrc:983
+#: sw/inc/strings.hrc:987
msgctxt "FMT_NUM_ABC_N"
msgid "A .. AA .. AAA"
msgstr "A .. AA .. AAA"
#. m84Fb
-#: sw/inc/strings.hrc:984
+#: sw/inc/strings.hrc:988
msgctxt "FMT_NUM_SABC_N"
msgid "a .. aa .. aaa"
msgstr "a .. aa .. aaa"
#. d9YtB
-#: sw/inc/strings.hrc:985
+#: sw/inc/strings.hrc:989
msgctxt "FMT_NUM_ROMAN"
msgid "Roman (I II III)"
msgstr "Аримтә (I II III)"
#. vA5RT
-#: sw/inc/strings.hrc:986
+#: sw/inc/strings.hrc:990
msgctxt "FMT_NUM_SROMAN"
msgid "Roman (i ii iii)"
msgstr "Аримтә (i ii iii)"
#. 3ZDgc
-#: sw/inc/strings.hrc:987
+#: sw/inc/strings.hrc:991
msgctxt "FMT_NUM_ARABIC"
msgid "Arabic (1 2 3)"
msgstr "Арабтә (1 2 3)"
#. CHmdp
-#: sw/inc/strings.hrc:988
+#: sw/inc/strings.hrc:992
msgctxt "FMT_NUM_PAGEDESC"
msgid "As Page Style"
msgstr "Адаҟьа астиль ала"
#. xBKwZ
-#: sw/inc/strings.hrc:989
+#: sw/inc/strings.hrc:993
msgctxt "FMT_NUM_PAGESPECIAL"
msgid "Text"
msgstr "Атеқст"
@@ -6230,13 +6256,13 @@ msgstr "Атеқст"
#. --------------------------------------------------------------------
#. Description: Author
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:993
+#: sw/inc/strings.hrc:997
msgctxt "FMT_AUTHOR_NAME"
msgid "Name"
msgstr "Ахьӡ"
#. RCnZb
-#: sw/inc/strings.hrc:994
+#: sw/inc/strings.hrc:998
msgctxt "FMT_AUTHOR_SCUT"
msgid "Initials"
msgstr "Аинициалқәа"
@@ -6245,49 +6271,49 @@ msgstr "Аинициалқәа"
#. --------------------------------------------------------------------
#. Description: set variable
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:998
+#: sw/inc/strings.hrc:1002
msgctxt "FMT_SETVAR_SYS"
msgid "System"
msgstr "Асистема"
#. qKXLW
-#: sw/inc/strings.hrc:999
+#: sw/inc/strings.hrc:1003
msgctxt "FMT_SETVAR_TEXT"
msgid "Text"
msgstr "Атеқст"
#. E86ZD
-#: sw/inc/strings.hrc:1000
+#: sw/inc/strings.hrc:1004
msgctxt "FMT_GETVAR_NAME"
msgid "Name"
msgstr "Ахьӡ"
#. FB3Rp
-#: sw/inc/strings.hrc:1001
+#: sw/inc/strings.hrc:1005
msgctxt "FMT_GETVAR_TEXT"
msgid "Text"
msgstr "Атеқст"
#. KiBai
-#: sw/inc/strings.hrc:1002
+#: sw/inc/strings.hrc:1006
msgctxt "FMT_USERVAR_CMD"
msgid "Formula"
msgstr "Аформула"
#. 9AsdS
-#: sw/inc/strings.hrc:1003
+#: sw/inc/strings.hrc:1007
msgctxt "FMT_USERVAR_TEXT"
msgid "Text"
msgstr "Атеқст"
#. GokUf
-#: sw/inc/strings.hrc:1004
+#: sw/inc/strings.hrc:1008
msgctxt "FMT_DBFLD_DB"
msgid "Database"
msgstr "Адырқәа рбаза"
#. UBADL
-#: sw/inc/strings.hrc:1005
+#: sw/inc/strings.hrc:1009
msgctxt "FMT_DBFLD_SYS"
msgid "System"
msgstr "Асистема"
@@ -6296,19 +6322,19 @@ msgstr "Асистема"
#. --------------------------------------------------------------------
#. Description: storage fields
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1009
+#: sw/inc/strings.hrc:1013
msgctxt "FMT_REG_AUTHOR"
msgid "Author"
msgstr "Автор"
#. aqFVp
-#: sw/inc/strings.hrc:1010
+#: sw/inc/strings.hrc:1014
msgctxt "FMT_REG_TIME"
msgid "Time"
msgstr "Аамҭа"
#. FaZKx
-#: sw/inc/strings.hrc:1011
+#: sw/inc/strings.hrc:1015
msgctxt "FMT_REG_DATE"
msgid "Date"
msgstr "Арыцхә"
@@ -6317,79 +6343,79 @@ msgstr "Арыцхә"
#. --------------------------------------------------------------------
#. Description: formats references
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1015
+#: sw/inc/strings.hrc:1019
msgctxt "FMT_REF_TEXT"
msgid "Reference"
msgstr "Азхьарҧш атеқст"
#. L7dK7
-#: sw/inc/strings.hrc:1016
+#: sw/inc/strings.hrc:1020
msgctxt "FMT_REF_PAGE"
msgid "Page"
msgstr "Адаҟьа"
#. MaB3q
-#: sw/inc/strings.hrc:1017
+#: sw/inc/strings.hrc:1021
msgctxt "FMT_REF_CHAPTER"
msgid "Chapter"
msgstr "Ахы"
#. 8FciB
-#: sw/inc/strings.hrc:1018
+#: sw/inc/strings.hrc:1022
msgctxt "FMT_REF_UPDOWN"
msgid "Above/Below"
msgstr "Хыхьла/Ҵаҟала"
#. Vq8mj
-#: sw/inc/strings.hrc:1019
+#: sw/inc/strings.hrc:1023
msgctxt "FMT_REF_PAGE_PGDSC"
msgid "As Page Style"
msgstr "Адаҟьа астиль еиҧш"
#. CQitd
-#: sw/inc/strings.hrc:1020
+#: sw/inc/strings.hrc:1024
msgctxt "FMT_REF_ONLYNUMBER"
msgid "Category and Number"
msgstr "Акатегориеи аномери"
#. BsvCn
-#: sw/inc/strings.hrc:1021
+#: sw/inc/strings.hrc:1025
msgctxt "FMT_REF_ONLYCAPTION"
msgid "Caption Text"
msgstr "Ахьӡ атеқст"
#. P7wiX
-#: sw/inc/strings.hrc:1022
+#: sw/inc/strings.hrc:1026
msgctxt "FMT_REF_ONLYSEQNO"
msgid "Numbering"
msgstr "Аномерркра"
#. QBGit
-#: sw/inc/strings.hrc:1023
+#: sw/inc/strings.hrc:1027
msgctxt "FMT_REF_NUMBER"
msgid "Number"
msgstr "Аномер"
#. CGkV7
-#: sw/inc/strings.hrc:1024
+#: sw/inc/strings.hrc:1028
msgctxt "FMT_REF_NUMBER_NO_CONTEXT"
msgid "Number (no context)"
msgstr "Аномер (контексда)"
#. XgSb3
-#: sw/inc/strings.hrc:1025
+#: sw/inc/strings.hrc:1029
msgctxt "FMT_REF_NUMBER_FULL_CONTEXT"
msgid "Number (full context)"
msgstr "Аномер (ихарҭәаау аконтекст)"
#. zQTNF
-#: sw/inc/strings.hrc:1027
+#: sw/inc/strings.hrc:1031
msgctxt "FMT_REF_WITH_LOWERCASE_HU_ARTICLE"
msgid "Article a/az + "
msgstr "Астатиа a/az + "
#. 97Vs7
-#: sw/inc/strings.hrc:1028
+#: sw/inc/strings.hrc:1032
msgctxt "FMT_REF_WITH_UPPERCASE_HU_ARTICLE"
msgid "Article A/Az + "
msgstr "Астстиа A/Az + "
@@ -6398,31 +6424,31 @@ msgstr "Астстиа A/Az + "
#. --------------------------------------------------------------------
#. Description: placeholder
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1032
+#: sw/inc/strings.hrc:1036
msgctxt "FMT_MARK_TEXT"
msgid "Text"
msgstr "Атеқст"
#. rAQoE
-#: sw/inc/strings.hrc:1033
+#: sw/inc/strings.hrc:1037
msgctxt "FMT_MARK_TABLE"
msgid "Table"
msgstr "Атаблица"
#. biUa2
-#: sw/inc/strings.hrc:1034
+#: sw/inc/strings.hrc:1038
msgctxt "FMT_MARK_FRAME"
msgid "Frame"
msgstr "Афреим"
#. 7mkZb
-#: sw/inc/strings.hrc:1035
+#: sw/inc/strings.hrc:1039
msgctxt "FMT_MARK_GRAFIC"
msgid "Image"
msgstr "Асахьа"
#. GgbFY
-#: sw/inc/strings.hrc:1036
+#: sw/inc/strings.hrc:1040
msgctxt "FMT_MARK_OLE"
msgid "Object"
msgstr "Аобиеқт"
@@ -6431,1489 +6457,1489 @@ msgstr "Аобиеқт"
#. --------------------------------------------------------------------
#. Description: ExchangeStrings for Edit/NameFT
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1040
+#: sw/inc/strings.hrc:1044
msgctxt "STR_COND"
msgid "~Condition"
msgstr "Аҭагылазаашьа"
#. X9cqJ
-#: sw/inc/strings.hrc:1041
+#: sw/inc/strings.hrc:1045
msgctxt "STR_TEXT"
msgid "Then, Else"
msgstr "Анаҩс, Акәымзар"
#. bo8yF
-#: sw/inc/strings.hrc:1042
+#: sw/inc/strings.hrc:1046
msgctxt "STR_DDE_CMD"
msgid "DDE Statement"
msgstr "DDE алаҳәара"
#. LixXA
-#: sw/inc/strings.hrc:1043
+#: sw/inc/strings.hrc:1047
msgctxt "STR_INSTEXT"
msgid "Hidden t~ext"
msgstr "Иҵәахтәуп атеқст"
#. EX3bJ
-#: sw/inc/strings.hrc:1044
+#: sw/inc/strings.hrc:1048
msgctxt "STR_MACNAME"
msgid "~Macro name"
msgstr "Амакрос ахьӡ"
#. dNZtd
-#: sw/inc/strings.hrc:1045
+#: sw/inc/strings.hrc:1049
msgctxt "STR_PROMPT"
msgid "~Reference"
msgstr "Аҵаҳәара"
#. bfRPa
-#: sw/inc/strings.hrc:1046
+#: sw/inc/strings.hrc:1050
msgctxt "STR_COMBCHRS_FT"
msgid "Ch~aracters"
msgstr "Асимволқәа"
#. j2G5G
-#: sw/inc/strings.hrc:1047
+#: sw/inc/strings.hrc:1051
msgctxt "STR_OFFSET"
msgid "O~ffset"
msgstr "Аҭыԥхгара"
#. vEgGo
-#: sw/inc/strings.hrc:1048
+#: sw/inc/strings.hrc:1052
msgctxt "STR_VALUE"
msgid "Value"
msgstr "Аҵакы"
#. YQesU
-#: sw/inc/strings.hrc:1049
+#: sw/inc/strings.hrc:1053
msgctxt "STR_FORMULA"
msgid "Formula"
msgstr "Аформула"
#. Eq5xq
-#: sw/inc/strings.hrc:1050
+#: sw/inc/strings.hrc:1054
#, fuzzy
msgctxt "STR_CUSTOM_FIELD"
msgid "Custom"
msgstr "Даҽакы:"
#. 32NzA
-#: sw/inc/strings.hrc:1052
+#: sw/inc/strings.hrc:1056
msgctxt "STR_CUSTOM_LABEL"
msgid "[User]"
msgstr ""
#. dYQTU
-#: sw/inc/strings.hrc:1054
+#: sw/inc/strings.hrc:1058
msgctxt "STR_HDIST"
msgid "H. Pitch"
msgstr "Ашьаҿа горизонт. "
#. xELZY
-#: sw/inc/strings.hrc:1055
+#: sw/inc/strings.hrc:1059
msgctxt "STR_VDIST"
msgid "V. Pitch"
msgstr "Ашьаҿа верт."
#. F9Ldz
-#: sw/inc/strings.hrc:1056
+#: sw/inc/strings.hrc:1060
msgctxt "STR_WIDTH"
msgid "Width"
msgstr "Аҭбаара"
#. rdxcb
-#: sw/inc/strings.hrc:1057
+#: sw/inc/strings.hrc:1061
msgctxt "STR_HEIGHT"
msgid "Height"
msgstr "Аҳаракыра"
#. DQm2h
-#: sw/inc/strings.hrc:1058
+#: sw/inc/strings.hrc:1062
msgctxt "STR_LEFT"
msgid "Left margin"
msgstr "Армарахьтәи акьыԥшь"
#. imDMU
-#: sw/inc/strings.hrc:1059
+#: sw/inc/strings.hrc:1063
msgctxt "STR_UPPER"
msgid "Top margin"
msgstr ""
#. ayQss
-#: sw/inc/strings.hrc:1060
+#: sw/inc/strings.hrc:1064
msgctxt "STR_COLS"
msgid "Columns"
msgstr "Аиҵагылақәа"
#. 3moLd
-#: sw/inc/strings.hrc:1061
+#: sw/inc/strings.hrc:1065
msgctxt "STR_ROWS"
msgid "Rows"
msgstr "Ацәаҳәақәа"
#. QtVXg
-#: sw/inc/strings.hrc:1063
+#: sw/inc/strings.hrc:1067
msgctxt "STR_SERVICE_UNAVAILABLE"
msgid "The following service is not available: "
msgstr "Анаҩстәи амаҵзура ахь анеира ауам: "
#. XWMSH
-#: sw/inc/strings.hrc:1065
+#: sw/inc/strings.hrc:1069
msgctxt "STR_WORDCOUNT_HINT"
msgid "Word and character count. Click to open Word Count dialog."
msgstr "Ажәақәеи асимволқәеи рыԥхьаӡара. Шәақәыӷәӷәа, адиалог «Ажәақәа рхыԥхьаӡара»."
#. nxGNq
-#: sw/inc/strings.hrc:1066
+#: sw/inc/strings.hrc:1070
msgctxt "STR_VIEWLAYOUT_ONE"
msgid "Single-page view"
msgstr "Даҟьаклатәи аԥшра"
#. 57ju6
-#: sw/inc/strings.hrc:1067
+#: sw/inc/strings.hrc:1071
msgctxt "STR_VIEWLAYOUT_MULTI"
msgid "Multiple-page view"
msgstr "Амульти-даҟьалатәи аԥшра"
#. tbig8
-#: sw/inc/strings.hrc:1068
+#: sw/inc/strings.hrc:1072
msgctxt "STR_VIEWLAYOUT_BOOK"
msgid "Book view"
msgstr "Ашәҟәытә ԥшра"
#. xBHUG
-#: sw/inc/strings.hrc:1069
+#: sw/inc/strings.hrc:1073
msgctxt "STR_BOOKCTRL_HINT"
msgid "Page number in document. Click to open Go to Page dialog or right-click for bookmark list."
msgstr "Адокумент адаҟьа аномер. Ақәыӷәӷәара иаанартуеит адиалог «Ииастәуп адаҟьахь», арӷьарахьтәи ақәыӷәӷәара - агәылаҵақәа рыхьӡынҵа.."
#. XaF3v
-#: sw/inc/strings.hrc:1070
+#: sw/inc/strings.hrc:1074
msgctxt "STR_BOOKCTRL_HINT_EXTENDED"
msgid "Page number in document (Page number on printed document). Click to open Go to Page dialog."
msgstr "Адокумент аҟны адаҟьа аномер (акьыԥхьраан). Ақәыӷәӷәара иаанартуеит адиалог «Ииастәуп адаҟьахь»."
#. EWtd2
-#: sw/inc/strings.hrc:1071
+#: sw/inc/strings.hrc:1075
msgctxt "STR_TMPLCTRL_HINT"
msgid "Page Style. Right-click to change style or click to open Style dialog."
msgstr "Адаҟьа астиль. Арӷьарахьтәи ақәыӷәӷәара астиль аԥсахразы, ақәыӷәӷәара - адиалог «Астильқәа»"
#. jQAym
#. Strings for textual attributes.
-#: sw/inc/strings.hrc:1074
+#: sw/inc/strings.hrc:1078
msgctxt "STR_DROP_OVER"
msgid "Drop Caps over"
msgstr "Ахалагаранбан аҩадахьы"
#. PLAVt
-#: sw/inc/strings.hrc:1075
+#: sw/inc/strings.hrc:1079
msgctxt "STR_DROP_LINES"
msgid "rows"
msgstr "ацәаҳәақәа"
#. sg6Za
-#: sw/inc/strings.hrc:1076
+#: sw/inc/strings.hrc:1080
msgctxt "STR_NO_DROP_LINES"
msgid "No Drop Caps"
msgstr "Ахалагаранбан ада"
#. gueRC
-#: sw/inc/strings.hrc:1077
+#: sw/inc/strings.hrc:1081
msgctxt "STR_NO_PAGEDESC"
msgid "No page break"
msgstr "Адаҟьақәа реимҟьарада"
#. G3CQN
-#: sw/inc/strings.hrc:1078
+#: sw/inc/strings.hrc:1082
msgctxt "STR_NO_MIRROR"
msgid "Don't mirror"
msgstr "Ианырԥштәӡам"
#. MVEk8
-#: sw/inc/strings.hrc:1079
+#: sw/inc/strings.hrc:1083
msgctxt "STR_VERT_MIRROR"
msgid "Flip vertically"
msgstr "Ианырҧштәуп вертикалла"
#. Dns6t
-#: sw/inc/strings.hrc:1080
+#: sw/inc/strings.hrc:1084
msgctxt "STR_HORI_MIRROR"
msgid "Flip horizontal"
msgstr "Ианырҧштәуп горизонталла"
#. ZUKCy
-#: sw/inc/strings.hrc:1081
+#: sw/inc/strings.hrc:1085
msgctxt "STR_BOTH_MIRROR"
msgid "Horizontal and Vertical Flip"
msgstr "Ианырԥштәуп вертикаллеи горизонталлеи"
#. LoQic
-#: sw/inc/strings.hrc:1082
+#: sw/inc/strings.hrc:1086
msgctxt "STR_MIRROR_TOGGLE"
msgid "+ mirror horizontal on even pages"
msgstr "Горизонталла ианырԥштәуп еиҩшо адаҟьақәа рҟны"
#. kbnTf
-#: sw/inc/strings.hrc:1083
+#: sw/inc/strings.hrc:1087
msgctxt "STR_CHARFMT"
msgid "Character Style"
msgstr "Асимволқәа рстиль"
#. D99ZJ
-#: sw/inc/strings.hrc:1084
+#: sw/inc/strings.hrc:1088
msgctxt "STR_NO_CHARFMT"
msgid "No Character Style"
msgstr "Асимволқәа рстиль ада"
#. fzG3P
-#: sw/inc/strings.hrc:1085
+#: sw/inc/strings.hrc:1089
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr "Ҵаҟатәи аколонтитул"
#. 9RCsQ
-#: sw/inc/strings.hrc:1086
+#: sw/inc/strings.hrc:1090
msgctxt "STR_NO_FOOTER"
msgid "No footer"
msgstr "Ҵаҟатәи аколонтитул ада"
#. zFTin
-#: sw/inc/strings.hrc:1087
+#: sw/inc/strings.hrc:1091
msgctxt "STR_HEADER"
msgid "Header"
msgstr "Хыхтәи аколонтитул"
#. PcYEB
-#: sw/inc/strings.hrc:1088
+#: sw/inc/strings.hrc:1092
msgctxt "STR_NO_HEADER"
msgid "No header"
msgstr "Хыхьтәи аколонтитул ада"
#. Zm8cr
-#: sw/inc/strings.hrc:1089
+#: sw/inc/strings.hrc:1093
msgctxt "STR_SURROUND_IDEAL"
msgid "Optimal wrap"
msgstr "Иоптималу аҿыкәшара"
#. whxC3
-#: sw/inc/strings.hrc:1090
+#: sw/inc/strings.hrc:1094
msgctxt "STR_SURROUND_NONE"
msgid "No wrap"
msgstr "Аҿыкәшара ада"
#. 4tA4q
-#: sw/inc/strings.hrc:1091
+#: sw/inc/strings.hrc:1095
msgctxt "STR_SURROUND_THROUGH"
msgid "Through"
msgstr ""
#. gS6sZ
-#: sw/inc/strings.hrc:1092
+#: sw/inc/strings.hrc:1096
msgctxt "STR_SURROUND_PARALLEL"
msgid "Parallel wrap"
msgstr "Аҿыкәшара аконтур ала"
#. tmVqi
-#: sw/inc/strings.hrc:1093
+#: sw/inc/strings.hrc:1097
msgctxt "STR_SURROUND_LEFT"
msgid "Left wrap"
msgstr ""
#. 3tBBF
-#: sw/inc/strings.hrc:1094
+#: sw/inc/strings.hrc:1098
msgctxt "STR_SURROUND_RIGHT"
msgid "Right wrap"
msgstr ""
#. SrG3D
-#: sw/inc/strings.hrc:1095
+#: sw/inc/strings.hrc:1099
msgctxt "STR_SURROUND_ANCHORONLY"
msgid "(Anchor only)"
msgstr "(Адҳәалара мацара)"
#. 9Ywzb
-#: sw/inc/strings.hrc:1096
+#: sw/inc/strings.hrc:1100
msgctxt "STR_FRM_WIDTH"
msgid "Width:"
msgstr "Аҭбаара:"
#. 2GYT7
-#: sw/inc/strings.hrc:1097
+#: sw/inc/strings.hrc:1101
msgctxt "STR_FRM_FIXEDHEIGHT"
msgid "Fixed height:"
msgstr "Афиксациа зызу аҳаракыра:"
#. QrFMi
-#: sw/inc/strings.hrc:1098
+#: sw/inc/strings.hrc:1102
msgctxt "STR_FRM_MINHEIGHT"
msgid "Min. height:"
msgstr "Имин. аҳаракыра:"
#. kLiYd
-#: sw/inc/strings.hrc:1099
+#: sw/inc/strings.hrc:1103
msgctxt "STR_FLY_AT_PARA"
msgid "to paragraph"
msgstr "абзац ахь"
#. bEavs
-#: sw/inc/strings.hrc:1100
+#: sw/inc/strings.hrc:1104
msgctxt "STR_FLY_AS_CHAR"
msgid "to character"
msgstr "асимвол ахь"
#. hDUSa
-#: sw/inc/strings.hrc:1101
+#: sw/inc/strings.hrc:1105
msgctxt "STR_FLY_AT_PAGE"
msgid "to page"
msgstr "Адаҟьахь"
#. JMHRz
-#: sw/inc/strings.hrc:1102
+#: sw/inc/strings.hrc:1106
msgctxt "STR_POS_X"
msgid "X Coordinate:"
msgstr "Акоордината X:"
#. oCZWW
-#: sw/inc/strings.hrc:1103
+#: sw/inc/strings.hrc:1107
msgctxt "STR_POS_Y"
msgid "Y Coordinate:"
msgstr "Акоордината Y:"
#. YNKE6
-#: sw/inc/strings.hrc:1104
+#: sw/inc/strings.hrc:1108
msgctxt "STR_VERT_TOP"
msgid "at top"
msgstr "хыхьла"
#. GPTAu
-#: sw/inc/strings.hrc:1105
+#: sw/inc/strings.hrc:1109
msgctxt "STR_VERT_CENTER"
msgid "Centered vertically"
msgstr "Вертикалла ацентрла"
#. fcpTS
-#: sw/inc/strings.hrc:1106
+#: sw/inc/strings.hrc:1110
msgctxt "STR_VERT_BOTTOM"
msgid "at bottom"
msgstr "ҵаҟала"
#. 37hos
-#: sw/inc/strings.hrc:1107
+#: sw/inc/strings.hrc:1111
msgctxt "STR_LINE_TOP"
msgid "Top of line"
msgstr "Ацәаҳәа ахыхь"
#. MU7hC
-#: sw/inc/strings.hrc:1108
+#: sw/inc/strings.hrc:1112
msgctxt "STR_LINE_CENTER"
msgid "Line centered"
msgstr "Ацәаҳәа агәҭа"
#. ZvEq7
-#: sw/inc/strings.hrc:1109
+#: sw/inc/strings.hrc:1113
msgctxt "STR_LINE_BOTTOM"
msgid "Bottom of line"
msgstr "Ацәаҳәа аҵаҟа"
#. X9utp
-#: sw/inc/strings.hrc:1110
+#: sw/inc/strings.hrc:1114
msgctxt "STR_REGISTER_ON"
msgid "Register-true"
msgstr ""
#. YDuHJ
-#: sw/inc/strings.hrc:1111
+#: sw/inc/strings.hrc:1115
msgctxt "STR_REGISTER_OFF"
msgid "Not register-true"
msgstr ""
#. 4RL9X
-#: sw/inc/strings.hrc:1112
+#: sw/inc/strings.hrc:1116
msgctxt "STR_HORI_RIGHT"
msgid "at the right"
msgstr "арыӷьарахь"
#. wzGK7
-#: sw/inc/strings.hrc:1113
+#: sw/inc/strings.hrc:1117
msgctxt "STR_HORI_CENTER"
msgid "Centered horizontally"
msgstr "Горизонталла ацентр ала"
#. ngRmB
-#: sw/inc/strings.hrc:1114
+#: sw/inc/strings.hrc:1118
msgctxt "STR_HORI_LEFT"
msgid "at the left"
msgstr "арымарахь"
#. JyHkM
-#: sw/inc/strings.hrc:1115
+#: sw/inc/strings.hrc:1119
msgctxt "STR_HORI_INSIDE"
msgid "inside"
msgstr "аҩныҵҟа"
#. iXSZZ
-#: sw/inc/strings.hrc:1116
+#: sw/inc/strings.hrc:1120
msgctxt "STR_HORI_OUTSIDE"
msgid "outside"
msgstr "адәныҟа"
#. kDY9Z
-#: sw/inc/strings.hrc:1117
+#: sw/inc/strings.hrc:1121
msgctxt "STR_HORI_FULL"
msgid "Full width"
msgstr "Ихарҭәаау аҭбаара"
#. Hvn8D
-#: sw/inc/strings.hrc:1118
+#: sw/inc/strings.hrc:1122
msgctxt "STR_COLUMNS"
msgid "Columns"
msgstr "Аиҵагылақәа"
#. 6j6TA
-#: sw/inc/strings.hrc:1119
+#: sw/inc/strings.hrc:1123
msgctxt "STR_LINE_WIDTH"
msgid "Separator Width:"
msgstr "Аиҟәыҭхага ҵәаӷәа аҭбаара:"
#. dvdDt
-#: sw/inc/strings.hrc:1120
+#: sw/inc/strings.hrc:1124
msgctxt "STR_MAX_FTN_HEIGHT"
msgid "Max. footnote area:"
msgstr "Албаагақәа имакс. рҵакыра:"
#. BWqF3
-#: sw/inc/strings.hrc:1121
+#: sw/inc/strings.hrc:1125
msgctxt "STR_EDIT_IN_READONLY"
msgid "Editable in read-only document"
msgstr "Изинтәуп ариашара адокумент «аԥхьара мацараз» аҟны"
#. SCL5F
-#: sw/inc/strings.hrc:1122
+#: sw/inc/strings.hrc:1126
msgctxt "STR_LAYOUT_SPLIT"
msgid "Split"
msgstr "Еиҟәшатәуп"
#. AETHf
-#: sw/inc/strings.hrc:1123
+#: sw/inc/strings.hrc:1127
msgctxt "STR_NUMRULE_ON"
msgid "Numbering"
msgstr "Аномерркра"
#. 7HmsY
-#: sw/inc/strings.hrc:1124
+#: sw/inc/strings.hrc:1128
msgctxt "STR_NUMRULE_OFF"
msgid "no numbering"
msgstr "Аномерркра ада"
#. QDaFk
-#: sw/inc/strings.hrc:1125
+#: sw/inc/strings.hrc:1129
msgctxt "STR_CONNECT1"
msgid "linked to "
msgstr "Иадҳәалатәуп "
#. rWmT8
-#: sw/inc/strings.hrc:1126
+#: sw/inc/strings.hrc:1130
msgctxt "STR_CONNECT2"
msgid "and "
msgstr "и"
#. H2Kwq
-#: sw/inc/strings.hrc:1127
+#: sw/inc/strings.hrc:1131
msgctxt "STR_LINECOUNT"
msgid "Count lines"
msgstr "Ацәаҳәақәа рыԥхьаӡара"
#. yjSiJ
-#: sw/inc/strings.hrc:1128
+#: sw/inc/strings.hrc:1132
msgctxt "STR_DONTLINECOUNT"
msgid "don't count lines"
msgstr "Ацәаҳәақәа ԥхьаӡатәӡам"
#. HE4BV
-#: sw/inc/strings.hrc:1129
+#: sw/inc/strings.hrc:1133
msgctxt "STR_LINCOUNT_START"
msgid "restart line count with: "
msgstr "Иалагатәуп ацәақәа рыԥхьазара аҟынтә:"
#. 7Q8qC
-#: sw/inc/strings.hrc:1130
+#: sw/inc/strings.hrc:1134
msgctxt "STR_LUMINANCE"
msgid "Brightness: "
msgstr "Ажжара: "
#. sNxPE
-#: sw/inc/strings.hrc:1131
+#: sw/inc/strings.hrc:1135
msgctxt "STR_CHANNELR"
msgid "Red: "
msgstr ""
#. u73NC
-#: sw/inc/strings.hrc:1132
+#: sw/inc/strings.hrc:1136
msgctxt "STR_CHANNELG"
msgid "Green: "
msgstr ""
#. qQsPp
-#: sw/inc/strings.hrc:1133
+#: sw/inc/strings.hrc:1137
msgctxt "STR_CHANNELB"
msgid "Blue: "
msgstr ""
#. BS4nZ
-#: sw/inc/strings.hrc:1134
+#: sw/inc/strings.hrc:1138
msgctxt "STR_CONTRAST"
msgid "Contrast: "
msgstr ""
#. avJBK
-#: sw/inc/strings.hrc:1135
+#: sw/inc/strings.hrc:1139
msgctxt "STR_GAMMA"
msgid "Gamma: "
msgstr ""
#. HQCJZ
-#: sw/inc/strings.hrc:1136
+#: sw/inc/strings.hrc:1140
msgctxt "STR_TRANSPARENCY"
msgid "Transparency: "
msgstr "Аҵәцара: "
#. 5jDK3
-#: sw/inc/strings.hrc:1137
+#: sw/inc/strings.hrc:1141
#, fuzzy
msgctxt "STR_INVERT"
msgid "Invert"
msgstr "Ибжьаргылатәуп"
#. DVSAx
-#: sw/inc/strings.hrc:1138
+#: sw/inc/strings.hrc:1142
msgctxt "STR_INVERT_NOT"
msgid "do not invert"
msgstr "аинвертациа азутәӡам"
#. Z7tXB
-#: sw/inc/strings.hrc:1139
+#: sw/inc/strings.hrc:1143
msgctxt "STR_DRAWMODE"
msgid "Graphics mode: "
msgstr "Аграфикатә режим: "
#. RXuUF
-#: sw/inc/strings.hrc:1140
+#: sw/inc/strings.hrc:1144
msgctxt "STR_DRAWMODE_STD"
msgid "Standard"
msgstr "Истандарту"
#. kbALJ
-#: sw/inc/strings.hrc:1141
+#: sw/inc/strings.hrc:1145
msgctxt "STR_DRAWMODE_GREY"
msgid "Grayscales"
msgstr ""
#. eSHEj
-#: sw/inc/strings.hrc:1142
+#: sw/inc/strings.hrc:1146
msgctxt "STR_DRAWMODE_BLACKWHITE"
msgid "Black & White"
msgstr "Аиқәаҵәа-ашкәакәа"
#. tABTr
-#: sw/inc/strings.hrc:1143
+#: sw/inc/strings.hrc:1147
msgctxt "STR_DRAWMODE_WATERMARK"
msgid "Watermark"
msgstr "Аӡдырга"
#. 8SwC3
-#: sw/inc/strings.hrc:1144
+#: sw/inc/strings.hrc:1148
msgctxt "STR_ROTATION"
msgid "Rotation"
msgstr "Аргьежьра"
#. hWEeF
-#: sw/inc/strings.hrc:1145
+#: sw/inc/strings.hrc:1149
msgctxt "STR_GRID_NONE"
msgid "No grid"
msgstr "Акаҭа ада"
#. HEuEv
-#: sw/inc/strings.hrc:1146
+#: sw/inc/strings.hrc:1150
msgctxt "STR_GRID_LINES_ONLY"
msgid "Grid (lines only)"
msgstr "Акаҭа (аҵәаӷәақәа мацара рзы)"
#. VFgMq
-#: sw/inc/strings.hrc:1147
+#: sw/inc/strings.hrc:1151
msgctxt "STR_GRID_LINES_CHARS"
msgid "Grid (lines and characters)"
msgstr "Акаҭа (аҵәаӷәақәеи асимволқеи рзы)"
#. VRJrB
-#: sw/inc/strings.hrc:1148
+#: sw/inc/strings.hrc:1152
msgctxt "STR_FOLLOW_TEXT_FLOW"
msgid "Follow text flow"
msgstr "Атеқст иашьҭалатәуп"
#. Sb3Je
-#: sw/inc/strings.hrc:1149
+#: sw/inc/strings.hrc:1153
msgctxt "STR_DONT_FOLLOW_TEXT_FLOW"
msgid "Do not follow text flow"
msgstr "Атеқст иашьҭалатәӡап"
#. yXFKP
-#: sw/inc/strings.hrc:1150
+#: sw/inc/strings.hrc:1154
msgctxt "STR_CONNECT_BORDER_ON"
msgid "Merge borders"
msgstr "Еидҵатәуп аҿыкәырша"
#. vwHbS
-#: sw/inc/strings.hrc:1151
+#: sw/inc/strings.hrc:1155
msgctxt "STR_CONNECT_BORDER_OFF"
msgid "Do not merge borders"
msgstr "Еидҵатәӡам аҿыкәырша"
#. 3874B
-#: sw/inc/strings.hrc:1153
+#: sw/inc/strings.hrc:1157
msgctxt "ST_TBL"
msgid "Table"
msgstr "Атаблица"
#. PCNdr
-#: sw/inc/strings.hrc:1154
+#: sw/inc/strings.hrc:1158
msgctxt "ST_FRM"
msgid "Text Frame"
msgstr ""
#. Fsnm6
-#: sw/inc/strings.hrc:1155
+#: sw/inc/strings.hrc:1159
msgctxt "ST_PGE"
msgid "Page"
msgstr "Адаҟьа"
#. pKFCz
-#: sw/inc/strings.hrc:1156
+#: sw/inc/strings.hrc:1160
msgctxt "ST_DRW"
msgid "Drawing"
msgstr "Асахьа"
#. amiSY
-#: sw/inc/strings.hrc:1157
+#: sw/inc/strings.hrc:1161
msgctxt "ST_CTRL"
msgid "Control"
msgstr "Анапхгара аелемент"
#. GEw9u
-#: sw/inc/strings.hrc:1158
+#: sw/inc/strings.hrc:1162
#, fuzzy
msgctxt "ST_REG"
msgid "Section"
msgstr "апараграф"
#. bEiyL
-#: sw/inc/strings.hrc:1159
+#: sw/inc/strings.hrc:1163
msgctxt "ST_BKM"
msgid "Bookmark"
msgstr "Агәылаҵа"
#. 6gXCo
-#: sw/inc/strings.hrc:1160
+#: sw/inc/strings.hrc:1164
msgctxt "ST_GRF"
msgid "Graphics"
msgstr "Асахьа"
#. d5eSc
-#: sw/inc/strings.hrc:1161
+#: sw/inc/strings.hrc:1165
msgctxt "ST_OLE"
msgid "OLE object"
msgstr "OLE аобиеқт"
#. h5QQ8
-#: sw/inc/strings.hrc:1162
+#: sw/inc/strings.hrc:1166
msgctxt "ST_OUTL"
msgid "Headings"
msgstr "Ахқәа"
#. Cbktp
-#: sw/inc/strings.hrc:1163
+#: sw/inc/strings.hrc:1167
msgctxt "ST_SEL"
msgid "Selection"
msgstr "Алкаара"
#. nquvS
-#: sw/inc/strings.hrc:1164
+#: sw/inc/strings.hrc:1168
msgctxt "ST_FTN"
msgid "Footnote"
msgstr "Албаага"
#. GpAUo
-#: sw/inc/strings.hrc:1165
+#: sw/inc/strings.hrc:1169
msgctxt "ST_MARK"
msgid "Reminder"
msgstr "Агәаларшәара"
#. nDFKa
-#: sw/inc/strings.hrc:1166
+#: sw/inc/strings.hrc:1170
msgctxt "ST_POSTIT"
msgid "Comment"
msgstr "Акомментари"
#. qpbDE
-#: sw/inc/strings.hrc:1167
+#: sw/inc/strings.hrc:1171
msgctxt "ST_SRCH_REP"
msgid "Repeat search"
msgstr "Даҽазнык аԥшаара"
#. ipxfH
-#: sw/inc/strings.hrc:1168
+#: sw/inc/strings.hrc:1172
msgctxt "ST_INDEX_ENTRY"
msgid "Index entry"
msgstr ""
#. sfmff
-#: sw/inc/strings.hrc:1169
+#: sw/inc/strings.hrc:1173
msgctxt "ST_TABLE_FORMULA"
msgid "Table formula"
msgstr "Атаблица аформула"
#. DtkuT
-#: sw/inc/strings.hrc:1170
+#: sw/inc/strings.hrc:1174
msgctxt "ST_TABLE_FORMULA_ERROR"
msgid "Wrong table formula"
msgstr "Атаблица аформула иашаӡам"
#. ECFxw
#. Strings for the quickhelp of the View-PgUp/Down-Buttons
-#: sw/inc/strings.hrc:1172
+#: sw/inc/strings.hrc:1176
msgctxt "STR_IMGBTN_TBL_DOWN"
msgid "Next table"
msgstr "Анаҩстәи атаблица"
#. vPiab
-#: sw/inc/strings.hrc:1173
+#: sw/inc/strings.hrc:1177
msgctxt "STR_IMGBTN_FRM_DOWN"
msgid "Next text frame"
msgstr ""
#. M4BCA
-#: sw/inc/strings.hrc:1174
+#: sw/inc/strings.hrc:1178
msgctxt "STR_IMGBTN_PGE_DOWN"
msgid "Next page"
msgstr "Анаҩстәи адаҟьа"
#. UWeq4
-#: sw/inc/strings.hrc:1175
+#: sw/inc/strings.hrc:1179
msgctxt "STR_IMGBTN_DRW_DOWN"
msgid "Next drawing"
msgstr "Анаҩстәи асахьа"
#. ZVCrD
-#: sw/inc/strings.hrc:1176
+#: sw/inc/strings.hrc:1180
msgctxt "STR_IMGBTN_CTRL_DOWN"
msgid "Next control"
msgstr "Анаҩстәи анапхгара аелемент"
#. NGAqr
-#: sw/inc/strings.hrc:1177
+#: sw/inc/strings.hrc:1181
#, fuzzy
msgctxt "STR_IMGBTN_REG_DOWN"
msgid "Next section"
msgstr "Анаҩстәи алкаара"
#. Mwcvm
-#: sw/inc/strings.hrc:1178
+#: sw/inc/strings.hrc:1182
msgctxt "STR_IMGBTN_BKM_DOWN"
msgid "Next bookmark"
msgstr "Анаҩстәи агәылаҵа"
#. xbxDs
-#: sw/inc/strings.hrc:1179
+#: sw/inc/strings.hrc:1183
msgctxt "STR_IMGBTN_GRF_DOWN"
msgid "Next graphic"
msgstr "Анаҩстәи асахьа"
#. 4ovAF
-#: sw/inc/strings.hrc:1180
+#: sw/inc/strings.hrc:1184
msgctxt "STR_IMGBTN_OLE_DOWN"
msgid "Next OLE object"
msgstr "OLE анаҩстәи аобиеқт"
#. YzK6w
-#: sw/inc/strings.hrc:1181
+#: sw/inc/strings.hrc:1185
msgctxt "STR_IMGBTN_OUTL_DOWN"
msgid "Next heading"
msgstr "Анаҩстәи ахы"
#. skdRc
-#: sw/inc/strings.hrc:1182
+#: sw/inc/strings.hrc:1186
msgctxt "STR_IMGBTN_SEL_DOWN"
msgid "Next selection"
msgstr "Анаҩстәи алкаара"
#. RBFga
-#: sw/inc/strings.hrc:1183
+#: sw/inc/strings.hrc:1187
msgctxt "STR_IMGBTN_FTN_DOWN"
msgid "Next footnote"
msgstr "Анаҩстәи албаага"
#. GNLrx
-#: sw/inc/strings.hrc:1184
+#: sw/inc/strings.hrc:1188
msgctxt "STR_IMGBTN_MARK_DOWN"
msgid "Next Reminder"
msgstr "Анаҩстәи агәаларшәара"
#. mFCfp
-#: sw/inc/strings.hrc:1185
+#: sw/inc/strings.hrc:1189
msgctxt "STR_IMGBTN_POSTIT_DOWN"
msgid "Next Comment"
msgstr "Анаҩстәи акомментари"
#. gbnwp
-#: sw/inc/strings.hrc:1186
+#: sw/inc/strings.hrc:1190
msgctxt "STR_IMGBTN_SRCH_REP_DOWN"
msgid "Continue search forward"
msgstr "Иацҵатәуп аԥшаара ԥхьаҟа"
#. TXYkA
-#: sw/inc/strings.hrc:1187
+#: sw/inc/strings.hrc:1191
msgctxt "STR_IMGBTN_INDEX_ENTRY_DOWN"
msgid "Next index entry"
msgstr "Анаҩстәи аҭыԥрбага аелемент"
#. EyvbV
-#: sw/inc/strings.hrc:1188
+#: sw/inc/strings.hrc:1192
msgctxt "STR_IMGBTN_TBL_UP"
msgid "Previous table"
msgstr "Аҧхьатәи атаблица"
#. ygrTh
-#: sw/inc/strings.hrc:1189
+#: sw/inc/strings.hrc:1193
msgctxt "STR_IMGBTN_FRM_UP"
msgid "Previous text frame"
msgstr ""
#. eQPFD
-#: sw/inc/strings.hrc:1190
+#: sw/inc/strings.hrc:1194
msgctxt "STR_IMGBTN_PGE_UP"
msgid "Previous page"
msgstr "Аҧхьатәи адаҟьа"
#. p5jbU
-#: sw/inc/strings.hrc:1191
+#: sw/inc/strings.hrc:1195
msgctxt "STR_IMGBTN_DRW_UP"
msgid "Previous drawing"
msgstr "Аԥхьатәи асахьа"
#. 2WMmZ
-#: sw/inc/strings.hrc:1192
+#: sw/inc/strings.hrc:1196
msgctxt "STR_IMGBTN_CTRL_UP"
msgid "Previous control"
msgstr "Аԥхьатәи анапхгара аелемент"
#. 6uGDP
-#: sw/inc/strings.hrc:1193
+#: sw/inc/strings.hrc:1197
#, fuzzy
msgctxt "STR_IMGBTN_REG_UP"
msgid "Previous section"
msgstr "Аҧхьатәи алкаара"
#. YYCtk
-#: sw/inc/strings.hrc:1194
+#: sw/inc/strings.hrc:1198
msgctxt "STR_IMGBTN_BKM_UP"
msgid "Previous bookmark"
msgstr "Аԥхьатәи агәылаҵа"
#. nFLdX
-#: sw/inc/strings.hrc:1195
+#: sw/inc/strings.hrc:1199
msgctxt "STR_IMGBTN_GRF_UP"
msgid "Previous graphic"
msgstr "Аԥхьатәи асахьа"
#. VuxvB
-#: sw/inc/strings.hrc:1196
+#: sw/inc/strings.hrc:1200
msgctxt "STR_IMGBTN_OLE_UP"
msgid "Previous OLE object"
msgstr "OLE аԥхьатәи аобиект"
#. QSuct
-#: sw/inc/strings.hrc:1197
+#: sw/inc/strings.hrc:1201
msgctxt "STR_IMGBTN_OUTL_UP"
msgid "Previous heading"
msgstr ""
#. CzLBr
-#: sw/inc/strings.hrc:1198
+#: sw/inc/strings.hrc:1202
msgctxt "STR_IMGBTN_SEL_UP"
msgid "Previous selection"
msgstr "Аҧхьатәи алкаара"
#. B7PoL
-#: sw/inc/strings.hrc:1199
+#: sw/inc/strings.hrc:1203
msgctxt "STR_IMGBTN_FTN_UP"
msgid "Previous footnote"
msgstr "Аԥхьатәи албаага"
#. AgtLD
-#: sw/inc/strings.hrc:1200
+#: sw/inc/strings.hrc:1204
msgctxt "STR_IMGBTN_MARK_UP"
msgid "Previous Reminder"
msgstr "Аԥхьатәи агәаларшәара"
#. GJQ6F
-#: sw/inc/strings.hrc:1201
+#: sw/inc/strings.hrc:1205
msgctxt "STR_IMGBTN_POSTIT_UP"
msgid "Previous Comment"
msgstr "Аԥхьатәи акомментари"
#. GWnfD
-#: sw/inc/strings.hrc:1202
+#: sw/inc/strings.hrc:1206
msgctxt "STR_IMGBTN_SRCH_REP_UP"
msgid "Continue search backwards"
msgstr "Иацҵатәуп аԥшаара шьҭахьҟа"
#. uDtcG
-#: sw/inc/strings.hrc:1203
+#: sw/inc/strings.hrc:1207
msgctxt "STR_IMGBTN_INDEX_ENTRY_UP"
msgid "Previous index entry"
msgstr "Аԥхьатәи аҭыԥрбага аелемент"
#. VR6DX
-#: sw/inc/strings.hrc:1204
+#: sw/inc/strings.hrc:1208
msgctxt "STR_IMGBTN_TBLFML_UP"
msgid "Previous table formula"
msgstr "Атаблица аҧхьатәи аформула"
#. GqESF
-#: sw/inc/strings.hrc:1205
+#: sw/inc/strings.hrc:1209
msgctxt "STR_IMGBTN_TBLFML_DOWN"
msgid "Next table formula"
msgstr "Атаблица анаҩстәи аформула"
#. gBgxo
-#: sw/inc/strings.hrc:1206
+#: sw/inc/strings.hrc:1210
msgctxt "STR_IMGBTN_TBLFML_ERR_UP"
msgid "Previous faulty table formula"
msgstr "Атаблица иаҧхьааиуа игхатәу аформула"
#. UAon9
-#: sw/inc/strings.hrc:1207
+#: sw/inc/strings.hrc:1211
msgctxt "STR_IMGBTN_TBLFML_ERR_DOWN"
msgid "Next faulty table formula"
msgstr "Атаблица анаҩстәи игхатәу аформула"
#. hSYa3
-#: sw/inc/strings.hrc:1209
+#: sw/inc/strings.hrc:1213
#, fuzzy
msgctxt "STR_REDLINE_INSERT"
msgid "Inserted"
msgstr "Ибжьаргылатәуп"
#. LnFkq
-#: sw/inc/strings.hrc:1210
+#: sw/inc/strings.hrc:1214
msgctxt "STR_REDLINE_DELETE"
msgid "Deleted"
msgstr "Ианыхуп"
#. cTNEn
-#: sw/inc/strings.hrc:1211
+#: sw/inc/strings.hrc:1215
msgctxt "STR_REDLINE_FORMAT"
msgid "Formatted"
msgstr "Иформатркуп"
#. YWr7C
-#: sw/inc/strings.hrc:1212
+#: sw/inc/strings.hrc:1216
msgctxt "STR_REDLINE_TABLE"
msgid "Table changed"
msgstr "Атаблица ҧсахуп"
#. 6xVDN
-#: sw/inc/strings.hrc:1213
+#: sw/inc/strings.hrc:1217
msgctxt "STR_REDLINE_FMTCOLL"
msgid "Applied Paragraph Styles"
msgstr "Ихархәоуп абзац астиль"
#. 32AND
-#: sw/inc/strings.hrc:1214
+#: sw/inc/strings.hrc:1218
msgctxt "STR_REDLINE_PARAGRAPH_FORMAT"
msgid "Paragraph formatting changed"
msgstr "Абзац аформат ҧсахуп"
#. wLDkj
-#: sw/inc/strings.hrc:1215
+#: sw/inc/strings.hrc:1219
msgctxt "STR_REDLINE_TABLE_ROW_INSERT"
msgid "Row Inserted"
msgstr "Ацәаҳәа ҭаргылоуп"
#. Eb5Gb
-#: sw/inc/strings.hrc:1216
+#: sw/inc/strings.hrc:1220
msgctxt "STR_REDLINE_TABLE_ROW_DELETE"
msgid "Row Deleted"
msgstr "Ацәаҳәа аныхуп"
#. i5ZJt
-#: sw/inc/strings.hrc:1217
+#: sw/inc/strings.hrc:1221
msgctxt "STR_REDLINE_TABLE_CELL_INSERT"
msgid "Cell Inserted"
msgstr "Абларҭа ҭаргылоуп"
#. 4gE3z
-#: sw/inc/strings.hrc:1218
+#: sw/inc/strings.hrc:1222
msgctxt "STR_REDLINE_TABLE_CELL_DELETE"
msgid "Cell Deleted"
msgstr "Абларҭа аныхуп"
#. DRCyp
-#: sw/inc/strings.hrc:1219
+#: sw/inc/strings.hrc:1223
msgctxt "STR_ENDNOTE"
msgid "Endnote: "
msgstr "Анҵәамҭатә лбаага: "
#. qpW2q
-#: sw/inc/strings.hrc:1220
+#: sw/inc/strings.hrc:1224
msgctxt "STR_FTNNOTE"
msgid "Footnote: "
msgstr "Албаага: "
#. 3RFUd
-#: sw/inc/strings.hrc:1221
+#: sw/inc/strings.hrc:1225
#, c-format
msgctxt "STR_SMARTTAG_CLICK"
msgid "%s-click to open Smart Tag menu"
msgstr "%s-ақыәӷәӷәара смарт-тегқәа рыхкынҵа аартразы"
#. QCD36
-#: sw/inc/strings.hrc:1222
+#: sw/inc/strings.hrc:1226
msgctxt "STR_HEADER_TITLE"
msgid "Header (%1)"
msgstr "Хыхьтәи аколонтитул (%1)"
#. AYjgB
-#: sw/inc/strings.hrc:1223
+#: sw/inc/strings.hrc:1227
msgctxt "STR_FIRST_HEADER_TITLE"
msgid "First Page Header (%1)"
msgstr "Актәи адаҟьа хыхьтәи аколонтитул (%1)"
#. qVX2k
-#: sw/inc/strings.hrc:1224
+#: sw/inc/strings.hrc:1228
msgctxt "STR_LEFT_HEADER_TITLE"
msgid "Left Page Header (%1)"
msgstr "Армарахьтәи адаҟьа хыхьтәи аколонтитул (%1)"
#. DSg3b
-#: sw/inc/strings.hrc:1225
+#: sw/inc/strings.hrc:1229
msgctxt "STR_RIGHT_HEADER_TITLE"
msgid "Right Page Header (%1)"
msgstr "Арӷьарахьтәи адаҟьа хыхьтәи аколонтитул (%1)"
#. 6GzuM
-#: sw/inc/strings.hrc:1226
+#: sw/inc/strings.hrc:1230
msgctxt "STR_FOOTER_TITLE"
msgid "Footer (%1)"
msgstr "Ҵаҟатәи аколонтитул (%1)"
#. FDVNH
-#: sw/inc/strings.hrc:1227
+#: sw/inc/strings.hrc:1231
msgctxt "STR_FIRST_FOOTER_TITLE"
msgid "First Page Footer (%1)"
msgstr "Актәи адаҟьа ҵаҟатәи аколонтитул (%1)"
#. SL7r3
-#: sw/inc/strings.hrc:1228
+#: sw/inc/strings.hrc:1232
msgctxt "STR_LEFT_FOOTER_TITLE"
msgid "Left Page Footer (%1)"
msgstr "Армарахьтәи адаҟьа ҵаҟатәи аколонтитул (%1)"
#. CBvih
-#: sw/inc/strings.hrc:1229
+#: sw/inc/strings.hrc:1233
msgctxt "STR_RIGHT_FOOTER_TITLE"
msgid "Right Page Footer (%1)"
msgstr "Арӷьарахьтәи адаҟьа ҵаҟатәи аколонтитул (%1)"
#. s8v3h
-#: sw/inc/strings.hrc:1230
+#: sw/inc/strings.hrc:1234
msgctxt "STR_DELETE_HEADER"
msgid "Delete Header..."
msgstr "Ианыхтәуп хыхьтәи аколонтитул..."
#. wL3Fr
-#: sw/inc/strings.hrc:1231
+#: sw/inc/strings.hrc:1235
#, fuzzy
msgctxt "STR_FORMAT_HEADER"
msgid "Format Header..."
msgstr "Адаҟьа аформат"
#. DrAUe
-#: sw/inc/strings.hrc:1232
+#: sw/inc/strings.hrc:1236
msgctxt "STR_DELETE_FOOTER"
msgid "Delete Footer..."
msgstr "Ианыхтәуп ҵаҟатәи аколонтитул..."
#. 9Xgou
-#: sw/inc/strings.hrc:1233
+#: sw/inc/strings.hrc:1237
msgctxt "STR_FORMAT_FOOTER"
msgid "Format Footer..."
msgstr "Иформатрктәуп ҵаҟатәи аколонтитул..."
#. ApT5B
-#: sw/inc/strings.hrc:1235
+#: sw/inc/strings.hrc:1239
msgctxt "STR_UNFLOAT_TABLE"
msgid "Un-float Table"
msgstr ""
#. uvDKE
-#: sw/inc/strings.hrc:1237
+#: sw/inc/strings.hrc:1241
msgctxt "STR_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "Асахьа аартра ауам"
#. iJuAv
-#: sw/inc/strings.hrc:1238
+#: sw/inc/strings.hrc:1242
msgctxt "STR_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr "Асахьа аҧхьара ауам"
#. Bwwho
-#: sw/inc/strings.hrc:1239
+#: sw/inc/strings.hrc:1243
msgctxt "STR_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr "Асахьа идырым аформат"
#. bfog5
-#: sw/inc/strings.hrc:1240
+#: sw/inc/strings.hrc:1244
msgctxt "STR_GRFILTER_VERSIONERROR"
msgid "This image file version is not supported"
msgstr "Агрфикатә фаил ари аверсиа аднакылашом"
#. xy4Vm
-#: sw/inc/strings.hrc:1241
+#: sw/inc/strings.hrc:1245
msgctxt "STR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Иԥшаам асахьа афильтр"
#. tEqyq
-#: sw/inc/strings.hrc:1242
+#: sw/inc/strings.hrc:1246
msgctxt "STR_GRFILTER_TOOBIG"
msgid "Not enough memory to insert the image."
msgstr "Асахьа аҭаргыларазы иазхом агәынкылара."
#. 5ihue
-#: sw/inc/strings.hrc:1243
+#: sw/inc/strings.hrc:1247
msgctxt "STR_INSERT_GRAPHIC"
msgid "Insert Image"
msgstr "Ибжьаргылатәуп асахьа"
#. GWzLN
-#: sw/inc/strings.hrc:1244
+#: sw/inc/strings.hrc:1248
msgctxt "STR_REDLINE_COMMENT"
msgid "Comment: "
msgstr "Акомментари:"
#. CoJc8
-#: sw/inc/strings.hrc:1245
+#: sw/inc/strings.hrc:1249
msgctxt "STR_REDLINE_INSERTED"
msgid "Insertion"
msgstr "Аҭаргылара"
#. dfMEF
-#: sw/inc/strings.hrc:1246
+#: sw/inc/strings.hrc:1250
msgctxt "STR_REDLINE_DELETED"
msgid "Deletion"
msgstr "Аныхра"
#. NytQQ
-#: sw/inc/strings.hrc:1247
+#: sw/inc/strings.hrc:1251
msgctxt "STR_REDLINE_AUTOFMT"
msgid "AutoCorrect"
msgstr "Автоҧсахра"
#. YRAQL
-#: sw/inc/strings.hrc:1248
+#: sw/inc/strings.hrc:1252
msgctxt "STR_REDLINE_FORMATTED"
msgid "Formats"
msgstr "Аформатқәа"
#. ELCVU
-#: sw/inc/strings.hrc:1249
+#: sw/inc/strings.hrc:1253
msgctxt "STR_REDLINE_TABLECHG"
msgid "Table Changes"
msgstr "Атаблица аредакциазура"
#. PzfQF
-#: sw/inc/strings.hrc:1250
+#: sw/inc/strings.hrc:1254
msgctxt "STR_REDLINE_FMTCOLLSET"
msgid "Applied Paragraph Styles"
msgstr "Ихархәоуп абзац астиль"
#. sgEbW
-#: sw/inc/strings.hrc:1251
+#: sw/inc/strings.hrc:1255
msgctxt "STR_PAGE"
msgid "Page "
msgstr "Адаҟьа "
#. 3DpEx
-#: sw/inc/strings.hrc:1252
+#: sw/inc/strings.hrc:1256
msgctxt "STR_PAGE_COUNT"
msgid "Page %1 of %2"
msgstr "Адаҟьа %1 %2 аҟынтәи"
#. HSbzS
-#: sw/inc/strings.hrc:1253
+#: sw/inc/strings.hrc:1257
msgctxt "STR_PAGE_COUNT_CUSTOM"
msgid "Page %1 of %2 (Page %3)"
msgstr "Адаҟьа %1 %2 аҟынтәи (адаҟьа %3)"
#. a7tDc
-#: sw/inc/strings.hrc:1254
+#: sw/inc/strings.hrc:1258
msgctxt "STR_PAGE_COUNT_PRINTED"
msgid "Page %1 of %2 (Page %3 of %4 to print)"
msgstr ""
#. KjML8
#. Strings for gallery/background
-#: sw/inc/strings.hrc:1256
+#: sw/inc/strings.hrc:1260
msgctxt "STR_SWBG_PARAGRAPH"
msgid "Paragraph"
msgstr "Абзац"
#. aAtmp
-#: sw/inc/strings.hrc:1257
+#: sw/inc/strings.hrc:1261
msgctxt "STR_SWBG_GRAPHIC"
msgid "Image"
msgstr "Асахьа"
#. UBDMK
-#: sw/inc/strings.hrc:1258
+#: sw/inc/strings.hrc:1262
msgctxt "STR_SWBG_OLE"
msgid "OLE object"
msgstr "OLE-аобиеқт"
#. xEWbo
-#: sw/inc/strings.hrc:1259
+#: sw/inc/strings.hrc:1263
msgctxt "STR_SWBG_FRAME"
msgid "Frame"
msgstr "Афреим"
#. hfJns
-#: sw/inc/strings.hrc:1260
+#: sw/inc/strings.hrc:1264
msgctxt "STR_SWBG_TABLE"
msgid "Table"
msgstr "Атаблица"
#. GRqNY
-#: sw/inc/strings.hrc:1261
+#: sw/inc/strings.hrc:1265
msgctxt "STR_SWBG_TABLE_ROW"
msgid "Table row"
msgstr "Атаблица ацәаҳәа"
#. CDQY4
-#: sw/inc/strings.hrc:1262
+#: sw/inc/strings.hrc:1266
msgctxt "STR_SWBG_TABLE_CELL"
msgid "Table cell"
msgstr "Атаблица абларҭа"
#. 2Db9T
-#: sw/inc/strings.hrc:1263
+#: sw/inc/strings.hrc:1267
msgctxt "STR_SWBG_PAGE"
msgid "Page"
msgstr "Адаҟьа"
#. 63FuG
-#: sw/inc/strings.hrc:1264
+#: sw/inc/strings.hrc:1268
msgctxt "STR_SWBG_HEADER"
msgid "Header"
msgstr "Хыхтәи аколонтитул"
#. aDuAY
-#: sw/inc/strings.hrc:1265
+#: sw/inc/strings.hrc:1269
msgctxt "STR_SWBG_FOOTER"
msgid "Footer"
msgstr "Ҵаҟатәи аколонтитул"
#. uAp9i
#. End: strings for gallery/background
-#: sw/inc/strings.hrc:1268
+#: sw/inc/strings.hrc:1272
msgctxt "STR_WRITER_WEBDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION HTML Document"
msgstr "HTML (%PRODUCTNAME %PRODUCTVERSION) адокумент"
#. y2GBv
-#: sw/inc/strings.hrc:1270
+#: sw/inc/strings.hrc:1274
msgctxt "STR_TITLE"
msgid "Title"
msgstr "Ахы"
#. AipGR
-#: sw/inc/strings.hrc:1271
+#: sw/inc/strings.hrc:1275
msgctxt "STR_ALPHA"
msgid "Separator"
msgstr "Аиҟәшага"
#. CoSEf
-#: sw/inc/strings.hrc:1272
+#: sw/inc/strings.hrc:1276
msgctxt "STR_LEVEL"
msgid "Level "
msgstr "Аҩаӡара "
#. JdTF4
-#: sw/inc/strings.hrc:1273
+#: sw/inc/strings.hrc:1277
msgctxt "STR_FILE_NOT_FOUND"
msgid "The file, \"%1\" in the \"%2\" path could not be found."
msgstr "Афаил «%1» аԥшаара амуит «%2» амҩа ала."
#. zRWDZ
-#: sw/inc/strings.hrc:1274
+#: sw/inc/strings.hrc:1278
msgctxt "STR_USER_DEFINED_INDEX"
msgid "User-Defined Index"
msgstr "Ахархәаҩ иҭыԥрбага"
#. t5uWs
-#: sw/inc/strings.hrc:1275
+#: sw/inc/strings.hrc:1279
msgctxt "STR_NOSORTKEY"
msgid "<None>"
msgstr "<мап>"
#. vSSnJ
-#: sw/inc/strings.hrc:1276
+#: sw/inc/strings.hrc:1280
msgctxt "STR_NO_CHAR_STYLE"
msgid "<None>"
msgstr "<мап>"
#. NSx98
-#: sw/inc/strings.hrc:1277
+#: sw/inc/strings.hrc:1281
msgctxt "STR_DELIM"
msgid "S"
msgstr ""
#. hK8CX
-#: sw/inc/strings.hrc:1278
+#: sw/inc/strings.hrc:1282
msgctxt "STR_TOKEN_ENTRY_NO"
msgid "E#"
msgstr ""
#. 8EgTx
-#: sw/inc/strings.hrc:1279
+#: sw/inc/strings.hrc:1283
msgctxt "STR_TOKEN_ENTRY"
msgid "E"
msgstr ""
#. gxt8B
-#: sw/inc/strings.hrc:1280
+#: sw/inc/strings.hrc:1284
msgctxt "STR_TOKEN_TAB_STOP"
msgid "T"
msgstr ""
#. pGAb4
-#: sw/inc/strings.hrc:1281
+#: sw/inc/strings.hrc:1285
msgctxt "STR_TOKEN_PAGE_NUMS"
msgid "#"
msgstr ""
#. teDm3
-#: sw/inc/strings.hrc:1282
+#: sw/inc/strings.hrc:1286
msgctxt "STR_TOKEN_CHAPTER_INFO"
msgid "CI"
msgstr ""
#. XWaFn
-#: sw/inc/strings.hrc:1283
+#: sw/inc/strings.hrc:1287
msgctxt "STR_TOKEN_LINK_START"
msgid "LS"
msgstr ""
#. xp6D6
-#: sw/inc/strings.hrc:1284
+#: sw/inc/strings.hrc:1288
msgctxt "STR_TOKEN_LINK_END"
msgid "LE"
msgstr ""
#. AogDK
-#: sw/inc/strings.hrc:1285
+#: sw/inc/strings.hrc:1289
msgctxt "STR_TOKEN_AUTHORITY"
msgid "A"
msgstr ""
#. 5A4jw
-#: sw/inc/strings.hrc:1286
+#: sw/inc/strings.hrc:1290
msgctxt "STR_TOKEN_HELP_ENTRY_NO"
msgid "Chapter number"
msgstr "Ахы аномер"
#. FH365
-#: sw/inc/strings.hrc:1287
+#: sw/inc/strings.hrc:1291
msgctxt "STR_TOKEN_HELP_ENTRY"
msgid "Entry"
msgstr "Аелемент"
#. xZjtZ
-#: sw/inc/strings.hrc:1288
+#: sw/inc/strings.hrc:1292
msgctxt "STR_TOKEN_HELP_TAB_STOP"
msgid "Tab stop"
msgstr "Атабулиациа ашьаҿа"
#. aXW8y
-#: sw/inc/strings.hrc:1289
+#: sw/inc/strings.hrc:1293
msgctxt "STR_TOKEN_HELP_TEXT"
msgid "Text"
msgstr "Атеқсттә"
#. MCUd2
-#: sw/inc/strings.hrc:1290
+#: sw/inc/strings.hrc:1294
msgctxt "STR_TOKEN_HELP_PAGE_NUMS"
msgid "Page number"
msgstr "Адаҟьа аномер"
#. pXqw3
-#: sw/inc/strings.hrc:1291
+#: sw/inc/strings.hrc:1295
msgctxt "STR_TOKEN_HELP_CHAPTER_INFO"
msgid "Chapter info"
msgstr "Ахы аинформациа"
#. DRBSD
-#: sw/inc/strings.hrc:1292
+#: sw/inc/strings.hrc:1296
msgctxt "STR_TOKEN_HELP_LINK_START"
msgid "Hyperlink start"
msgstr "Агиперзхьарҧш алагамҭа"
#. Ytn5g
-#: sw/inc/strings.hrc:1293
+#: sw/inc/strings.hrc:1297
msgctxt "STR_TOKEN_HELP_LINK_END"
msgid "Hyperlink end"
msgstr "Агиперзхьарҧш анҵәамҭа"
#. hRo3J
-#: sw/inc/strings.hrc:1294
+#: sw/inc/strings.hrc:1298
msgctxt "STR_TOKEN_HELP_AUTHORITY"
msgid "Bibliography entry: "
msgstr "Абиблиографиатә зхьарԥш:"
#. ZKG5v
-#: sw/inc/strings.hrc:1295
+#: sw/inc/strings.hrc:1299
msgctxt "STR_CHARSTYLE"
msgid "Character Style: "
msgstr "Асимволқәа рстиль: "
#. d9BES
-#: sw/inc/strings.hrc:1296
+#: sw/inc/strings.hrc:1300
msgctxt "STR_STRUCTURE"
msgid "Structure text"
msgstr "Аструктура атеқст"
#. kwoGP
-#: sw/inc/strings.hrc:1297
+#: sw/inc/strings.hrc:1301
msgctxt "STR_ADDITIONAL_ACCNAME_STRING1"
msgid "Press Ctrl+Alt+A to move focus for more operations"
msgstr "Шәақәыӷәӷәа Ctrl+Alt+A иацҵоу аоперациақәа рзы"
#. Avm9y
-#: sw/inc/strings.hrc:1298
+#: sw/inc/strings.hrc:1302
msgctxt "STR_ADDITIONAL_ACCNAME_STRING2"
msgid "Press left or right arrow to choose the structure controls"
msgstr "Шәрықәыӷәӷәала армарахьтәии арӷьарахьтәии ахыцқәа аструктура аелементқәа рнапхгара алхразы"
#. 59eRi
-#: sw/inc/strings.hrc:1299
+#: sw/inc/strings.hrc:1303
msgctxt "STR_ADDITIONAL_ACCNAME_STRING3"
msgid "Press Ctrl+Alt+B to move focus back to the current structure control"
msgstr ""
#. 8AagG
-#: sw/inc/strings.hrc:1300
+#: sw/inc/strings.hrc:1304
msgctxt "STR_AUTOMARK_TYPE"
msgid "Selection file for the alphabetical index (*.sdi)"
msgstr "Иалышәх афаил амаҭәартә ҭыԥрбагаз (*.sdi)"
@@ -7922,278 +7948,278 @@ msgstr "Иалышәх афаил амаҭәартә ҭыԥрбагаз (*.sdi)"
#. -----------------------------------------------------------------------
#. Description: character alignment for frmsh.cxx - context menu
#. -----------------------------------------------------------------------
-#: sw/inc/strings.hrc:1305
+#: sw/inc/strings.hrc:1309
msgctxt "STR_FRMUI_TOP_BASE"
msgid "Base line at ~top"
msgstr "Абазатә ҵәаӷәа хыхьла"
#. 5GiEA
-#: sw/inc/strings.hrc:1306
+#: sw/inc/strings.hrc:1310
msgctxt "STR_FRMUI_BOTTOM_BASE"
msgid "~Base line at bottom"
msgstr "Абазатә ҵәаӷәа ҵаҟала"
#. sdyVF
-#: sw/inc/strings.hrc:1307
+#: sw/inc/strings.hrc:1311
msgctxt "STR_FRMUI_CENTER_BASE"
msgid "Base line ~centered"
msgstr "Абазатә ҵәаӷәа ацентр ала"
#. NAXyZ
-#: sw/inc/strings.hrc:1308
+#: sw/inc/strings.hrc:1312
#, fuzzy
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert object"
msgstr "Ибжьаргылатәуп аобиеқт(қәа)"
#. 5C6Rc
-#: sw/inc/strings.hrc:1309
+#: sw/inc/strings.hrc:1313
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit object"
msgstr "Иҧсахтәуп аобиеқт"
#. 3QFYB
-#: sw/inc/strings.hrc:1310
+#: sw/inc/strings.hrc:1314
msgctxt "STR_FRMUI_COLL_HEADER"
msgid " (Template: "
msgstr " (Ашаблон: "
#. oUhnK
-#: sw/inc/strings.hrc:1311
+#: sw/inc/strings.hrc:1315
msgctxt "STR_FRMUI_BORDER"
msgid "Borders"
msgstr "Аҿыкәырша"
#. T2SH2
-#: sw/inc/strings.hrc:1312
+#: sw/inc/strings.hrc:1316
msgctxt "STR_FRMUI_PATTERN"
msgid "Background"
msgstr "Аҿаҧшыра"
#. K6Yvs
-#: sw/inc/strings.hrc:1314
+#: sw/inc/strings.hrc:1318
msgctxt "STR_TEXTCOLL_HEADER"
msgid "(Paragraph Style: "
msgstr "(Абзац астиль: "
#. Fsanh
-#: sw/inc/strings.hrc:1315
+#: sw/inc/strings.hrc:1319
msgctxt "STR_ILLEGAL_PAGENUM"
msgid "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages."
msgstr "Ари адаҟьа аҟны аномер ақәыргылара ауам. Армарахьтәи адаҟьақәа рҟны иқәыргылазар ауеит мацара еиҩшо, арӷьарахьтәи - мацара еиҩымшо ацифрақәа."
#. VZnJf
-#: sw/inc/strings.hrc:1317
+#: sw/inc/strings.hrc:1321
msgctxt "STR_WRITER_GLOBALDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION еилоу адокумент"
#. kWe9j
-#: sw/inc/strings.hrc:1319
+#: sw/inc/strings.hrc:1323
msgctxt "STR_QUERY_CONNECT"
msgid "A file connection will delete the contents of the current section. Connect anyway?"
msgstr ""
#. dLuAF
-#: sw/inc/strings.hrc:1320
+#: sw/inc/strings.hrc:1324
msgctxt "STR_WRONG_PASSWORD"
msgid "The password entered is invalid."
msgstr "Иҭагалоуп ииашам ажәамаӡа."
#. oUR7Y
-#: sw/inc/strings.hrc:1321
+#: sw/inc/strings.hrc:1325
msgctxt "STR_WRONG_PASSWD_REPEAT"
msgid "The password has not been set."
msgstr "Ажәамаӡа ықәыргылам."
#. GBVqD
-#: sw/inc/strings.hrc:1323
+#: sw/inc/strings.hrc:1327
msgctxt "STR_HYP_OK"
msgid "Hyphenation completed"
msgstr "Аиагагақәа рыргылара хыркәшоуп"
#. rZBXF
-#: sw/inc/strings.hrc:1324
+#: sw/inc/strings.hrc:1328
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "Мап (аорфографиа гәаҭатәӡам)"
#. Z8EjG
-#: sw/inc/strings.hrc:1325
+#: sw/inc/strings.hrc:1329
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr "Иқәыргылатәуп абызшәа ишыҟаз"
#. YEXdS
-#: sw/inc/strings.hrc:1326
+#: sw/inc/strings.hrc:1330
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "Иҵегь..."
#. QecQ3
-#: sw/inc/strings.hrc:1327
+#: sw/inc/strings.hrc:1331
msgctxt "STR_IGNORE_SELECTION"
msgid "~Ignore"
msgstr "Ибжьажьтәуп"
#. aaiBM
-#: sw/inc/strings.hrc:1328
+#: sw/inc/strings.hrc:1332
msgctxt "STR_EXPLANATION_LINK"
msgid "Explanations..."
msgstr "Аилыркаарақәа..."
#. kSDGu
-#: sw/inc/strings.hrc:1330
+#: sw/inc/strings.hrc:1334
msgctxt "STR_QUERY_SPECIAL_FORCED"
msgid "Check special regions is deactivated. Check anyway?"
msgstr "Испециалу аҵакырақәа ргәаҭара аҿыхуп. Зегь акоуп игәаҭатәума?"
#. KiAdJ
-#: sw/inc/strings.hrc:1331
+#: sw/inc/strings.hrc:1335
msgctxt "STR_NO_MERGE_ENTRY"
msgid "Could not merge documents."
msgstr "Иауам адокументқәа реидҵара."
#. FqsCt
-#: sw/inc/strings.hrc:1332
+#: sw/inc/strings.hrc:1336
msgctxt "STR_NO_BASE_FOR_MERGE"
msgid "%PRODUCTNAME Base component is absent, and it is required to use Mail Merge."
msgstr ""
#. wcuf4
-#: sw/inc/strings.hrc:1333
+#: sw/inc/strings.hrc:1337
msgctxt "STR_ERR_SRCSTREAM"
msgid "The source cannot be loaded."
msgstr "Ахалагаратә теқст аҭагалара ауам."
#. K9qMS
-#: sw/inc/strings.hrc:1334
+#: sw/inc/strings.hrc:1338
msgctxt "STR_ERR_NO_FAX"
msgid "No fax printer has been set under Tools/Options/%1/Print."
msgstr "Ахкынҵа «Аервис/Апараметрқәа/%1/Акьыԥхьра» аҟны афакс-принтер ықәыргылаӡам."
#. XWQ8w
-#: sw/inc/strings.hrc:1335
+#: sw/inc/strings.hrc:1339
msgctxt "STR_WEBOPTIONS"
msgid "HTML document"
msgstr "HTML адокумент"
#. qVZBx
-#: sw/inc/strings.hrc:1336
+#: sw/inc/strings.hrc:1340
msgctxt "STR_TEXTOPTIONS"
msgid "Text document"
msgstr "Атеқсттә документ"
#. qmmPU
-#: sw/inc/strings.hrc:1337
+#: sw/inc/strings.hrc:1341
msgctxt "STR_SCAN_NOSOURCE"
msgid "Source not specified."
msgstr "Ахыҵхырҭа арбам."
#. 2LgDJ
-#: sw/inc/strings.hrc:1338
+#: sw/inc/strings.hrc:1342
msgctxt "STR_NUM_LEVEL"
msgid "Level "
msgstr "Аҩаӡара "
#. AcAD8
-#: sw/inc/strings.hrc:1339
+#: sw/inc/strings.hrc:1343
msgctxt "STR_NUM_OUTLINE"
msgid "Outline "
msgstr "Аструктура "
#. DE9FZ
-#: sw/inc/strings.hrc:1340
+#: sw/inc/strings.hrc:1344
msgctxt "STR_EDIT_FOOTNOTE"
msgid "Edit Footnote/Endnote"
msgstr "Албаага ариашара/анҵәамҭатә лбаага"
#. EzBCZ
-#: sw/inc/strings.hrc:1341
+#: sw/inc/strings.hrc:1345
msgctxt "STR_NB_REPLACED"
msgid "Search key replaced XX times."
msgstr "Иԥшаатәу ажәа ԥсахуп XX нтә."
#. fgywB
-#: sw/inc/strings.hrc:1342
+#: sw/inc/strings.hrc:1346
msgctxt "STR_SRCVIEW_ROW"
msgid "Row "
msgstr "Ацәаҳәа "
#. GUc4a
-#: sw/inc/strings.hrc:1343
+#: sw/inc/strings.hrc:1347
msgctxt "STR_SRCVIEW_COL"
msgid "Column "
msgstr "Аиҵагыла "
#. yMyuo
-#: sw/inc/strings.hrc:1344
+#: sw/inc/strings.hrc:1348
msgctxt "STR_SAVEAS_SRC"
msgid "~Export source..."
msgstr "Ахалагаратә теқст аекспорт..."
#. ywFCb
-#: sw/inc/strings.hrc:1345
+#: sw/inc/strings.hrc:1349
msgctxt "STR_SAVEACOPY_SRC"
msgid "~Export copy of source..."
msgstr "Ахыҵхырҭа акопиақәа рекспорт..."
#. BT3M3
-#: sw/inc/strings.hrc:1347
+#: sw/inc/strings.hrc:1351
msgctxt "ST_CONTINUE"
msgid "~Continue"
msgstr "Иацҵатәуп"
#. ZR9aw
-#: sw/inc/strings.hrc:1348
+#: sw/inc/strings.hrc:1352
msgctxt "ST_SENDINGTO"
msgid "Sending to: %1"
msgstr "Адәықәҵара: %1"
#. YCNYb
-#: sw/inc/strings.hrc:1349
+#: sw/inc/strings.hrc:1353
msgctxt "ST_COMPLETED"
msgid "Successfully sent"
msgstr "Қәҿиарала идәықәҵоуп"
#. fmHmE
-#: sw/inc/strings.hrc:1350
+#: sw/inc/strings.hrc:1354
msgctxt "ST_FAILED"
msgid "Sending failed"
msgstr "Адәықәҵара амуӡеит"
#. yAAPM
-#: sw/inc/strings.hrc:1352
+#: sw/inc/strings.hrc:1356
msgctxt "STR_SENDER_TOKENS"
msgid "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;"
msgstr "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;"
#. mWrXk
-#: sw/inc/strings.hrc:1354
+#: sw/inc/strings.hrc:1358
msgctxt "STR_TBL_FORMULA"
msgid "Text formula"
msgstr "Аформула атеқст"
#. y63Nw
-#: sw/inc/strings.hrc:1356
+#: sw/inc/strings.hrc:1360
msgctxt "STR_MENU_ZOOM"
msgid "~Zoom"
msgstr "Амасштаб"
#. YzA5m
-#: sw/inc/strings.hrc:1357
+#: sw/inc/strings.hrc:1361
msgctxt "STR_MENU_UP"
msgid "~Upwards"
msgstr "Хыхь"
#. M9SMe
-#: sw/inc/strings.hrc:1358
+#: sw/inc/strings.hrc:1362
msgctxt "STR_MENU_DOWN"
msgid "Do~wnwards"
msgstr "Ҵаҟа"
#. RmBFW
-#: sw/inc/strings.hrc:1361
+#: sw/inc/strings.hrc:1365
msgctxt "STR_DROP_DOWN_EMPTY_LIST"
msgid "No Item specified"
msgstr ""
@@ -8202,7 +8228,7 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: Classification strings
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1367
+#: sw/inc/strings.hrc:1371
msgctxt "STR_CLASSIFICATION_LEVEL_CHANGED"
msgid "Document classification has changed because a paragraph classification level is higher"
msgstr ""
@@ -8211,121 +8237,121 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: Paragraph Signature
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1372
+#: sw/inc/strings.hrc:1376
msgctxt "STR_VALID"
msgid " Valid "
msgstr " Иҵабыргуп "
#. xAKRC
-#: sw/inc/strings.hrc:1373
+#: sw/inc/strings.hrc:1377
msgctxt "STR_INVALID"
msgid "Invalid"
msgstr "Иҵабыргӡам"
#. pDAHz
-#: sw/inc/strings.hrc:1374
+#: sw/inc/strings.hrc:1378
msgctxt "STR_INVALID_SIGNATURE"
msgid "Invalid Signature"
msgstr "Анапаҵаҩра ҵабыргӡам"
#. etEEx
-#: sw/inc/strings.hrc:1375
+#: sw/inc/strings.hrc:1379
msgctxt "STR_SIGNED_BY"
msgid "Signed-by"
msgstr "Анапаҵаҩуп"
#. BK7ub
-#: sw/inc/strings.hrc:1376
+#: sw/inc/strings.hrc:1380
msgctxt "STR_PARAGRAPH_SIGNATURE"
msgid "Paragraph Signature"
msgstr "Абзац анапаҵаҩра"
#. kZKCf
-#: sw/inc/strings.hrc:1378
+#: sw/inc/strings.hrc:1382
msgctxt "labeldialog|cards"
msgid "Business Cards"
msgstr "Авизиттә картақәа"
#. ECFij
-#: sw/inc/strings.hrc:1380
+#: sw/inc/strings.hrc:1384
msgctxt "STR_MAILCONFIG_DLG_TITLE"
msgid "Email settings"
msgstr "E-Mail архиарақәа"
#. PwrB9
-#: sw/inc/strings.hrc:1382
+#: sw/inc/strings.hrc:1386
msgctxt "optredlinepage|insertedpreview"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
#. NL48o
-#: sw/inc/strings.hrc:1383
+#: sw/inc/strings.hrc:1387
msgctxt "optredlinepage|deletedpreview"
msgid "Delete"
msgstr "Ианыхтәуп"
#. PW4Bz
-#: sw/inc/strings.hrc:1384
+#: sw/inc/strings.hrc:1388
msgctxt "optredlinepage|changedpreview"
msgid "Attributes"
msgstr "Атрибутқәа"
#. yfgiq
-#: sw/inc/strings.hrc:1386
+#: sw/inc/strings.hrc:1390
msgctxt "createautomarkdialog|searchterm"
msgid "Search term"
msgstr "Иԥшаатәу аилкаа"
#. fhLzk
-#: sw/inc/strings.hrc:1387
+#: sw/inc/strings.hrc:1391
msgctxt "createautomarkdialog|alternative"
msgid "Alternative entry"
msgstr "Альтенативатә елемент"
#. gD4D3
-#: sw/inc/strings.hrc:1388
+#: sw/inc/strings.hrc:1392
msgctxt "createautomarkdialog|key1"
msgid "1st key"
msgstr "1-тәи ацаԥха"
#. BFszo
-#: sw/inc/strings.hrc:1389
+#: sw/inc/strings.hrc:1393
msgctxt "createautomarkdialog|key2"
msgid "2nd key"
msgstr "2-тәи ацаԥха"
#. EoAB8
-#: sw/inc/strings.hrc:1390
+#: sw/inc/strings.hrc:1394
msgctxt "createautomarkdialog|comment"
msgid "Comment"
msgstr "Акомментари"
#. Shstx
-#: sw/inc/strings.hrc:1391
+#: sw/inc/strings.hrc:1395
msgctxt "createautomarkdialog|casesensitive"
msgid "Match case"
msgstr "Ҳасаб азутәуп арегистр"
#. 8Cjvb
-#: sw/inc/strings.hrc:1392
+#: sw/inc/strings.hrc:1396
msgctxt "createautomarkdialog|wordonly"
msgid "Word only"
msgstr "Ажәа мацара"
#. zD8rb
-#: sw/inc/strings.hrc:1393
+#: sw/inc/strings.hrc:1397
msgctxt "createautomarkdialog|yes"
msgid "Yes"
msgstr "Ааи"
#. 4tTop
-#: sw/inc/strings.hrc:1394
+#: sw/inc/strings.hrc:1398
msgctxt "createautomarkdialog|no"
msgid "No"
msgstr "Мап"
#. KhKwa
-#: sw/inc/strings.hrc:1396
+#: sw/inc/strings.hrc:1400
#, fuzzy
msgctxt "sidebarwrap|customlabel"
msgid "Custom"
@@ -12950,11 +12976,11 @@ msgctxt "insertbreak|pagerb-atkobject"
msgid "Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page."
msgstr ""
-#. CQ5Em
+#. qAj3x
#: sw/uiconfig/swriter/ui/insertbreak.ui:171
msgctxt "insertbreak|styleft"
-msgid "Style:"
-msgstr "Астиль:"
+msgid "Page Style:"
+msgstr ""
#. BWnND
#: sw/uiconfig/swriter/ui/insertbreak.ui:188
@@ -14844,149 +14870,130 @@ msgctxt "navigatorpanel|contenttoggle|tooltip_text"
msgid "Toggle Master View"
msgstr ""
-#. RZhFC
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:47
-msgctxt "navigatorpanel|navigation|tooltip_text"
-msgid "Navigation"
-msgstr "Анавигациа"
-
-#. 6Frp3
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:60
-#, fuzzy
-msgctxt "navigatorpanel|back|tooltip_text"
-msgid "Back"
-msgstr "Аиқәаҵәа"
-
-#. r8tsB
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:73
-msgctxt "navigatorpanel|forward|tooltip_text"
-msgid "Forward"
-msgstr ""
-
-#. mHVom
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:86
-msgctxt "navigatorpanel|dragmode|tooltip_text"
-msgid "Drag Mode"
-msgstr ""
-
-#. SndsZ
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:109
-msgctxt "navigatorpanel|chapterup|tooltip_text"
-msgid "Promote Chapter"
-msgstr ""
-
-#. MRuAa
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:122
-msgctxt "navigatorpanel|chapterdown|tooltip_text"
-msgid "Demote Chapter"
-msgstr ""
-
#. sxyvw
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:135
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:80
msgctxt "navigatorpanel|listbox|tooltip_text"
msgid "List Box On/Off"
msgstr ""
#. DgvFE
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:148
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:93
msgctxt "navigatorpanel|root|tooltip_text"
msgid "Content Navigation View"
msgstr ""
#. GbEFs
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:171
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:116
msgctxt "navigatorpanel|reminder|tooltip_text"
msgid "Set Reminder"
msgstr ""
#. Ngjxu
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:194
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:139
msgctxt "navigatorpanel|header|tooltip_text"
msgid "Header"
msgstr ""
#. dfTJU
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:207
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:152
msgctxt "navigatorpanel|footer|tooltip_text"
msgid "Footer"
msgstr ""
#. EefnL
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:220
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:165
msgctxt "navigatorpanel|anchor|tooltip_text"
msgid "Anchor<->Text"
msgstr ""
#. PjUEP
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:243
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:188
msgctxt "navigatorpanel|headings|tooltip_text"
msgid "Heading Levels Shown"
msgstr ""
+#. mHVom
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:211
+msgctxt "navigatorpanel|dragmode|tooltip_text"
+msgid "Drag Mode"
+msgstr ""
+
#. ijAjg
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:266
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:234
msgctxt "navigatorpanel|promote|tooltip_text"
msgid "Promote Level"
msgstr ""
#. A7vWQ
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:279
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:247
msgctxt "navigatorpanel|demote|tooltip_text"
msgid "Demote Level"
msgstr ""
+#. SndsZ
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:260
+msgctxt "navigatorpanel|chapterup|tooltip_text"
+msgid "Promote Chapter"
+msgstr ""
+
+#. MRuAa
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:273
+msgctxt "navigatorpanel|chapterdown|tooltip_text"
+msgid "Demote Chapter"
+msgstr ""
+
#. 3rY8r
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:304
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:298
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "Адокумент"
#. wavgT
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:307
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:301
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr ""
#. 3yk2y
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:341
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:335
msgctxt "navigatorpanel|globaltoggle|tooltip_text"
msgid "Toggle Master View"
msgstr ""
#. HS3W2
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:364
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:358
#, fuzzy
msgctxt "navigatorpanel|edit|tooltip_text"
msgid "Edit"
msgstr "Иҧсахтәуп"
#. svmCG
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:377
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:371
msgctxt "navigatorpanel|update|tooltip_text"
msgid "Update"
msgstr "Ирҿыцтәуп"
#. tu94A
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:390
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:384
msgctxt "navigatorpanel|insert|tooltip_text"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
#. MvgHM
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:413
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:407
msgctxt "navigatorpanel|save|tooltip_text"
msgid "Save Contents as well"
msgstr ""
#. yEETn
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:436
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:430
#, fuzzy
msgctxt "navigatorpanel|moveup|tooltip_text"
msgid "Move Up"
msgstr "Аҩада"
#. KN3mN
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:449
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:443
#, fuzzy
msgctxt "navigatorpanel|movedown|tooltip_text"
msgid "Move Down"
@@ -16867,80 +16874,88 @@ msgctxt "optformataidspage|bookmarks"
msgid "Bookmarks"
msgstr ""
+#. 3RWMe
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:214
+msgctxt "optformataidspage|bookmarks_label|tooltip_text"
+msgid ""
+"| indicates a point bookmark\n"
+"[ ] indicate the start and end of a bookmark on a text range"
+msgstr ""
+
#. XzAvH
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:234
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:236
msgctxt "optformataidspage|displayfl"
msgid "Display formatting"
msgstr ""
#. ufN3R
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:265
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:267
msgctxt "optformataidspage|mathbaseline"
msgid "Math baseline alignment"
msgstr ""
#. tFDwg
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:286
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:288
msgctxt "optformataidspage|layoutopt"
msgid "Layout Assistance"
msgstr ""
#. s9cDX
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:317
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:319
msgctxt "optformataidspage|cursoronoff"
msgid "_Direct cursor"
msgstr ""
#. 8eyNs
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:340
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:342
msgctxt "optformataidspage|fillmode"
msgid "Insert:"
msgstr ""
#. ACvNA
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:357
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:359
msgctxt "optformataidspage|filltab"
msgid "Tabs"
msgstr ""
#. CgFKr
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:358
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:360
msgctxt "optformataidspage|filltabandspace"
msgid "Tabs and spaces"
msgstr ""
#. 5FinN
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:359
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:361
msgctxt "optformataidspage|fillspace"
msgid "Spaces"
msgstr ""
#. mSGUr
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:360
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:362
msgctxt "optformataidspage|fillindent"
msgid "Left paragraph margin"
msgstr ""
#. 7REyM
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:361
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:363
msgctxt "optformataidspage|fillmargin"
msgid "Paragraph alignment"
msgstr ""
#. zGjgi
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:384
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:386
msgctxt "optformataidspage|cursorlabel"
msgid "Direct Cursor"
msgstr ""
#. A7s4f
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:415
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:417
msgctxt "optformataidspage|cursorinprot"
msgid "Enable cursor"
msgstr ""
#. nfGAn
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:436
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:438
msgctxt "optformataidspage|cursoropt"
msgid "Protected Areas"
msgstr ""
@@ -18255,7 +18270,7 @@ msgid "Macro"
msgstr "Амакросқәа"
#. EqTqQ
-#: sw/uiconfig/swriter/ui/picturepage.ui:31
+#: sw/uiconfig/swriter/ui/picturepage.ui:32
msgctxt "picturepage|browse"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
@@ -18305,31 +18320,31 @@ msgid "On right pages"
msgstr "арӷьарахьтәи адаҟьақәа рыҟны"
#. M9Lxh
-#: sw/uiconfig/swriter/ui/picturepage.ui:220
+#: sw/uiconfig/swriter/ui/picturepage.ui:230
msgctxt "picturepage|label2"
msgid "Flip"
msgstr ""
#. vEJFW
-#: sw/uiconfig/swriter/ui/picturepage.ui:260
+#: sw/uiconfig/swriter/ui/picturepage.ui:270
msgctxt "picturepage|FT_ANGLE"
msgid "_Angle:"
msgstr ""
-#. Q6xq6
-#: sw/uiconfig/swriter/ui/picturepage.ui:302
-msgctxt "picturepage|FT_ANGLEPRESETS"
-msgid "Default _settings:"
-msgstr ""
-
#. hBc6G
-#: sw/uiconfig/swriter/ui/picturepage.ui:317
+#: sw/uiconfig/swriter/ui/picturepage.ui:313
msgctxt "picturepage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr ""
+#. Q6xq6
+#: sw/uiconfig/swriter/ui/picturepage.ui:326
+msgctxt "picturepage|FT_ANGLEPRESETS"
+msgid "Default _settings:"
+msgstr ""
+
#. HpCfF
-#: sw/uiconfig/swriter/ui/picturepage.ui:341
+#: sw/uiconfig/swriter/ui/picturepage.ui:351
msgctxt "picturepage|label2"
msgid "Rotation Angle"
msgstr ""
@@ -19020,11 +19035,11 @@ msgctxt "renameobjectdialog|RenameObjectDialog"
msgid "Rename object: "
msgstr ""
-#. HBbjR
+#. kWc8q
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:106
msgctxt "renameobjectdialog|label2"
-msgid "New name"
-msgstr "Ахьӡ ҿыц"
+msgid "New name:"
+msgstr ""
#. Yffi5
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:136
@@ -19434,32 +19449,20 @@ msgctxt "sidebartableedit|column_width_label"
msgid "Column width:"
msgstr ""
-#. GpDXc
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:245
-msgctxt "sidebartableedit|opt_row_size_label"
-msgid "Optimize a row:"
-msgstr ""
-
-#. CAoRG
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:260
-msgctxt "sidebartableedit|opt_column_size_label"
-msgid "Optimize a column:"
-msgstr ""
-
#. MDyQt
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:366
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:336
msgctxt "sidebartableedit|delete_label"
msgid "Delete:"
msgstr ""
#. 6wzLa
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:426
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:396
msgctxt "sidebartableedit|split_merge_label"
msgid "Split/Merge:"
msgstr ""
#. Em3y9
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:543
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:503
msgctxt "sidebartableedit|misc_label"
msgid "Miscellaneous:"
msgstr ""
@@ -19490,38 +19493,44 @@ msgctxt "sidebarwrap|spacingLB|tooltip_text"
msgid "Set the amount of space between the image and surrounding text"
msgstr ""
+#. akira
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:47
+msgctxt "sidebarwrap|label2"
+msgid "Wrap:"
+msgstr ""
+
#. KrFLE
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:53
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:73
msgctxt "sidebarwrap|wrapoff|tooltip_text"
msgid "Wrap Off"
msgstr ""
#. bCeup
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:65
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:86
msgctxt "sidebarwrap|wrapon|tooltip_text"
msgid "Wrap On"
msgstr ""
#. wGP6B
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:78
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:99
msgctxt "sidebarwrap|wrapideal|tooltip_text"
msgid "Wrap Ideal"
msgstr ""
#. JtHu6
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:104
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:112
msgctxt "sidebarwrap|wrapleft|tooltip_text"
msgid "Wrap Left"
msgstr ""
#. rQbTA
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:117
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:125
msgctxt "sidebarwrap|wrapright|tooltip_text"
msgid "Wrap Right"
msgstr ""
#. G23BK
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:130
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:138
msgctxt "sidebarwrap|wrapthrough|tooltip_text"
msgid "Wrap Through"
msgstr ""
@@ -20089,16 +20098,16 @@ msgctxt "tabletextflowpage|liststore1"
msgid "Vertical (top to bottom)"
msgstr ""
-#. 5CGH9
+#. 7yaYB
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:300
msgctxt "tabletextflowpage|liststore1"
-msgid "Use superordinate object settings"
+msgid "Vertical (bottom to top)"
msgstr ""
-#. 7yaYB
+#. 5CGH9
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:301
msgctxt "tabletextflowpage|liststore1"
-msgid "Vertical (bottom to top)"
+msgid "Use superordinate object settings"
msgstr ""
#. tWodL
@@ -21642,6 +21651,59 @@ msgctxt "watermarkdialog|ColorLabel"
msgid "Color"
msgstr "Аҧштәы"
+#. ekn6L
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:8
+msgctxt "wordcount-mobile|WordCountDialog"
+msgid "Word Count"
+msgstr ""
+
+#. CivM9
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:81
+msgctxt "wordcount-mobile|label9"
+msgid "Selection"
+msgstr ""
+
+#. CNFqp
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:108
+msgctxt "wordcount-mobile|label10"
+msgid "Document"
+msgstr ""
+
+#. RBG3u
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:134
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:326
+msgctxt "wordcount-mobile|label1"
+msgid "Words"
+msgstr ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
#. bNHAL
#: sw/uiconfig/swriter/ui/wordcount.ui:8
msgctxt "wordcount|WordCountDialog"
diff --git a/source/ab/vcl/messages.po b/source/ab/vcl/messages.po
index 3609fa08ffe..cd7596a77c2 100644
--- a/source/ab/vcl/messages.po
+++ b/source/ab/vcl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-17 16:46+0100\n"
+"POT-Creation-Date: 2020-02-27 14:32+0100\n"
"PO-Revision-Date: 2018-11-12 11:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1971,315 +1971,321 @@ msgctxt "printdialog|moreoptions"
msgid "More Options..."
msgstr ""
+#. JFBoP
+#: vcl/uiconfig/ui/printdialog.ui:112
+msgctxt "printdialog|print"
+msgid "_Print"
+msgstr ""
+
#. M3L4L
-#: vcl/uiconfig/ui/printdialog.ui:172
+#: vcl/uiconfig/ui/printdialog.ui:171
msgctxt "printdialog|printpreview"
msgid "Print preview"
msgstr ""
#. Aq6Gv
-#: vcl/uiconfig/ui/printdialog.ui:202
+#: vcl/uiconfig/ui/printdialog.ui:201
msgctxt "printdialog|lastpage"
msgid "Last page"
msgstr ""
#. CZQLF
-#: vcl/uiconfig/ui/printdialog.ui:217
+#: vcl/uiconfig/ui/printdialog.ui:216
msgctxt "printdialog|forward"
msgid "Next page"
msgstr ""
#. yyFVV
-#: vcl/uiconfig/ui/printdialog.ui:231
+#: vcl/uiconfig/ui/printdialog.ui:230
msgctxt "printdialog|totalnumpages"
msgid "/ %n"
msgstr ""
#. ebceU
-#: vcl/uiconfig/ui/printdialog.ui:259
+#: vcl/uiconfig/ui/printdialog.ui:258
msgctxt "printdialog|backward"
msgid "Previous page"
msgstr ""
#. SbgFv
-#: vcl/uiconfig/ui/printdialog.ui:274
+#: vcl/uiconfig/ui/printdialog.ui:273
msgctxt "printdialog|firstpage"
msgid "First page"
msgstr ""
-#. 92rNi
-#: vcl/uiconfig/ui/printdialog.ui:300
+#. dQEY8
+#: vcl/uiconfig/ui/printdialog.ui:299
msgctxt "printdialog|previewbox"
-msgid "Preview"
+msgid "Pre_view"
msgstr ""
#. qgQDX
-#: vcl/uiconfig/ui/printdialog.ui:401
+#: vcl/uiconfig/ui/printdialog.ui:400
msgctxt "printdialog|labelstatus"
msgid "Status:"
msgstr ""
#. dyo2j
-#: vcl/uiconfig/ui/printdialog.ui:416
+#: vcl/uiconfig/ui/printdialog.ui:415
msgctxt "printdialog|status"
msgid "Default Printer"
msgstr ""
#. oBACQ
-#: vcl/uiconfig/ui/printdialog.ui:429
+#: vcl/uiconfig/ui/printdialog.ui:428
msgctxt "printdialog|setup"
msgid "Properties..."
msgstr "Аҷыдаҟазшьақәа..."
#. AJGau
-#: vcl/uiconfig/ui/printdialog.ui:457
+#: vcl/uiconfig/ui/printdialog.ui:456
msgctxt "printdialog|labelprinter"
msgid "Printer"
msgstr ""
#. AyxGJ
-#: vcl/uiconfig/ui/printdialog.ui:497
+#: vcl/uiconfig/ui/printdialog.ui:496
msgctxt "printdialog|rbAllPages"
msgid "_All pages"
msgstr ""
#. pYtbq
-#: vcl/uiconfig/ui/printdialog.ui:515
+#: vcl/uiconfig/ui/printdialog.ui:514
msgctxt "printdialog|rbPageRange"
msgid "_Pages:"
msgstr ""
#. 786QC
-#: vcl/uiconfig/ui/printdialog.ui:537
+#: vcl/uiconfig/ui/printdialog.ui:536
msgctxt "printdialog|pagerange"
msgid "e.g.: 1, 3-5, 7, 9"
msgstr ""
#. V3apS
-#: vcl/uiconfig/ui/printdialog.ui:546
+#: vcl/uiconfig/ui/printdialog.ui:545
msgctxt "printdialog|rmEvenPages"
msgid "_Even pages"
msgstr ""
#. ELsCF
-#: vcl/uiconfig/ui/printdialog.ui:565
+#: vcl/uiconfig/ui/printdialog.ui:564
msgctxt "printdialog|rbOddPages"
msgid "_Odd pages"
msgstr ""
#. Z5kiB
-#: vcl/uiconfig/ui/printdialog.ui:584
+#: vcl/uiconfig/ui/printdialog.ui:583
msgctxt "printdialog|rbRangeSelection"
msgid "_Selection"
msgstr ""
#. wn2kB
-#: vcl/uiconfig/ui/printdialog.ui:620
+#: vcl/uiconfig/ui/printdialog.ui:619
msgctxt "printdialog|fromwhich"
msgid "_From which print:"
msgstr ""
#. Cuc2u
-#: vcl/uiconfig/ui/printdialog.ui:645
+#: vcl/uiconfig/ui/printdialog.ui:644
msgctxt "printdialog|labelpapersides"
msgid "Paper _sides:"
msgstr ""
#. SYxRJ
-#: vcl/uiconfig/ui/printdialog.ui:660
+#: vcl/uiconfig/ui/printdialog.ui:659
msgctxt "printdialog|liststore4"
msgid "Print on one side (simplex)"
msgstr ""
#. hCZPg
-#: vcl/uiconfig/ui/printdialog.ui:661
+#: vcl/uiconfig/ui/printdialog.ui:660
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex long edge)"
msgstr ""
#. iqr9C
-#: vcl/uiconfig/ui/printdialog.ui:662
+#: vcl/uiconfig/ui/printdialog.ui:661
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex short edge)"
msgstr ""
#. AVv6D
-#: vcl/uiconfig/ui/printdialog.ui:676
+#: vcl/uiconfig/ui/printdialog.ui:675
msgctxt "printdialog|labelcopies"
msgid "_Number of copies:"
msgstr ""
#. G6QEr
-#: vcl/uiconfig/ui/printdialog.ui:709
+#: vcl/uiconfig/ui/printdialog.ui:708
msgctxt "printdialog|collate"
msgid "_Collate"
msgstr ""
-#. RnCCD
-#: vcl/uiconfig/ui/printdialog.ui:745
+#. BT4nY
+#: vcl/uiconfig/ui/printdialog.ui:744
msgctxt "printdialog|cbPrintOrder"
-msgid "_Order:"
+msgid "Order:"
msgstr ""
#. vwjVt
-#: vcl/uiconfig/ui/printdialog.ui:756
+#: vcl/uiconfig/ui/printdialog.ui:755
msgctxt "printdialog|reverseorder"
msgid "Print in _reverse order"
msgstr ""
#. R82MM
-#: vcl/uiconfig/ui/printdialog.ui:776
+#: vcl/uiconfig/ui/printdialog.ui:775
msgctxt "printdialog|rangeexpander"
msgid "_more"
msgstr ""
#. ehfCG
-#: vcl/uiconfig/ui/printdialog.ui:794
+#: vcl/uiconfig/ui/printdialog.ui:793
msgctxt "printdialog|label2"
msgid "Range and Copies"
msgstr ""
#. CBLet
-#: vcl/uiconfig/ui/printdialog.ui:835
+#: vcl/uiconfig/ui/printdialog.ui:834
msgctxt "printdialog|labelorientation"
msgid "Orientation:"
msgstr ""
#. U4byk
-#: vcl/uiconfig/ui/printdialog.ui:849
+#: vcl/uiconfig/ui/printdialog.ui:848
msgctxt "printdialog|labelsize"
msgid "Paper size:"
msgstr ""
#. X9iBj
-#: vcl/uiconfig/ui/printdialog.ui:865
+#: vcl/uiconfig/ui/printdialog.ui:864
msgctxt "printdialog|liststore3"
msgid "Automatic"
msgstr "Автоматикала"
#. vaWZE
-#: vcl/uiconfig/ui/printdialog.ui:866
+#: vcl/uiconfig/ui/printdialog.ui:865
msgctxt "printdialog|liststore3"
msgid "Portrait"
msgstr "Ашәҟәытә"
#. Qnpje
-#: vcl/uiconfig/ui/printdialog.ui:867
+#: vcl/uiconfig/ui/printdialog.ui:866
msgctxt "printdialog|liststore3"
msgid "Landscape"
msgstr "Альбомтә"
#. EZdsx
-#: vcl/uiconfig/ui/printdialog.ui:910
+#: vcl/uiconfig/ui/printdialog.ui:909
msgctxt "printdialog|pagespersheetbtn"
msgid "Pages per sheet:"
msgstr ""
#. DKP5g
-#: vcl/uiconfig/ui/printdialog.ui:958
+#: vcl/uiconfig/ui/printdialog.ui:957
#, fuzzy
msgctxt "printdialog|liststore1"
msgid "Custom"
msgstr "Даҽакы:"
#. 65WWt
-#: vcl/uiconfig/ui/printdialog.ui:974
+#: vcl/uiconfig/ui/printdialog.ui:973
msgctxt "printdialog|pagespersheettxt"
msgid "Pages:"
msgstr ""
#. DM5aX
-#: vcl/uiconfig/ui/printdialog.ui:999
+#: vcl/uiconfig/ui/printdialog.ui:998
msgctxt "printdialog|by"
msgid "by"
msgstr ""
#. szcD7
-#: vcl/uiconfig/ui/printdialog.ui:1025
+#: vcl/uiconfig/ui/printdialog.ui:1024
msgctxt "printdialog|pagemargintxt1"
msgid "Margin:"
msgstr ""
#. iGg2m
-#: vcl/uiconfig/ui/printdialog.ui:1050
+#: vcl/uiconfig/ui/printdialog.ui:1049
msgctxt "printdialog|pagemargintxt2"
msgid "between pages"
msgstr "адаҟьақәа рыбжьара"
#. oryuw
-#: vcl/uiconfig/ui/printdialog.ui:1062
+#: vcl/uiconfig/ui/printdialog.ui:1061
msgctxt "printdialog|sheetmargintxt1"
msgid "Distance:"
msgstr ""
#. XhfvB
-#: vcl/uiconfig/ui/printdialog.ui:1087
+#: vcl/uiconfig/ui/printdialog.ui:1086
msgctxt "printdialog|sheetmargintxt2"
msgid "to sheet border"
msgstr ""
#. AGWe3
-#: vcl/uiconfig/ui/printdialog.ui:1100
+#: vcl/uiconfig/ui/printdialog.ui:1099
msgctxt "printdialog|labelorder"
msgid "Order:"
msgstr ""
#. psAku
-#: vcl/uiconfig/ui/printdialog.ui:1115
+#: vcl/uiconfig/ui/printdialog.ui:1114
msgctxt "printdialog|liststore2"
msgid "Left to right, then down"
msgstr ""
#. fnfLt
-#: vcl/uiconfig/ui/printdialog.ui:1116
+#: vcl/uiconfig/ui/printdialog.ui:1115
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then right"
msgstr ""
#. y6nZE
-#: vcl/uiconfig/ui/printdialog.ui:1117
+#: vcl/uiconfig/ui/printdialog.ui:1116
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then left"
msgstr ""
#. PteTg
-#: vcl/uiconfig/ui/printdialog.ui:1118
+#: vcl/uiconfig/ui/printdialog.ui:1117
msgctxt "printdialog|liststore2"
msgid "Right to left, then down"
msgstr ""
#. QG59F
-#: vcl/uiconfig/ui/printdialog.ui:1129
+#: vcl/uiconfig/ui/printdialog.ui:1128
msgctxt "printdialog|bordercb"
msgid "Draw a border around each page"
msgstr ""
#. Yo4xV
-#: vcl/uiconfig/ui/printdialog.ui:1145
+#: vcl/uiconfig/ui/printdialog.ui:1144
msgctxt "printdialog|brochure"
msgid "Brochure"
msgstr "Аброшиура"
#. JMA7A
-#: vcl/uiconfig/ui/printdialog.ui:1173
+#: vcl/uiconfig/ui/printdialog.ui:1172
msgctxt "printdialog|collationpreview"
msgid "Collation preview"
msgstr ""
#. bF4up
-#: vcl/uiconfig/ui/printdialog.ui:1206
+#: vcl/uiconfig/ui/printdialog.ui:1205
msgctxt "printdialog|layoutexpander"
msgid "m_ore"
msgstr ""
#. rCBA5
-#: vcl/uiconfig/ui/printdialog.ui:1224
+#: vcl/uiconfig/ui/printdialog.ui:1223
msgctxt "printdialog|label3"
msgid "Page Layout"
msgstr ""
#. A2iC5
-#: vcl/uiconfig/ui/printdialog.ui:1243
+#: vcl/uiconfig/ui/printdialog.ui:1242
msgctxt "printdialog|generallabel"
msgid "General"
msgstr ""
diff --git a/source/af/basctl/messages.po b/source/af/basctl/messages.po
index 7ea8c2d5654..4b9678f434f 100644
--- a/source/af/basctl/messages.po
+++ b/source/af/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-11-25 16:23+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://vm137.documentfoundation.org/projects/libo_ui-master/basctlmessages/af/>\n"
@@ -246,68 +246,50 @@ msgctxt "RID_STR_WATCHNAME"
msgid "Watch"
msgstr "Horlosie"
-#. VoaBX
-#: basctl/inc/strings.hrc:64
-msgctxt "RID_STR_WATCHVARIABLE"
-msgid "Variable"
-msgstr "Veranderlike"
-
-#. qADE3
-#: basctl/inc/strings.hrc:65
-msgctxt "RID_STR_WATCHVALUE"
-msgid "Value"
-msgstr "Waarde"
-
-#. rzQCr
-#: basctl/inc/strings.hrc:66
-msgctxt "RID_STR_WATCHTYPE"
-msgid "Type"
-msgstr "Soort"
-
#. 84TYn
-#: basctl/inc/strings.hrc:67
+#: basctl/inc/strings.hrc:64
msgctxt "RID_STR_STACKNAME"
msgid "Call Stack"
msgstr "Roepstapel"
#. DBfyu
-#: basctl/inc/strings.hrc:68
+#: basctl/inc/strings.hrc:65
msgctxt "RID_STR_STDDIALOGNAME"
msgid "Dialog"
msgstr "Dialoog"
#. hUHfi
-#: basctl/inc/strings.hrc:69
+#: basctl/inc/strings.hrc:66
msgctxt "RID_STR_NEWLIB"
msgid "New Library"
msgstr "Nuwe biblioteek"
#. kisd2
-#: basctl/inc/strings.hrc:70
+#: basctl/inc/strings.hrc:67
msgctxt "RID_STR_NEWMOD"
msgid "New Module"
msgstr "Nuwe module"
#. YeULe
-#: basctl/inc/strings.hrc:71
+#: basctl/inc/strings.hrc:68
msgctxt "RID_STR_NEWDLG"
msgid "New Dialog"
msgstr "Nuwe dialoog"
#. jYa97
-#: basctl/inc/strings.hrc:72
+#: basctl/inc/strings.hrc:69
msgctxt "RID_STR_ALL"
msgid "All"
msgstr "Almal"
#. yF2LY
-#: basctl/inc/strings.hrc:73
+#: basctl/inc/strings.hrc:70
msgctxt "RID_STR_PAGE"
msgid "Page"
msgstr "Bladsy"
#. DHuFN
-#: basctl/inc/strings.hrc:74
+#: basctl/inc/strings.hrc:71
msgctxt "RID_STR_WILLSTOPPRG"
msgid ""
"You will have to restart the program after this edit.\n"
@@ -317,128 +299,128 @@ msgstr ""
"Wil u voortgaan?"
#. 4qWED
-#: basctl/inc/strings.hrc:75
+#: basctl/inc/strings.hrc:72
msgctxt "RID_STR_SEARCHALLMODULES"
msgid "Do you want to replace the text in all active modules?"
msgstr "Wil u die teks in alle aktiewe modules vervang?"
#. FFBmA
-#: basctl/inc/strings.hrc:76
+#: basctl/inc/strings.hrc:73
msgctxt "RID_STR_REMOVEWATCH"
msgid "Watch:"
msgstr "Horlosie:"
#. ndtng
-#: basctl/inc/strings.hrc:77
+#: basctl/inc/strings.hrc:74
msgctxt "RID_STR_STACK"
msgid "Calls: "
msgstr "Roepe: "
#. wwfg3
-#: basctl/inc/strings.hrc:78
+#: basctl/inc/strings.hrc:75
msgctxt "RID_STR_USERMACROS"
msgid "My Macros"
msgstr "My makro's"
#. XenwN
-#: basctl/inc/strings.hrc:79
+#: basctl/inc/strings.hrc:76
msgctxt "RID_STR_USERDIALOGS"
msgid "My Dialogs"
msgstr "My dialoë"
#. Mwj7u
-#: basctl/inc/strings.hrc:80
+#: basctl/inc/strings.hrc:77
msgctxt "RID_STR_USERMACROSDIALOGS"
msgid "My Macros & Dialogs"
msgstr "My makro's en dialoë"
#. EAJgs
-#: basctl/inc/strings.hrc:81
+#: basctl/inc/strings.hrc:78
msgctxt "RID_STR_SHAREMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "%PRODUCTNAME-makro's"
#. tPefb
-#: basctl/inc/strings.hrc:82
+#: basctl/inc/strings.hrc:79
msgctxt "RID_STR_SHAREDIALOGS"
msgid "%PRODUCTNAME Dialogs"
msgstr "%PRODUCTNAME-dialoë"
#. BNWgY
-#: basctl/inc/strings.hrc:83
+#: basctl/inc/strings.hrc:80
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr "%PRODUCTNAME-makro's en -dialoë"
#. BAMA5
-#: basctl/inc/strings.hrc:84
+#: basctl/inc/strings.hrc:81
#, fuzzy
msgctxt "RID_STR_REMOVEWATCHTIP"
msgid "Remove Watch"
msgstr "Verwyder horlosie"
#. oUqF6
-#: basctl/inc/strings.hrc:85
+#: basctl/inc/strings.hrc:82
msgctxt "RID_STR_QUERYREPLACEMACRO"
msgid "Do you want to overwrite the XX macro?"
msgstr "Wil u die XX-makro oorheenskryf?"
#. Tho9k
-#: basctl/inc/strings.hrc:86
+#: basctl/inc/strings.hrc:83
msgctxt "RID_STR_TRANSLATION_NOTLOCALIZED"
msgid "<Not localized>"
msgstr "<Nie gelokaliseer nie>"
#. xQyRD
-#: basctl/inc/strings.hrc:87
+#: basctl/inc/strings.hrc:84
msgctxt "RID_STR_TRANSLATION_DEFAULT"
msgid "[Default Language]"
msgstr "[Verstek taal]"
#. PqDTe
-#: basctl/inc/strings.hrc:88
+#: basctl/inc/strings.hrc:85
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
msgstr ""
#. N3DE8
-#: basctl/inc/strings.hrc:89
+#: basctl/inc/strings.hrc:86
msgctxt "RID_STR_USERFORMS"
msgid "Forms"
msgstr "Vorms"
#. 4dGqP
-#: basctl/inc/strings.hrc:90
+#: basctl/inc/strings.hrc:87
msgctxt "RID_STR_NORMAL_MODULES"
msgid "Modules"
msgstr "Modules"
#. u87jq
-#: basctl/inc/strings.hrc:91
+#: basctl/inc/strings.hrc:88
msgctxt "RID_STR_CLASS_MODULES"
msgid "Class Modules"
msgstr "Klas Modules"
#. 8gC8E
-#: basctl/inc/strings.hrc:92
+#: basctl/inc/strings.hrc:89
msgctxt "RID_STR_DLGIMP_CLASH_RENAME"
msgid "Rename"
msgstr "Hernoem"
#. FCqSS
-#: basctl/inc/strings.hrc:93
+#: basctl/inc/strings.hrc:90
msgctxt "RID_STR_DLGIMP_CLASH_REPLACE"
msgid "Replace"
msgstr "Vervang"
#. 5EucM
-#: basctl/inc/strings.hrc:94
+#: basctl/inc/strings.hrc:91
msgctxt "RID_STR_DLGIMP_CLASH_TITLE"
msgid "Dialog Import - Name already used"
msgstr "Dialooginvoer - naam reeds in gebruik"
#. yG2bx
-#: basctl/inc/strings.hrc:95
+#: basctl/inc/strings.hrc:92
msgctxt "RID_STR_DLGIMP_CLASH_TEXT"
msgid ""
"The library already contains a dialog with the name:\n"
@@ -456,25 +438,25 @@ msgstr ""
" "
#. FRQSJ
-#: basctl/inc/strings.hrc:96
+#: basctl/inc/strings.hrc:93
msgctxt "RID_STR_DLGIMP_MISMATCH_ADD"
msgid "Add"
msgstr "Voeg by"
#. inETw
-#: basctl/inc/strings.hrc:97
+#: basctl/inc/strings.hrc:94
msgctxt "RID_STR_DLGIMP_MISMATCH_OMIT"
msgid "Omit"
msgstr "Weglaat"
#. 227xE
-#: basctl/inc/strings.hrc:98
+#: basctl/inc/strings.hrc:95
msgctxt "RID_STR_DLGIMP_MISMATCH_TITLE"
msgid "Dialog Import - Language Mismatch"
msgstr "Dialooginvoer, taalwanpassing"
#. zcJw8
-#: basctl/inc/strings.hrc:99
+#: basctl/inc/strings.hrc:96
msgctxt "RID_STR_DLGIMP_MISMATCH_TEXT"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
@@ -492,61 +474,61 @@ msgstr ""
" "
#. FcvDu
-#: basctl/inc/strings.hrc:100
+#: basctl/inc/strings.hrc:97
msgctxt "RID_STR_PRINTDLG_PAGES"
msgid "Pages:"
msgstr "Blaaie:"
#. 4AR5D
-#: basctl/inc/strings.hrc:101
+#: basctl/inc/strings.hrc:98
msgctxt "RID_STR_PRINTDLG_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. xfLXi
-#: basctl/inc/strings.hrc:102
+#: basctl/inc/strings.hrc:99
msgctxt "RID_STR_PRINTDLG_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Q9KBj
-#: basctl/inc/strings.hrc:103
+#: basctl/inc/strings.hrc:100
msgctxt "RID_STR_PRINTDLG_PRINTEVENPAGES"
msgid "~Even pages"
msgstr ""
#. 93Gmy
-#: basctl/inc/strings.hrc:104
+#: basctl/inc/strings.hrc:101
msgctxt "RID_STR_PRINTDLG_PRINTODDPAGES"
msgid "~Odd pages"
msgstr ""
#. dALHq
-#: basctl/inc/strings.hrc:105
+#: basctl/inc/strings.hrc:102
msgctxt "RID_STR_CHOOSE"
msgid "Choose"
msgstr "Kies"
#. edPrX
-#: basctl/inc/strings.hrc:106
+#: basctl/inc/strings.hrc:103
msgctxt "RID_STR_RUN"
msgid "Run"
msgstr "Laat loop"
#. DJbpA
-#: basctl/inc/strings.hrc:107
+#: basctl/inc/strings.hrc:104
msgctxt "RID_STR_RECORD"
msgid "~Save"
msgstr "~Stoor"
#. 7Gzqz
-#: basctl/inc/strings.hrc:108
+#: basctl/inc/strings.hrc:105
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr "Objekkatalogus"
#. 2AA4t
-#: basctl/inc/strings.hrc:109
+#: basctl/inc/strings.hrc:106
#, fuzzy
msgctxt "RID_STR_TLB_MACROS"
msgid "Objects Tree"
@@ -554,49 +536,49 @@ msgstr "Objekte"
#. NtqMk
#. Property Browser Headline ----------------------------------------------------------------
-#: basctl/inc/strings.hrc:111
+#: basctl/inc/strings.hrc:108
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "Eienskappe: "
#. FnkAZ
-#: basctl/inc/strings.hrc:112
+#: basctl/inc/strings.hrc:109
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr "Geen kontrole gemerk"
#. aeAPC
-#: basctl/inc/strings.hrc:113
+#: basctl/inc/strings.hrc:110
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Veelvoudige seleksie"
#. GNZHF
-#: basctl/inc/strings.hrc:114
+#: basctl/inc/strings.hrc:111
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr "[Verstek taal]"
#. uf3Kt
-#: basctl/inc/strings.hrc:115
+#: basctl/inc/strings.hrc:112
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr ""
#. jnJoF
-#: basctl/inc/strings.hrc:116
+#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr "Voer programmateek as uitbreiding uit"
#. SnKF3
-#: basctl/inc/strings.hrc:117
+#: basctl/inc/strings.hrc:114
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr "Uitvoer as BASIC-programmateek"
#. G6SqW
-#: basctl/inc/strings.hrc:118
+#: basctl/inc/strings.hrc:115
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Uitbreiding"
@@ -620,62 +602,62 @@ msgid "Existing Macros In:"
msgstr "Bestaande Makro's In:"
#. Mfysc
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:250
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:248
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr "Makro Vanaf"
#. Qth4v
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:266
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:264
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr "Stoor Makro In"
#. BpDb6
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:313
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:311
#, fuzzy
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr "Makronaam"
#. izDZr
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:336
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:334
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr "Toeken..."
#. dxu7W
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:350
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:348
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr "Redigeer"
#. 9Uhec
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:364
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:362
msgctxt "basicmacrodialog|delete"
msgid "_Delete"
msgstr "_Skrap"
#. XkqFC
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:378
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:376
msgctxt "basicmacrodialog|new"
msgid "_New"
msgstr "_Nuut"
#. Gh52t
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:392
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:390
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr "Organiseerder..."
#. wAJj2
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:406
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:404
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr "Nuwe biblioteek"
#. 2xdsE
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:420
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:418
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr "Nuwe module"
@@ -796,6 +778,24 @@ msgctxt "dialogpage|export"
msgid "_Export..."
msgstr "Voer uit..."
+#. EGyCn
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:110
+msgctxt "dockingwatch|RID_STR_WATCHVARIABLE"
+msgid "Variable"
+msgstr ""
+
+#. QUHSf
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:122
+msgctxt "dockingwatch|RID_STR_WATCHVALUE"
+msgid "Value"
+msgstr ""
+
+#. ik3CG
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:136
+msgctxt "dockingwatch|RID_STR_WATCHTYPE"
+msgid "Type"
+msgstr ""
+
#. worE9
#: basctl/uiconfig/basicide/ui/exportdialog.ui:8
msgctxt "exportdialog|ExportDialog"
diff --git a/source/af/chart2/messages.po b/source/af/chart2/messages.po
index dccee509f4b..7941e5cc4e8 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-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-17 12:21+0100\n"
"PO-Revision-Date: 2019-06-19 07:04+0000\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2166,55 +2166,55 @@ msgid "Data series '%1'"
msgstr "Datareeks “%1”"
#. mZfrk
-#: chart2/uiconfig/ui/sidebartype.ui:84
+#: chart2/uiconfig/ui/sidebartype.ui:81
msgctxt "sidebartype|3dlook"
msgid "_3D Look"
msgstr ""
#. mjrkY
-#: chart2/uiconfig/ui/sidebartype.ui:103
+#: chart2/uiconfig/ui/sidebartype.ui:101
msgctxt "sidebartype|3dscheme"
msgid "Simple"
msgstr ""
#. urfc7
-#: chart2/uiconfig/ui/sidebartype.ui:104
+#: chart2/uiconfig/ui/sidebartype.ui:102
msgctxt "sidebartype|3dscheme"
msgid "Realistic"
msgstr ""
#. gYXXE
-#: chart2/uiconfig/ui/sidebartype.ui:125
+#: chart2/uiconfig/ui/sidebartype.ui:123
msgctxt "sidebartype|shapeft"
msgid "Sh_ape"
msgstr ""
#. B6KS5
-#: chart2/uiconfig/ui/sidebartype.ui:186
+#: chart2/uiconfig/ui/sidebartype.ui:184
msgctxt "sidebartype|stack"
msgid "_Stack series"
msgstr ""
#. Yau6n
-#: chart2/uiconfig/ui/sidebartype.ui:210
+#: chart2/uiconfig/ui/sidebartype.ui:208
msgctxt "sidebartype|ontop"
msgid "On top"
msgstr ""
#. f2J43
-#: chart2/uiconfig/ui/sidebartype.ui:225
+#: chart2/uiconfig/ui/sidebartype.ui:223
msgctxt "sidebartype|percent"
msgid "Percent"
msgstr ""
#. iDSaa
-#: chart2/uiconfig/ui/sidebartype.ui:240
+#: chart2/uiconfig/ui/sidebartype.ui:238
msgctxt "sidebartype|deep"
msgid "Deep"
msgstr ""
#. KaS7Z
-#: chart2/uiconfig/ui/sidebartype.ui:269
+#: chart2/uiconfig/ui/sidebartype.ui:268
msgctxt "sidebartype|linetypeft"
msgid "_Line type"
msgstr ""
@@ -2250,17 +2250,11 @@ msgid "_Sort by X values"
msgstr ""
#. thu3G
-#: chart2/uiconfig/ui/sidebartype.ui:334
+#: chart2/uiconfig/ui/sidebartype.ui:335
msgctxt "sidebartype|nolinesft"
msgid "_Number of lines"
msgstr ""
-#. pkRru
-#: chart2/uiconfig/ui/sidebartype.ui:379
-msgctxt "sidebartype|lbl_chartType"
-msgid "Chart Type:"
-msgstr ""
-
#. Ledzw
#: chart2/uiconfig/ui/smoothlinesdlg.ui:22
msgctxt "smoothlinesdlg|SmoothLinesDialog"
diff --git a/source/af/cui/messages.po b/source/af/cui/messages.po
index c9f7e0211fb..a5b9d659000 100644
--- a/source/af/cui/messages.po
+++ b/source/af/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-06-19 20:34+0000\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3463,10 +3463,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
-#. voTvB
+#. EabEN
#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "New versions of %PRODUCTNAME do not only bring new features and bug fixes. They also include security patches. Stay safe, and keep yourself updated!"
+msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
@@ -4090,25 +4090,25 @@ msgid "_Search"
msgstr "Deur_soek"
#. BMohC
-#: cui/uiconfig/ui/aboutconfigdialog.ui:195
+#: cui/uiconfig/ui/aboutconfigdialog.ui:196
msgctxt "aboutconfigdialog|preference"
msgid "Preference Name"
msgstr "Voorkeurnaam"
#. PiV9t
-#: cui/uiconfig/ui/aboutconfigdialog.ui:214
+#: cui/uiconfig/ui/aboutconfigdialog.ui:216
msgctxt "aboutconfigdialog|property"
msgid "Property"
msgstr "Eienskap"
#. g6RFE
-#: cui/uiconfig/ui/aboutconfigdialog.ui:227
+#: cui/uiconfig/ui/aboutconfigdialog.ui:230
msgctxt "aboutconfigdialog|type"
msgid "Type"
msgstr "Soort"
#. BYBgx
-#: cui/uiconfig/ui/aboutconfigdialog.ui:240
+#: cui/uiconfig/ui/aboutconfigdialog.ui:244
msgctxt "aboutconfigdialog|value"
msgid "Value"
msgstr "Waarde"
@@ -6560,89 +6560,89 @@ msgid "Connection Pool"
msgstr "Verbinding gebreek"
#. XfFi7
-#: cui/uiconfig/ui/croppage.ui:82
+#: cui/uiconfig/ui/croppage.ui:85
msgctxt "croppage|keepscale"
msgid "Keep _scale"
msgstr "Behou _skaal"
#. fCWwt
-#: cui/uiconfig/ui/croppage.ui:100
+#: cui/uiconfig/ui/croppage.ui:102
msgctxt "croppage|keepsize"
msgid "Keep image si_ze"
msgstr "Be_hou beeldgrootte"
#. JcdEh
-#: cui/uiconfig/ui/croppage.ui:125
+#: cui/uiconfig/ui/croppage.ui:126
msgctxt "croppage|label2"
msgid "_Left:"
msgstr "_Links:"
#. J8z8h
-#: cui/uiconfig/ui/croppage.ui:152
+#: cui/uiconfig/ui/croppage.ui:153
msgctxt "croppage|label3"
msgid "_Right:"
msgstr "_Regs:"
#. GxnM4
-#: cui/uiconfig/ui/croppage.ui:191
+#: cui/uiconfig/ui/croppage.ui:192
msgctxt "croppage|label4"
msgid "_Top:"
msgstr "_Bo:"
#. VAUDo
-#: cui/uiconfig/ui/croppage.ui:205
+#: cui/uiconfig/ui/croppage.ui:206
msgctxt "croppage|label5"
msgid "_Bottom:"
msgstr "_Onder:"
+#. BSBCG
+#: cui/uiconfig/ui/croppage.ui:302
+msgctxt "croppage|origsize"
+msgid "_Original Size"
+msgstr "_Oorspronklike grootte"
+
#. 8CoGW
-#: cui/uiconfig/ui/croppage.ui:255
+#: cui/uiconfig/ui/croppage.ui:332
msgctxt "croppage|label1"
msgid "Crop"
msgstr "Snoei"
#. VG8gn
-#: cui/uiconfig/ui/croppage.ui:289
+#: cui/uiconfig/ui/croppage.ui:367
msgctxt "croppage|label6"
msgid "_Width:"
msgstr "_Wydte:"
#. bcKhi
-#: cui/uiconfig/ui/croppage.ui:315
+#: cui/uiconfig/ui/croppage.ui:393
msgctxt "croppage|label7"
msgid "_Height:"
msgstr "_Hoogte:"
#. JVnvr
-#: cui/uiconfig/ui/croppage.ui:345
+#: cui/uiconfig/ui/croppage.ui:423
msgctxt "croppage|label10"
msgid "Scale"
msgstr "Skaal"
#. Brcxv
-#: cui/uiconfig/ui/croppage.ui:379
+#: cui/uiconfig/ui/croppage.ui:457
msgctxt "croppage|label8"
msgid "_Width:"
msgstr "_Wydte:"
#. tacwF
-#: cui/uiconfig/ui/croppage.ui:406
+#: cui/uiconfig/ui/croppage.ui:484
msgctxt "croppage|label9"
msgid "_Height:"
msgstr "_Hoogte:"
#. aBkuE
-#: cui/uiconfig/ui/croppage.ui:437
+#: cui/uiconfig/ui/croppage.ui:515
msgctxt "croppage|label11"
msgid "Image Size"
msgstr "Beeldgrootte"
-#. BSBCG
-#: cui/uiconfig/ui/croppage.ui:506
-msgctxt "croppage|origsize"
-msgid "_Original Size"
-msgstr "_Oorspronklike grootte"
-
#. AFMP6
#: cui/uiconfig/ui/cuiimapdlg.ui:8
msgctxt "cuiimapdlg|IMapDialog"
@@ -7378,7 +7378,7 @@ msgid "_Transparency:"
msgstr ""
#. vELSr
-#: cui/uiconfig/ui/effectspage.ui:623
+#: cui/uiconfig/ui/effectspage.ui:624
msgctxt "effectspage|fontcolorft3"
msgid "Font Color"
msgstr ""
@@ -8260,25 +8260,25 @@ msgid "Line _color:"
msgstr "Lyn_kleur:"
#. 3hgCJ
-#: cui/uiconfig/ui/hatchpage.ui:308
+#: cui/uiconfig/ui/hatchpage.ui:307
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr "Agtergrondkleur"
#. uvmDA
-#: cui/uiconfig/ui/hatchpage.ui:356
+#: cui/uiconfig/ui/hatchpage.ui:354
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "Opsies"
#. D8ovo
-#: cui/uiconfig/ui/hatchpage.ui:406
+#: cui/uiconfig/ui/hatchpage.ui:404
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "Voorbeeld"
#. GbfFA
-#: cui/uiconfig/ui/hatchpage.ui:428
+#: cui/uiconfig/ui/hatchpage.ui:426
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr "Voorskou"
diff --git a/source/af/dbaccess/messages.po b/source/af/dbaccess/messages.po
index fd80a470177..08736f280de 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: 2019-11-25 17:08+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-01-22 14:50+0000\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3926,27 +3926,27 @@ msgid "Named p_ipe:"
msgstr "Ben_oemde pyp:"
#. CzRyx
-#: dbaccess/uiconfig/ui/namematchingpage.ui:73
+#: dbaccess/uiconfig/ui/namematchingpage.ui:67
#, fuzzy
msgctxt "namematchingpage|all"
msgid "_All"
msgstr "~Alles"
#. db6rw
-#: dbaccess/uiconfig/ui/namematchingpage.ui:87
+#: dbaccess/uiconfig/ui/namematchingpage.ui:81
#, fuzzy
msgctxt "namematchingpage|none"
msgid "Non_e"
msgstr "Geen"
#. yScg2
-#: dbaccess/uiconfig/ui/namematchingpage.ui:119
+#: dbaccess/uiconfig/ui/namematchingpage.ui:113
msgctxt "namematchingpage|leftlabel"
msgid "Source table: "
msgstr "Brontabel: "
#. SCMEA
-#: dbaccess/uiconfig/ui/namematchingpage.ui:206
+#: dbaccess/uiconfig/ui/namematchingpage.ui:200
msgctxt "namematchingpage|rightlabel"
msgid "Destination table: "
msgstr "Teikentabel: "
diff --git a/source/af/framework/messages.po b/source/af/framework/messages.po
index 1f1a3676b16..6da310ccbec 100644
--- a/source/af/framework/messages.po
+++ b/source/af/framework/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-01-16 06:52+0000\n"
"Last-Translator: fwolff <friedel@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,95 +13,119 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547621548.000000\n"
+#. 5dTDC
#: framework/inc/strings.hrc:25
msgctxt "STR_MENU_HEADFOOTALL"
msgid "All"
msgstr "Alles"
+#. oyXqc
#: framework/inc/strings.hrc:26
msgctxt "STR_UPDATEDOC"
msgid "~Update"
msgstr "Werk b~y"
+#. GD4Gd
#: framework/inc/strings.hrc:27
msgctxt "STR_CLOSEDOC_ANDRETURN"
msgid "~Close & Return to "
msgstr "~Sluit en keer terug na "
+#. 2AsV6
#: framework/inc/strings.hrc:28
msgctxt "STR_TOOLBAR_VISIBLE_BUTTONS"
msgid "Visible ~Buttons"
msgstr "Sig~bare knoppies"
+#. 342Pc
#: framework/inc/strings.hrc:29
msgctxt "STR_TOOLBAR_CUSTOMIZE_TOOLBAR"
msgid "~Customize Toolbar..."
msgstr "~Doelmaak nutsbalk..."
+#. DhTM2
#: framework/inc/strings.hrc:30
+msgctxt "STR_TOOLBAR_UNDOCK_TOOLBAR"
+msgid "U~ndock Toolbar"
+msgstr ""
+
+#. 7GcGg
+#: framework/inc/strings.hrc:31
msgctxt "STR_TOOLBAR_DOCK_TOOLBAR"
msgid "~Dock Toolbar"
msgstr "~Dok nutsbalk"
-#: framework/inc/strings.hrc:31
+#. hFZqj
+#: framework/inc/strings.hrc:32
msgctxt "STR_TOOLBAR_DOCK_ALL_TOOLBARS"
msgid "Dock ~All Toolbars"
msgstr "Dok ~alle nutsbalke"
-#: framework/inc/strings.hrc:32
+#. xUzeo
+#: framework/inc/strings.hrc:33
msgctxt "STR_TOOLBAR_LOCK_TOOLBAR"
msgid "~Lock Toolbar Position"
msgstr "S~luit nutsbalkposisie vas"
-#: framework/inc/strings.hrc:33
+#. a9XNN
+#: framework/inc/strings.hrc:34
msgctxt "STR_TOOLBAR_CLOSE_TOOLBAR"
msgid "Close ~Toolbar"
msgstr "Slui~t nutsbalk"
-#: framework/inc/strings.hrc:34
+#. JGEgE
+#: framework/inc/strings.hrc:35
msgctxt "STR_SAVECOPYDOC"
msgid "Save Copy ~as..."
msgstr "Stoor kopie ~as..."
-#: framework/inc/strings.hrc:35
+#. JJrop
+#: framework/inc/strings.hrc:36
msgctxt "STR_NODOCUMENT"
msgid "No Documents"
msgstr "Geen dokumente nie"
-#: framework/inc/strings.hrc:36
+#. Sc7No
+#: framework/inc/strings.hrc:37
msgctxt "STR_CLEAR_RECENT_FILES"
msgid "Clear List"
msgstr "Maak lys skoon"
-#: framework/inc/strings.hrc:37
+#. y5BFt
+#: framework/inc/strings.hrc:38
msgctxt "STR_CLEAR_RECENT_FILES_HELP"
msgid "Clears the list with the most recently opened files. This action can not be undone."
msgstr "Maak die lys met die onlangs geopende lêers skoon. Dié aksie kan nie ongedaan gemaak word nie."
-#: framework/inc/strings.hrc:38
+#. JDATD
+#: framework/inc/strings.hrc:39
msgctxt "STR_REMOTE_TITLE"
msgid " (Remote)"
msgstr " (afgeleë)"
-#: framework/inc/strings.hrc:39
+#. JFH6k
+#: framework/inc/strings.hrc:40
msgctxt "STR_SAFEMODE_TITLE"
msgid " (Safe Mode)"
msgstr " (Veilige modus)"
-#: framework/inc/strings.hrc:40
+#. D4pBb
+#: framework/inc/strings.hrc:41
msgctxt "STR_TOOLBAR_TITLE_ADDON"
msgid "Add-On %num%"
msgstr "Byvoeging %num%"
-#: framework/inc/strings.hrc:41
+#. 5HFDW
+#: framework/inc/strings.hrc:42
msgctxt "STR_FULL_DISC_RETRY_BUTTON"
msgid "Retry"
msgstr "Herprobeer"
-#: framework/inc/strings.hrc:42
+#. Cu3Ch
+#: framework/inc/strings.hrc:43
msgctxt "STR_FULL_DISC_MSG"
msgid ""
"%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n"
@@ -120,12 +144,14 @@ msgstr ""
"Druk die 'Herprobeer'-knoppie nadat meer skyfspasie toegeken is om die data weer te probeer stoor.\n"
"\n"
-#: framework/inc/strings.hrc:43
+#. oPFZY
+#: framework/inc/strings.hrc:44
msgctxt "STR_RESTORE_TOOLBARS"
msgid "~Reset"
msgstr "Stel te~rug"
-#: framework/inc/strings.hrc:44
+#. ntyDa
+#: framework/inc/strings.hrc:45
msgctxt "STR_CORRUPT_UICFG_SHARE"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -134,7 +160,8 @@ msgstr ""
"’n Fout het voorgekom terwyl die gebruikerkoppelvlak-opstellingdata gelaai is. Die toepassing sal nou beëindig word.\n"
"Probeer die toepassing herinstalleer."
-#: framework/inc/strings.hrc:45
+#. grsAx
+#: framework/inc/strings.hrc:46
msgctxt "STR_CORRUPT_UICFG_USER"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -143,7 +170,8 @@ msgstr ""
"’n Fout het voorgekom terwyl die gebruikerkoppelvlak-opstellingdata gelaai is. Die toepassing sal nou beëindig word.\n"
"Probeer u gebruikerprofiel vir die toepassing verwyder."
-#: framework/inc/strings.hrc:46
+#. qMSRF
+#: framework/inc/strings.hrc:47
msgctxt "STR_CORRUPT_UICFG_GENERAL"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -152,38 +180,45 @@ msgstr ""
"’n Fout het voorgekom terwyl die gebruikerkoppelvlak-opstellingdata gelaai is. Die toepassing sal nou beëindig word.\n"
"Probeer eers u gebruikerprofiel vir die toepassing verwyder, of probeer die toepassing herinstalleer."
-#: framework/inc/strings.hrc:47
+#. 9FEe5
+#: framework/inc/strings.hrc:48
msgctxt "STR_UNTITLED_DOCUMENT"
msgid "Untitled"
msgstr "Naamloos"
+#. HDUNU
#. To translators: for displaying 'Multiple Languages' in the language statusbar control
-#: framework/inc/strings.hrc:49
+#: framework/inc/strings.hrc:50
msgctxt "STR_LANGSTATUS_MULTIPLE_LANGUAGES"
msgid "Multiple Languages"
msgstr "Meer as een taal"
-#: framework/inc/strings.hrc:50
+#. rZBXF
+#: framework/inc/strings.hrc:51
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "Geen (moenie spelling kontroleer nie)"
-#: framework/inc/strings.hrc:51
+#. Z8EjG
+#: framework/inc/strings.hrc:52
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr "Stel terug na verstektaal"
-#: framework/inc/strings.hrc:52
+#. YEXdS
+#: framework/inc/strings.hrc:53
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "Meer..."
-#: framework/inc/strings.hrc:53
+#. tTsdD
+#: framework/inc/strings.hrc:54
msgctxt "STR_SET_LANGUAGE_FOR_PARAGRAPH"
msgid "Set Language for Paragraph"
msgstr "Stel taal vir paragraaf"
-#: framework/inc/strings.hrc:54
+#. m72Ea
+#: framework/inc/strings.hrc:55
msgctxt "STR_LANGSTATUS_HINT"
msgid "Text Language. Right-click to set character or paragraph language"
msgstr "Tekstaal. Klik regs om die karakter- of paragraaftaal te stel."
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 8d4921280df..6c6ed9e2aaf 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-06-19 20:41+0000\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18286,15 +18286,15 @@ msgctxt ""
msgid "Find Parenthesis"
msgstr "Vind parentese"
-#. f5DAE
+#. mmxND
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:BasicIDEAppear\n"
"Label\n"
"value.text"
-msgid "Edit Macros"
-msgstr "Redigeer makro’s"
+msgid "Edit Macros..."
+msgstr ""
#. Ws9jQ
#: GenericCommands.xcu
@@ -28006,6 +28006,16 @@ msgctxt ""
msgid "Background Color..."
msgstr "Agtergrondkleur..."
+#. u6JdE
+#: ReportCommands.xcu
+msgctxt ""
+"ReportCommands.xcu\n"
+".ReportCommands.UserInterface.Commands..uno:DSBEditDoc\n"
+"Label\n"
+"value.text"
+msgid "Edit Mode"
+msgstr ""
+
#. GZdEa
#: ReportCommands.xcu
msgctxt ""
@@ -34759,6 +34769,56 @@ msgctxt ""
msgid "Content Controls"
msgstr ""
+#. SGVjq
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectMenu\n"
+"Label\n"
+"value.text"
+msgid "~Protect Document"
+msgstr ""
+
+#. ByLdE
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectFields\n"
+"Label\n"
+"value.text"
+msgid "Protect Fields"
+msgstr ""
+
+#. zDPPk
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectFields\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect fields in current document"
+msgstr ""
+
+#. CdnED
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectBookmarks\n"
+"Label\n"
+"value.text"
+msgid "Protect Bookmarks"
+msgstr ""
+
+#. WjWoa
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectBookmarks\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect bookmarks in current document"
+msgstr ""
+
#. joS9f
#: WriterFormWindowState.xcu
msgctxt ""
diff --git a/source/af/sc/messages.po b/source/af/sc/messages.po
index f1791a47c9f..8e019bbd9a1 100644
--- a/source/af/sc/messages.po
+++ b/source/af/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2019-06-19 20:39+0000\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -21240,82 +21240,82 @@ msgid "Cancel"
msgstr ""
#. nHoB2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:16
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:18
#, fuzzy
msgctxt "definedatabaserangedialog|DefineDatabaseRangeDialog"
msgid "Define Database Range"
msgstr "Wysig databasisreikwydte"
#. 4FqWF
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:176
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:179
msgctxt "definedatabaserangedialog|Name"
msgid "Name"
msgstr "Naam"
#. FUAH2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:241
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:244
msgctxt "definedatabaserangedialog|Range"
msgid "Range"
msgstr "Omvang"
#. N8Lui
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:276
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:279
#, fuzzy
msgctxt "definedatabaserangedialog|modify"
msgid "M_odify"
msgstr "Wysig"
#. TniCB
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:329
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:332
msgctxt "definedatabaserangedialog|ContainsColumnLabels"
msgid "Co_ntains column labels"
msgstr ""
#. QBs5X
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:345
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:348
msgctxt "definedatabaserangedialog|ContainsTotalsRow"
msgid "Contains _totals row"
msgstr ""
#. AeZB2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:361
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:364
msgctxt "definedatabaserangedialog|InsertOrDeleteCells"
msgid "Insert or delete _cells"
msgstr ""
#. EveBu
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:377
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:380
msgctxt "definedatabaserangedialog|KeepFormatting"
msgid "Keep _formatting"
msgstr ""
#. rSf5f
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:393
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:396
msgctxt "definedatabaserangedialog|DontSaveImportedData"
msgid "Don't save _imported data"
msgstr ""
#. nYJiV
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:411
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:414
#, fuzzy
msgctxt "definedatabaserangedialog|Source"
msgid "Source:"
msgstr "~Bron"
#. q2F5V
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:424
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:427
msgctxt "definedatabaserangedialog|Operations"
msgid "Operations:"
msgstr ""
#. XXY4E
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:437
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:440
msgctxt "definedatabaserangedialog|invalid"
msgid "Invalid range"
msgstr "Ongeldige omvang"
#. dHJw9
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:454
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:457
msgctxt "definedatabaserangedialog|label1"
msgid "Options"
msgstr "Opsies"
@@ -23352,213 +23352,213 @@ msgid "~File"
msgstr ""
#. EBQTu
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3546
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3539
msgctxt "CalcNotebookbar|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. f8rkJ
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3827
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3820
msgctxt "CalcNotebookbar|increaseindent1|tooltip_text"
msgid "Increase Indent"
msgstr ""
#. TBHRy
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3841
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3834
msgctxt "CalcNotebookbar|decreaseindent1|tooltip_text"
msgid "Decrease Indent"
msgstr ""
#. 6GvMB
-#: sc/uiconfig/scalc/ui/notebookbar.ui:4815
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4808
msgctxt "CalcNotebookbar|HomeMenuButton"
msgid "_Home"
msgstr ""
#. yghFn
-#: sc/uiconfig/scalc/ui/notebookbar.ui:4924
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4917
msgctxt "CalcNotebookbar|CalcLabel"
msgid "~Home"
msgstr ""
#. bBEGh
-#: sc/uiconfig/scalc/ui/notebookbar.ui:5483
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5476
msgctxt "CalcNotebookbar|FieldMenuButton"
msgid "Fiel_d"
msgstr ""
#. VCk9a
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6004
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5997
msgctxt "CalcNotebookbar|InsertMenuButton"
msgid "_Insert"
msgstr ""
#. HnjBi
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6112
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6105
msgctxt "CalcNotebookbar|InsertLabel"
msgid "~Insert"
msgstr ""
#. xmARL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6523
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6549
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6987
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6516
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6542
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6980
msgctxt "CalcNotebookbar|objectalign|tooltip_text"
msgid "Object Align"
msgstr ""
#. 4FwmH
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7212
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7205
msgctxt "CalcNotebookbar|reviewb"
msgid "_Layout"
msgstr ""
#. eWinY
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7297
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7290
msgctxt "CalcNotebookbar|PageLayoutLabel"
msgid "~Layout"
msgstr ""
#. MHnRF
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8403
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8396
msgctxt "CalcNotebookbar|Statistics"
msgid "_Statistics"
msgstr ""
#. BiHBE
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8454
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8447
msgctxt "CalcNotebookbar|DataMenuButton"
msgid "_Data"
msgstr ""
#. xzx9j
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8563
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8556
msgctxt "CalcNotebookbar|DataLabel"
msgid "~Data"
msgstr ""
#. CBEHA
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9385
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9378
msgctxt "CalcNotebookbar|ReviewMenuButton"
msgid "_Review"
msgstr ""
#. 7FXbr
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9471
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9464
msgctxt "CalcNotebookbar|ReviewLabel"
msgid "~Review"
msgstr ""
#. NT37F
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10377
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10370
msgctxt "CalcNotebookbar|ViewMenuButton"
msgid "_View"
msgstr ""
#. rPdAq
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10463
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10456
msgctxt "CalcNotebookbar|ViewLabel"
msgid "~View"
msgstr ""
#. zaUCM
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11517
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11510
msgctxt "CalcNotebookbar|GraphicMenuButton"
msgid "Ima_ge"
msgstr ""
#. rwprK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11642
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11635
msgctxt "CalcNotebookbar|ImageLabel"
msgid "Ima~ge"
msgstr ""
#. EjbzV
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12861
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12854
msgctxt "CalcNotebookbar|DrawMenuButton"
msgid "_Draw"
msgstr ""
#. iagRv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12971
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12964
msgctxt "CalcNotebookbar|DrawLabel"
msgid "~Draw"
msgstr ""
#. EgeGL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13443
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13436
msgctxt "CalcNotebookbar|ConvertMenuButton"
msgid "Convert"
msgstr ""
#. PdjTP
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13743
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13736
msgctxt "CalcNotebookbar|frame:Menu Draw"
msgid "_Object"
msgstr ""
#. xTKVv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13853
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13846
msgctxt "CalcNotebookbar|FrameLabel"
msgid "~Object"
msgstr ""
#. cHyKz
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14428
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14421
msgctxt "CalcNotebookbar|MediaMenuButton"
msgid "_Media"
msgstr ""
#. CJ2qx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14536
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14529
msgctxt "CalcNotebookbar|MediaLabel"
msgid "~Media"
msgstr ""
#. eQK6A
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14937
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14930
msgctxt "CalcNotebookbar|PrintMenuButton"
msgid "_Print"
msgstr ""
#. sCGyG
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15021
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15014
msgctxt "CalcNotebookbar|PrintLabel"
msgid "~Print"
msgstr ""
#. 5JVAt
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15856
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15849
msgctxt "CalcNotebookbar|FormMenuButton"
msgid "Fo_rm"
msgstr ""
#. CCEAK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15941
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15934
msgctxt "CalcNotebookbar|FormLabel"
msgid "Fo~rm"
msgstr ""
#. mrTYB
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15998
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15991
msgctxt "WriterNotebookbar|FormMenuButton"
msgid "E_xtension"
msgstr ""
#. Gtj2Y
-#: sc/uiconfig/scalc/ui/notebookbar.ui:16083
+#: sc/uiconfig/scalc/ui/notebookbar.ui:16076
msgctxt "WriterNotebookbar|ExtensionLabel"
msgid "E~xtension"
msgstr ""
#. 3Ec6T
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17311
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17304
msgctxt "CalcNotebookbar|ToolsMenuButton"
msgid "_Tools"
msgstr ""
#. fWgEx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17396
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17389
msgctxt "CalcNotebookbar|DevLabel"
msgid "~Tools"
msgstr ""
@@ -23576,188 +23576,188 @@ msgid "~File"
msgstr ""
#. UWfVg
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3576
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6256
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3567
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6247
msgctxt "notebookbar_compact|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. JDRKC
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4653
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4644
msgctxt "notebookbar_compact|HomeMenuButton"
msgid "_Menu"
msgstr ""
#. Svdz9
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4705
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4696
msgctxt "notebookbar_compact|CalcLabel"
msgid "~Home"
msgstr ""
#. ecBqZ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5212
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5203
msgctxt "notebookbar_compact|FieldMenuButton"
msgid "Fiel_d"
msgstr ""
#. zveKA
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5730
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5721
msgctxt "notebookbar_compact|InsertMenuButton"
msgid "_Insert"
msgstr ""
#. CDXv3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5785
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5776
msgctxt "notebookbar_compact|InsertLabel"
msgid "~Insert"
msgstr ""
#. EvytN
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6419
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6410
msgctxt "notebookbar_compact|PageMenuButton"
msgid "_Layout"
msgstr ""
#. TbQMa
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6471
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6462
msgctxt "notebookbar_compact|LayoutLabel"
msgid "~Layout"
msgstr ""
#. QqjZP
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7330
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7321
msgctxt "notebookbar_compact|Statistics"
msgid "_Statistics"
msgstr ""
#. GFZNz
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7396
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7387
msgctxt "notebookbar_compact|DataMenuButton"
msgid "_Data"
msgstr ""
#. TCt7E
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7447
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7438
msgctxt "notebookbar_compact|DataLabel"
msgid "~Data"
msgstr ""
#. jYD7j
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8145
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8136
msgctxt "notebookbar_compact|ReviewMenuButton"
msgid "_Review"
msgstr ""
#. Lbj5B
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8197
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8188
msgctxt "notebookbar_compact|ReviewLabel"
msgid "~Review"
msgstr ""
#. 35kA2
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8879
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8870
msgctxt "notebookbar_compact|ViewMenuButton"
msgid "_View"
msgstr ""
#. ZGh8C
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8931
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8922
msgctxt "notebookbar_compact|ViewLabel"
msgid "~View"
msgstr ""
#. dV94w
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10321
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10312
msgctxt "notebookbar_compact|GraphicMenuButton"
msgid "Im_age"
msgstr ""
#. ekWoX
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10373
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10364
msgctxt "notebookbar_compact|ImageLabel"
msgid "Ima~ge"
msgstr ""
#. 8eQN8
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11786
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11777
msgctxt "notebookbar_compact|DrawMenuButton"
msgid "D_raw"
msgstr ""
#. FBf68
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11838
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11829
msgctxt "notebookbar_compact|ShapeLabel"
msgid "~Draw"
msgstr ""
#. DoVwy
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12816
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12807
msgctxt "notebookbar_compact|ObjectMenuButton"
msgid "Object"
msgstr ""
#. JXKiY
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12868
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12859
msgctxt "notebookbar_compact|FrameLabel"
msgid "~Object"
msgstr ""
#. q8wnS
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13588
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13579
msgctxt "notebookbar_compact|MediaButton"
msgid "_Media"
msgstr ""
#. 7HDt3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13641
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13632
msgctxt "notebookbar_compact|MediaLabel"
msgid "~Media"
msgstr ""
#. vSDok
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14215
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14206
msgctxt "notebookbar_compact|PrintPreviewButton"
msgid "Print"
msgstr ""
#. goiqQ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14267
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14258
msgctxt "notebookbar_compact|FormLabel"
msgid "~Print"
msgstr ""
#. EBGs5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15622
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15613
msgctxt "notebookbar_compact|FormButton"
msgid "Fo_rm"
msgstr ""
#. EKA8X
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15674
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15665
msgctxt "notebookbar_compact|FormLabel"
msgid "Fo~rm"
msgstr ""
#. 8SvE5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15754
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15745
msgctxt "notebookbar_compact|ExtensionMenuButton"
msgid "E_xtension"
msgstr ""
#. WH5NR
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15812
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15803
msgctxt "notebookbar_compact|ExtensionLabel"
msgid "E~xtension"
msgstr ""
#. 8fhwb
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16845
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16836
msgctxt "notebookbar_compact|ToolsMenuButton"
msgid "_Tools"
msgstr ""
#. kpc43
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16897
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16888
msgctxt "notebookbar_compact|DevLabel"
msgid "~Tools"
msgstr ""
@@ -27284,43 +27284,43 @@ msgid "Select the background color of the selected cells."
msgstr ""
#. wCWut
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:43
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:45
msgctxt "sidebarcellappearance|cellbackground|tooltip_text"
msgid "Select the background color of the selected cells."
msgstr ""
#. DKEkN
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:69
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:71
msgctxt "sidebarcellappearance|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. D2TVi
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:90
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:92
msgctxt "sidebarcellappearance|borderlinecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr ""
#. GqfZD
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:98
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:102
msgctxt "sidebarcellappearance|linecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr ""
#. 8AUBs
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:108
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:112
msgctxt "sidebarcellappearance|borderlinecolor-atkobject"
msgid "Border Line Color"
msgstr ""
#. VgXDF
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:128
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:134
msgctxt "sidebarcellappearance|linestyle|tooltip_text"
msgid "Select the line style of the borders."
msgstr ""
#. jaxhA
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:138
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:144
msgctxt "sidebarcellappearance|borderlinestyle-atkobject"
msgid "Border Line Style"
msgstr ""
diff --git a/source/af/sd/messages.po b/source/af/sd/messages.po
index c8b6e92025c..3807a0f3206 100644
--- a/source/af/sd/messages.po
+++ b/source/af/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2019-06-19 07:16+0000\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1170,265 +1170,244 @@ msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
-#. A6KgG
-#: sd/inc/strings.hrc:160
-#, fuzzy
-msgctxt "STR_DRAGTYPE_URL"
-msgid "Insert as Hyperlink"
-msgstr "Voeg as hiperskakel in"
-
-#. VB7Zq
-#: sd/inc/strings.hrc:161
-#, fuzzy
-msgctxt "STR_DRAGTYPE_EMBEDDED"
-msgid "Insert as Copy"
-msgstr "Voeg as kopie in"
-
-#. aAqZD
-#: sd/inc/strings.hrc:162
-#, fuzzy
-msgctxt "STR_DRAGTYPE_LINK"
-msgid "Insert as Link"
-msgstr "Voeg as skakel in"
-
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:160
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Deftig"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:161
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Links"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:162
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Regs"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:163
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Bokant"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:164
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Onderkant"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:165
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Bo links?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:166
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Onder links?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:167
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Bo regs?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Onder regs?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horisontaal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertikaal"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Almal?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:172
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Hierdie aksie kan nie in die lewendige modus laat loop word nie."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:173
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Terug"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:174
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Gaan voort"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:175
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Oorsig"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Kleurtoleransie"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:177
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Oorkruisuitdowing"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:178
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Vou skyfie uit"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:179
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Inhoudsopgaweskyfie"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:180
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Geen SANE-bron is tans beskikbaar nie."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:181
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Geen TWAIN-bron is tans beskikbaar nie."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:182
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Vaste"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:183
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Wisselend"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:184
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standaard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:185
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standaard (kort)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:186
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standaard (lank)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:187
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Lêernaam"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:188
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Pad/lêernaam"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:189
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Pad"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:190
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Lêernaam sonder uitbreiding"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:191
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nuwe doelgemaakte skyfievertoning"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:192
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopieer "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:193
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:194
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:195
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Ongroepeer metalêer(s)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:196
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Al die tekenobjekte kon nie ontgroepeer word nie."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:197
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:198
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:201
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1438,157 +1417,157 @@ msgstr ""
"Wil u dit vervang?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:202
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Teks"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:203
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hiperskakel"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:204
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Besoekte skakel"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:205
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktiewe skakel"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:206
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notas"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:207
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Inhoudsopgawe"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:208
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Kliek hier om te begin"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:209
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Outeur"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-pos"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Tuisblad"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Verdere inligting"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Laai voorlegging af"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "U blaaier ondersteun ongelukkig nie swewende rame nie."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Eerste bladsy"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Laaste bladsy"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Teks"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Beeld"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Met inhoud"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Sonder inhoud"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:221
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Na gegewe bladsy"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:222
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Skakel biskaart om na veelhoek"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:223
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Kliek om voorlegging te verlaat..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:224
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pouse..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:225
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Pas 3-D gunsteling toe"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:226
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:227
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1599,815 +1578,827 @@ msgstr ""
"is nie 'n geldige klanklêer nie!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:228
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Skakel om na metalêer"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:229
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Skakel om na biskaart"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:230
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Die lêer $(URL1) kan nie geskep word nie."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:231
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Die lêer $(URL1) kon nie geopen word nie."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:232
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Die lêer $(URL1) kon nie gekopieer word na $(URL2) nie"
#. KVfUE
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:233
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list and double-click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Hernoem skyfie"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:235
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
+#. rBmcL
+#: sd/inc/strings.hrc:236
+msgctxt "STR_TOOLTIP_RENAME"
+msgid "Duplicate or empty names are not possible"
+msgstr ""
+
#. FUm5F
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:237
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Naam"
#. VSdio
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:238
msgctxt "STR_TITLE_RENAMEMASTER"
msgid "Rename Master Slide"
msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:241
+#: sd/inc/strings.hrc:239
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Titelarea vir OutoUitleg"
#. i4T9w
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:240
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objekarea vir OutoUitleg"
#. vS6wi
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:241
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Voetstukarea"
#. xFBgg
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:242
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Kopstukarea"
#. 8JGJD
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:243
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datumarea"
#. oNFN3
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:244
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Skyfienommerarea"
#. GisCz
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:245
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Bladsynommerarea"
#. rvtjX
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:246
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<kopstuk>"
#. RoVvC
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:247
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<voetstuk>"
#. RXzA4
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:248
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<datum/tyd>"
#. TuP6n
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:249
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<nommer>"
#. CCuCb
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:250
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:251
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:252
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Notasarea"
#. EEf4k
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:254
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangoel/Handja-omskakeling"
#. RDARn
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:255
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Skyfies"
#. CU9DK
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:256
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Bladsye"
#. C7hf2
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:257
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Voorskou nie beskikbaar nie"
#. bAJoa
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:258
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Berei tans voorskou voor"
#. nDrpm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:259
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Uitlegte"
#. peCQY
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:260
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:261
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Aanbiedingsopsies"
#. oyUYa
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:262
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Selstyle"
-#. dqvxZ
-#: sd/inc/strings.hrc:265
-msgctxt "STR_NAVIGATOR_SHOW_NAMED_SHAPES"
-msgid "Named shapes"
-msgstr "Benoemde vorms"
-
-#. GwNKU
-#: sd/inc/strings.hrc:266
-msgctxt "STR_NAVIGATOR_SHOW_ALL_SHAPES"
-msgid "All shapes"
-msgstr "Alle vorms"
-
#. BQmNo
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:263
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Vorm %1"
#. 94JFw
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:264
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:265
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Opmerkings"
#. 76dF3
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:266
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:267
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Voeg tabel in"
#. koDfS
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:268
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Voeg grafiek in"
#. re2hh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Voeg bladsy in"
#. iBBLh
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:270
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:271
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:272
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:273
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:274
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
-#. QY89q
-#: sd/inc/strings.hrc:279
-msgctxt "STR_OBJECTS_TREE"
-msgid "Page Tree"
-msgstr ""
-
#. 5FSEq
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:275
#, fuzzy, c-format
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Die plaaslike teikengids '%FILENAME' is nie leeg nie. Sommige lêers mag oorheenskryf word. Wil u voortgaan?"
#. DKw6n
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:277
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Agtergrond"
#. qGFWm
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:278
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Agtergrondobjekte"
#. j9GG4
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:279
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Uitleg"
#. nU2g2
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:280
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kontroles"
#. zQSpC
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:281
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Dimensielyne"
#. z4wq5
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:282
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Skyfie"
#. TTD8A
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:283
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Bladsy"
#. p8GEE
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:284
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Skyfie"
#. r3w8y
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:285
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:286
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:287
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Meesterbladsye"
#. nTgKn
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:288
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:289
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notas)"
#. hBB6T
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:290
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Uitdeelstukke"
#. ZC2XQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Kliek om die titelteksformaat te redigeer"
#. bekYz
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Kliek om die skemateksformaat te redigeer"
+#. MhEh8
+#: sd/inc/strings.hrc:293
+msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
+msgid "Double-tap to edit the title text format"
+msgstr ""
+
+#. eMDBG
+#: sd/inc/strings.hrc:294
+msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
+msgid "Double-tap to edit the outline text format"
+msgstr ""
+
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Tweede skemavlak"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Derde skemavlak"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Vierde skemavlak"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Vyfde skemavlak"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sesde skemavlak"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sewende skemavlak"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Kliek om die skyfie te verplaas"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Kliek om die notaformaat te redigeer"
+#. Qxj2R
+#: sd/inc/strings.hrc:303
+msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
+msgid "Double-tap to move the slide"
+msgstr ""
+
+#. iibds
+#: sd/inc/strings.hrc:304
+msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
+msgid "Double-tap to edit the notes format"
+msgstr ""
+
#. oBXBx
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klik om ’n titel by te voeg"
#. HVQNr
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klik om teks by te voeg"
#. NUirL
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klik om teks by te voeg"
#. 2u7FR
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:318
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Verstek"
#. rEPYV
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:319
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titel"
#. tRuKR
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:320
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default"
msgstr "Verstek"
#. pxfDw
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:321
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Verplaas skyfies"
#. uDXFb
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:322
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:323
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. wCkjy
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:324
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Setup"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objek sonder agtergrond"
#. btJeg
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:328
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Teks"
#. v7u2t
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:334
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:352
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:352
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:355
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titel"
#. zn6qa
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:356
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtitel"
#. JVyHE
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:357
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Skema"
#. riaKo
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:358
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Agtergrondobjekte"
#. EEEk3
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:359
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Agtergrond"
#. EdWfd
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:360
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notas"
#. FQqif
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:361
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint-invoer"
#. kjKWf
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:362
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Stoor dokument"
#. VCFFA
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_BANDED_CELL"
msgid "Banding cell"
msgstr "Banding van sel"
#. FBzD4
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:364
msgctxt "STR_POOLSHEET_HEADER"
msgid "Header"
msgstr "Kop"
#. kut56
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:365
msgctxt "STR_POOLSHEET_TOTAL"
msgid "Total line"
msgstr "Totaalreël"
#. 4UBCG
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:366
msgctxt "STR_POOLSHEET_FIRST_COLUMN"
msgid "First column"
msgstr "Eerste kolom"
#. f3Zfa
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:367
msgctxt "STR_POOLSHEET_LAST_COLUMN"
msgid "Last column"
msgstr "Laaste kolom"
#. HAeDt
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:368
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:369
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2415,735 +2406,735 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tekeningaansig"
#. Fi6GE
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_D_DRAWVIEW_D"
msgid "This is where you create and edit drawings."
msgstr "Dit is waar jy tekeninge skep en redigeer."
#. GfnmX
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tekeningaansig"
#. SWtFN
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_I_DRAWVIEW_D"
msgid "This is where you create and edit slides."
msgstr "Dit is waar jy skyfies skep en redigeer."
#. YCVqM
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Skema-aansig"
#. feLwF
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_D"
msgid "This is where you enter or edit text in list form."
msgstr "Dit is waar jy teks in lysvorm intik of redigeer."
#. k2hXi
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Skyfiesaansig"
#. A22hR
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Dit is waar jy skyfies sorteer."
#. vyX8L
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Nota-aansig"
#. Syiwi
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_NOTESVIEW_D"
msgid "This is where you enter and view notes."
msgstr "Dit is waar jy aantekeninge intik en redigeer."
#. qr5ov
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Uitdeelstuk-aansig"
#. 9EyMA
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_D"
msgid "This is where you decide on the layout for handouts."
msgstr "Dit is waar jy besluit oor die uitleg van uitdeelstukke."
#. Ycpb4
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Voorlegging"
#. 4WCzf
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Voorlegging"
#. R6kyg
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Voorlegging"
#. X8c9Z
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Uitdeelstuk"
#. FeAdu
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. ogNjh
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_TITLE_D"
msgid "PresentationTitleShape"
msgstr ""
#. bFvTq
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_OUTLINER_D"
msgid "PresentationOutlinerShape"
msgstr ""
#. wAE9M
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_SUBTITLE_D"
msgid "PresentationSubtitleShape"
msgstr ""
#. RYA3y
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:396
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_D"
msgid "PresentationPageShape"
msgstr "Voorlegging"
#. VVZyE
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_P_NOTES_D"
msgid "PresentationNotesShape"
msgstr ""
#. Pqhhf
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_HANDOUT_D"
msgid "PresentationHandoutShape"
msgstr ""
#. KzpQq
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_UNKNOWN_D"
msgid "Unknown accessible presentation shape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:400
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Voorleggingsmodus"
#. 4YzQz
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_FOOTER_D"
msgid "PresentationFooterShape"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Voorlegging"
#. zpVS7
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HEADER_D"
msgid "PresentationHeaderShape"
msgstr ""
#. EfHeH
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. 7Dbde
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_DATE_D"
msgid "PresentationDateAndTimeShape"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. q7Hqe
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_NUMBER_D"
msgid "PresentationPageNumberShape"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME-voorlegging"
#. ubJop
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titel"
#. Va4KF
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:410
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Skema"
#. 6FKRE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:411
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtitel"
#. eSBEi
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:412
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Bladsy"
#. WEaeZ
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:413
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notas"
#. buhox
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Uitdeelstuk"
#. 4xBQg
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:415
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:416
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Voet"
#. SrrR4
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:417
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Kop"
#. CCwKy
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:418
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datum"
#. EFmn4
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:419
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Nommer"
#. wFpMQ
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:420
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(leesalleen)"
#. EV4W5
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "geen"
#. 9izAz
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Tot volgende kliek"
#. oEQ7B
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Tot einde van skyfie"
#. Lf9gB
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Rigting"
#. xxDXG
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoem"
#. SvBeK
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Speke"
#. eJ4qZ
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Eerste kolom"
#. CSbCE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Tweede kleur"
#. cZUiD
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:430
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Eerste kolom"
#. U5ZDL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Styl:"
#. vKLER
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:432
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Font"
#. Fdsks
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:433
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Eerste kolom"
#. nT7dm
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Styl:"
#. q24Fe
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:435
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Lettertipe"
#. nAqeR
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:436
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Lynkleur"
#. w7G4Q
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:437
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Fontgrootte"
#. R3GgU
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:438
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Grootte"
#. YEwoz
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Hoeveelheid"
#. wiQPZ
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:440
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Kleur"
#. f5u6C
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:441
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Geen klank nie)"
#. N7jGX
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:442
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Stop vorige klank)"
#. vasqr
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:443
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Ander klank..."
#. CjvLY
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:444
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Monster"
#. CdYt2
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:445
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Sneller"
#. dVJoV
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:446
msgctxt "STR_CUSTOMANIMATION_LIST_HELPTEXT"
msgid "First select the slide element and then click 'Add...' to add an animation effect."
msgstr "Selekteer eers die skyfie-element en kliek dan 'Byvoeg...' om 'n animasie-effek by te voeg."
#. Evkrq
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:447
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:448
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:449
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:450
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:451
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:452
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:453
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "geen"
#. KAsTD
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:455
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Vandag,"
#. DEYnN
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:456
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Gister,"
#. bh3FZ
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:457
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(geen outeur)"
#. AvNV8
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress het die einde van die voorlegging bereik. Wil u verder aan die begin soek?"
#. P5gKe
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:459
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress het die begin van die voorlegging bereik. Wil u verder aan die einde soek?"
#. KGmdL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:460
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw het die einde van die dokument bereik. Wil u verder aan die begin soek?"
#. oEn6r
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:461
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw het tot aan die begin van die dokument gesoek. Wil u verder aan die einde soek?"
#. eP7Vm
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:462
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Voeg opmerking in"
#. s4c9W
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:463
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Skrap opmerking(s)"
#. bxiPE
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:464
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Skuif opmerking"
#. hQbpd
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:465
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Redigeer opmerking"
#. g6k7E
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:466
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Antwoord aan%1"
#. NMTpu
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:468
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Media-terugspeel"
#. Q76cw
-#: sd/inc/strings.hrc:470
+#: sd/inc/strings.hrc:469
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabel"
#. xCRmu
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:475
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:475
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Inhoud"
#. AdWKp
-#: sd/inc/strings.hrc:477
+#: sd/inc/strings.hrc:476
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Skuifiepaneel"
#. GkLky
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:477
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Bladsynaam"
#. EFkVE
-#: sd/inc/strings.hrc:479
+#: sd/inc/strings.hrc:478
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Datum en tyd"
#. ZcDFL
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:479
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "V~ersteekde bladsye"
#. CSUbC
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:480
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Kleur"
#. WmYKp
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:481
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Grootte"
#. qDGVE
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:482
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brosjures"
#. K7m8L
-#: sd/inc/strings.hrc:484
+#: sd/inc/strings.hrc:483
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:484
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Sluit in"
#. AEeCf
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:485
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:486
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:488
+#: sd/inc/strings.hrc:487
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:490
+#: sd/inc/strings.hrc:489
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress het tot aan die einde van die voorlegging gesoek. Wil u verder soek aan die begin?"
#. buKAC
-#: sd/inc/strings.hrc:491
+#: sd/inc/strings.hrc:490
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress het tot aan die begin van die voorlegging gesoek. Wil u verder soek aan die einde?"
#. iiE2i
-#: sd/inc/strings.hrc:492
+#: sd/inc/strings.hrc:491
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw het tot aan die einde van die dokument gesoek. Wil u aan die begin voortgaan?"
#. RAhiP
-#: sd/inc/strings.hrc:493
+#: sd/inc/strings.hrc:492
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw het tot aan die begin van die dokument gesoek. Wil u verder soek aan die einde?"
#. T5Pap
-#: sd/inc/strings.hrc:495
+#: sd/inc/strings.hrc:494
msgctxt "STR_SD_NONE"
msgid "- None -"
msgstr "- Geen -"
#. 6GhtE
-#: sd/inc/strings.hrc:497
+#: sd/inc/strings.hrc:496
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:499
+#: sd/inc/strings.hrc:498
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
@@ -5903,56 +5894,92 @@ msgctxt "mastermenu|small"
msgid "Show S_mall Preview"
msgstr "Wys k~lein voorskou"
+#. qF7zf
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:12
+msgctxt "navigatorpanelSTR_DRAGTYPE_URL"
+msgid "Insert as Hyperlink"
+msgstr ""
+
+#. ptpuN
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:20
+msgctxt "navigatorpanel|STR_DRAGTYPE_LINK"
+msgid "Insert as Link"
+msgstr ""
+
+#. z7JSR
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:29
+msgctxt "navigatorpanel|STR_DRAGTYPE_EMBEDDED"
+msgid "Insert as Copy"
+msgstr ""
+
#. 3rY8r
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:22
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:64
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "Dokument"
#. wavgT
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:25
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:67
#, fuzzy
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "Aktiewe venster"
+#. D6ag8
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:118
+msgctxt "navigatorpanel|STR_OBJECTS_TREE"
+msgid "Page Tree"
+msgstr ""
+
#. LKqE8
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:58
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:139
msgctxt "navigatorpanel|first|tooltip_text"
msgid "First Slide"
msgstr ""
#. NWPFk
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:71
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:151
msgctxt "navigatorpanel|previous|tooltip_text"
msgid "Previous Slide"
msgstr ""
#. bkvQE
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:84
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:163
msgctxt "navigatorpanel|next|tooltip_text"
msgid "Next Slide"
msgstr ""
#. FVSHF
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:97
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:175
msgctxt "navigatorpanel|last|tooltip_text"
msgid "Last Slide"
msgstr ""
#. mHVom
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:120
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:197
#, fuzzy
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr "Sleepmodus"
#. Qb5a9
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:133
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:209
msgctxt "navigatorpanel|shapes|tooltip_text"
msgid "Show Shapes"
msgstr ""
+#. pzb3K
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:237
+msgctxt "navigatorpanel|STR_NAVIGATOR_SHOW_NAMED_SHAPES"
+msgid "Named shapes"
+msgstr ""
+
+#. dLEPF
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:246
+msgctxt "navigatorpanel|STR_NAVIGATOR_SHOW_ALL_SHAPES"
+msgid "All shapes"
+msgstr ""
+
#. qGFEo
#: sd/uiconfig/simpress/ui/notebookbar.ui:3200
msgctxt "impressnotebookbar|FileLabel"
diff --git a/source/af/sfx2/messages.po b/source/af/sfx2/messages.po
index 117c329e6ea..d4ac45a14cf 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-06-19 20:14+0000\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1010,10 +1010,10 @@ msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
-#. YXSet
+#. eG5qc
#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
-msgid "Regex"
+msgid "Regular expression"
msgstr ""
#. TaDCG
@@ -2274,10 +2274,10 @@ msgctxt "addtargetdialog|type"
msgid "Text"
msgstr ""
-#. vL3CV
+#. dGQqg
#: sfx2/uiconfig/ui/addtargetdialog.ui:167
msgctxt "addtargetdialog|type"
-msgid "Regex"
+msgid "Regular expression"
msgstr ""
#. wgzA4
diff --git a/source/af/svl/messages.po b/source/af/svl/messages.po
index f0a2d0f33b0..15246dd7de0 100644
--- a/source/af/svl/messages.po
+++ b/source/af/svl/messages.po
@@ -3,18 +3,28 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-27 13:56+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
+"PO-Revision-Date: 2018-02-27 14:23+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1519741385.000000\n"
+#. PDMJD
#. Internet Media Type Presentations
#: include/svl/svl.hrc:26
msgctxt "STR_SVT_MIMETYPE_CNT_FSYSBOX"
msgid "Workplace"
msgstr "Werkruimte"
+
+#. k4iRz
+#: include/svl/svl.hrc:27
+msgctxt "STR_FILECTRL_BUTTONTEXT"
+msgid "Browse..."
+msgstr ""
diff --git a/source/af/svtools/messages.po b/source/af/svtools/messages.po
index 0e76fd8c103..153a68735ad 100644
--- a/source/af/svtools/messages.po
+++ b/source/af/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-07 14:10+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-06-19 20:22+0000\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -811,946 +811,940 @@ msgctxt "STR_SVT_FONTMAP_NOTAVAILABLE"
msgid "This font has not been installed. The closest available font will be used."
msgstr "Hierdie font is nie geïnstalleer nie. Die naaste beskikbare font sal gebruik word."
-#. k4iRz
-#: include/svtools/strings.hrc:182
-msgctxt "STR_FILECTRL_BUTTONTEXT"
-msgid "Browse..."
-msgstr "Blaai..."
-
#. KCmDe
-#: include/svtools/strings.hrc:183
+#: include/svtools/strings.hrc:182
#, fuzzy
msgctxt "STR_TABBAR_PUSHBUTTON_MOVET0HOME"
msgid "Move To Home"
msgstr "Skuif tuis"
#. f6NAc
-#: include/svtools/strings.hrc:184
+#: include/svtools/strings.hrc:183
msgctxt "STR_TABBAR_PUSHBUTTON_MOVELEFT"
msgid "Move Left"
msgstr "Skuif links"
#. nrvoV
-#: include/svtools/strings.hrc:185
+#: include/svtools/strings.hrc:184
msgctxt "STR_TABBAR_PUSHBUTTON_MOVERIGHT"
msgid "Move Right"
msgstr "Skuif regs"
#. ZQgUu
-#: include/svtools/strings.hrc:186
+#: include/svtools/strings.hrc:185
msgctxt "STR_TABBAR_PUSHBUTTON_MOVETOEND"
msgid "Move To End"
msgstr "Skuif na einde"
#. mZ4Ln
-#: include/svtools/strings.hrc:187
+#: include/svtools/strings.hrc:186
msgctxt "STR_TABBAR_PUSHBUTTON_ADDTAB"
msgid "Add"
msgstr "Voeg by"
#. 4K4AF
-#: include/svtools/strings.hrc:189
+#: include/svtools/strings.hrc:188
msgctxt "STR_SVT_ACC_RULER_HORZ_NAME"
msgid "Horizontal Ruler"
msgstr "Horisontale liniaal"
#. PG9qt
-#: include/svtools/strings.hrc:190
+#: include/svtools/strings.hrc:189
msgctxt "STR_SVT_ACC_RULER_VERT_NAME"
msgid "Vertical Ruler"
msgstr "Vertikale liniaal"
#. WKngA
-#: include/svtools/strings.hrc:192
+#: include/svtools/strings.hrc:191
msgctxt "STR_SVT_1BIT_THRESHOLD"
msgid "1 bit threshold"
msgstr "1-bis drempel"
#. dByxQ
-#: include/svtools/strings.hrc:193
+#: include/svtools/strings.hrc:192
msgctxt "STR_SVT_1BIT_DITHERED"
msgid "1 bit dithered"
msgstr "1-bis-versagting"
#. kciH5
-#: include/svtools/strings.hrc:194
+#: include/svtools/strings.hrc:193
msgctxt "STR_SVT_4BIT_GRAYSCALE"
msgid "4 bit grayscale"
msgstr "4-bis-grysskaal"
#. TrBvg
-#: include/svtools/strings.hrc:195
+#: include/svtools/strings.hrc:194
msgctxt "STR_SVT_4BIT_COLOR_PALETTE"
msgid "4 bit color"
msgstr "4-bis-kleur"
#. q6mH9
-#: include/svtools/strings.hrc:196
+#: include/svtools/strings.hrc:195
msgctxt "STR_SVT_8BIT_GRAYSCALE"
msgid "8 bit grayscale"
msgstr "8-bis-grysskaal"
#. 8u2Zf
-#: include/svtools/strings.hrc:197
+#: include/svtools/strings.hrc:196
msgctxt "STR_SVT_8BIT_COLOR_PALETTE"
msgid "8 bit color"
msgstr "8-bis-kleur"
#. DZVK4
-#: include/svtools/strings.hrc:198
+#: include/svtools/strings.hrc:197
msgctxt "STR_SVT_24BIT_TRUE_COLOR"
msgid "24 bit true color"
msgstr "24-bis- ware kleur"
#. Grnub
-#: include/svtools/strings.hrc:199
+#: include/svtools/strings.hrc:198
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_1"
msgid "The image needs about %1 KB of memory."
msgstr "Die beeld benodig omtrent %1 KG geheue."
#. FCnVT
-#: include/svtools/strings.hrc:200
+#: include/svtools/strings.hrc:199
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_2"
msgid "The image needs about %1 KB of memory, the file size is %2 KB."
msgstr "Die beeld benodig omtrent %1 KG geheue; die lêergrootte is %2 KG."
#. CdHU8
-#: include/svtools/strings.hrc:201
+#: include/svtools/strings.hrc:200
msgctxt "STR_SVT_ESTIMATED_SIZE_VEC"
msgid "The file size is %1 KB."
msgstr "Die lêergrootte is %1 KG."
#. TaCaF
-#: include/svtools/strings.hrc:202
+#: include/svtools/strings.hrc:201
msgctxt "STR_SVT_HOST"
msgid "host"
msgstr "rekenaar"
#. ERaxD
-#: include/svtools/strings.hrc:203
+#: include/svtools/strings.hrc:202
msgctxt "STR_SVT_PORT"
msgid "port"
msgstr "poort"
#. W88Be
-#: include/svtools/strings.hrc:204
+#: include/svtools/strings.hrc:203
msgctxt "STR_SVT_OTHER_CMIS"
msgid "Other CMIS"
msgstr "Ander CMIS"
#. E9JF5
-#: include/svtools/strings.hrc:205
+#: include/svtools/strings.hrc:204
msgctxt "STR_SVT_PRNDLG_READY"
msgid "Ready"
msgstr "Gereed"
#. 6zER8
-#: include/svtools/strings.hrc:206
+#: include/svtools/strings.hrc:205
msgctxt "STR_SVT_PRNDLG_PAUSED"
msgid "Paused"
msgstr "Tydelik gestop"
#. nqqYs
-#: include/svtools/strings.hrc:207
+#: include/svtools/strings.hrc:206
msgctxt "STR_SVT_PRNDLG_PENDING"
msgid "Pending deletion"
msgstr "Skrapping hangend"
#. CGn9R
-#: include/svtools/strings.hrc:208
+#: include/svtools/strings.hrc:207
msgctxt "STR_SVT_PRNDLG_BUSY"
msgid "Busy"
msgstr "Besig"
#. nyGEq
-#: include/svtools/strings.hrc:209
+#: include/svtools/strings.hrc:208
msgctxt "STR_SVT_PRNDLG_INITIALIZING"
msgid "Initializing"
msgstr "Inisialiseer tans"
#. hduW4
-#: include/svtools/strings.hrc:210
+#: include/svtools/strings.hrc:209
msgctxt "STR_SVT_PRNDLG_WAITING"
msgid "Waiting"
msgstr "Wagtend"
#. FYGFz
-#: include/svtools/strings.hrc:211
+#: include/svtools/strings.hrc:210
msgctxt "STR_SVT_PRNDLG_WARMING_UP"
msgid "Warming up"
msgstr "Warm tans op"
#. qntFR
-#: include/svtools/strings.hrc:212
+#: include/svtools/strings.hrc:211
msgctxt "STR_SVT_PRNDLG_PROCESSING"
msgid "Processing"
msgstr "Verwerk tans"
#. tUmmx
-#: include/svtools/strings.hrc:213
+#: include/svtools/strings.hrc:212
msgctxt "STR_SVT_PRNDLG_PRINTING"
msgid "Printing"
msgstr "Druk tans"
#. BMWJx
-#: include/svtools/strings.hrc:214
+#: include/svtools/strings.hrc:213
msgctxt "STR_SVT_PRNDLG_OFFLINE"
msgid "Offline"
msgstr "Vanlyn"
#. drDMK
-#: include/svtools/strings.hrc:215
+#: include/svtools/strings.hrc:214
msgctxt "STR_SVT_PRNDLG_ERROR"
msgid "Error"
msgstr "Fout"
#. FnMTQ
-#: include/svtools/strings.hrc:216
+#: include/svtools/strings.hrc:215
msgctxt "STR_SVT_PRNDLG_SERVER_UNKNOWN"
msgid "Unknown Server"
msgstr "Onbekende bediener"
#. vuLYa
-#: include/svtools/strings.hrc:217
+#: include/svtools/strings.hrc:216
msgctxt "STR_SVT_PRNDLG_PAPER_JAM"
msgid "Paper jam"
msgstr "Papierverstopping"
#. qG4ZG
-#: include/svtools/strings.hrc:218
+#: include/svtools/strings.hrc:217
msgctxt "STR_SVT_PRNDLG_PAPER_OUT"
msgid "Not enough paper"
msgstr "Nie genoeg papier nie"
#. bB9PC
-#: include/svtools/strings.hrc:219
+#: include/svtools/strings.hrc:218
msgctxt "STR_SVT_PRNDLG_MANUAL_FEED"
msgid "Manual feed"
msgstr "Handmatige papierinvoer"
#. eMZJo
-#: include/svtools/strings.hrc:220
+#: include/svtools/strings.hrc:219
msgctxt "STR_SVT_PRNDLG_PAPER_PROBLEM"
msgid "Paper problem"
msgstr "Papierprobleem"
#. RU3Li
-#: include/svtools/strings.hrc:221
+#: include/svtools/strings.hrc:220
msgctxt "STR_SVT_PRNDLG_IO_ACTIVE"
msgid "I/O active"
msgstr "T/A aktief"
#. VEuAd
-#: include/svtools/strings.hrc:222
+#: include/svtools/strings.hrc:221
msgctxt "STR_SVT_PRNDLG_OUTPUT_BIN_FULL"
msgid "Output bin full"
msgstr "Afvoerrakkie vol"
#. MinDm
-#: include/svtools/strings.hrc:223
+#: include/svtools/strings.hrc:222
msgctxt "STR_SVT_PRNDLG_TONER_LOW"
msgid "Toner low"
msgstr "Poeierink is min"
#. AjnQj
-#: include/svtools/strings.hrc:224
+#: include/svtools/strings.hrc:223
msgctxt "STR_SVT_PRNDLG_NO_TONER"
msgid "No toner"
msgstr "Geen poeierink"
#. CtvCS
-#: include/svtools/strings.hrc:225
+#: include/svtools/strings.hrc:224
msgctxt "STR_SVT_PRNDLG_PAGE_PUNT"
msgid "Delete Page"
msgstr "Skrap bladsy"
#. iGWiT
-#: include/svtools/strings.hrc:226
+#: include/svtools/strings.hrc:225
msgctxt "STR_SVT_PRNDLG_USER_INTERVENTION"
msgid "User intervention necessary"
msgstr "Gebruikersoptrede nodig"
#. 7xg4W
-#: include/svtools/strings.hrc:227
+#: include/svtools/strings.hrc:226
msgctxt "STR_SVT_PRNDLG_OUT_OF_MEMORY"
msgid "Insufficient memory"
msgstr "Onvoldoende geheue"
#. DcNFt
-#: include/svtools/strings.hrc:228
+#: include/svtools/strings.hrc:227
msgctxt "STR_SVT_PRNDLG_DOOR_OPEN"
msgid "Cover open"
msgstr "Deksel oop"
#. CHiEH
-#: include/svtools/strings.hrc:229
+#: include/svtools/strings.hrc:228
msgctxt "STR_SVT_PRNDLG_POWER_SAVE"
msgid "Power save mode"
msgstr "Kragspaarmodus"
#. bYbeA
-#: include/svtools/strings.hrc:230
+#: include/svtools/strings.hrc:229
msgctxt "STR_SVT_PRNDLG_DEFPRINTER"
msgid "Default printer"
msgstr "Verstek drukker"
#. 9QCL5
-#: include/svtools/strings.hrc:231
+#: include/svtools/strings.hrc:230
#, c-format
msgctxt "STR_SVT_PRNDLG_JOBCOUNT"
msgid "%d documents"
msgstr "%d dokumente"
#. yobGc
-#: include/svtools/strings.hrc:233
+#: include/svtools/strings.hrc:232
msgctxt "STR_NO_FIELD_SELECTION"
msgid "<none>"
msgstr "<geen>"
#. Fa4nQ
-#: include/svtools/strings.hrc:234
+#: include/svtools/strings.hrc:233
msgctxt "STR_FIELD_COMPANY"
msgid "Company"
msgstr "Maatskappy"
#. DdDzQ
-#: include/svtools/strings.hrc:235
+#: include/svtools/strings.hrc:234
msgctxt "STR_FIELD_DEPARTMENT"
msgid "Department"
msgstr "Afdeling"
#. LXmyi
-#: include/svtools/strings.hrc:236
+#: include/svtools/strings.hrc:235
msgctxt "STR_FIELD_FIRSTNAME"
msgid "First name"
msgstr "Naam"
#. 2MkxF
-#: include/svtools/strings.hrc:237
+#: include/svtools/strings.hrc:236
msgctxt "STR_FIELD_LASTNAME"
msgid "Last name"
msgstr "Van"
#. VyyM6
-#: include/svtools/strings.hrc:238
+#: include/svtools/strings.hrc:237
msgctxt "STR_FIELD_STREET"
msgid "Street"
msgstr "Straat"
#. wUdSC
-#: include/svtools/strings.hrc:239
+#: include/svtools/strings.hrc:238
msgctxt "STR_FIELD_COUNTRY"
msgid "Country"
msgstr "Land"
#. tAg9k
-#: include/svtools/strings.hrc:240
+#: include/svtools/strings.hrc:239
msgctxt "STR_FIELD_ZIPCODE"
msgid "ZIP Code"
msgstr "Poskode"
#. UYGgj
-#: include/svtools/strings.hrc:241
+#: include/svtools/strings.hrc:240
msgctxt "STR_FIELD_CITY"
msgid "City"
msgstr "Stad"
#. vTYyD
-#: include/svtools/strings.hrc:242
+#: include/svtools/strings.hrc:241
msgctxt "STR_FIELD_TITLE"
msgid "Title"
msgstr "Titel"
#. E7qqB
-#: include/svtools/strings.hrc:243
+#: include/svtools/strings.hrc:242
msgctxt "STR_FIELD_POSITION"
msgid "Position"
msgstr "Posisie"
#. NiFzB
-#: include/svtools/strings.hrc:244
+#: include/svtools/strings.hrc:243
msgctxt "STR_FIELD_ADDRFORM"
msgid "Addr. Form"
msgstr "Adresvorm"
#. CFDX6
-#: include/svtools/strings.hrc:245
+#: include/svtools/strings.hrc:244
msgctxt "STR_FIELD_INITIALS"
msgid "Initials"
msgstr "Voorletters"
#. 2DADo
-#: include/svtools/strings.hrc:246
+#: include/svtools/strings.hrc:245
msgctxt "STR_FIELD_SALUTATION"
msgid "Complimentary close"
msgstr "Komplimentêre afsluiting"
#. 8MWGd
-#: include/svtools/strings.hrc:247
+#: include/svtools/strings.hrc:246
msgctxt "STR_FIELD_HOMETEL"
msgid "Tel: Home"
msgstr "Tel: tuis"
#. fX9J4
-#: include/svtools/strings.hrc:248
+#: include/svtools/strings.hrc:247
msgctxt "STR_FIELD_WORKTEL"
msgid "Tel: Work"
msgstr "Tel: werk"
#. Ss9vd
-#: include/svtools/strings.hrc:249
+#: include/svtools/strings.hrc:248
msgctxt "STR_FIELD_FAX"
msgid "Fax"
msgstr "Faks"
#. MgbsU
-#: include/svtools/strings.hrc:250
+#: include/svtools/strings.hrc:249
msgctxt "STR_FIELD_EMAIL"
msgid "Email"
msgstr ""
#. aHNGY
-#: include/svtools/strings.hrc:251
+#: include/svtools/strings.hrc:250
msgctxt "STR_FIELD_URL"
msgid "URL"
msgstr "URL"
#. CGutA
-#: include/svtools/strings.hrc:252
+#: include/svtools/strings.hrc:251
msgctxt "STR_FIELD_NOTE"
msgid "Note"
msgstr "Nota"
#. btBDG
-#: include/svtools/strings.hrc:253
+#: include/svtools/strings.hrc:252
msgctxt "STR_FIELD_USER1"
msgid "User 1"
msgstr "Gebruiker 1"
#. A4nkT
-#: include/svtools/strings.hrc:254
+#: include/svtools/strings.hrc:253
msgctxt "STR_FIELD_USER2"
msgid "User 2"
msgstr "Gebruiker 2"
#. J48Kt
-#: include/svtools/strings.hrc:255
+#: include/svtools/strings.hrc:254
msgctxt "STR_FIELD_USER3"
msgid "User 3"
msgstr "Gebruiker 3"
#. 3BxjF
-#: include/svtools/strings.hrc:256
+#: include/svtools/strings.hrc:255
msgctxt "STR_FIELD_USER4"
msgid "User 4"
msgstr "Gebruiker 4"
#. tBBKp
-#: include/svtools/strings.hrc:257
+#: include/svtools/strings.hrc:256
msgctxt "STR_FIELD_ID"
msgid "ID"
msgstr "ID"
#. H3ygA
-#: include/svtools/strings.hrc:258
+#: include/svtools/strings.hrc:257
msgctxt "STR_FIELD_STATE"
msgid "State"
msgstr "Provinsie"
#. xP2AC
-#: include/svtools/strings.hrc:259
+#: include/svtools/strings.hrc:258
msgctxt "STR_FIELD_OFFICETEL"
msgid "Tel: Office"
msgstr "Tel: kantoor"
#. P6Vm5
-#: include/svtools/strings.hrc:260
+#: include/svtools/strings.hrc:259
msgctxt "STR_FIELD_PAGER"
msgid "Pager"
msgstr "Roeper"
#. ayErk
-#: include/svtools/strings.hrc:261
+#: include/svtools/strings.hrc:260
msgctxt "STR_FIELD_MOBILE"
msgid "Mobile"
msgstr "Selfoon"
#. 26wjz
-#: include/svtools/strings.hrc:262
+#: include/svtools/strings.hrc:261
msgctxt "STR_FIELD_TELOTHER"
msgid "Tel: Other"
msgstr "Tel: ander"
#. runZ4
-#: include/svtools/strings.hrc:263
+#: include/svtools/strings.hrc:262
msgctxt "STR_FIELD_CALENDAR"
msgid "Calendar"
msgstr "Kalender"
#. 7niGM
-#: include/svtools/strings.hrc:264
+#: include/svtools/strings.hrc:263
msgctxt "STR_FIELD_INVITE"
msgid "Invite"
msgstr "Nooi"
#. Fqcgq
-#: include/svtools/strings.hrc:266
+#: include/svtools/strings.hrc:265
msgctxt "STR_SVT_DEFAULT_SERVICE_LABEL"
msgid "$user$'s $service$"
msgstr "$user$ se $service$"
#. 8TFP9
-#: include/svtools/strings.hrc:268
+#: include/svtools/strings.hrc:267
msgctxt "STR_WARNING_JAVANOTFOUND"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr "%PRODUCTNAME benodig ’n Java-looptydomgewing (JRE) om dié taak te verrig. Installeer asb. ’n JRE en herbegin %PRODUCTNAME."
#. EmFJc
-#: include/svtools/strings.hrc:269
+#: include/svtools/strings.hrc:268
msgctxt "STR_WARNING_JAVANOTFOUND_WIN"
msgid "%PRODUCTNAME requires a %BITNESS-bit Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr "%PRODUCTNAME benodig ’n %BITNESS-bis Java-looptydomgewing (JRE) om dié taak te verrig. Installeer asb. ’n JRE en herbegin %PRODUCTNAME."
#. 7Adh2
-#: include/svtools/strings.hrc:270
+#: include/svtools/strings.hrc:269
msgctxt "STR_WARNING_JAVANOTFOUND_MAC"
msgid "%PRODUCTNAME requires Oracle's Java Development Kit (JDK) on macOS 10.10 or greater to perform this task. Please install them and restart %PRODUCTNAME."
msgstr "%PRODUCTNAME benodig Oracle se Java-ontwikkelingspakket (JDK) op macOS 10.10 of later om dié taak te verrig. Installeer hulle asb. en herbegin %PRODUCTNAME."
#. 76BEm
-#: include/svtools/strings.hrc:271
+#: include/svtools/strings.hrc:270
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_MAC"
msgid "The %PRODUCTNAME configuration has been changed. Under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr "Die %PRODUCTNAME-opstelling is verander. Onder %PRODUCTNAME - Voorkeure - %PRODUCTNAME - Gevorderd, kies die Java-looptydomgewing wat u wil hê %PRODUCTNAME moet gebruik."
#. BZvFF
-#: include/svtools/strings.hrc:272
+#: include/svtools/strings.hrc:271
msgctxt "STR_WARNING_INVALIDJAVASETTINGS"
msgid "The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr "Die %PRODUCTNAME-opstelling is verander. Onder Nutsgoed - Opsies - %PRODUCTNAME - Gevorderd, kies die Java-looptydomgewing wat u wil hê %PRODUCTNAME moet gebruik."
#. Tunzz
-#: include/svtools/strings.hrc:273
+#: include/svtools/strings.hrc:272
msgctxt "STR_ERROR_JVMCREATIONFAILED_MAC"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced."
msgstr "%PRODUCTNAME benodig ’n Java-looptydomgewing (JRE) om dié taak te verrig. Die gekose JRE werk nie. Kies asb. ’n ander weergawe of installeer ’n nuwe JRE en kies dit onder %PRODUCTNAME - Voorkeure - %PRODUCTNAME - Gevorderd."
#. rKxCS
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:273
msgctxt "STR_ERROR_JVMCREATIONFAILED"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Advanced."
msgstr "%PRODUCTNAME benodig ’n Java-looptydomgewing (JRE) om dié taak te verrig. Die gekose JRE werk nie. Kies asb. ’n ander weergawe of installeer ’n nuwe JRE en kies dit onder Nutsgoed - Opsies - %PRODUCTNAME - Gevorderd."
#. QPEUX
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:274
msgctxt "STR_WARNING_JAVANOTFOUND_TITLE"
msgid "JRE Required"
msgstr "JRE vereis"
#. XD3FG
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:275
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_TITLE"
msgid "Select JRE"
msgstr "Kies JRE"
#. WETqJ
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:276
msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE is defektief"
#. q7s6f
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Bronkode"
#. PZmAB
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Boekmerklêer"
#. eNRzD
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Grafika"
#. Enc4X
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Opstellinglêer"
#. sP5AK
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Toepassing"
#. jAA7S
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Databasistabel"
#. CEhUy
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Stelsellêer"
#. E2Kzj
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word-dokument"
#. BU7Pw
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Hulplêer"
#. kBbwy
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML-dokument"
#. 6W6tY
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Argieflêer"
#. c9WiE
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Log-lêer"
#. gBQzN
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice-databasis"
#. J4Pki
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0-meesterdokument"
#. 33Dez
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice-beeld"
#. pcLE6
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Tekslêer"
#. 7bMJT
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Skakel"
#. hDFtd
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0-sjabloon"
#. Xcec2
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel-dokument"
#. FWiWT
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel-sjabloon"
#. WBsxH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Batch-lêer"
#. SPQtV
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Lêer"
#. Vh78a
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Vouer"
#. ZK69j
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Teksdokument"
#. p2aL6
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Sigblad"
#. SCtHH
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Voorlegging"
#. 5gtdF
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Tekening"
#. suagX
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML-dokument"
#. iLqe2
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Meesterdokument"
#. FF4fa
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formule"
#. t58zy
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Databasis"
#. DiNGB
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0-sigbladsjabloon"
#. FYKGV
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0-tekeningsjabloon"
#. CTUQg
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0-voorleggingsjabloon"
#. Cbvtx
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0-teksdokumentsjabloon"
#. FBCWx
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Plaaslike skyf"
#. MEF3h
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Skyfaandrywer"
#. 55Dof
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM-aandrywer"
#. 82Acc
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Netwerkverbinding"
#. 3CBfJ
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint-dokument"
#. DS7CP
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint-sjabloon"
#. syag8
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint-vertoning"
#. fHGcD
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0-formule"
#. CFw78
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0-grafiek"
#. tJhDC
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0-tekening"
#. f9ZNL
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0-sigblad"
#. PCBqi
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0-voorlegging"
#. Npija
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0-teksdokument"
#. tVnQQ
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0-meesterdokument"
#. t6krU
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML-dokument"
#. ims8J
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument-databasis"
#. oEsdN
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument-tekening"
#. Bt5dS
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument-formule"
#. sMAZA
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument-meesterdokument"
#. ufLx7
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument-voorlegging"
#. TjbnG
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument-sigblad"
#. FbCGb
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument-teks"
#. JRP2W
-#: include/svtools/strings.hrc:336
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument-sigbladsjabloon"
#. 3QUto
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument-tekeningsjabloon"
#. 5CfAm
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument-voorleggingsjabloon"
#. PBGYD
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument-tekssjabloon"
#. RgRyf
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME-uitbreiding"
#. b8JK6
-#: include/svtools/strings.hrc:342
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspell-speltoetser"
#. do26f
-#: include/svtools/strings.hrc:343
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Libhyphen-woordafbreker"
#. aGFNy
-#: include/svtools/strings.hrc:344
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "MyThes-tesourus"
#. RwS4n
-#: include/svtools/strings.hrc:345
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Lys van geïgnoreerde woorde"
@@ -4890,6 +4884,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Guadeloupean Creole French"
msgstr ""
+#. 2b2P4
+#: svtools/inc/langtab.hrc:424
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Ligurian"
+msgstr ""
+
+#. 3LvEE
+#: svtools/inc/langtab.hrc:425
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Minangkabau"
+msgstr ""
+
#. Fsz7D
#: svtools/inc/templwin.hrc:41
msgctxt "STRARY_SVT_DOCINFO"
diff --git a/source/af/svx/messages.po b/source/af/svx/messages.po
index 337bbe1a423..aebc5c91302 100644
--- a/source/af/svx/messages.po
+++ b/source/af/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-06-19 20:30+0000\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16963,109 +16963,109 @@ msgid "Select the effect to apply."
msgstr ""
#. JKTDJ
-#: svx/uiconfig/ui/sidebararea.ui:220
+#: svx/uiconfig/ui/sidebararea.ui:223
msgctxt "sidebararea|fillattr-atkobject"
msgid "Hatching/Bitmap"
msgstr ""
#. 6ziwq
-#: svx/uiconfig/ui/sidebararea.ui:235
+#: svx/uiconfig/ui/sidebararea.ui:238
msgctxt "sidebararea|fillgrad1|tooltip_text"
msgid "Fill gradient from."
msgstr ""
#. UE2EH
-#: svx/uiconfig/ui/sidebararea.ui:259
+#: svx/uiconfig/ui/sidebararea.ui:262
msgctxt "sidebararea|gradangle|tooltip_text"
msgid "Select the gradient angle."
msgstr ""
#. fuzvt
-#: svx/uiconfig/ui/sidebararea.ui:264
+#: svx/uiconfig/ui/sidebararea.ui:267
msgctxt "sidebararea|gradangle-atkobject"
msgid "Gradient angle"
msgstr ""
#. FjG3M
-#: svx/uiconfig/ui/sidebararea.ui:278
+#: svx/uiconfig/ui/sidebararea.ui:281
msgctxt "sidebararea|fillgrad2|tooltip_text"
msgid "Fill gradient to."
msgstr ""
#. VnsM7
-#: svx/uiconfig/ui/sidebararea.ui:295
+#: svx/uiconfig/ui/sidebararea.ui:298
msgctxt "sidebararea|transparencylabel|tooltip_text"
msgid "Transparency"
msgstr "Deursigtigheid"
#. RZtCX
-#: svx/uiconfig/ui/sidebararea.ui:296
+#: svx/uiconfig/ui/sidebararea.ui:299
msgctxt "sidebararea|transparencylabel"
msgid "_Transparency:"
msgstr "Deursig_tigheid:"
#. hrKBN
-#: svx/uiconfig/ui/sidebararea.ui:309
+#: svx/uiconfig/ui/sidebararea.ui:312
msgctxt "sidebararea|transtype|tooltip_text"
msgid "Select the type of transparency to apply."
msgstr ""
#. qG4kJ
-#: svx/uiconfig/ui/sidebararea.ui:311
+#: svx/uiconfig/ui/sidebararea.ui:314
msgctxt "sidebararea|transtype"
msgid "None"
msgstr "Geen"
#. AAqxT
-#: svx/uiconfig/ui/sidebararea.ui:312
+#: svx/uiconfig/ui/sidebararea.ui:315
msgctxt "sidebararea|transtype"
msgid "Solid"
msgstr "Solied"
#. GzSAp
-#: svx/uiconfig/ui/sidebararea.ui:313
+#: svx/uiconfig/ui/sidebararea.ui:316
msgctxt "sidebararea|transtype"
msgid "Linear"
msgstr "Lineêr"
#. vXTqG
-#: svx/uiconfig/ui/sidebararea.ui:314
+#: svx/uiconfig/ui/sidebararea.ui:317
msgctxt "sidebararea|transtype"
msgid "Axial"
msgstr "Aksiaal"
#. 7BS94
-#: svx/uiconfig/ui/sidebararea.ui:315
+#: svx/uiconfig/ui/sidebararea.ui:318
msgctxt "sidebararea|transtype"
msgid "Radial"
msgstr "Radiaal"
#. tvpBz
-#: svx/uiconfig/ui/sidebararea.ui:316
+#: svx/uiconfig/ui/sidebararea.ui:319
msgctxt "sidebararea|transtype"
msgid "Ellipsoid"
msgstr "Ellipsoïedies"
#. RWDy2
-#: svx/uiconfig/ui/sidebararea.ui:317
+#: svx/uiconfig/ui/sidebararea.ui:320
msgctxt "sidebararea|transtype"
msgid "Quadratic"
msgstr "Kwadraties"
#. ozP7p
-#: svx/uiconfig/ui/sidebararea.ui:318
+#: svx/uiconfig/ui/sidebararea.ui:321
msgctxt "sidebararea|transtype"
msgid "Square"
msgstr "Vierkant"
#. J46j4
-#: svx/uiconfig/ui/sidebararea.ui:322
+#: svx/uiconfig/ui/sidebararea.ui:325
msgctxt "sidebararea|transtype-atkobject"
msgid "Transparency Type"
msgstr "Soort deursigtigheid"
#. 8hBpk
-#: svx/uiconfig/ui/sidebararea.ui:343
+#: svx/uiconfig/ui/sidebararea.ui:346
msgctxt "sidebararea|gradient|tooltip_text"
msgid "Specify the variation of gradient transparency."
msgstr ""
@@ -17222,151 +17222,151 @@ msgctxt "sidebargraphic|setgamma-atkobject"
msgid "Gamma value"
msgstr ""
-#. rBdfj
-#: svx/uiconfig/ui/sidebarline.ui:36
-msgctxt "sidebarline|widthlabel"
-msgid "_Line:"
-msgstr ""
-
-#. R56Ey
-#: svx/uiconfig/ui/sidebarline.ui:58
-msgctxt "sidebarline|linestyle|tooltip_text"
-msgid "Select the style of the line."
-msgstr ""
-
-#. 5yM6T
-#: svx/uiconfig/ui/sidebarline.ui:70
-msgctxt "sidebarline|linestyle|tooltip_text"
-msgid "Select the style of the arrowheads."
-msgstr ""
-
#. JA5zE
-#: svx/uiconfig/ui/sidebarline.ui:103
+#: svx/uiconfig/ui/sidebarline.ui:38
#, fuzzy
msgctxt "sidebarline|widthlabel"
msgid "_Width:"
msgstr "Breedte:"
#. HokBv
-#: svx/uiconfig/ui/sidebarline.ui:117
+#: svx/uiconfig/ui/sidebarline.ui:52
msgctxt "sidebarline|width|tooltip_text"
msgid "Select the width of the line."
msgstr ""
#. hqTEs
-#: svx/uiconfig/ui/sidebarline.ui:144
+#: svx/uiconfig/ui/sidebarline.ui:80
#, fuzzy
msgctxt "sidebarline|colorlabel"
msgid "_Color:"
msgstr "Kleur"
#. oEqwH
-#: svx/uiconfig/ui/sidebarline.ui:158
+#: svx/uiconfig/ui/sidebarline.ui:94
msgctxt "sidebarline|color|tooltip_text"
msgid "Select the color of the line."
msgstr ""
#. JbEBs
-#: svx/uiconfig/ui/sidebarline.ui:167
+#: svx/uiconfig/ui/sidebarline.ui:102
msgctxt "sidebarline|setcolor|tooltip_text"
msgid "Select the color of the line."
msgstr ""
#. XiUKD
-#: svx/uiconfig/ui/sidebarline.ui:186
+#: svx/uiconfig/ui/sidebarline.ui:122
msgctxt "sidebarline|translabel"
msgid "_Transparency:"
msgstr "Deursig_tigheid:"
#. t32c8
-#: svx/uiconfig/ui/sidebarline.ui:200
+#: svx/uiconfig/ui/sidebarline.ui:136
msgctxt "sidebarline|linetransparency|tooltip_text"
msgid "Specify the transparency of the line."
msgstr ""
#. kDWvG
-#: svx/uiconfig/ui/sidebarline.ui:205
+#: svx/uiconfig/ui/sidebarline.ui:140
msgctxt "sidebarline|linetransparency-atkobject"
msgid "Transparency"
msgstr "Deursigtigheid"
+#. rBdfj
+#: svx/uiconfig/ui/sidebarline.ui:158
+msgctxt "sidebarline|widthlabel"
+msgid "_Line:"
+msgstr ""
+
+#. 5yM6T
+#: svx/uiconfig/ui/sidebarline.ui:181
+msgctxt "sidebarline|linestyle|tooltip_text"
+msgid "Select the style of the arrowheads."
+msgstr ""
+
+#. R56Ey
+#: svx/uiconfig/ui/sidebarline.ui:193
+msgctxt "sidebarline|linestyle|tooltip_text"
+msgid "Select the style of the line."
+msgstr ""
+
#. AZukk
-#: svx/uiconfig/ui/sidebarline.ui:237
+#: svx/uiconfig/ui/sidebarline.ui:249
#, fuzzy
msgctxt "sidebarline|cornerlabel"
msgid "_Corner style:"
msgstr "Randstrookstyl"
#. DhDzF
-#: svx/uiconfig/ui/sidebarline.ui:251
+#: svx/uiconfig/ui/sidebarline.ui:263
msgctxt "sidebarline|edgestyle|tooltip_text"
msgid "Select the style of the edge connections."
msgstr ""
#. CUdXF
-#: svx/uiconfig/ui/sidebarline.ui:253
+#: svx/uiconfig/ui/sidebarline.ui:265
msgctxt "sidebarline|edgestyle"
msgid "Rounded"
msgstr ""
#. jPD2D
-#: svx/uiconfig/ui/sidebarline.ui:254
+#: svx/uiconfig/ui/sidebarline.ui:266
msgctxt "sidebarline|edgestyle"
msgid "- none -"
msgstr "- geen -"
#. MuNWz
-#: svx/uiconfig/ui/sidebarline.ui:255
+#: svx/uiconfig/ui/sidebarline.ui:267
msgctxt "sidebarline|edgestyle"
msgid "Mitered"
msgstr ""
#. Dftrf
-#: svx/uiconfig/ui/sidebarline.ui:256
+#: svx/uiconfig/ui/sidebarline.ui:268
msgctxt "sidebarline|edgestyle"
msgid "Beveled"
msgstr ""
#. EG2LW
-#: svx/uiconfig/ui/sidebarline.ui:260
+#: svx/uiconfig/ui/sidebarline.ui:272
#, fuzzy
msgctxt "sidebarline|edgestyle-atkobject"
msgid "Corner Style"
msgstr "Randstrookstyl"
#. rHzFD
-#: svx/uiconfig/ui/sidebarline.ui:273
+#: svx/uiconfig/ui/sidebarline.ui:285
msgctxt "sidebarline|caplabel"
msgid "Ca_p style:"
msgstr ""
#. PbDF7
-#: svx/uiconfig/ui/sidebarline.ui:287
+#: svx/uiconfig/ui/sidebarline.ui:299
msgctxt "sidebarline|linecapstyle|tooltip_text"
msgid "Select the style of the line caps."
msgstr ""
#. 9qZVm
-#: svx/uiconfig/ui/sidebarline.ui:289
+#: svx/uiconfig/ui/sidebarline.ui:301
msgctxt "sidebarline|linecapstyle"
msgid "Flat"
msgstr "Plat"
#. AK2DH
-#: svx/uiconfig/ui/sidebarline.ui:290
+#: svx/uiconfig/ui/sidebarline.ui:302
#, fuzzy
msgctxt "sidebarline|linecapstyle"
msgid "Round"
msgstr "Klank"
#. 52VUc
-#: svx/uiconfig/ui/sidebarline.ui:291
+#: svx/uiconfig/ui/sidebarline.ui:303
msgctxt "sidebarline|linecapstyle"
msgid "Square"
msgstr "Vierkant"
#. AxAHn
-#: svx/uiconfig/ui/sidebarline.ui:295
+#: svx/uiconfig/ui/sidebarline.ui:307
msgctxt "sidebarline|linecapstyle-atkobject"
msgid "Cap Style"
msgstr ""
diff --git a/source/af/sw/messages.po b/source/af/sw/messages.po
index 9375549718b..97887f10547 100644
--- a/source/af/sw/messages.po
+++ b/source/af/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:54+0100\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2916,10 +2916,10 @@ msgctxt "STR_HYPH_TITLE"
msgid "Hyphenation"
msgstr "Woordafbreking"
-#. zMC8E
+#. EDxsk
#: sw/inc/strings.hrc:397
msgctxt "STR_HYPH_MISSING"
-msgid "Missing hyphenation info"
+msgid "Missing hyphenation data"
msgstr ""
#. TEP66
@@ -3846,1686 +3846,1712 @@ msgctxt "STR_TABLE_NAME"
msgid "table: $1$2$3"
msgstr "tabel: $1$2$3"
-#. WTcCB
+#. AtWxA
#: sw/inc/strings.hrc:554
-msgctxt "STR_CHAPTER_NAME"
+msgctxt "STR_CHAPTERS"
msgid "chapter"
-msgstr ""
-
-#. NBkBh
-#: sw/inc/strings.hrc:555
-msgctxt "STR_CHAPTERS_NAME"
-msgid "chapters"
-msgstr ""
+msgid_plural "chapters"
+msgstr[0] ""
+msgstr[1] ""
#. 2JCL2
-#: sw/inc/strings.hrc:556
+#: sw/inc/strings.hrc:555
msgctxt "STR_PARAGRAPH_UNDO"
msgid "paragraph"
msgstr "paragraaf"
#. DvnGA
-#: sw/inc/strings.hrc:557
+#: sw/inc/strings.hrc:556
msgctxt "STR_PARAGRAPH_SIGN_UNDO"
msgid "Paragraph sign"
msgstr "Paragrarafteken"
#. oL9GG
-#: sw/inc/strings.hrc:558
+#: sw/inc/strings.hrc:557
msgctxt "STR_UNDO_FLYFRMFMT_TITLE"
msgid "Change object title of $1"
msgstr "Verander objektitel van $1"
#. 3Cv7E
-#: sw/inc/strings.hrc:559
+#: sw/inc/strings.hrc:558
msgctxt "STR_UNDO_FLYFRMFMT_DESCRIPTION"
msgid "Change object description of $1"
msgstr ""
#. rWw8U
-#: sw/inc/strings.hrc:560
+#: sw/inc/strings.hrc:559
msgctxt "STR_UNDO_TBLSTYLE_CREATE"
msgid "Create table style: $1"
msgstr "Skep bladsystyl: $1"
#. jGxgy
-#: sw/inc/strings.hrc:561
+#: sw/inc/strings.hrc:560
msgctxt "STR_UNDO_TBLSTYLE_DELETE"
msgid "Delete table style: $1"
msgstr "Skrap bladsystyl: $1"
#. 6NWP3
-#: sw/inc/strings.hrc:562
+#: sw/inc/strings.hrc:561
msgctxt "STR_UNDO_TBLSTYLE_UPDATE"
msgid "Update table style: $1"
msgstr "Werk bladsystyl by: $1"
#. JegfU
-#: sw/inc/strings.hrc:563
+#: sw/inc/strings.hrc:562
msgctxt "STR_UNDO_TABLE_DELETE"
msgid "Delete table"
msgstr "Skrap bladsy"
#. KSMpJ
-#: sw/inc/strings.hrc:564
+#: sw/inc/strings.hrc:563
msgctxt "STR_UNDO_INSERT_FORM_FIELD"
msgid "Insert form field"
msgstr ""
#. 2zJmG
-#: sw/inc/strings.hrc:565
+#: sw/inc/strings.hrc:564
msgctxt "STR_DROP_DOWN_FIELD_ITEM_LIMIT"
msgid "You can specify maximum of 25 items for a drop-down form field."
msgstr ""
#. CUXeF
-#: sw/inc/strings.hrc:567
+#: sw/inc/strings.hrc:566
msgctxt "STR_ACCESS_DOC_NAME"
msgid "Document view"
msgstr "Dokumentaansig"
#. FrBrC
-#: sw/inc/strings.hrc:568
+#: sw/inc/strings.hrc:567
msgctxt "STR_ACCESS_DOC_DESC"
msgid "Document view"
msgstr "Dokumentaansig"
#. BCEgS
-#: sw/inc/strings.hrc:569
+#: sw/inc/strings.hrc:568
msgctxt "STR_ACCESS_HEADER_NAME"
msgid "Header $(ARG1)"
msgstr "Kop $(ARG1)"
#. zKdDR
-#: sw/inc/strings.hrc:570
+#: sw/inc/strings.hrc:569
msgctxt "STR_ACCESS_HEADER_DESC"
msgid "Header page $(ARG1)"
msgstr "Kopbladsy $(ARG1)"
#. NhFrV
-#: sw/inc/strings.hrc:571
+#: sw/inc/strings.hrc:570
msgctxt "STR_ACCESS_FOOTER_NAME"
msgid "Footer $(ARG1)"
msgstr "Voet $(ARG1)"
#. 6GJNd
-#: sw/inc/strings.hrc:572
+#: sw/inc/strings.hrc:571
msgctxt "STR_ACCESS_FOOTER_DESC"
msgid "Footer page $(ARG1)"
msgstr "Voetbladsy $(ARG1)"
#. VGUwW
-#: sw/inc/strings.hrc:573
+#: sw/inc/strings.hrc:572
msgctxt "STR_ACCESS_FOOTNOTE_NAME"
msgid "Footnote $(ARG1)"
msgstr "Voetnoot $(ARG1)"
#. a7XMU
-#: sw/inc/strings.hrc:574
+#: sw/inc/strings.hrc:573
msgctxt "STR_ACCESS_FOOTNOTE_DESC"
msgid "Footnote $(ARG1)"
msgstr "Voetnoot $(ARG1)"
#. 3ExiP
-#: sw/inc/strings.hrc:575
+#: sw/inc/strings.hrc:574
msgctxt "STR_ACCESS_ENDNOTE_NAME"
msgid "Endnote $(ARG1)"
msgstr "Eindnoot $(ARG1)"
#. 8XdTm
-#: sw/inc/strings.hrc:576
+#: sw/inc/strings.hrc:575
msgctxt "STR_ACCESS_ENDNOTE_DESC"
msgid "Endnote $(ARG1)"
msgstr "Eindnoot $(ARG1)"
#. 4sTZN
-#: sw/inc/strings.hrc:577
+#: sw/inc/strings.hrc:576
msgctxt "STR_ACCESS_TABLE_DESC"
msgid "$(ARG1) on page $(ARG2)"
msgstr "$(ARG1) op bladsy $(ARG2)"
#. Z5Uy9
-#: sw/inc/strings.hrc:578
+#: sw/inc/strings.hrc:577
msgctxt "STR_ACCESS_PAGE_NAME"
msgid "Page $(ARG1)"
msgstr "Bladsy $(ARG1)"
#. CWroT
-#: sw/inc/strings.hrc:579
+#: sw/inc/strings.hrc:578
msgctxt "STR_ACCESS_PAGE_DESC"
msgid "Page: $(ARG1)"
msgstr "Bladsy: $(ARG1)"
#. iwfxM
-#: sw/inc/strings.hrc:580
+#: sw/inc/strings.hrc:579
msgctxt "STR_ACCESS_ANNOTATION_AUTHOR_NAME"
msgid "Author"
msgstr "Outeur"
#. sff9t
-#: sw/inc/strings.hrc:581
+#: sw/inc/strings.hrc:580
msgctxt "STR_ACCESS_ANNOTATION_DATE_NAME"
msgid "Date"
msgstr "Datum"
#. VScXC
-#: sw/inc/strings.hrc:582
+#: sw/inc/strings.hrc:581
msgctxt "STR_ACCESS_ANNOTATION_RESOLVED_NAME"
msgid "Resolved"
msgstr ""
#. JtzA4
-#: sw/inc/strings.hrc:583
+#: sw/inc/strings.hrc:582
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_NAME"
msgid "Actions"
msgstr "Aksies"
#. cHWqM
-#: sw/inc/strings.hrc:584
+#: sw/inc/strings.hrc:583
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_DESC"
msgid "Activate this button to open a list of actions which can be performed on this comment and other comments"
msgstr "Aktiveer dié knoppie om ’n lys aksies wat op dié opmerking en ander opmerkings verrig kan word te open"
#. 9YxaB
-#: sw/inc/strings.hrc:585
+#: sw/inc/strings.hrc:584
msgctxt "STR_ACCESS_PREVIEW_DOC_NAME"
msgid "Document preview"
msgstr "Dokumentvoorskou"
#. eYFFo
-#: sw/inc/strings.hrc:586
+#: sw/inc/strings.hrc:585
msgctxt "STR_ACCESS_PREVIEW_DOC_SUFFIX"
msgid "(Preview mode)"
msgstr "(Voorskoumodus)"
#. Fp7Hn
-#: sw/inc/strings.hrc:587
+#: sw/inc/strings.hrc:586
msgctxt "STR_ACCESS_DOC_WORDPROCESSING"
msgid "%PRODUCTNAME Document"
msgstr "%PRODUCTNAME-dokument"
#. CsQKH
-#: sw/inc/strings.hrc:589
+#: sw/inc/strings.hrc:588
msgctxt "STR_COMCORE_READERROR"
msgid "Read Error"
msgstr "Leesfout"
#. ztbVu
-#: sw/inc/strings.hrc:590
+#: sw/inc/strings.hrc:589
msgctxt "STR_COMCORE_CANT_SHOW"
msgid "Image cannot be displayed."
msgstr "Beeld kan nie vertoon word nie."
#. iJsFt
-#: sw/inc/strings.hrc:591
+#: sw/inc/strings.hrc:590
msgctxt "STR_ERROR_CLPBRD_READ"
msgid "Error reading from the clipboard."
msgstr "Fout tydens lees van die knipbord."
#. bXZQD
-#: sw/inc/strings.hrc:593
+#: sw/inc/strings.hrc:592
msgctxt "STR_COLUMN_BREAK"
msgid "Manual Column Break"
msgstr "Handmatige kolombreuk"
#. 7DzNG
-#: sw/inc/strings.hrc:595
+#: sw/inc/strings.hrc:594
msgctxt "STR_CHART2_ROW_LABEL_TEXT"
msgid "Row %ROWNUMBER"
msgstr "Ry %ROWNUMBER"
#. GYFVF
-#: sw/inc/strings.hrc:596
+#: sw/inc/strings.hrc:595
#, c-format
msgctxt "STR_CHART2_COL_LABEL_TEXT"
msgid "Column %COLUMNLETTER"
msgstr "Kolom %COLUMNLETTER"
#. GGS2b
-#: sw/inc/strings.hrc:597
+#: sw/inc/strings.hrc:596
msgctxt "STR_STYLE_FAMILY_CHARACTER"
msgid "Character"
msgstr "Karakter"
#. KBw5e
-#: sw/inc/strings.hrc:598
+#: sw/inc/strings.hrc:597
msgctxt "STR_STYLE_FAMILY_PARAGRAPH"
msgid "Paragraph"
msgstr "Paragraaf"
#. ERH8o
-#: sw/inc/strings.hrc:599
+#: sw/inc/strings.hrc:598
msgctxt "STR_STYLE_FAMILY_FRAME"
msgid "Frame"
msgstr "Raam"
#. Cqjn8
-#: sw/inc/strings.hrc:600
+#: sw/inc/strings.hrc:599
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Pages"
msgstr "Bladsye"
#. ncffA
-#: sw/inc/strings.hrc:601
+#: sw/inc/strings.hrc:600
msgctxt "STR_STYLE_FAMILY_NUMBERING"
msgid "Numbering"
msgstr "Nommering"
#. NydLs
-#: sw/inc/strings.hrc:602
+#: sw/inc/strings.hrc:601
msgctxt "STR_STYLE_FAMILY_TABLE"
msgid "Table"
msgstr "Tabel"
#. XUhuM
-#: sw/inc/strings.hrc:603
+#: sw/inc/strings.hrc:602
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell"
msgstr "Sel"
#. DRqDZ
-#: sw/inc/strings.hrc:605
+#: sw/inc/strings.hrc:604
msgctxt "ST_SCRIPT_ASIAN"
msgid "Asian"
msgstr ""
#. owFtq
-#: sw/inc/strings.hrc:606
+#: sw/inc/strings.hrc:605
msgctxt "ST_SCRIPT_CTL"
msgid "CTL"
msgstr "KTL"
#. ap5iF
-#: sw/inc/strings.hrc:607
+#: sw/inc/strings.hrc:606
msgctxt "ST_SCRIPT_WESTERN"
msgid "Western"
msgstr "Westers"
#. HD64i
-#: sw/inc/strings.hrc:608
+#: sw/inc/strings.hrc:607
msgctxt "STR_PRINTOPTUI_PRODUCTNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. q6egu
-#: sw/inc/strings.hrc:609
+#: sw/inc/strings.hrc:608
msgctxt "STR_PRINTOPTUI_CONTENTS"
msgid "Contents"
msgstr "Inhoud"
#. Ka4fM
-#: sw/inc/strings.hrc:610
+#: sw/inc/strings.hrc:609
msgctxt "STR_PRINTOPTUI_PAGE_BACKGROUND"
msgid "Page ba~ckground"
msgstr "~Bladsyagtergrond"
#. YPEEH
-#: sw/inc/strings.hrc:611
+#: sw/inc/strings.hrc:610
msgctxt "STR_PRINTOPTUI_PICTURES"
msgid "~Images and other graphic objects"
msgstr "Beelde en ander graf~ika-objekte"
#. L6GSj
-#: sw/inc/strings.hrc:612
+#: sw/inc/strings.hrc:611
msgctxt "STR_PRINTOPTUI_HIDDEN"
msgid "Hidden te~xt"
msgstr "Verstee~kte teks"
#. pXiRN
-#: sw/inc/strings.hrc:613
+#: sw/inc/strings.hrc:612
msgctxt "STR_PRINTOPTUI_TEXT_PLACEHOLDERS"
msgid "~Text placeholders"
msgstr "~Teksplekhouers"
#. JBWVd
-#: sw/inc/strings.hrc:614
+#: sw/inc/strings.hrc:613
msgctxt "STR_PRINTOPTUI_FORM_CONTROLS"
msgid "Form control~s"
msgstr "Vormkontrole~s"
#. X8Bfu
-#: sw/inc/strings.hrc:615
+#: sw/inc/strings.hrc:614
msgctxt "STR_PRINTOPTUI_COLOR"
msgid "Color"
msgstr "Kleur"
#. kQDcq
-#: sw/inc/strings.hrc:616
+#: sw/inc/strings.hrc:615
msgctxt "STR_PRINTOPTUI_PRINT_BLACK"
msgid "Print text in blac~k"
msgstr "Druk te~ks in swart"
#. DEELn
-#: sw/inc/strings.hrc:617
+#: sw/inc/strings.hrc:616
msgctxt "STR_PRINTOPTUI_PAGES_TEXT"
msgid "Pages:"
msgstr "Bladsye:"
#. uddbB
-#: sw/inc/strings.hrc:618
+#: sw/inc/strings.hrc:617
msgctxt "STR_PRINTOPTUI_PRINT_BLANK"
msgid "Print ~automatically inserted blank pages"
msgstr "Druk ~outomaties ingevoegde leë bladsye"
#. MTJt2
-#: sw/inc/strings.hrc:619
+#: sw/inc/strings.hrc:618
msgctxt "STR_PRINTOPTUI_ONLY_PAPER"
msgid "~Use only paper tray from printer preferences"
msgstr "Gebr~uik slegs die papierlaai van die drukvoorkeure"
#. 4uBam
-#: sw/inc/strings.hrc:620
+#: sw/inc/strings.hrc:619
msgctxt "STR_PRINTOPTUI_NONE"
msgid "None (document only)"
msgstr "Geen (slegs dokument)"
#. pbQtA
-#: sw/inc/strings.hrc:621
+#: sw/inc/strings.hrc:620
msgctxt "STR_PRINTOPTUI_COMMENTS_ONLY"
msgid "Comments only"
msgstr "Slegs opmerkings"
#. sVnbD
-#: sw/inc/strings.hrc:622
+#: sw/inc/strings.hrc:621
msgctxt "STR_PRINTOPTUI_PLACE_END"
msgid "Place at end of document"
msgstr "Plaas aan einde van dokument"
#. D4BXH
-#: sw/inc/strings.hrc:623
+#: sw/inc/strings.hrc:622
msgctxt "STR_PRINTOPTUI_PLACE_PAGE"
msgid "Place at end of page"
msgstr "Plaas aan einde van bladsy"
#. 6rzab
-#: sw/inc/strings.hrc:624
+#: sw/inc/strings.hrc:623
msgctxt "STR_PRINTOPTUI_COMMENTS"
msgid "~Comments"
msgstr "~Opmerkings"
#. cnqLU
-#: sw/inc/strings.hrc:625
+#: sw/inc/strings.hrc:624
msgctxt "STR_PRINTOPTUI_BROCHURE"
msgid "Broch~ure"
msgstr "Brosj~ure"
#. t6drz
-#: sw/inc/strings.hrc:626
+#: sw/inc/strings.hrc:625
msgctxt "STR_PRINTOPTUI_LEFT_SCRIPT"
msgid "Left-to-right script"
msgstr "Links-na-regs-skrif"
#. QgmxB
-#: sw/inc/strings.hrc:627
+#: sw/inc/strings.hrc:626
msgctxt "STR_PRINTOPTUI_RIGHT_SCRIPT"
msgid "Right-to-left script"
msgstr "Regs-na-links-skrif"
-#. jaqAs
-#: sw/inc/strings.hrc:628
+#. t4Cm7
+#: sw/inc/strings.hrc:627
msgctxt "STR_PRINTOPTUI_PRINTALLPAGES"
-msgid "All ~Pages"
+msgid "~All Pages"
msgstr ""
#. ZDRM2
-#: sw/inc/strings.hrc:629
+#: sw/inc/strings.hrc:628
msgctxt "STR_PRINTOPTUI_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. F862f
-#: sw/inc/strings.hrc:630
+#: sw/inc/strings.hrc:629
msgctxt "STR_PRINTOPTUI_PRINTEVENPAGES"
msgid "~Even pages"
msgstr ""
#. ttxxB
-#: sw/inc/strings.hrc:631
+#: sw/inc/strings.hrc:630
msgctxt "STR_PRINTOPTUI_PRINTODDPAGES"
msgid "~Odd pages"
msgstr ""
#. rajyx
-#: sw/inc/strings.hrc:632
+#: sw/inc/strings.hrc:631
msgctxt "STR_PRINTOPTUI_PRINTSELECTION"
msgid "~Selection"
msgstr ""
#. 9EXcV
-#: sw/inc/strings.hrc:633
+#: sw/inc/strings.hrc:632
msgctxt "STR_PRINTOPTUI_PLACE_MARGINS"
msgid "Place in margins"
msgstr "Plaas in kantlyne"
#. NGQw3
-#: sw/inc/strings.hrc:635
+#: sw/inc/strings.hrc:634
msgctxt "STR_FORMULA_CALC"
msgid "Functions"
msgstr "Funksies"
#. D3RCG
-#: sw/inc/strings.hrc:636
+#: sw/inc/strings.hrc:635
msgctxt "STR_FORMULA_CANCEL"
msgid "Cancel"
msgstr "Kanselleer"
#. 3Tg3C
-#: sw/inc/strings.hrc:637
+#: sw/inc/strings.hrc:636
msgctxt "STR_FORMULA_APPLY"
msgid "Apply"
msgstr "Pas toe"
#. UDkFb
-#: sw/inc/strings.hrc:638
+#: sw/inc/strings.hrc:637
msgctxt "STR_ACCESS_FORMULA_TOOLBAR"
msgid "Formula Tool Bar"
msgstr "Formule-nutsbalk"
#. Z3CB5
-#: sw/inc/strings.hrc:639
+#: sw/inc/strings.hrc:638
msgctxt "STR_ACCESS_FORMULA_TYPE"
msgid "Formula Type"
msgstr "Soort formule"
#. 3CCa7
-#: sw/inc/strings.hrc:640
+#: sw/inc/strings.hrc:639
msgctxt "STR_ACCESS_FORMULA_TEXT"
msgid "Formula Text"
msgstr "Formuleteks"
#. FXNer
-#: sw/inc/strings.hrc:642
+#: sw/inc/strings.hrc:641
msgctxt "STR_ACCESS_TL_GLOBAL"
msgid "Global View"
msgstr ""
#. aeeRP
-#: sw/inc/strings.hrc:643
+#: sw/inc/strings.hrc:642
msgctxt "STR_ACCESS_TL_CONTENT"
msgid "Content Navigation View"
msgstr "Aansig vir inhoudnavigering"
#. UAExA
-#: sw/inc/strings.hrc:644
+#: sw/inc/strings.hrc:643
msgctxt "STR_OUTLINE_LEVEL"
msgid "Outline Level"
msgstr "Skemavlak"
#. yERK6
-#: sw/inc/strings.hrc:645
+#: sw/inc/strings.hrc:644
msgctxt "STR_DRAGMODE"
msgid "Drag Mode"
msgstr "Sleepmodus"
#. PAB4k
-#: sw/inc/strings.hrc:646
+#: sw/inc/strings.hrc:645
msgctxt "STR_SEND_OUTLINE_TO_CLIPBOARD_ENTRY"
msgid "Send Outline to Clipboard"
msgstr ""
-#. DMBCD
+#. b5tPU
+#: sw/inc/strings.hrc:646
+msgctxt "STR_OUTLINE_TRACKING"
+msgid "Outline Tracking"
+msgstr ""
+
+#. qzXwn
#: sw/inc/strings.hrc:647
+msgctxt "STR_OUTLINE_TRACKING_DEFAULT"
+msgid "Default"
+msgstr ""
+
+#. HGDgJ
+#: sw/inc/strings.hrc:648
+msgctxt "STR_OUTLINE_TRACKING_FOCUS"
+msgid "Focus"
+msgstr ""
+
+#. BYRpF
+#: sw/inc/strings.hrc:649
+msgctxt "STR_OUTLINE_TRACKING_OFF"
+msgid "Off"
+msgstr ""
+
+#. bh39E
+#: sw/inc/strings.hrc:650
+msgctxt "STR_GOTO"
+msgid "Go to"
+msgstr ""
+
+#. DMBCD
+#: sw/inc/strings.hrc:651
msgctxt "STR_SELECT"
msgid "Select"
msgstr ""
#. LXGe4
-#: sw/inc/strings.hrc:648
+#: sw/inc/strings.hrc:652
msgctxt "STR_DEMOTE_CHAPTER"
msgid "Demote Chapter"
msgstr ""
#. JXiwa
-#: sw/inc/strings.hrc:649
+#: sw/inc/strings.hrc:653
msgctxt "STR_PROMOTE_CHAPTER"
msgid "Promote Chapter"
msgstr ""
#. 7BYGD
-#: sw/inc/strings.hrc:650
+#: sw/inc/strings.hrc:654
msgctxt "STR_DEMOTE_LEVEL"
msgid "Demote Level"
msgstr ""
#. DdvQg
-#: sw/inc/strings.hrc:651
+#: sw/inc/strings.hrc:655
msgctxt "STR_PROMOTE_LEVEL"
msgid "Promote Level"
msgstr ""
#. 9Fipd
-#: sw/inc/strings.hrc:652
+#: sw/inc/strings.hrc:656
msgctxt "STR_EXPANDALL"
msgid "Expand All"
msgstr ""
#. FxGVt
-#: sw/inc/strings.hrc:653
+#: sw/inc/strings.hrc:657
msgctxt "STR_COLLAPSEALL"
msgid "Collapse All"
msgstr ""
#. xvSRm
-#: sw/inc/strings.hrc:654
+#: sw/inc/strings.hrc:658
msgctxt "STR_HYPERLINK"
msgid "Insert as Hyperlink"
msgstr "Voeg hiperskakel in"
#. sdfGe
-#: sw/inc/strings.hrc:655
+#: sw/inc/strings.hrc:659
msgctxt "STR_LINK_REGION"
msgid "Insert as Link"
msgstr "Voeg as skakel in"
#. Suaiz
-#: sw/inc/strings.hrc:656
+#: sw/inc/strings.hrc:660
msgctxt "STR_COPY_REGION"
msgid "Insert as Copy"
msgstr "Voeg as kopie in"
#. VgdhT
-#: sw/inc/strings.hrc:657
+#: sw/inc/strings.hrc:661
msgctxt "STR_DISPLAY"
msgid "Display"
msgstr "Vertoon"
#. 3VXp5
-#: sw/inc/strings.hrc:658
+#: sw/inc/strings.hrc:662
msgctxt "STR_ACTIVE_VIEW"
msgid "Active Window"
msgstr "Aktiewe venster"
#. fAAUc
-#: sw/inc/strings.hrc:659
+#: sw/inc/strings.hrc:663
msgctxt "STR_HIDDEN"
msgid "hidden"
msgstr "versteek"
#. 3VWjq
-#: sw/inc/strings.hrc:660
+#: sw/inc/strings.hrc:664
msgctxt "STR_ACTIVE"
msgid "active"
msgstr "aktief"
#. YjPvg
-#: sw/inc/strings.hrc:661
+#: sw/inc/strings.hrc:665
msgctxt "STR_INACTIVE"
msgid "inactive"
msgstr "onaktief"
#. tBPKU
-#: sw/inc/strings.hrc:662
+#: sw/inc/strings.hrc:666
msgctxt "STR_EDIT_ENTRY"
msgid "Edit..."
msgstr "Redigeer..."
#. ppC87
-#: sw/inc/strings.hrc:663
+#: sw/inc/strings.hrc:667
msgctxt "STR_UPDATE"
msgid "~Update"
msgstr "~Werk by"
#. 44Esc
-#: sw/inc/strings.hrc:664
+#: sw/inc/strings.hrc:668
msgctxt "STR_EDIT_CONTENT"
msgid "Edit"
msgstr "Redigeer"
#. w3ZrD
-#: sw/inc/strings.hrc:665
+#: sw/inc/strings.hrc:669
msgctxt "STR_EDIT_LINK"
msgid "Edit link"
msgstr "Redigeer skakel"
#. xyPWE
-#: sw/inc/strings.hrc:666
+#: sw/inc/strings.hrc:670
msgctxt "STR_EDIT_INSERT"
msgid "Insert"
msgstr "Voeg in"
#. AT9SS
-#: sw/inc/strings.hrc:667
+#: sw/inc/strings.hrc:671
msgctxt "STR_INDEX"
msgid "~Index"
msgstr "~Indeks"
#. MnBLc
-#: sw/inc/strings.hrc:668
+#: sw/inc/strings.hrc:672
msgctxt "STR_FILE"
msgid "File"
msgstr "Lêer"
#. DdBgh
-#: sw/inc/strings.hrc:669
+#: sw/inc/strings.hrc:673
msgctxt "STR_NEW_FILE"
msgid "New Document"
msgstr "Nuwe dokument"
#. aV9Uy
-#: sw/inc/strings.hrc:670
+#: sw/inc/strings.hrc:674
msgctxt "STR_INSERT_TEXT"
msgid "Text"
msgstr "Teks"
#. 5rD3D
-#: sw/inc/strings.hrc:671
+#: sw/inc/strings.hrc:675
msgctxt "STR_DELETE"
msgid "Delete"
msgstr "Skrap"
#. 9MrsU
-#: sw/inc/strings.hrc:672
+#: sw/inc/strings.hrc:676
msgctxt "STR_DELETE_ENTRY"
msgid "~Delete"
msgstr "~Skrap"
#. A28Rb
-#: sw/inc/strings.hrc:673
+#: sw/inc/strings.hrc:677
msgctxt "STR_UPDATE_SEL"
msgid "Selection"
msgstr "Seleksie"
#. gRBxA
-#: sw/inc/strings.hrc:674
+#: sw/inc/strings.hrc:678
msgctxt "STR_UPDATE_INDEX"
msgid "Indexes"
msgstr "Indekse"
#. WKwLS
-#: sw/inc/strings.hrc:675
+#: sw/inc/strings.hrc:679
msgctxt "STR_UPDATE_LINK"
msgid "Links"
msgstr "Skakels"
#. TaaJK
-#: sw/inc/strings.hrc:676
+#: sw/inc/strings.hrc:680
#, fuzzy
msgctxt "STR_UPDATE_ALL"
msgid "All"
msgstr "Almal"
#. 6neCN
-#: sw/inc/strings.hrc:677
+#: sw/inc/strings.hrc:681
msgctxt "STR_REMOVE_INDEX"
msgid "~Remove Index"
msgstr "Ve~rwyder indeks"
#. RH2h9
-#: sw/inc/strings.hrc:678
+#: sw/inc/strings.hrc:682
msgctxt "STR_REMOVE_TBL_PROTECTION"
msgid "~Unprotect"
msgstr "~Ontbeskerm"
#. HpMeb
-#: sw/inc/strings.hrc:679
+#: sw/inc/strings.hrc:683
msgctxt "STR_INVISIBLE"
msgid "hidden"
msgstr "versteek"
#. XcCnB
-#: sw/inc/strings.hrc:680
+#: sw/inc/strings.hrc:684
msgctxt "STR_BROKEN_LINK"
msgid "File not found: "
msgstr "Lêer nie gevind nie: "
#. 8BkZE
-#: sw/inc/strings.hrc:681
+#: sw/inc/strings.hrc:685
msgctxt "STR_RENAME"
msgid "~Rename..."
msgstr ""
#. FnvNk
-#: sw/inc/strings.hrc:682
+#: sw/inc/strings.hrc:686
msgctxt "STR_READONLY_IDX"
msgid "Read-~only"
msgstr "~Leesalleen"
#. DojWF
-#: sw/inc/strings.hrc:683
+#: sw/inc/strings.hrc:687
msgctxt "STR_POSTIT_SHOW"
msgid "Show All"
msgstr "Wys alles"
#. virAB
-#: sw/inc/strings.hrc:684
+#: sw/inc/strings.hrc:688
msgctxt "STR_POSTIT_HIDE"
msgid "Hide All"
msgstr "Versteek alles"
#. aJwW2
-#: sw/inc/strings.hrc:685
+#: sw/inc/strings.hrc:689
msgctxt "STR_POSTIT_DELETE"
msgid "Delete All"
msgstr "Skrap alles"
#. UC53U
-#: sw/inc/strings.hrc:686
+#: sw/inc/strings.hrc:690
msgctxt "STR_RESOLVED"
msgid "RESOLVED"
msgstr ""
#. 6VGuk
-#: sw/inc/strings.hrc:687
+#: sw/inc/strings.hrc:691
msgctxt "STR_PROTECTED"
msgid "Protected"
msgstr ""
#. 3ceMF
-#: sw/inc/strings.hrc:689
+#: sw/inc/strings.hrc:693
msgctxt "STR_MARGIN_TOOLTIP_LEFT"
msgid "Left: "
msgstr "Links: "
#. EiXF2
-#: sw/inc/strings.hrc:690
+#: sw/inc/strings.hrc:694
msgctxt "STR_MARGIN_TOOLTIP_RIGHT"
msgid ". Right: "
msgstr ". Regs: "
#. UFpVa
-#: sw/inc/strings.hrc:691
+#: sw/inc/strings.hrc:695
msgctxt "STR_MARGIN_TOOLTIP_INNER"
msgid "Inner: "
msgstr "Binnekant: "
#. XE7Wb
-#: sw/inc/strings.hrc:692
+#: sw/inc/strings.hrc:696
msgctxt "STR_MARGIN_TOOLTIP_OUTER"
msgid ". Outer: "
msgstr ". Buitekant: "
#. 3A8Vg
-#: sw/inc/strings.hrc:693
+#: sw/inc/strings.hrc:697
msgctxt "STR_MARGIN_TOOLTIP_TOP"
msgid ". Top: "
msgstr ". Bo: "
#. dRhyZ
-#: sw/inc/strings.hrc:694
+#: sw/inc/strings.hrc:698
msgctxt "STR_MARGIN_TOOLTIP_BOT"
msgid ". Bottom: "
msgstr ". Onder: "
#. XuC4Y
#. Error calculator
-#: sw/inc/strings.hrc:697
+#: sw/inc/strings.hrc:701
msgctxt "STR_POSTIT_PAGE"
msgid "Page"
msgstr "Bladsy"
#. AeDYh
-#: sw/inc/strings.hrc:698
+#: sw/inc/strings.hrc:702
msgctxt "STR_POSTIT_LINE"
msgid "Line"
msgstr "Reël"
#. kfJG6
-#: sw/inc/strings.hrc:699
+#: sw/inc/strings.hrc:703
msgctxt "STR_POSTIT_AUTHOR"
msgid "Author"
msgstr "Outeur"
#. gejqG
-#: sw/inc/strings.hrc:700
+#: sw/inc/strings.hrc:704
msgctxt "STR_CALC_SYNTAX"
msgid "** Syntax Error **"
msgstr "** Sintaksfout **"
#. q6dUT
-#: sw/inc/strings.hrc:701
+#: sw/inc/strings.hrc:705
msgctxt "STR_CALC_ZERODIV"
msgid "** Division by zero **"
msgstr "** Deling deur nul **"
#. HSo6d
-#: sw/inc/strings.hrc:702
+#: sw/inc/strings.hrc:706
msgctxt "STR_CALC_BRACK"
msgid "** Wrong use of brackets **"
msgstr "** Hakies verkeerd gebruik **"
#. jcNfg
-#: sw/inc/strings.hrc:703
+#: sw/inc/strings.hrc:707
msgctxt "STR_CALC_POW"
msgid "** Square function overflow **"
msgstr ""
#. C453V
-#: sw/inc/strings.hrc:704
+#: sw/inc/strings.hrc:708
msgctxt "STR_CALC_OVERFLOW"
msgid "** Overflow **"
msgstr ""
#. KEQfz
-#: sw/inc/strings.hrc:705
+#: sw/inc/strings.hrc:709
msgctxt "STR_CALC_DEFAULT"
msgid "** Error **"
msgstr "** Fout **"
#. hxrg9
-#: sw/inc/strings.hrc:706
+#: sw/inc/strings.hrc:710
msgctxt "STR_CALC_ERROR"
msgid "** Expression is faulty **"
msgstr "** Uitdrukking is foutief **"
#. 2yBhF
-#: sw/inc/strings.hrc:707
+#: sw/inc/strings.hrc:711
msgctxt "STR_GETREFFLD_REFITEMNOTFOUND"
msgid "Error: Reference source not found"
msgstr "Fout: Verwysingsbron nie gevind nie"
#. jgRW7
-#: sw/inc/strings.hrc:708
+#: sw/inc/strings.hrc:712
msgctxt "STR_TEMPLATE_NONE"
msgid "None"
msgstr "Geen"
#. KRD6s
-#: sw/inc/strings.hrc:709
+#: sw/inc/strings.hrc:713
msgctxt "STR_FIELD_FIXED"
msgid "(fixed)"
msgstr ""
#. FCRUB
-#: sw/inc/strings.hrc:710
+#: sw/inc/strings.hrc:714
msgctxt "STR_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"
#. ocA84
-#: sw/inc/strings.hrc:711
+#: sw/inc/strings.hrc:715
msgctxt "STR_TOI"
msgid "Alphabetical Index"
msgstr "Alfabetiese indeks"
#. GDCRF
-#: sw/inc/strings.hrc:712
+#: sw/inc/strings.hrc:716
msgctxt "STR_TOU"
msgid "User-Defined"
msgstr "Gebruikergedefinieer"
#. vnaNc
-#: sw/inc/strings.hrc:713
+#: sw/inc/strings.hrc:717
msgctxt "STR_TOC"
msgid "Table of Contents"
msgstr "Inhoudsopgawe"
#. BESjb
-#: sw/inc/strings.hrc:714
+#: sw/inc/strings.hrc:718
msgctxt "STR_TOX_AUTH"
msgid "Bibliography"
msgstr "Bibliografie"
#. ZFBUD
-#: sw/inc/strings.hrc:715
+#: sw/inc/strings.hrc:719
msgctxt "STR_TOX_CITATION"
msgid "Citation"
msgstr "Aanhaling"
#. WAs8q
-#: sw/inc/strings.hrc:716
+#: sw/inc/strings.hrc:720
msgctxt "STR_TOX_TBL"
msgid "Index of Tables"
msgstr "Tabelindeks"
#. NFzTx
-#: sw/inc/strings.hrc:717
+#: sw/inc/strings.hrc:721
msgctxt "STR_TOX_OBJ"
msgid "Table of Objects"
msgstr "Objektabel"
#. mSyms
-#: sw/inc/strings.hrc:718
+#: sw/inc/strings.hrc:722
msgctxt "STR_TOX_ILL"
msgid "Table of Figures"
msgstr "Figuurtabel"
#. TspkU
#. SubType DocInfo
-#: sw/inc/strings.hrc:720
+#: sw/inc/strings.hrc:724
msgctxt "FLD_DOCINFO_TITEL"
msgid "Title"
msgstr "Titel"
#. ziEpC
-#: sw/inc/strings.hrc:721
+#: sw/inc/strings.hrc:725
msgctxt "FLD_DOCINFO_THEMA"
msgid "Subject"
msgstr "Onderwerp"
#. FCVZS
-#: sw/inc/strings.hrc:722
+#: sw/inc/strings.hrc:726
msgctxt "FLD_DOCINFO_KEYS"
msgid "Keywords"
msgstr "Sleutelwoorde"
#. kHC7q
-#: sw/inc/strings.hrc:723
+#: sw/inc/strings.hrc:727
msgctxt "FLD_DOCINFO_COMMENT"
msgid "Comments"
msgstr "Opmerkings"
#. i6psX
-#: sw/inc/strings.hrc:724
+#: sw/inc/strings.hrc:728
msgctxt "FLD_DOCINFO_CREATE"
msgid "Created"
msgstr "Geskep"
#. L2Bxp
-#: sw/inc/strings.hrc:725
+#: sw/inc/strings.hrc:729
msgctxt "FLD_DOCINFO_CHANGE"
msgid "Modified"
msgstr "Gewysig"
#. D2YKS
-#: sw/inc/strings.hrc:726
+#: sw/inc/strings.hrc:730
msgctxt "FLD_DOCINFO_PRINT"
msgid "Last printed"
msgstr "Laas gedruk"
#. QtuZM
-#: sw/inc/strings.hrc:727
+#: sw/inc/strings.hrc:731
msgctxt "FLD_DOCINFO_DOCNO"
msgid "Revision number"
msgstr "Hersieningsnommer"
#. YDFbi
-#: sw/inc/strings.hrc:728
+#: sw/inc/strings.hrc:732
msgctxt "FLD_DOCINFO_EDIT"
msgid "Total editing time"
msgstr "Totale redigeertyd"
#. EpZ9C
-#: sw/inc/strings.hrc:729
+#: sw/inc/strings.hrc:733
msgctxt "STR_PAGEDESC_NAME"
msgid "Convert $(ARG1)"
msgstr "Skakel $(ARG1) om"
#. nY3NU
-#: sw/inc/strings.hrc:730
+#: sw/inc/strings.hrc:734
msgctxt "STR_PAGEDESC_FIRSTNAME"
msgid "First convert $(ARG1)"
msgstr "Skakel eers $(ARG1) om"
#. eQtGV
-#: sw/inc/strings.hrc:731
+#: sw/inc/strings.hrc:735
msgctxt "STR_PAGEDESC_FOLLOWNAME"
msgid "Next convert $(ARG1)"
msgstr "Skakel dan $(ARG1) om"
#. aBwxC
-#: sw/inc/strings.hrc:732
+#: sw/inc/strings.hrc:736
msgctxt "STR_AUTH_TYPE_ARTICLE"
msgid "Article"
msgstr "Artikel"
#. di8ud
-#: sw/inc/strings.hrc:733
+#: sw/inc/strings.hrc:737
msgctxt "STR_AUTH_TYPE_BOOK"
msgid "Book"
msgstr "Boek"
#. GD5KJ
-#: sw/inc/strings.hrc:734
+#: sw/inc/strings.hrc:738
msgctxt "STR_AUTH_TYPE_BOOKLET"
msgid "Brochures"
msgstr "Brosjures"
#. mfFSf
-#: sw/inc/strings.hrc:735
+#: sw/inc/strings.hrc:739
msgctxt "STR_AUTH_TYPE_CONFERENCE"
msgid "Conference proceedings"
msgstr "Konferensieverrigtinge"
#. Et2Px
-#: sw/inc/strings.hrc:736
+#: sw/inc/strings.hrc:740
msgctxt "STR_AUTH_TYPE_INBOOK"
msgid "Book excerpt"
msgstr "Boekuittreksel"
#. ys2B8
-#: sw/inc/strings.hrc:737
+#: sw/inc/strings.hrc:741
msgctxt "STR_AUTH_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr "Boekuittreksel met titel"
#. mdEqj
-#: sw/inc/strings.hrc:738
+#: sw/inc/strings.hrc:742
msgctxt "STR_AUTH_TYPE_INPROCEEDINGS"
msgid "Conference proceedings"
msgstr "Konferensieverrigtinge"
#. jNmVD
-#: sw/inc/strings.hrc:739
+#: sw/inc/strings.hrc:743
msgctxt "STR_AUTH_TYPE_JOURNAL"
msgid "Journal"
msgstr "Joernaal"
#. M3xkM
-#: sw/inc/strings.hrc:740
+#: sw/inc/strings.hrc:744
msgctxt "STR_AUTH_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "Tegniese dokumentasie"
#. EJAj4
-#: sw/inc/strings.hrc:741
+#: sw/inc/strings.hrc:745
msgctxt "STR_AUTH_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "Tesis"
#. NoUCv
-#: sw/inc/strings.hrc:742
+#: sw/inc/strings.hrc:746
msgctxt "STR_AUTH_TYPE_MISC"
msgid "Miscellaneous"
msgstr "Allerlei"
#. qNGGE
-#: sw/inc/strings.hrc:743
+#: sw/inc/strings.hrc:747
msgctxt "STR_AUTH_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "Verhandeling"
#. L7W7R
-#: sw/inc/strings.hrc:744
+#: sw/inc/strings.hrc:748
msgctxt "STR_AUTH_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr "Konferensieverrigtinge"
#. X8bGG
-#: sw/inc/strings.hrc:745
+#: sw/inc/strings.hrc:749
msgctxt "STR_AUTH_TYPE_TECHREPORT"
msgid "Research report"
msgstr "Navorsingsverslag"
#. 4dDC9
-#: sw/inc/strings.hrc:746
+#: sw/inc/strings.hrc:750
msgctxt "STR_AUTH_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr "Ongepubliseer"
#. Gb38d
-#: sw/inc/strings.hrc:747
+#: sw/inc/strings.hrc:751
msgctxt "STR_AUTH_TYPE_EMAIL"
msgid "Email"
msgstr "E-pos"
#. 9HKD6
-#: sw/inc/strings.hrc:748
+#: sw/inc/strings.hrc:752
msgctxt "STR_AUTH_TYPE_WWW"
msgid "WWW document"
msgstr "WWW-dokument"
#. qA449
-#: sw/inc/strings.hrc:749
+#: sw/inc/strings.hrc:753
msgctxt "STR_AUTH_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "Gebruikergedefinieer1"
#. nyzxz
-#: sw/inc/strings.hrc:750
+#: sw/inc/strings.hrc:754
msgctxt "STR_AUTH_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "Gebruikergedefinieer2"
#. cCFTF
-#: sw/inc/strings.hrc:751
+#: sw/inc/strings.hrc:755
msgctxt "STR_AUTH_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "Gebruikergedefinieer3"
#. mrqJC
-#: sw/inc/strings.hrc:752
+#: sw/inc/strings.hrc:756
msgctxt "STR_AUTH_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "Gebruikergedefinieer4"
#. fFs86
-#: sw/inc/strings.hrc:753
+#: sw/inc/strings.hrc:757
msgctxt "STR_AUTH_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "Gebruikergedefinieer5"
#. nsCwi
-#: sw/inc/strings.hrc:754
+#: sw/inc/strings.hrc:758
msgctxt "STR_AUTH_FIELD_IDENTIFIER"
msgid "Short name"
msgstr "Kort naam"
#. CpKgc
-#: sw/inc/strings.hrc:755
+#: sw/inc/strings.hrc:759
msgctxt "STR_AUTH_FIELD_AUTHORITY_TYPE"
msgid "Type"
msgstr "Soort"
#. kUGDr
-#: sw/inc/strings.hrc:756
+#: sw/inc/strings.hrc:760
msgctxt "STR_AUTH_FIELD_ADDRESS"
msgid "Address"
msgstr "Adres"
#. DquVQ
-#: sw/inc/strings.hrc:757
+#: sw/inc/strings.hrc:761
msgctxt "STR_AUTH_FIELD_ANNOTE"
msgid "Annotation"
msgstr "Annotering"
#. sduuV
-#: sw/inc/strings.hrc:758
+#: sw/inc/strings.hrc:762
msgctxt "STR_AUTH_FIELD_AUTHOR"
msgid "Author(s)"
msgstr "Outeur(s)"
#. fXvz6
-#: sw/inc/strings.hrc:759
+#: sw/inc/strings.hrc:763
msgctxt "STR_AUTH_FIELD_BOOKTITLE"
msgid "Book title"
msgstr "Boektitel"
#. c8PFE
-#: sw/inc/strings.hrc:760
+#: sw/inc/strings.hrc:764
msgctxt "STR_AUTH_FIELD_CHAPTER"
msgid "Chapter"
msgstr "Hoofstuk"
#. GXqxF
-#: sw/inc/strings.hrc:761
+#: sw/inc/strings.hrc:765
msgctxt "STR_AUTH_FIELD_EDITION"
msgid "Edition"
msgstr "Uitgawe"
#. p7A3p
-#: sw/inc/strings.hrc:762
+#: sw/inc/strings.hrc:766
msgctxt "STR_AUTH_FIELD_EDITOR"
msgid "Editor"
msgstr "Redakteur"
#. aAFEz
-#: sw/inc/strings.hrc:763
+#: sw/inc/strings.hrc:767
msgctxt "STR_AUTH_FIELD_HOWPUBLISHED"
msgid "Publication type"
msgstr "Soort publikasie"
#. 8DwdJ
-#: sw/inc/strings.hrc:764
+#: sw/inc/strings.hrc:768
msgctxt "STR_AUTH_FIELD_INSTITUTION"
msgid "Institution"
msgstr "Instelling"
#. VWNxy
-#: sw/inc/strings.hrc:765
+#: sw/inc/strings.hrc:769
msgctxt "STR_AUTH_FIELD_JOURNAL"
msgid "Journal"
msgstr "Joernaal"
#. Da4fW
-#: sw/inc/strings.hrc:766
+#: sw/inc/strings.hrc:770
msgctxt "STR_AUTH_FIELD_MONTH"
msgid "Month"
msgstr "Maand"
#. SdSBt
-#: sw/inc/strings.hrc:767
+#: sw/inc/strings.hrc:771
msgctxt "STR_AUTH_FIELD_NOTE"
msgid "Note"
msgstr "Nota"
#. MZYpD
-#: sw/inc/strings.hrc:768
+#: sw/inc/strings.hrc:772
msgctxt "STR_AUTH_FIELD_NUMBER"
msgid "Number"
msgstr "Nommer"
#. ZB7Go
-#: sw/inc/strings.hrc:769
+#: sw/inc/strings.hrc:773
msgctxt "STR_AUTH_FIELD_ORGANIZATIONS"
msgid "Organization"
msgstr "Organisasie"
#. C4CdP
-#: sw/inc/strings.hrc:770
+#: sw/inc/strings.hrc:774
msgctxt "STR_AUTH_FIELD_PAGES"
msgid "Page(s)"
msgstr "Bladsy(e)"
#. yFPFa
-#: sw/inc/strings.hrc:771
+#: sw/inc/strings.hrc:775
msgctxt "STR_AUTH_FIELD_PUBLISHER"
msgid "Publisher"
msgstr "Uitgewer"
#. d9u3p
-#: sw/inc/strings.hrc:772
+#: sw/inc/strings.hrc:776
msgctxt "STR_AUTH_FIELD_SCHOOL"
msgid "University"
msgstr "Universiteit"
#. Qxsdb
-#: sw/inc/strings.hrc:773
+#: sw/inc/strings.hrc:777
msgctxt "STR_AUTH_FIELD_SERIES"
msgid "Series"
msgstr "Reeks"
#. YhXPg
-#: sw/inc/strings.hrc:774
+#: sw/inc/strings.hrc:778
msgctxt "STR_AUTH_FIELD_TITLE"
msgid "Title"
msgstr "Titel"
#. qEBhL
-#: sw/inc/strings.hrc:775
+#: sw/inc/strings.hrc:779
msgctxt "STR_AUTH_FIELD_TYPE"
msgid "Type of report"
msgstr "Soort verslag"
#. Sij9w
-#: sw/inc/strings.hrc:776
+#: sw/inc/strings.hrc:780
msgctxt "STR_AUTH_FIELD_VOLUME"
msgid "Volume"
msgstr "Volume"
#. K8miv
-#: sw/inc/strings.hrc:777
+#: sw/inc/strings.hrc:781
msgctxt "STR_AUTH_FIELD_YEAR"
msgid "Year"
msgstr "Jaar"
#. pFMSV
-#: sw/inc/strings.hrc:778
+#: sw/inc/strings.hrc:782
msgctxt "STR_AUTH_FIELD_URL"
msgid "URL"
msgstr "URL"
#. xFG3c
-#: sw/inc/strings.hrc:779
+#: sw/inc/strings.hrc:783
msgctxt "STR_AUTH_FIELD_CUSTOM1"
msgid "User-defined1"
msgstr "Gebruikergedefinieer1"
#. wtDyU
-#: sw/inc/strings.hrc:780
+#: sw/inc/strings.hrc:784
msgctxt "STR_AUTH_FIELD_CUSTOM2"
msgid "User-defined2"
msgstr "Gebruikergedefinieer2"
#. VH3Se
-#: sw/inc/strings.hrc:781
+#: sw/inc/strings.hrc:785
msgctxt "STR_AUTH_FIELD_CUSTOM3"
msgid "User-defined3"
msgstr "Gebruikergedefinieer3"
#. twuKb
-#: sw/inc/strings.hrc:782
+#: sw/inc/strings.hrc:786
msgctxt "STR_AUTH_FIELD_CUSTOM4"
msgid "User-defined4"
msgstr "Gebruikergedefinieer4"
#. WAo7Z
-#: sw/inc/strings.hrc:783
+#: sw/inc/strings.hrc:787
msgctxt "STR_AUTH_FIELD_CUSTOM5"
msgid "User-defined5"
msgstr "Gebruikergedefinieer5"
#. 3r6Wg
-#: sw/inc/strings.hrc:784
+#: sw/inc/strings.hrc:788
msgctxt "STR_AUTH_FIELD_ISBN"
msgid "ISBN"
msgstr "ISBN"
#. eFnnx
-#: sw/inc/strings.hrc:786
+#: sw/inc/strings.hrc:790
msgctxt "STR_IDXMRK_EDIT"
msgid "Edit Index Entry"
msgstr "Redigeer indeksinskrywing"
#. EHTHH
-#: sw/inc/strings.hrc:787
+#: sw/inc/strings.hrc:791
msgctxt "STR_IDXMRK_INSERT"
msgid "Insert Index Entry"
msgstr "Voeg indeksinskrywying in"
#. D2gkA
-#: sw/inc/strings.hrc:788
+#: sw/inc/strings.hrc:792
msgctxt "STR_QUERY_CHANGE_AUTH_ENTRY"
msgid "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?"
msgstr "Hierdie dokument bevat reeds die bibliografie-inskrywing maar met ander data. Wil u die bestaande inskrywings aanpas?"
#. mK84T
-#: sw/inc/strings.hrc:790
+#: sw/inc/strings.hrc:794
msgctxt "STR_COMMENTS_LABEL"
msgid "Comments"
msgstr "Opmerking"
#. fwecS
-#: sw/inc/strings.hrc:791
+#: sw/inc/strings.hrc:795
msgctxt "STR_SHOW_COMMENTS"
msgid "Show comments"
msgstr "Wys opmerkings"
#. HkUvy
-#: sw/inc/strings.hrc:792
+#: sw/inc/strings.hrc:796
msgctxt "STR_HIDE_COMMENTS"
msgid "Hide comments"
msgstr "Versteek opmerkings"
#. FcmEy
-#: sw/inc/strings.hrc:794
+#: sw/inc/strings.hrc:798
msgctxt "STR_DOUBLE_SHORTNAME"
msgid "Shortcut name already exists. Please choose another name."
msgstr "Kortpadnaam bestaan reeds. Kies asseblief ’n ander naam."
#. VhMST
-#: sw/inc/strings.hrc:795
+#: sw/inc/strings.hrc:799
msgctxt "STR_QUERY_DELETE"
msgid "Delete AutoText?"
msgstr "Skrap Outoteks?"
#. E5MLr
-#: sw/inc/strings.hrc:796
+#: sw/inc/strings.hrc:800
msgctxt "STR_QUERY_DELETE_GROUP1"
msgid "Delete the category "
msgstr "Skrap die kategorie "
#. qndNh
-#: sw/inc/strings.hrc:797
+#: sw/inc/strings.hrc:801
msgctxt "STR_QUERY_DELETE_GROUP2"
msgid "?"
msgstr "?"
#. B6xah
-#: sw/inc/strings.hrc:798
+#: sw/inc/strings.hrc:802
msgctxt "STR_GLOSSARY"
msgid "AutoText :"
msgstr "OutoTeks:"
#. ChetY
-#: sw/inc/strings.hrc:799
+#: sw/inc/strings.hrc:803
msgctxt "STR_SAVE_GLOSSARY"
msgid "Save AutoText"
msgstr "Stoor Outoteks"
#. QxAiF
-#: sw/inc/strings.hrc:800
+#: sw/inc/strings.hrc:804
msgctxt "STR_NO_GLOSSARIES"
msgid "There is no AutoText in this file."
msgstr "Daar is geen Outoteks in hierdie lêer nie."
#. sG8Xt
-#: sw/inc/strings.hrc:801
+#: sw/inc/strings.hrc:805
msgctxt "STR_MY_AUTOTEXT"
msgid "My AutoText"
msgstr "My Outoteks"
#. GaoqR
-#: sw/inc/strings.hrc:803
+#: sw/inc/strings.hrc:807
msgctxt "STR_NOGLOS"
msgid "AutoText for Shortcut '%1' not found."
msgstr "Outoteks vir kortpad “%1” nie gevind nie."
#. MwUEP
-#: sw/inc/strings.hrc:804
+#: sw/inc/strings.hrc:808
msgctxt "STR_NO_TABLE"
msgid "A table with no rows or no cells cannot be inserted"
msgstr "’n Tabel kan nie met geen rye of kolomme ingevoeg word nie"
#. AawM4
-#: sw/inc/strings.hrc:805
+#: sw/inc/strings.hrc:809
msgctxt "STR_TABLE_TOO_LARGE"
msgid "The table cannot be inserted because it is too large"
msgstr "Die tabel kan nie ingevoeg word nie want hy is te groot"
#. GGo8i
-#: sw/inc/strings.hrc:806
+#: sw/inc/strings.hrc:810
msgctxt "STR_ERR_INSERT_GLOS"
msgid "AutoText could not be created."
msgstr "Outoteks kon nie geskep word nie."
#. DCPSB
-#: sw/inc/strings.hrc:807
+#: sw/inc/strings.hrc:811
msgctxt "STR_CLPBRD_FORMAT_ERROR"
msgid "Requested clipboard format is not available."
msgstr "Verlangde knipbordformaat is nie beskikbaar nie."
#. YxCCF
-#: sw/inc/strings.hrc:808
+#: sw/inc/strings.hrc:812
msgctxt "STR_PRIVATETEXT"
msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION-teksdokument"
#. 8ygN3
-#: sw/inc/strings.hrc:809
+#: sw/inc/strings.hrc:813
msgctxt "STR_PRIVATEGRAPHIC"
msgid "Image (%PRODUCTNAME %PRODUCTVERSION Text Document)"
msgstr "Beeld (%PRODUCTNAME %PRODUCTVERSION-teksdokument)"
#. ewPPB
-#: sw/inc/strings.hrc:810
+#: sw/inc/strings.hrc:814
msgctxt "STR_PRIVATEOLE"
msgid "Object (%PRODUCTNAME %PRODUCTVERSION Text Document)"
msgstr "Objek (%PRODUCTNAME %PRODUCTVERSION-teksdokument)"
#. 9VEc3
-#: sw/inc/strings.hrc:811
+#: sw/inc/strings.hrc:815
msgctxt "STR_DDEFORMAT"
msgid "Dynamic Data Exchange (DDE link)"
msgstr "Dynamic Data Exchange (DDE-skakel)"
#. svrE7
-#: sw/inc/strings.hrc:813
+#: sw/inc/strings.hrc:817
msgctxt "STR_DELETE_ALL_NOTES"
msgid "All Comments"
msgstr "Alle opmerkings"
#. YGNN4
-#: sw/inc/strings.hrc:814
+#: sw/inc/strings.hrc:818
msgctxt "STR_FORMAT_ALL_NOTES"
msgid "All Comments"
msgstr "Alle opmerkings"
#. GDH49
-#: sw/inc/strings.hrc:815
+#: sw/inc/strings.hrc:819
msgctxt "STR_DELETE_AUTHOR_NOTES"
msgid "Comments by "
msgstr "Opmerkings deur "
#. RwAcm
-#: sw/inc/strings.hrc:816
+#: sw/inc/strings.hrc:820
msgctxt "STR_NODATE"
msgid "(no date)"
msgstr "(geen datum)"
#. ytxKG
-#: sw/inc/strings.hrc:817
+#: sw/inc/strings.hrc:821
msgctxt "STR_NOAUTHOR"
msgid "(no author)"
msgstr "(geen outeur)"
#. nAwMG
-#: sw/inc/strings.hrc:818
+#: sw/inc/strings.hrc:822
msgctxt "STR_REPLY"
msgid "Reply to $1"
msgstr "Antwoord aan $1"
#. CVVa6
-#: sw/inc/strings.hrc:820
+#: sw/inc/strings.hrc:824
msgctxt "ST_TITLE_EDIT"
msgid "Edit Address Block"
msgstr "Redigeer adresblok"
#. njGGA
-#: sw/inc/strings.hrc:821
+#: sw/inc/strings.hrc:825
msgctxt "ST_TITLE_MALE"
msgid "Custom Salutation (Male Recipients)"
msgstr "Eie aanhef (manlike ontvangers)"
#. ZVuKY
-#: sw/inc/strings.hrc:822
+#: sw/inc/strings.hrc:826
msgctxt "ST_TITLE_FEMALE"
msgid "Custom Salutation (Female Recipients)"
msgstr "Eie aanhef (vroulike ontvangers)"
#. h4yuq
-#: sw/inc/strings.hrc:823
+#: sw/inc/strings.hrc:827
msgctxt "ST_SALUTATIONELEMENTS"
msgid "Salutation e~lements"
msgstr "Aanhefe~lemente"
#. kWhqT
-#: sw/inc/strings.hrc:824
+#: sw/inc/strings.hrc:828
msgctxt "ST_INSERTSALUTATIONFIELD"
msgid "Add to salutation"
msgstr "Voeg by aanhef"
#. hvF3V
-#: sw/inc/strings.hrc:825
+#: sw/inc/strings.hrc:829
msgctxt "ST_REMOVESALUTATIONFIELD"
msgid "Remove from salutation"
msgstr "Verwyder uit aanhef"
#. A6XaR
-#: sw/inc/strings.hrc:826
+#: sw/inc/strings.hrc:830
msgctxt "ST_DRAGSALUTATION"
msgid "1. ~Drag salutation elements into the box below"
msgstr "1. ~Sleep aanhefelemente na die boksie hieronder"
#. 4VJWL
-#: sw/inc/strings.hrc:827
+#: sw/inc/strings.hrc:831
msgctxt "ST_SALUTATION"
msgid "Salutation"
msgstr "Aanhef"
#. Vj6XT
-#: sw/inc/strings.hrc:828
+#: sw/inc/strings.hrc:832
msgctxt "ST_PUNCTUATION"
msgid "Punctuation Mark"
msgstr "Leesteken"
#. bafeG
-#: sw/inc/strings.hrc:829
+#: sw/inc/strings.hrc:833
msgctxt "ST_TEXT"
msgid "Text"
msgstr "Teks"
#. tt6sA
-#: sw/inc/strings.hrc:830
+#: sw/inc/strings.hrc:834
msgctxt "ST_SALUTATIONMATCHING"
msgid "Assign the fields from your data source to match the salutation elements."
msgstr "Wys die velde toe uit u databron wat pas by die adreselemente."
#. zrUsN
-#: sw/inc/strings.hrc:831
+#: sw/inc/strings.hrc:835
msgctxt "ST_SALUTATIONPREVIEW"
msgid "Salutation preview"
msgstr "Aanhefvoorskou"
#. 2UVE6
-#: sw/inc/strings.hrc:832
+#: sw/inc/strings.hrc:836
msgctxt "ST_ADDRESSELEMENT"
msgid "Address elements"
msgstr "Adreselemente"
#. Bd6pd
-#: sw/inc/strings.hrc:833
+#: sw/inc/strings.hrc:837
msgctxt "ST_SALUTATIONELEMENT"
msgid "Salutation elements"
msgstr "Aanhefelemente"
#. 9krzf
-#: sw/inc/strings.hrc:834
+#: sw/inc/strings.hrc:838
msgctxt "ST_MATCHESTO"
msgid "Matches to field:"
msgstr "Pas by veld:"
#. oahCQ
-#: sw/inc/strings.hrc:835
+#: sw/inc/strings.hrc:839
msgctxt "ST_PREVIEW"
msgid "Preview"
msgstr "Voorskou"
#. ijdxe
-#: sw/inc/strings.hrc:836
+#: sw/inc/strings.hrc:840
msgctxt "ST_DELETE_CONFIRM"
msgid "Do you want to delete this registered data source?"
msgstr ""
#. kE5C3
-#: sw/inc/strings.hrc:838
+#: sw/inc/strings.hrc:842
msgctxt "STR_NOTASSIGNED"
msgid " not yet matched "
msgstr " nog nie gepas nie "
#. Y6FhG
-#: sw/inc/strings.hrc:839
+#: sw/inc/strings.hrc:843
msgctxt "STR_FILTER_ALL"
msgid "All files"
msgstr "Alle lêers"
#. 7cNjh
-#: sw/inc/strings.hrc:840
+#: sw/inc/strings.hrc:844
msgctxt "STR_FILTER_ALL_DATA"
msgid "Address lists(*.*)"
msgstr "Adreslyste (*.*)"
#. Ef8TY
-#: sw/inc/strings.hrc:841
+#: sw/inc/strings.hrc:845
msgctxt "STR_FILTER_SXB"
msgid "%PRODUCTNAME Base (*.odb)"
msgstr "%PRODUCTNAME Base (*.odb)"
#. 24opW
-#: sw/inc/strings.hrc:842
+#: sw/inc/strings.hrc:846
msgctxt "STR_FILTER_SXC"
msgid "%PRODUCTNAME Calc (*.ods;*.sxc)"
msgstr "%PRODUCTNAME Calc (*.ods;*.sxc)"
#. sq73T
-#: sw/inc/strings.hrc:843
+#: sw/inc/strings.hrc:847
msgctxt "STR_FILTER_SXW"
msgid "%PRODUCTNAME Writer (*.odt;*.sxw)"
msgstr "%PRODUCTNAME Writer (*.odt;*.sxw)"
#. QupGC
-#: sw/inc/strings.hrc:844
+#: sw/inc/strings.hrc:848
msgctxt "STR_FILTER_DBF"
msgid "dBase (*.dbf)"
msgstr "dBase (*.dbf)"
#. SzqRv
-#: sw/inc/strings.hrc:845
+#: sw/inc/strings.hrc:849
msgctxt "STR_FILTER_XLS"
msgid "Microsoft Excel (*.xls;*.xlsx)"
msgstr "Microsoft Excel (*.xls;*.xlsx)"
#. zAUu8
-#: sw/inc/strings.hrc:846
+#: sw/inc/strings.hrc:850
msgctxt "STR_FILTER_DOC"
msgid "Microsoft Word (*.doc;*.docx)"
msgstr "Microsoft Word (*.doc;*.docx)"
#. JBZFc
-#: sw/inc/strings.hrc:847
+#: sw/inc/strings.hrc:851
msgctxt "STR_FILTER_TXT"
msgid "Plain text (*.txt)"
msgstr "Skoonteks (*.txt)"
#. CRJb6
-#: sw/inc/strings.hrc:848
+#: sw/inc/strings.hrc:852
msgctxt "STR_FILTER_CSV"
msgid "Text Comma Separated (*.csv)"
msgstr "Teks met kommas geskei (*.csv)"
#. U4H2j
-#: sw/inc/strings.hrc:849
+#: sw/inc/strings.hrc:853
msgctxt "STR_FILTER_MDB"
msgid "Microsoft Access (*.mdb;*.mde)"
msgstr "Microsoft Access (*.mdb;*.mde)"
#. DwxF8
-#: sw/inc/strings.hrc:850
+#: sw/inc/strings.hrc:854
msgctxt "STR_FILTER_ACCDB"
msgid "Microsoft Access 2007 (*.accdb,*.accde)"
msgstr "Microsoft Access 2007 (*.accdb,*.accde)"
#. uDNRt
-#: sw/inc/strings.hrc:851
+#: sw/inc/strings.hrc:855
msgctxt "ST_CONFIGUREMAIL"
msgid ""
"In order to be able to send mail merge documents by email, %PRODUCTNAME requires information about the email account to be used.\n"
@@ -5534,91 +5560,91 @@ msgid ""
msgstr ""
#. r9BVg
-#: sw/inc/strings.hrc:852
+#: sw/inc/strings.hrc:856
msgctxt "ST_FILTERNAME"
msgid "%PRODUCTNAME Address List (.csv)"
msgstr "%PRODUCTNAME-adreslys (.csv)"
#. jiJuZ
-#: sw/inc/strings.hrc:854
+#: sw/inc/strings.hrc:858
msgctxt "ST_STARTING"
msgid "Select Starting Document"
msgstr "Kies begindokument"
#. FiUyK
-#: sw/inc/strings.hrc:855
+#: sw/inc/strings.hrc:859
msgctxt "ST_DOCUMENTTYPE"
msgid "Select Document Type"
msgstr "Kies die dokumenttipe"
#. QwrpS
-#: sw/inc/strings.hrc:856
+#: sw/inc/strings.hrc:860
msgctxt "ST_ADDRESSBLOCK"
msgid "Insert Address Block"
msgstr "Voeg adresblok in"
#. omRZF
-#: sw/inc/strings.hrc:857
+#: sw/inc/strings.hrc:861
msgctxt "ST_ADDRESSLIST"
msgid "Select Address List"
msgstr "Kies adreslys"
#. YrDuD
-#: sw/inc/strings.hrc:858
+#: sw/inc/strings.hrc:862
msgctxt "ST_GREETINGSLINE"
msgid "Create Salutation"
msgstr "Skep aanhef"
#. tTr4B
-#: sw/inc/strings.hrc:859
+#: sw/inc/strings.hrc:863
msgctxt "ST_LAYOUT"
msgid "Adjust Layout"
msgstr "Pas uitleg aan"
#. S4p5M
-#: sw/inc/strings.hrc:860
+#: sw/inc/strings.hrc:864
msgctxt "ST_EXCLUDE"
msgid "Exclude recipient"
msgstr "Sluit ontvanger uit"
#. N5YUH
-#: sw/inc/strings.hrc:861
+#: sw/inc/strings.hrc:865
msgctxt "ST_FINISH"
msgid "~Finish"
msgstr "~Klaar"
#. L5FEG
-#: sw/inc/strings.hrc:862
+#: sw/inc/strings.hrc:866
msgctxt "ST_MMWTITLE"
msgid "Mail Merge Wizard"
msgstr "Massapos-slimmerd"
#. CEhZj
-#: sw/inc/strings.hrc:864
+#: sw/inc/strings.hrc:868
msgctxt "ST_TABLE"
msgid "Table"
msgstr "Tabel"
#. v9hEB
-#: sw/inc/strings.hrc:865
+#: sw/inc/strings.hrc:869
msgctxt "ST_QUERY"
msgid "Query"
msgstr "Navraag"
#. HxGAu
-#: sw/inc/strings.hrc:867
+#: sw/inc/strings.hrc:871
msgctxt "STR_QUERY_SPELL_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Wil u weer van die dokument se begin af toets?"
#. gE7CA
-#: sw/inc/strings.hrc:868
+#: sw/inc/strings.hrc:872
msgctxt "STR_SPELLING_COMPLETED"
msgid "The spellcheck is complete."
msgstr "Die speltoets is klaar."
#. 2SuqF
-#: sw/inc/strings.hrc:869
+#: sw/inc/strings.hrc:873
msgctxt "STR_DICTIONARY_UNAVAILABLE"
msgid "No dictionary available"
msgstr ""
@@ -5628,252 +5654,252 @@ msgstr ""
#. Description: strings for the types
#. --------------------------------------------------------------------
#. range document
-#: sw/inc/strings.hrc:875
+#: sw/inc/strings.hrc:879
msgctxt "STR_DATEFLD"
msgid "Date"
msgstr "Datum"
#. V9cQp
-#: sw/inc/strings.hrc:876
+#: sw/inc/strings.hrc:880
msgctxt "STR_TIMEFLD"
msgid "Time"
msgstr "Tyd"
#. 2zgWi
-#: sw/inc/strings.hrc:877
+#: sw/inc/strings.hrc:881
msgctxt "STR_FILENAMEFLD"
msgid "File name"
msgstr "Lêernaam"
#. FdSaU
-#: sw/inc/strings.hrc:878
+#: sw/inc/strings.hrc:882
msgctxt "STR_DBNAMEFLD"
msgid "Database Name"
msgstr "Databasisnaam"
#. XZADh
-#: sw/inc/strings.hrc:879
+#: sw/inc/strings.hrc:883
msgctxt "STR_CHAPTERFLD"
msgid "Chapter"
msgstr "Hoofstuk"
#. wYWy2
-#: sw/inc/strings.hrc:880
+#: sw/inc/strings.hrc:884
msgctxt "STR_PAGENUMBERFLD"
msgid "Page number"
msgstr "Bladsynommer"
#. EXC6N
-#: sw/inc/strings.hrc:881
+#: sw/inc/strings.hrc:885
msgctxt "STR_DOCSTATFLD"
msgid "Statistics"
msgstr "Statistieke"
#. EW86G
-#: sw/inc/strings.hrc:882
+#: sw/inc/strings.hrc:886
msgctxt "STR_AUTHORFLD"
msgid "Author"
msgstr "Outeur"
#. 5aFak
-#: sw/inc/strings.hrc:883
+#: sw/inc/strings.hrc:887
msgctxt "STR_TEMPLNAMEFLD"
msgid "Templates"
msgstr "Sjablone"
#. 3wdud
-#: sw/inc/strings.hrc:884
+#: sw/inc/strings.hrc:888
msgctxt "STR_EXTUSERFLD"
msgid "Sender"
msgstr "Afsender"
#. LxZEm
#. range functions
-#: sw/inc/strings.hrc:886
+#: sw/inc/strings.hrc:890
msgctxt "STR_SETFLD"
msgid "Set variable"
msgstr "Stel veranderlike"
#. ckA26
-#: sw/inc/strings.hrc:887
+#: sw/inc/strings.hrc:891
msgctxt "STR_GETFLD"
msgid "Show variable"
msgstr "Wys veranderlike"
#. Fjzgu
-#: sw/inc/strings.hrc:888
+#: sw/inc/strings.hrc:892
msgctxt "STR_FORMELFLD"
msgid "Insert Formula"
msgstr "Voeg formule in"
#. AXoAT
-#: sw/inc/strings.hrc:889
+#: sw/inc/strings.hrc:893
msgctxt "STR_INPUTFLD"
msgid "Input field"
msgstr "Toevoerveld"
#. VfqNE
-#: sw/inc/strings.hrc:890
+#: sw/inc/strings.hrc:894
msgctxt "STR_SETINPUTFLD"
msgid "Input field (variable)"
msgstr "Toevoerveld (veranderlike)"
#. E8JAd
-#: sw/inc/strings.hrc:891
+#: sw/inc/strings.hrc:895
msgctxt "STR_USRINPUTFLD"
msgid "Input field (user)"
msgstr "Toevoerveld (gebruiker)"
#. 8LGEQ
-#: sw/inc/strings.hrc:892
+#: sw/inc/strings.hrc:896
msgctxt "STR_CONDTXTFLD"
msgid "Conditional text"
msgstr "Voorwaardelike teks"
#. jrZ7i
-#: sw/inc/strings.hrc:893
+#: sw/inc/strings.hrc:897
msgctxt "STR_DDEFLD"
msgid "DDE field"
msgstr "DDE-veld"
#. 9WAT9
-#: sw/inc/strings.hrc:894
+#: sw/inc/strings.hrc:898
msgctxt "STR_MACROFLD"
msgid "Execute macro"
msgstr "Voer makro uit"
#. qEBxa
-#: sw/inc/strings.hrc:895
+#: sw/inc/strings.hrc:899
msgctxt "STR_SEQFLD"
msgid "Number range"
msgstr "Getalomvang"
#. ACE5s
-#: sw/inc/strings.hrc:896
+#: sw/inc/strings.hrc:900
msgctxt "STR_SETREFPAGEFLD"
msgid "Set page variable"
msgstr "Stel bladsyveranderlike"
#. ayB3N
-#: sw/inc/strings.hrc:897
+#: sw/inc/strings.hrc:901
msgctxt "STR_GETREFPAGEFLD"
msgid "Show page variable"
msgstr "Wys bladsyveranderlike"
#. DBM4P
-#: sw/inc/strings.hrc:898
+#: sw/inc/strings.hrc:902
msgctxt "STR_INTERNETFLD"
msgid "Load URL"
msgstr "Laai URL"
#. LJFF5
-#: sw/inc/strings.hrc:899
+#: sw/inc/strings.hrc:903
msgctxt "STR_JUMPEDITFLD"
msgid "Placeholder"
msgstr "Plekhouer"
#. zZCg6
-#: sw/inc/strings.hrc:900
+#: sw/inc/strings.hrc:904
msgctxt "STR_COMBINED_CHARS"
msgid "Combine characters"
msgstr "Kombineer karakters"
#. 9MGU6
-#: sw/inc/strings.hrc:901
+#: sw/inc/strings.hrc:905
msgctxt "STR_DROPDOWN"
msgid "Input list"
msgstr "Toevoerlys"
#. 7BWSk
#. range references
-#: sw/inc/strings.hrc:903
+#: sw/inc/strings.hrc:907
msgctxt "STR_SETREFFLD"
msgid "Set Reference"
msgstr "Stel verwysing"
#. FJ2X8
-#: sw/inc/strings.hrc:904
+#: sw/inc/strings.hrc:908
msgctxt "STR_GETREFFLD"
msgid "Insert Reference"
msgstr "Voeg verwysing in"
#. sztLS
#. range database
-#: sw/inc/strings.hrc:906
+#: sw/inc/strings.hrc:910
msgctxt "STR_DBFLD"
msgid "Mail merge fields"
msgstr "Massapos-velde"
#. JP2DU
-#: sw/inc/strings.hrc:907
+#: sw/inc/strings.hrc:911
msgctxt "STR_DBNEXTSETFLD"
msgid "Next record"
msgstr "Volgende rekord"
#. GizhA
-#: sw/inc/strings.hrc:908
+#: sw/inc/strings.hrc:912
msgctxt "STR_DBNUMSETFLD"
msgid "Any record"
msgstr "Enige rekord"
#. aMGxm
-#: sw/inc/strings.hrc:909
+#: sw/inc/strings.hrc:913
msgctxt "STR_DBSETNUMBERFLD"
msgid "Record number"
msgstr "Rekordnommer"
#. DtYzi
-#: sw/inc/strings.hrc:910
+#: sw/inc/strings.hrc:914
msgctxt "STR_PREVPAGEFLD"
msgid "Previous page"
msgstr "Vorige bladsy"
#. UCSej
-#: sw/inc/strings.hrc:911
+#: sw/inc/strings.hrc:915
msgctxt "STR_NEXTPAGEFLD"
msgid "Next page"
msgstr "Volgende bladsy"
#. M8Fac
-#: sw/inc/strings.hrc:912
+#: sw/inc/strings.hrc:916
msgctxt "STR_HIDDENTXTFLD"
msgid "Hidden text"
msgstr "Versteekte teks"
#. WvBF2
#. range user fields
-#: sw/inc/strings.hrc:914
+#: sw/inc/strings.hrc:918
msgctxt "STR_USERFLD"
msgid "User Field"
msgstr "Gebruikerveld"
#. XELYN
-#: sw/inc/strings.hrc:915
+#: sw/inc/strings.hrc:919
msgctxt "STR_POSTITFLD"
msgid "Note"
msgstr "Nota"
#. MB6kt
-#: sw/inc/strings.hrc:916
+#: sw/inc/strings.hrc:920
msgctxt "STR_SCRIPTFLD"
msgid "Script"
msgstr "Skrip"
#. BWU6A
-#: sw/inc/strings.hrc:917
+#: sw/inc/strings.hrc:921
msgctxt "STR_AUTHORITY"
msgid "Bibliography entry"
msgstr "Bibliografie-inskrywing"
#. 7EGCR
-#: sw/inc/strings.hrc:918
+#: sw/inc/strings.hrc:922
msgctxt "STR_HIDDENPARAFLD"
msgid "Hidden Paragraph"
msgstr "Versteekte paragraaf"
#. dRBRK
#. range DocumentInfo
-#: sw/inc/strings.hrc:920
+#: sw/inc/strings.hrc:924
msgctxt "STR_DOCINFOFLD"
msgid "DocInformation"
msgstr "DokInligting"
@@ -5882,87 +5908,87 @@ msgstr "DokInligting"
#. --------------------------------------------------------------------
#. Description: SubCmd-Strings
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:924
+#: sw/inc/strings.hrc:928
msgctxt "FLD_DATE_STD"
msgid "Date"
msgstr "Datum"
#. qMCEh
-#: sw/inc/strings.hrc:925
+#: sw/inc/strings.hrc:929
msgctxt "FLD_DATE_FIX"
msgid "Date (fixed)"
msgstr "Datum (vas)"
#. AXmyw
-#: sw/inc/strings.hrc:926
+#: sw/inc/strings.hrc:930
msgctxt "FLD_TIME_STD"
msgid "Time"
msgstr "Tyd"
#. 6dxVs
-#: sw/inc/strings.hrc:927
+#: sw/inc/strings.hrc:931
msgctxt "FLD_TIME_FIX"
msgid "Time (fixed)"
msgstr "Tyd (vas)"
#. U3SW8
#. SubCmd Statistic
-#: sw/inc/strings.hrc:929
+#: sw/inc/strings.hrc:933
msgctxt "FLD_STAT_TABLE"
msgid "Tables"
msgstr "Tabelle"
#. 7qW4K
-#: sw/inc/strings.hrc:930
+#: sw/inc/strings.hrc:934
msgctxt "FLD_STAT_CHAR"
msgid "Characters"
msgstr "Karakters"
#. zDRCp
-#: sw/inc/strings.hrc:931
+#: sw/inc/strings.hrc:935
msgctxt "FLD_STAT_WORD"
msgid "Words"
msgstr "Woorde"
#. 2wgLC
-#: sw/inc/strings.hrc:932
+#: sw/inc/strings.hrc:936
msgctxt "FLD_STAT_PARA"
msgid "Paragraphs"
msgstr "Paragrawe"
#. JPGG7
-#: sw/inc/strings.hrc:933
+#: sw/inc/strings.hrc:937
msgctxt "FLD_STAT_GRF"
msgid "Image"
msgstr "Beeld"
#. CzoFh
-#: sw/inc/strings.hrc:934
+#: sw/inc/strings.hrc:938
msgctxt "FLD_STAT_OBJ"
msgid "Objects"
msgstr "Objekte"
#. bDG6R
-#: sw/inc/strings.hrc:935
+#: sw/inc/strings.hrc:939
msgctxt "FLD_STAT_PAGE"
msgid "Pages"
msgstr "Bladsye"
#. yqhF5
#. SubCmd DDETypes
-#: sw/inc/strings.hrc:937
+#: sw/inc/strings.hrc:941
msgctxt "FMT_DDE_HOT"
msgid "DDE automatic"
msgstr "Outomatiese DDE"
#. xPP2E
-#: sw/inc/strings.hrc:938
+#: sw/inc/strings.hrc:942
msgctxt "FMT_DDE_NORMAL"
msgid "DDE manual"
msgstr "Handmatige DDE"
#. spdXd
-#: sw/inc/strings.hrc:939
+#: sw/inc/strings.hrc:943
msgctxt "FLD_INPUT_TEXT"
msgid "[Text]"
msgstr "[Teks]"
@@ -5971,103 +5997,103 @@ msgstr "[Teks]"
#. --------------------------------------------------------------------
#. Description: SubType Extuser
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:944
+#: sw/inc/strings.hrc:948
msgctxt "FLD_EU_FIRMA"
msgid "Company"
msgstr "Maatskappy"
#. WWxTK
-#: sw/inc/strings.hrc:945
+#: sw/inc/strings.hrc:949
msgctxt "FLD_EU_VORNAME"
msgid "First Name"
msgstr "Naam"
#. 4tdAc
-#: sw/inc/strings.hrc:946
+#: sw/inc/strings.hrc:950
msgctxt "FLD_EU_NAME"
msgid "Last Name"
msgstr "Van"
#. xTV7n
-#: sw/inc/strings.hrc:947
+#: sw/inc/strings.hrc:951
msgctxt "FLD_EU_ABK"
msgid "Initials"
msgstr "Voorletters"
#. AKD3k
-#: sw/inc/strings.hrc:948
+#: sw/inc/strings.hrc:952
msgctxt "FLD_EU_STRASSE"
msgid "Street"
msgstr "Straat"
#. ErMju
-#: sw/inc/strings.hrc:949
+#: sw/inc/strings.hrc:953
msgctxt "FLD_EU_LAND"
msgid "Country"
msgstr "Land"
#. ESbkx
-#: sw/inc/strings.hrc:950
+#: sw/inc/strings.hrc:954
msgctxt "FLD_EU_PLZ"
msgid "Zip code"
msgstr "Poskode"
#. WDAc2
-#: sw/inc/strings.hrc:951
+#: sw/inc/strings.hrc:955
msgctxt "FLD_EU_ORT"
msgid "City"
msgstr "Stad"
#. pg7MV
-#: sw/inc/strings.hrc:952
+#: sw/inc/strings.hrc:956
msgctxt "FLD_EU_TITEL"
msgid "Title"
msgstr "Titel"
#. DwLhZ
-#: sw/inc/strings.hrc:953
+#: sw/inc/strings.hrc:957
msgctxt "FLD_EU_POS"
msgid "Position"
msgstr "Posisie"
#. LDTdu
-#: sw/inc/strings.hrc:954
+#: sw/inc/strings.hrc:958
msgctxt "FLD_EU_TELPRIV"
msgid "Tel. (Home)"
msgstr "Foon (tuis)"
#. JBZyj
-#: sw/inc/strings.hrc:955
+#: sw/inc/strings.hrc:959
msgctxt "FLD_EU_TELFIRMA"
msgid "Tel. (Work)"
msgstr "Foon (werk)"
#. 5EmGH
-#: sw/inc/strings.hrc:956
+#: sw/inc/strings.hrc:960
msgctxt "FLD_EU_FAX"
msgid "Fax"
msgstr "Faks"
#. AtN9J
-#: sw/inc/strings.hrc:957
+#: sw/inc/strings.hrc:961
msgctxt "FLD_EU_EMAIL"
msgid "Email"
msgstr "E-pos"
#. 6GBRm
-#: sw/inc/strings.hrc:958
+#: sw/inc/strings.hrc:962
msgctxt "FLD_EU_STATE"
msgid "State"
msgstr "Provinsie"
#. pbrdQ
-#: sw/inc/strings.hrc:959
+#: sw/inc/strings.hrc:963
msgctxt "FLD_PAGEREF_OFF"
msgid "off"
msgstr "af"
#. wC8SE
-#: sw/inc/strings.hrc:960
+#: sw/inc/strings.hrc:964
msgctxt "FLD_PAGEREF_ON"
msgid "on"
msgstr "aan"
@@ -6077,37 +6103,37 @@ msgstr "aan"
#. Description: path name
#. --------------------------------------------------------------------
#. Format FileName
-#: sw/inc/strings.hrc:965
+#: sw/inc/strings.hrc:969
msgctxt "FMT_FF_NAME"
msgid "File name"
msgstr "Lêernaam"
#. RBpz3
-#: sw/inc/strings.hrc:966
+#: sw/inc/strings.hrc:970
msgctxt "FMT_FF_NAME_NOEXT"
msgid "File name without extension"
msgstr "Lêernaam sonder uitbreiding"
#. BCzy8
-#: sw/inc/strings.hrc:967
+#: sw/inc/strings.hrc:971
msgctxt "FMT_FF_PATHNAME"
msgid "Path/File name"
msgstr "Pad/lêernaam"
#. ChFwM
-#: sw/inc/strings.hrc:968
+#: sw/inc/strings.hrc:972
msgctxt "FMT_FF_PATH"
msgid "Path"
msgstr "Pad"
#. eEaBE
-#: sw/inc/strings.hrc:969
+#: sw/inc/strings.hrc:973
msgctxt "FMT_FF_UI_NAME"
msgid "Style"
msgstr "Styl"
#. ANM2H
-#: sw/inc/strings.hrc:970
+#: sw/inc/strings.hrc:974
msgctxt "FMT_FF_UI_RANGE"
msgid "Category"
msgstr "Kategorie"
@@ -6116,25 +6142,25 @@ msgstr "Kategorie"
#. --------------------------------------------------------------------
#. Description: format chapter
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:974
+#: sw/inc/strings.hrc:978
msgctxt "FMT_CHAPTER_NAME"
msgid "Chapter name"
msgstr "Naam van hoofstuk"
#. tnLqE
-#: sw/inc/strings.hrc:975
+#: sw/inc/strings.hrc:979
msgctxt "FMT_CHAPTER_NO"
msgid "Chapter number"
msgstr "Hoofstuknommer"
#. qGEAs
-#: sw/inc/strings.hrc:976
+#: sw/inc/strings.hrc:980
msgctxt "FMT_CHAPTER_NO_NOSEPARATOR"
msgid "Chapter number without separator"
msgstr "Hoofstuknommer sonder skeisimbool"
#. WFA5R
-#: sw/inc/strings.hrc:977
+#: sw/inc/strings.hrc:981
msgctxt "FMT_CHAPTER_NAMENO"
msgid "Chapter number and name"
msgstr "Hoofstuknommer en -naam"
@@ -6143,55 +6169,55 @@ msgstr "Hoofstuknommer en -naam"
#. --------------------------------------------------------------------
#. Description: formats
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:981
+#: sw/inc/strings.hrc:985
msgctxt "FMT_NUM_ABC"
msgid "A B C"
msgstr "A B C"
#. jm7G7
-#: sw/inc/strings.hrc:982
+#: sw/inc/strings.hrc:986
msgctxt "FMT_NUM_SABC"
msgid "a b c"
msgstr "a b c"
#. ETgy7
-#: sw/inc/strings.hrc:983
+#: sw/inc/strings.hrc:987
msgctxt "FMT_NUM_ABC_N"
msgid "A .. AA .. AAA"
msgstr "A .. AA .. AAA"
#. m84Fb
-#: sw/inc/strings.hrc:984
+#: sw/inc/strings.hrc:988
msgctxt "FMT_NUM_SABC_N"
msgid "a .. aa .. aaa"
msgstr "a .. aa .. aaa"
#. d9YtB
-#: sw/inc/strings.hrc:985
+#: sw/inc/strings.hrc:989
msgctxt "FMT_NUM_ROMAN"
msgid "Roman (I II III)"
msgstr "Romeinse syfers (I II III)"
#. vA5RT
-#: sw/inc/strings.hrc:986
+#: sw/inc/strings.hrc:990
msgctxt "FMT_NUM_SROMAN"
msgid "Roman (i ii iii)"
msgstr "Romeinse syfers (i ii iii)"
#. 3ZDgc
-#: sw/inc/strings.hrc:987
+#: sw/inc/strings.hrc:991
msgctxt "FMT_NUM_ARABIC"
msgid "Arabic (1 2 3)"
msgstr "Arabiese syfers (1 2 3)"
#. CHmdp
-#: sw/inc/strings.hrc:988
+#: sw/inc/strings.hrc:992
msgctxt "FMT_NUM_PAGEDESC"
msgid "As Page Style"
msgstr "Soos bladsystyl"
#. xBKwZ
-#: sw/inc/strings.hrc:989
+#: sw/inc/strings.hrc:993
msgctxt "FMT_NUM_PAGESPECIAL"
msgid "Text"
msgstr "Teks"
@@ -6200,13 +6226,13 @@ msgstr "Teks"
#. --------------------------------------------------------------------
#. Description: Author
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:993
+#: sw/inc/strings.hrc:997
msgctxt "FMT_AUTHOR_NAME"
msgid "Name"
msgstr "Naam"
#. RCnZb
-#: sw/inc/strings.hrc:994
+#: sw/inc/strings.hrc:998
msgctxt "FMT_AUTHOR_SCUT"
msgid "Initials"
msgstr "Voorletters"
@@ -6215,49 +6241,49 @@ msgstr "Voorletters"
#. --------------------------------------------------------------------
#. Description: set variable
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:998
+#: sw/inc/strings.hrc:1002
msgctxt "FMT_SETVAR_SYS"
msgid "System"
msgstr "Stelsel"
#. qKXLW
-#: sw/inc/strings.hrc:999
+#: sw/inc/strings.hrc:1003
msgctxt "FMT_SETVAR_TEXT"
msgid "Text"
msgstr "Teks"
#. E86ZD
-#: sw/inc/strings.hrc:1000
+#: sw/inc/strings.hrc:1004
msgctxt "FMT_GETVAR_NAME"
msgid "Name"
msgstr "Naam"
#. FB3Rp
-#: sw/inc/strings.hrc:1001
+#: sw/inc/strings.hrc:1005
msgctxt "FMT_GETVAR_TEXT"
msgid "Text"
msgstr "Teks"
#. KiBai
-#: sw/inc/strings.hrc:1002
+#: sw/inc/strings.hrc:1006
msgctxt "FMT_USERVAR_CMD"
msgid "Formula"
msgstr "Formule"
#. 9AsdS
-#: sw/inc/strings.hrc:1003
+#: sw/inc/strings.hrc:1007
msgctxt "FMT_USERVAR_TEXT"
msgid "Text"
msgstr "Teks"
#. GokUf
-#: sw/inc/strings.hrc:1004
+#: sw/inc/strings.hrc:1008
msgctxt "FMT_DBFLD_DB"
msgid "Database"
msgstr "Databasis"
#. UBADL
-#: sw/inc/strings.hrc:1005
+#: sw/inc/strings.hrc:1009
msgctxt "FMT_DBFLD_SYS"
msgid "System"
msgstr "Stelsel"
@@ -6266,19 +6292,19 @@ msgstr "Stelsel"
#. --------------------------------------------------------------------
#. Description: storage fields
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1009
+#: sw/inc/strings.hrc:1013
msgctxt "FMT_REG_AUTHOR"
msgid "Author"
msgstr "Outeur"
#. aqFVp
-#: sw/inc/strings.hrc:1010
+#: sw/inc/strings.hrc:1014
msgctxt "FMT_REG_TIME"
msgid "Time"
msgstr "Tyd"
#. FaZKx
-#: sw/inc/strings.hrc:1011
+#: sw/inc/strings.hrc:1015
msgctxt "FMT_REG_DATE"
msgid "Date"
msgstr "Datum"
@@ -6287,79 +6313,79 @@ msgstr "Datum"
#. --------------------------------------------------------------------
#. Description: formats references
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1015
+#: sw/inc/strings.hrc:1019
msgctxt "FMT_REF_TEXT"
msgid "Reference"
msgstr "Verwysing"
#. L7dK7
-#: sw/inc/strings.hrc:1016
+#: sw/inc/strings.hrc:1020
msgctxt "FMT_REF_PAGE"
msgid "Page"
msgstr "Bladsy"
#. MaB3q
-#: sw/inc/strings.hrc:1017
+#: sw/inc/strings.hrc:1021
msgctxt "FMT_REF_CHAPTER"
msgid "Chapter"
msgstr "Hoofstuk"
#. 8FciB
-#: sw/inc/strings.hrc:1018
+#: sw/inc/strings.hrc:1022
msgctxt "FMT_REF_UPDOWN"
msgid "Above/Below"
msgstr "Bo/Onder"
#. Vq8mj
-#: sw/inc/strings.hrc:1019
+#: sw/inc/strings.hrc:1023
msgctxt "FMT_REF_PAGE_PGDSC"
msgid "As Page Style"
msgstr "Soos bladsystyl"
#. CQitd
-#: sw/inc/strings.hrc:1020
+#: sw/inc/strings.hrc:1024
msgctxt "FMT_REF_ONLYNUMBER"
msgid "Category and Number"
msgstr "Kategorie en nommer"
#. BsvCn
-#: sw/inc/strings.hrc:1021
+#: sw/inc/strings.hrc:1025
msgctxt "FMT_REF_ONLYCAPTION"
msgid "Caption Text"
msgstr "Byskrifteks"
#. P7wiX
-#: sw/inc/strings.hrc:1022
+#: sw/inc/strings.hrc:1026
msgctxt "FMT_REF_ONLYSEQNO"
msgid "Numbering"
msgstr "Nommering"
#. QBGit
-#: sw/inc/strings.hrc:1023
+#: sw/inc/strings.hrc:1027
msgctxt "FMT_REF_NUMBER"
msgid "Number"
msgstr "Nommer"
#. CGkV7
-#: sw/inc/strings.hrc:1024
+#: sw/inc/strings.hrc:1028
msgctxt "FMT_REF_NUMBER_NO_CONTEXT"
msgid "Number (no context)"
msgstr "Nommer (geen konteks)"
#. XgSb3
-#: sw/inc/strings.hrc:1025
+#: sw/inc/strings.hrc:1029
msgctxt "FMT_REF_NUMBER_FULL_CONTEXT"
msgid "Number (full context)"
msgstr "Nommer (volledige konteks)"
#. zQTNF
-#: sw/inc/strings.hrc:1027
+#: sw/inc/strings.hrc:1031
msgctxt "FMT_REF_WITH_LOWERCASE_HU_ARTICLE"
msgid "Article a/az + "
msgstr ""
#. 97Vs7
-#: sw/inc/strings.hrc:1028
+#: sw/inc/strings.hrc:1032
msgctxt "FMT_REF_WITH_UPPERCASE_HU_ARTICLE"
msgid "Article A/Az + "
msgstr ""
@@ -6368,31 +6394,31 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: placeholder
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1032
+#: sw/inc/strings.hrc:1036
msgctxt "FMT_MARK_TEXT"
msgid "Text"
msgstr "Teks"
#. rAQoE
-#: sw/inc/strings.hrc:1033
+#: sw/inc/strings.hrc:1037
msgctxt "FMT_MARK_TABLE"
msgid "Table"
msgstr "Tabel"
#. biUa2
-#: sw/inc/strings.hrc:1034
+#: sw/inc/strings.hrc:1038
msgctxt "FMT_MARK_FRAME"
msgid "Frame"
msgstr "Raam"
#. 7mkZb
-#: sw/inc/strings.hrc:1035
+#: sw/inc/strings.hrc:1039
msgctxt "FMT_MARK_GRAFIC"
msgid "Image"
msgstr "Beeld"
#. GgbFY
-#: sw/inc/strings.hrc:1036
+#: sw/inc/strings.hrc:1040
msgctxt "FMT_MARK_OLE"
msgid "Object"
msgstr "Objek"
@@ -6401,1484 +6427,1484 @@ msgstr "Objek"
#. --------------------------------------------------------------------
#. Description: ExchangeStrings for Edit/NameFT
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1040
+#: sw/inc/strings.hrc:1044
msgctxt "STR_COND"
msgid "~Condition"
msgstr "~Voorwaarde"
#. X9cqJ
-#: sw/inc/strings.hrc:1041
+#: sw/inc/strings.hrc:1045
msgctxt "STR_TEXT"
msgid "Then, Else"
msgstr "Dan, Anders"
#. bo8yF
-#: sw/inc/strings.hrc:1042
+#: sw/inc/strings.hrc:1046
msgctxt "STR_DDE_CMD"
msgid "DDE Statement"
msgstr "DDE-stelling"
#. LixXA
-#: sw/inc/strings.hrc:1043
+#: sw/inc/strings.hrc:1047
msgctxt "STR_INSTEXT"
msgid "Hidden t~ext"
msgstr "Versteekte t~eks"
#. EX3bJ
-#: sw/inc/strings.hrc:1044
+#: sw/inc/strings.hrc:1048
msgctxt "STR_MACNAME"
msgid "~Macro name"
msgstr "~Makronaam"
#. dNZtd
-#: sw/inc/strings.hrc:1045
+#: sw/inc/strings.hrc:1049
msgctxt "STR_PROMPT"
msgid "~Reference"
msgstr "~Verwysing"
#. bfRPa
-#: sw/inc/strings.hrc:1046
+#: sw/inc/strings.hrc:1050
msgctxt "STR_COMBCHRS_FT"
msgid "Ch~aracters"
msgstr "K~arakters"
#. j2G5G
-#: sw/inc/strings.hrc:1047
+#: sw/inc/strings.hrc:1051
#, fuzzy
msgctxt "STR_OFFSET"
msgid "O~ffset"
msgstr "S~kikking"
#. vEgGo
-#: sw/inc/strings.hrc:1048
+#: sw/inc/strings.hrc:1052
msgctxt "STR_VALUE"
msgid "Value"
msgstr "Waarde"
#. YQesU
-#: sw/inc/strings.hrc:1049
+#: sw/inc/strings.hrc:1053
msgctxt "STR_FORMULA"
msgid "Formula"
msgstr "Formule"
#. Eq5xq
-#: sw/inc/strings.hrc:1050
+#: sw/inc/strings.hrc:1054
msgctxt "STR_CUSTOM_FIELD"
msgid "Custom"
msgstr "Doelgemaak"
#. 32NzA
-#: sw/inc/strings.hrc:1052
+#: sw/inc/strings.hrc:1056
msgctxt "STR_CUSTOM_LABEL"
msgid "[User]"
msgstr "[Gebruiker]"
#. dYQTU
-#: sw/inc/strings.hrc:1054
+#: sw/inc/strings.hrc:1058
msgctxt "STR_HDIST"
msgid "H. Pitch"
msgstr "H. Hoogte"
#. xELZY
-#: sw/inc/strings.hrc:1055
+#: sw/inc/strings.hrc:1059
msgctxt "STR_VDIST"
msgid "V. Pitch"
msgstr "V. Hoogte"
#. F9Ldz
-#: sw/inc/strings.hrc:1056
+#: sw/inc/strings.hrc:1060
msgctxt "STR_WIDTH"
msgid "Width"
msgstr "Wydte"
#. rdxcb
-#: sw/inc/strings.hrc:1057
+#: sw/inc/strings.hrc:1061
msgctxt "STR_HEIGHT"
msgid "Height"
msgstr "Hoogte"
#. DQm2h
-#: sw/inc/strings.hrc:1058
+#: sw/inc/strings.hrc:1062
msgctxt "STR_LEFT"
msgid "Left margin"
msgstr "Linkerkantlyn"
#. imDMU
-#: sw/inc/strings.hrc:1059
+#: sw/inc/strings.hrc:1063
msgctxt "STR_UPPER"
msgid "Top margin"
msgstr "Bokantlyn"
#. ayQss
-#: sw/inc/strings.hrc:1060
+#: sw/inc/strings.hrc:1064
msgctxt "STR_COLS"
msgid "Columns"
msgstr "Kolomme"
#. 3moLd
-#: sw/inc/strings.hrc:1061
+#: sw/inc/strings.hrc:1065
msgctxt "STR_ROWS"
msgid "Rows"
msgstr "Rye"
#. QtVXg
-#: sw/inc/strings.hrc:1063
+#: sw/inc/strings.hrc:1067
msgctxt "STR_SERVICE_UNAVAILABLE"
msgid "The following service is not available: "
msgstr "Die volgende diens is nie beskikbaar nie: "
#. XWMSH
-#: sw/inc/strings.hrc:1065
+#: sw/inc/strings.hrc:1069
msgctxt "STR_WORDCOUNT_HINT"
msgid "Word and character count. Click to open Word Count dialog."
msgstr "Woord- en karaktertelling. Klik om die Woordtellingdialoog oop te maak."
#. nxGNq
-#: sw/inc/strings.hrc:1066
+#: sw/inc/strings.hrc:1070
msgctxt "STR_VIEWLAYOUT_ONE"
msgid "Single-page view"
msgstr "Enkelbladaansig"
#. 57ju6
-#: sw/inc/strings.hrc:1067
+#: sw/inc/strings.hrc:1071
msgctxt "STR_VIEWLAYOUT_MULTI"
msgid "Multiple-page view"
msgstr "Multibladaansig"
#. tbig8
-#: sw/inc/strings.hrc:1068
+#: sw/inc/strings.hrc:1072
msgctxt "STR_VIEWLAYOUT_BOOK"
msgid "Book view"
msgstr "Boekaansig"
#. xBHUG
-#: sw/inc/strings.hrc:1069
+#: sw/inc/strings.hrc:1073
msgctxt "STR_BOOKCTRL_HINT"
msgid "Page number in document. Click to open Go to Page dialog or right-click for bookmark list."
msgstr "Bladsynommer in dokument. Klik om die “Gaan na bladsy”-dialoog oop te maak, of klik regs vir boekmerklys."
#. XaF3v
-#: sw/inc/strings.hrc:1070
+#: sw/inc/strings.hrc:1074
msgctxt "STR_BOOKCTRL_HINT_EXTENDED"
msgid "Page number in document (Page number on printed document). Click to open Go to Page dialog."
msgstr "Bladsynommer in dokument (bladsynommer op gedrukte dokument). Klik om die “Gaan na bladsy”-dialoog oop te maak."
#. EWtd2
-#: sw/inc/strings.hrc:1071
+#: sw/inc/strings.hrc:1075
msgctxt "STR_TMPLCTRL_HINT"
msgid "Page Style. Right-click to change style or click to open Style dialog."
msgstr "Bladsystyl. Klik regs om die styl te verander of klik om die styldialoog oop te maak."
#. jQAym
#. Strings for textual attributes.
-#: sw/inc/strings.hrc:1074
+#: sw/inc/strings.hrc:1078
msgctxt "STR_DROP_OVER"
msgid "Drop Caps over"
msgstr ""
#. PLAVt
-#: sw/inc/strings.hrc:1075
+#: sw/inc/strings.hrc:1079
msgctxt "STR_DROP_LINES"
msgid "rows"
msgstr "rye"
#. sg6Za
-#: sw/inc/strings.hrc:1076
+#: sw/inc/strings.hrc:1080
msgctxt "STR_NO_DROP_LINES"
msgid "No Drop Caps"
msgstr "Geen vallende hoofletters"
#. gueRC
-#: sw/inc/strings.hrc:1077
+#: sw/inc/strings.hrc:1081
msgctxt "STR_NO_PAGEDESC"
msgid "No page break"
msgstr "Geen bladsybreuk"
#. G3CQN
-#: sw/inc/strings.hrc:1078
+#: sw/inc/strings.hrc:1082
msgctxt "STR_NO_MIRROR"
msgid "Don't mirror"
msgstr "Moenie weerspieël nie"
#. MVEk8
-#: sw/inc/strings.hrc:1079
+#: sw/inc/strings.hrc:1083
msgctxt "STR_VERT_MIRROR"
msgid "Flip vertically"
msgstr "Swaai vertikaal om"
#. Dns6t
-#: sw/inc/strings.hrc:1080
+#: sw/inc/strings.hrc:1084
msgctxt "STR_HORI_MIRROR"
msgid "Flip horizontal"
msgstr "Swaai horisontaal om"
#. ZUKCy
-#: sw/inc/strings.hrc:1081
+#: sw/inc/strings.hrc:1085
msgctxt "STR_BOTH_MIRROR"
msgid "Horizontal and Vertical Flip"
msgstr "Horisontale en vertikale omswaai"
#. LoQic
-#: sw/inc/strings.hrc:1082
+#: sw/inc/strings.hrc:1086
msgctxt "STR_MIRROR_TOGGLE"
msgid "+ mirror horizontal on even pages"
msgstr "+ horisontale weerspieëling op ewe bladsye"
#. kbnTf
-#: sw/inc/strings.hrc:1083
+#: sw/inc/strings.hrc:1087
msgctxt "STR_CHARFMT"
msgid "Character Style"
msgstr "Karakterstyl"
#. D99ZJ
-#: sw/inc/strings.hrc:1084
+#: sw/inc/strings.hrc:1088
msgctxt "STR_NO_CHARFMT"
msgid "No Character Style"
msgstr "Geen karakterstyl"
#. fzG3P
-#: sw/inc/strings.hrc:1085
+#: sw/inc/strings.hrc:1089
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr "Voet"
#. 9RCsQ
-#: sw/inc/strings.hrc:1086
+#: sw/inc/strings.hrc:1090
msgctxt "STR_NO_FOOTER"
msgid "No footer"
msgstr "Geen voet"
#. zFTin
-#: sw/inc/strings.hrc:1087
+#: sw/inc/strings.hrc:1091
msgctxt "STR_HEADER"
msgid "Header"
msgstr "Kop"
#. PcYEB
-#: sw/inc/strings.hrc:1088
+#: sw/inc/strings.hrc:1092
msgctxt "STR_NO_HEADER"
msgid "No header"
msgstr "Geen kop"
#. Zm8cr
-#: sw/inc/strings.hrc:1089
+#: sw/inc/strings.hrc:1093
msgctxt "STR_SURROUND_IDEAL"
msgid "Optimal wrap"
msgstr "Optimale woordomvou"
#. whxC3
-#: sw/inc/strings.hrc:1090
+#: sw/inc/strings.hrc:1094
msgctxt "STR_SURROUND_NONE"
msgid "No wrap"
msgstr "Geen woordomvou"
#. 4tA4q
-#: sw/inc/strings.hrc:1091
+#: sw/inc/strings.hrc:1095
msgctxt "STR_SURROUND_THROUGH"
msgid "Through"
msgstr "Deur"
#. gS6sZ
-#: sw/inc/strings.hrc:1092
+#: sw/inc/strings.hrc:1096
msgctxt "STR_SURROUND_PARALLEL"
msgid "Parallel wrap"
msgstr "Parallelle woordomvou"
#. tmVqi
-#: sw/inc/strings.hrc:1093
+#: sw/inc/strings.hrc:1097
msgctxt "STR_SURROUND_LEFT"
msgid "Left wrap"
msgstr "Links omvou"
#. 3tBBF
-#: sw/inc/strings.hrc:1094
+#: sw/inc/strings.hrc:1098
msgctxt "STR_SURROUND_RIGHT"
msgid "Right wrap"
msgstr "Regs omvou"
#. SrG3D
-#: sw/inc/strings.hrc:1095
+#: sw/inc/strings.hrc:1099
msgctxt "STR_SURROUND_ANCHORONLY"
msgid "(Anchor only)"
msgstr "(Slegs anker)"
#. 9Ywzb
-#: sw/inc/strings.hrc:1096
+#: sw/inc/strings.hrc:1100
msgctxt "STR_FRM_WIDTH"
msgid "Width:"
msgstr "Wydte:"
#. 2GYT7
-#: sw/inc/strings.hrc:1097
+#: sw/inc/strings.hrc:1101
msgctxt "STR_FRM_FIXEDHEIGHT"
msgid "Fixed height:"
msgstr "Vaste hoogte:"
#. QrFMi
-#: sw/inc/strings.hrc:1098
+#: sw/inc/strings.hrc:1102
msgctxt "STR_FRM_MINHEIGHT"
msgid "Min. height:"
msgstr "Min. hoogte:"
#. kLiYd
-#: sw/inc/strings.hrc:1099
+#: sw/inc/strings.hrc:1103
msgctxt "STR_FLY_AT_PARA"
msgid "to paragraph"
msgstr "aan paragraaf"
#. bEavs
-#: sw/inc/strings.hrc:1100
+#: sw/inc/strings.hrc:1104
msgctxt "STR_FLY_AS_CHAR"
msgid "to character"
msgstr "aan karakter"
#. hDUSa
-#: sw/inc/strings.hrc:1101
+#: sw/inc/strings.hrc:1105
msgctxt "STR_FLY_AT_PAGE"
msgid "to page"
msgstr "aan bladsy"
#. JMHRz
-#: sw/inc/strings.hrc:1102
+#: sw/inc/strings.hrc:1106
msgctxt "STR_POS_X"
msgid "X Coordinate:"
msgstr "X-koördinaat:"
#. oCZWW
-#: sw/inc/strings.hrc:1103
+#: sw/inc/strings.hrc:1107
msgctxt "STR_POS_Y"
msgid "Y Coordinate:"
msgstr "Y-koördinaat:"
#. YNKE6
-#: sw/inc/strings.hrc:1104
+#: sw/inc/strings.hrc:1108
#, fuzzy
msgctxt "STR_VERT_TOP"
msgid "at top"
msgstr "bo"
#. GPTAu
-#: sw/inc/strings.hrc:1105
+#: sw/inc/strings.hrc:1109
msgctxt "STR_VERT_CENTER"
msgid "Centered vertically"
msgstr "Vertikaal gesentreer"
#. fcpTS
-#: sw/inc/strings.hrc:1106
+#: sw/inc/strings.hrc:1110
#, fuzzy
msgctxt "STR_VERT_BOTTOM"
msgid "at bottom"
msgstr "Na onder"
#. 37hos
-#: sw/inc/strings.hrc:1107
+#: sw/inc/strings.hrc:1111
msgctxt "STR_LINE_TOP"
msgid "Top of line"
msgstr "Bokant van reël"
#. MU7hC
-#: sw/inc/strings.hrc:1108
+#: sw/inc/strings.hrc:1112
msgctxt "STR_LINE_CENTER"
msgid "Line centered"
msgstr "Reël gesentreer"
#. ZvEq7
-#: sw/inc/strings.hrc:1109
+#: sw/inc/strings.hrc:1113
msgctxt "STR_LINE_BOTTOM"
msgid "Bottom of line"
msgstr "Onderkant van reël"
#. X9utp
-#: sw/inc/strings.hrc:1110
+#: sw/inc/strings.hrc:1114
msgctxt "STR_REGISTER_ON"
msgid "Register-true"
msgstr "Pas in rooster (registergetrou)"
#. YDuHJ
-#: sw/inc/strings.hrc:1111
+#: sw/inc/strings.hrc:1115
msgctxt "STR_REGISTER_OFF"
msgid "Not register-true"
msgstr "Nie registergetrou"
#. 4RL9X
-#: sw/inc/strings.hrc:1112
+#: sw/inc/strings.hrc:1116
msgctxt "STR_HORI_RIGHT"
msgid "at the right"
msgstr "regs"
#. wzGK7
-#: sw/inc/strings.hrc:1113
+#: sw/inc/strings.hrc:1117
msgctxt "STR_HORI_CENTER"
msgid "Centered horizontally"
msgstr "Horisontaal gesentreer"
#. ngRmB
-#: sw/inc/strings.hrc:1114
+#: sw/inc/strings.hrc:1118
msgctxt "STR_HORI_LEFT"
msgid "at the left"
msgstr "links"
#. JyHkM
-#: sw/inc/strings.hrc:1115
+#: sw/inc/strings.hrc:1119
msgctxt "STR_HORI_INSIDE"
msgid "inside"
msgstr "binnekant"
#. iXSZZ
-#: sw/inc/strings.hrc:1116
+#: sw/inc/strings.hrc:1120
msgctxt "STR_HORI_OUTSIDE"
msgid "outside"
msgstr "buitekant"
#. kDY9Z
-#: sw/inc/strings.hrc:1117
+#: sw/inc/strings.hrc:1121
msgctxt "STR_HORI_FULL"
msgid "Full width"
msgstr "Volle breedte"
#. Hvn8D
-#: sw/inc/strings.hrc:1118
+#: sw/inc/strings.hrc:1122
msgctxt "STR_COLUMNS"
msgid "Columns"
msgstr "Kolomme"
#. 6j6TA
-#: sw/inc/strings.hrc:1119
+#: sw/inc/strings.hrc:1123
msgctxt "STR_LINE_WIDTH"
msgid "Separator Width:"
msgstr "Wydte van skeisimbool:"
#. dvdDt
-#: sw/inc/strings.hrc:1120
+#: sw/inc/strings.hrc:1124
msgctxt "STR_MAX_FTN_HEIGHT"
msgid "Max. footnote area:"
msgstr "Maks. voetnoot-area:"
#. BWqF3
-#: sw/inc/strings.hrc:1121
+#: sw/inc/strings.hrc:1125
msgctxt "STR_EDIT_IN_READONLY"
msgid "Editable in read-only document"
msgstr "Redigeerbaar in leesalleen-dokument"
#. SCL5F
-#: sw/inc/strings.hrc:1122
+#: sw/inc/strings.hrc:1126
msgctxt "STR_LAYOUT_SPLIT"
msgid "Split"
msgstr "Verdeel"
#. AETHf
-#: sw/inc/strings.hrc:1123
+#: sw/inc/strings.hrc:1127
msgctxt "STR_NUMRULE_ON"
msgid "Numbering"
msgstr "Nommering"
#. 7HmsY
-#: sw/inc/strings.hrc:1124
+#: sw/inc/strings.hrc:1128
msgctxt "STR_NUMRULE_OFF"
msgid "no numbering"
msgstr "geen nommering"
#. QDaFk
-#: sw/inc/strings.hrc:1125
+#: sw/inc/strings.hrc:1129
msgctxt "STR_CONNECT1"
msgid "linked to "
msgstr "geskakel met "
#. rWmT8
-#: sw/inc/strings.hrc:1126
+#: sw/inc/strings.hrc:1130
msgctxt "STR_CONNECT2"
msgid "and "
msgstr "en "
#. H2Kwq
-#: sw/inc/strings.hrc:1127
+#: sw/inc/strings.hrc:1131
msgctxt "STR_LINECOUNT"
msgid "Count lines"
msgstr "Tel reëls"
#. yjSiJ
-#: sw/inc/strings.hrc:1128
+#: sw/inc/strings.hrc:1132
msgctxt "STR_DONTLINECOUNT"
msgid "don't count lines"
msgstr "moenie reëls tel nie"
#. HE4BV
-#: sw/inc/strings.hrc:1129
+#: sw/inc/strings.hrc:1133
msgctxt "STR_LINCOUNT_START"
msgid "restart line count with: "
msgstr "herbegin reëltelling by: "
#. 7Q8qC
-#: sw/inc/strings.hrc:1130
+#: sw/inc/strings.hrc:1134
msgctxt "STR_LUMINANCE"
msgid "Brightness: "
msgstr "Helderheid: "
#. sNxPE
-#: sw/inc/strings.hrc:1131
+#: sw/inc/strings.hrc:1135
msgctxt "STR_CHANNELR"
msgid "Red: "
msgstr "Rooi: "
#. u73NC
-#: sw/inc/strings.hrc:1132
+#: sw/inc/strings.hrc:1136
msgctxt "STR_CHANNELG"
msgid "Green: "
msgstr "Groen: "
#. qQsPp
-#: sw/inc/strings.hrc:1133
+#: sw/inc/strings.hrc:1137
msgctxt "STR_CHANNELB"
msgid "Blue: "
msgstr "Blou: "
#. BS4nZ
-#: sw/inc/strings.hrc:1134
+#: sw/inc/strings.hrc:1138
msgctxt "STR_CONTRAST"
msgid "Contrast: "
msgstr "Kontras: "
#. avJBK
-#: sw/inc/strings.hrc:1135
+#: sw/inc/strings.hrc:1139
msgctxt "STR_GAMMA"
msgid "Gamma: "
msgstr "Gamma: "
#. HQCJZ
-#: sw/inc/strings.hrc:1136
+#: sw/inc/strings.hrc:1140
msgctxt "STR_TRANSPARENCY"
msgid "Transparency: "
msgstr "Deursigtigheid: "
#. 5jDK3
-#: sw/inc/strings.hrc:1137
+#: sw/inc/strings.hrc:1141
msgctxt "STR_INVERT"
msgid "Invert"
msgstr "Keer om"
#. DVSAx
-#: sw/inc/strings.hrc:1138
+#: sw/inc/strings.hrc:1142
msgctxt "STR_INVERT_NOT"
msgid "do not invert"
msgstr "moenie omkeer nie"
#. Z7tXB
-#: sw/inc/strings.hrc:1139
+#: sw/inc/strings.hrc:1143
msgctxt "STR_DRAWMODE"
msgid "Graphics mode: "
msgstr "Grafikamodus: "
#. RXuUF
-#: sw/inc/strings.hrc:1140
+#: sw/inc/strings.hrc:1144
msgctxt "STR_DRAWMODE_STD"
msgid "Standard"
msgstr "Standaard"
#. kbALJ
-#: sw/inc/strings.hrc:1141
+#: sw/inc/strings.hrc:1145
msgctxt "STR_DRAWMODE_GREY"
msgid "Grayscales"
msgstr "Grys skale"
#. eSHEj
-#: sw/inc/strings.hrc:1142
+#: sw/inc/strings.hrc:1146
msgctxt "STR_DRAWMODE_BLACKWHITE"
msgid "Black & White"
msgstr "Swart-en-wit"
#. tABTr
-#: sw/inc/strings.hrc:1143
+#: sw/inc/strings.hrc:1147
msgctxt "STR_DRAWMODE_WATERMARK"
msgid "Watermark"
msgstr "Watermerk"
#. 8SwC3
-#: sw/inc/strings.hrc:1144
+#: sw/inc/strings.hrc:1148
msgctxt "STR_ROTATION"
msgid "Rotation"
msgstr "Rotasie"
#. hWEeF
-#: sw/inc/strings.hrc:1145
+#: sw/inc/strings.hrc:1149
msgctxt "STR_GRID_NONE"
msgid "No grid"
msgstr "Geen rooster"
#. HEuEv
-#: sw/inc/strings.hrc:1146
+#: sw/inc/strings.hrc:1150
msgctxt "STR_GRID_LINES_ONLY"
msgid "Grid (lines only)"
msgstr "Rooster (slegs reëls)"
#. VFgMq
-#: sw/inc/strings.hrc:1147
+#: sw/inc/strings.hrc:1151
msgctxt "STR_GRID_LINES_CHARS"
msgid "Grid (lines and characters)"
msgstr "Rooster (reëls en karakters)"
#. VRJrB
-#: sw/inc/strings.hrc:1148
+#: sw/inc/strings.hrc:1152
msgctxt "STR_FOLLOW_TEXT_FLOW"
msgid "Follow text flow"
msgstr "Volg teksvloei"
#. Sb3Je
-#: sw/inc/strings.hrc:1149
+#: sw/inc/strings.hrc:1153
msgctxt "STR_DONT_FOLLOW_TEXT_FLOW"
msgid "Do not follow text flow"
msgstr "Moenie teksvloei volg nie"
#. yXFKP
-#: sw/inc/strings.hrc:1150
+#: sw/inc/strings.hrc:1154
msgctxt "STR_CONNECT_BORDER_ON"
msgid "Merge borders"
msgstr "Voeg rande saam"
#. vwHbS
-#: sw/inc/strings.hrc:1151
+#: sw/inc/strings.hrc:1155
msgctxt "STR_CONNECT_BORDER_OFF"
msgid "Do not merge borders"
msgstr "Moenie rande saamvoeg nie"
#. 3874B
-#: sw/inc/strings.hrc:1153
+#: sw/inc/strings.hrc:1157
msgctxt "ST_TBL"
msgid "Table"
msgstr "Tabel"
#. PCNdr
-#: sw/inc/strings.hrc:1154
+#: sw/inc/strings.hrc:1158
msgctxt "ST_FRM"
msgid "Text Frame"
msgstr "Teksraam"
#. Fsnm6
-#: sw/inc/strings.hrc:1155
+#: sw/inc/strings.hrc:1159
msgctxt "ST_PGE"
msgid "Page"
msgstr "Bladsy"
#. pKFCz
-#: sw/inc/strings.hrc:1156
+#: sw/inc/strings.hrc:1160
msgctxt "ST_DRW"
msgid "Drawing"
msgstr "Tekening"
#. amiSY
-#: sw/inc/strings.hrc:1157
+#: sw/inc/strings.hrc:1161
msgctxt "ST_CTRL"
msgid "Control"
msgstr "Beheer"
#. GEw9u
-#: sw/inc/strings.hrc:1158
+#: sw/inc/strings.hrc:1162
msgctxt "ST_REG"
msgid "Section"
msgstr "Afdeling"
#. bEiyL
-#: sw/inc/strings.hrc:1159
+#: sw/inc/strings.hrc:1163
msgctxt "ST_BKM"
msgid "Bookmark"
msgstr "Boekmerk"
#. 6gXCo
-#: sw/inc/strings.hrc:1160
+#: sw/inc/strings.hrc:1164
msgctxt "ST_GRF"
msgid "Graphics"
msgstr "Grafika"
#. d5eSc
-#: sw/inc/strings.hrc:1161
+#: sw/inc/strings.hrc:1165
msgctxt "ST_OLE"
msgid "OLE object"
msgstr "OLE-objek"
#. h5QQ8
-#: sw/inc/strings.hrc:1162
+#: sw/inc/strings.hrc:1166
msgctxt "ST_OUTL"
msgid "Headings"
msgstr "Opskrifte"
#. Cbktp
-#: sw/inc/strings.hrc:1163
+#: sw/inc/strings.hrc:1167
msgctxt "ST_SEL"
msgid "Selection"
msgstr "Seleksie"
#. nquvS
-#: sw/inc/strings.hrc:1164
+#: sw/inc/strings.hrc:1168
msgctxt "ST_FTN"
msgid "Footnote"
msgstr "Voetnoot"
#. GpAUo
-#: sw/inc/strings.hrc:1165
+#: sw/inc/strings.hrc:1169
msgctxt "ST_MARK"
msgid "Reminder"
msgstr "Herinnering"
#. nDFKa
-#: sw/inc/strings.hrc:1166
+#: sw/inc/strings.hrc:1170
msgctxt "ST_POSTIT"
msgid "Comment"
msgstr "Opmerking"
#. qpbDE
-#: sw/inc/strings.hrc:1167
+#: sw/inc/strings.hrc:1171
msgctxt "ST_SRCH_REP"
msgid "Repeat search"
msgstr "Herhaal soektog"
#. ipxfH
-#: sw/inc/strings.hrc:1168
+#: sw/inc/strings.hrc:1172
msgctxt "ST_INDEX_ENTRY"
msgid "Index entry"
msgstr "Indeksinskrywing"
#. sfmff
-#: sw/inc/strings.hrc:1169
+#: sw/inc/strings.hrc:1173
msgctxt "ST_TABLE_FORMULA"
msgid "Table formula"
msgstr "Tabelformule"
#. DtkuT
-#: sw/inc/strings.hrc:1170
+#: sw/inc/strings.hrc:1174
msgctxt "ST_TABLE_FORMULA_ERROR"
msgid "Wrong table formula"
msgstr "Verkeerde tabelformule"
#. ECFxw
#. Strings for the quickhelp of the View-PgUp/Down-Buttons
-#: sw/inc/strings.hrc:1172
+#: sw/inc/strings.hrc:1176
msgctxt "STR_IMGBTN_TBL_DOWN"
msgid "Next table"
msgstr "Volgende tabel"
#. vPiab
-#: sw/inc/strings.hrc:1173
+#: sw/inc/strings.hrc:1177
msgctxt "STR_IMGBTN_FRM_DOWN"
msgid "Next text frame"
msgstr "Volgende teksraam"
#. M4BCA
-#: sw/inc/strings.hrc:1174
+#: sw/inc/strings.hrc:1178
msgctxt "STR_IMGBTN_PGE_DOWN"
msgid "Next page"
msgstr "Volgende bladsy"
#. UWeq4
-#: sw/inc/strings.hrc:1175
+#: sw/inc/strings.hrc:1179
msgctxt "STR_IMGBTN_DRW_DOWN"
msgid "Next drawing"
msgstr "Volgende tekening"
#. ZVCrD
-#: sw/inc/strings.hrc:1176
+#: sw/inc/strings.hrc:1180
msgctxt "STR_IMGBTN_CTRL_DOWN"
msgid "Next control"
msgstr "Volgende kontrole"
#. NGAqr
-#: sw/inc/strings.hrc:1177
+#: sw/inc/strings.hrc:1181
msgctxt "STR_IMGBTN_REG_DOWN"
msgid "Next section"
msgstr "Volgende afdeling"
#. Mwcvm
-#: sw/inc/strings.hrc:1178
+#: sw/inc/strings.hrc:1182
msgctxt "STR_IMGBTN_BKM_DOWN"
msgid "Next bookmark"
msgstr "Volgende boekmerk"
#. xbxDs
-#: sw/inc/strings.hrc:1179
+#: sw/inc/strings.hrc:1183
msgctxt "STR_IMGBTN_GRF_DOWN"
msgid "Next graphic"
msgstr "Volgende grafika"
#. 4ovAF
-#: sw/inc/strings.hrc:1180
+#: sw/inc/strings.hrc:1184
msgctxt "STR_IMGBTN_OLE_DOWN"
msgid "Next OLE object"
msgstr "Volgende OLE-objek"
#. YzK6w
-#: sw/inc/strings.hrc:1181
+#: sw/inc/strings.hrc:1185
msgctxt "STR_IMGBTN_OUTL_DOWN"
msgid "Next heading"
msgstr "Volgende opskrif"
#. skdRc
-#: sw/inc/strings.hrc:1182
+#: sw/inc/strings.hrc:1186
msgctxt "STR_IMGBTN_SEL_DOWN"
msgid "Next selection"
msgstr "Volgende seleksie"
#. RBFga
-#: sw/inc/strings.hrc:1183
+#: sw/inc/strings.hrc:1187
msgctxt "STR_IMGBTN_FTN_DOWN"
msgid "Next footnote"
msgstr "Volgende voetnoot"
#. GNLrx
-#: sw/inc/strings.hrc:1184
+#: sw/inc/strings.hrc:1188
msgctxt "STR_IMGBTN_MARK_DOWN"
msgid "Next Reminder"
msgstr "Volgende herinnering"
#. mFCfp
-#: sw/inc/strings.hrc:1185
+#: sw/inc/strings.hrc:1189
msgctxt "STR_IMGBTN_POSTIT_DOWN"
msgid "Next Comment"
msgstr "Volgende opmerking"
#. gbnwp
-#: sw/inc/strings.hrc:1186
+#: sw/inc/strings.hrc:1190
msgctxt "STR_IMGBTN_SRCH_REP_DOWN"
msgid "Continue search forward"
msgstr "Soek verder vorentoe"
#. TXYkA
-#: sw/inc/strings.hrc:1187
+#: sw/inc/strings.hrc:1191
msgctxt "STR_IMGBTN_INDEX_ENTRY_DOWN"
msgid "Next index entry"
msgstr "Volgende indeksinskrywing"
#. EyvbV
-#: sw/inc/strings.hrc:1188
+#: sw/inc/strings.hrc:1192
msgctxt "STR_IMGBTN_TBL_UP"
msgid "Previous table"
msgstr "Vorige tabel"
#. ygrTh
-#: sw/inc/strings.hrc:1189
+#: sw/inc/strings.hrc:1193
msgctxt "STR_IMGBTN_FRM_UP"
msgid "Previous text frame"
msgstr "Vorige teksraam"
#. eQPFD
-#: sw/inc/strings.hrc:1190
+#: sw/inc/strings.hrc:1194
msgctxt "STR_IMGBTN_PGE_UP"
msgid "Previous page"
msgstr "Vorige bladsy"
#. p5jbU
-#: sw/inc/strings.hrc:1191
+#: sw/inc/strings.hrc:1195
msgctxt "STR_IMGBTN_DRW_UP"
msgid "Previous drawing"
msgstr "Vorige tekening"
#. 2WMmZ
-#: sw/inc/strings.hrc:1192
+#: sw/inc/strings.hrc:1196
msgctxt "STR_IMGBTN_CTRL_UP"
msgid "Previous control"
msgstr "Vorige kontrole"
#. 6uGDP
-#: sw/inc/strings.hrc:1193
+#: sw/inc/strings.hrc:1197
msgctxt "STR_IMGBTN_REG_UP"
msgid "Previous section"
msgstr "Vorige afdeling"
#. YYCtk
-#: sw/inc/strings.hrc:1194
+#: sw/inc/strings.hrc:1198
msgctxt "STR_IMGBTN_BKM_UP"
msgid "Previous bookmark"
msgstr "Vorige boekmerk"
#. nFLdX
-#: sw/inc/strings.hrc:1195
+#: sw/inc/strings.hrc:1199
msgctxt "STR_IMGBTN_GRF_UP"
msgid "Previous graphic"
msgstr "Vorige grafika"
#. VuxvB
-#: sw/inc/strings.hrc:1196
+#: sw/inc/strings.hrc:1200
msgctxt "STR_IMGBTN_OLE_UP"
msgid "Previous OLE object"
msgstr "Vorige OLE-objek"
#. QSuct
-#: sw/inc/strings.hrc:1197
+#: sw/inc/strings.hrc:1201
msgctxt "STR_IMGBTN_OUTL_UP"
msgid "Previous heading"
msgstr "Vorige opskrif"
#. CzLBr
-#: sw/inc/strings.hrc:1198
+#: sw/inc/strings.hrc:1202
msgctxt "STR_IMGBTN_SEL_UP"
msgid "Previous selection"
msgstr "Vorige seleksie"
#. B7PoL
-#: sw/inc/strings.hrc:1199
+#: sw/inc/strings.hrc:1203
msgctxt "STR_IMGBTN_FTN_UP"
msgid "Previous footnote"
msgstr "Vorige voetnoot"
#. AgtLD
-#: sw/inc/strings.hrc:1200
+#: sw/inc/strings.hrc:1204
msgctxt "STR_IMGBTN_MARK_UP"
msgid "Previous Reminder"
msgstr "Vorige herinnering"
#. GJQ6F
-#: sw/inc/strings.hrc:1201
+#: sw/inc/strings.hrc:1205
msgctxt "STR_IMGBTN_POSTIT_UP"
msgid "Previous Comment"
msgstr "Vorige opmerking"
#. GWnfD
-#: sw/inc/strings.hrc:1202
+#: sw/inc/strings.hrc:1206
msgctxt "STR_IMGBTN_SRCH_REP_UP"
msgid "Continue search backwards"
msgstr "Soek verder agtertoe"
#. uDtcG
-#: sw/inc/strings.hrc:1203
+#: sw/inc/strings.hrc:1207
msgctxt "STR_IMGBTN_INDEX_ENTRY_UP"
msgid "Previous index entry"
msgstr "Vorige indeksinskrywing"
#. VR6DX
-#: sw/inc/strings.hrc:1204
+#: sw/inc/strings.hrc:1208
msgctxt "STR_IMGBTN_TBLFML_UP"
msgid "Previous table formula"
msgstr "Vorige tabelformule"
#. GqESF
-#: sw/inc/strings.hrc:1205
+#: sw/inc/strings.hrc:1209
msgctxt "STR_IMGBTN_TBLFML_DOWN"
msgid "Next table formula"
msgstr "Volgende tabelformule"
#. gBgxo
-#: sw/inc/strings.hrc:1206
+#: sw/inc/strings.hrc:1210
msgctxt "STR_IMGBTN_TBLFML_ERR_UP"
msgid "Previous faulty table formula"
msgstr "Vorige foutiewe tabelformule"
#. UAon9
-#: sw/inc/strings.hrc:1207
+#: sw/inc/strings.hrc:1211
msgctxt "STR_IMGBTN_TBLFML_ERR_DOWN"
msgid "Next faulty table formula"
msgstr "Volgende foutiewe tabelformule"
#. hSYa3
-#: sw/inc/strings.hrc:1209
+#: sw/inc/strings.hrc:1213
msgctxt "STR_REDLINE_INSERT"
msgid "Inserted"
msgstr "Ingevoeg"
#. LnFkq
-#: sw/inc/strings.hrc:1210
+#: sw/inc/strings.hrc:1214
msgctxt "STR_REDLINE_DELETE"
msgid "Deleted"
msgstr "Geskrap"
#. cTNEn
-#: sw/inc/strings.hrc:1211
+#: sw/inc/strings.hrc:1215
msgctxt "STR_REDLINE_FORMAT"
msgid "Formatted"
msgstr "Geformateer"
#. YWr7C
-#: sw/inc/strings.hrc:1212
+#: sw/inc/strings.hrc:1216
msgctxt "STR_REDLINE_TABLE"
msgid "Table changed"
msgstr "Tabel het verander"
#. 6xVDN
-#: sw/inc/strings.hrc:1213
+#: sw/inc/strings.hrc:1217
msgctxt "STR_REDLINE_FMTCOLL"
msgid "Applied Paragraph Styles"
msgstr "Toegepaste paragraafstyle"
#. 32AND
-#: sw/inc/strings.hrc:1214
+#: sw/inc/strings.hrc:1218
msgctxt "STR_REDLINE_PARAGRAPH_FORMAT"
msgid "Paragraph formatting changed"
msgstr "Paragraafformatering het verander"
#. wLDkj
-#: sw/inc/strings.hrc:1215
+#: sw/inc/strings.hrc:1219
msgctxt "STR_REDLINE_TABLE_ROW_INSERT"
msgid "Row Inserted"
msgstr "Ry ingevoeg"
#. Eb5Gb
-#: sw/inc/strings.hrc:1216
+#: sw/inc/strings.hrc:1220
msgctxt "STR_REDLINE_TABLE_ROW_DELETE"
msgid "Row Deleted"
msgstr "Ry geskrap"
#. i5ZJt
-#: sw/inc/strings.hrc:1217
+#: sw/inc/strings.hrc:1221
msgctxt "STR_REDLINE_TABLE_CELL_INSERT"
msgid "Cell Inserted"
msgstr "Sel ingevoeg"
#. 4gE3z
-#: sw/inc/strings.hrc:1218
+#: sw/inc/strings.hrc:1222
msgctxt "STR_REDLINE_TABLE_CELL_DELETE"
msgid "Cell Deleted"
msgstr "Ry geskrap"
#. DRCyp
-#: sw/inc/strings.hrc:1219
+#: sw/inc/strings.hrc:1223
msgctxt "STR_ENDNOTE"
msgid "Endnote: "
msgstr "Eindnoot: "
#. qpW2q
-#: sw/inc/strings.hrc:1220
+#: sw/inc/strings.hrc:1224
msgctxt "STR_FTNNOTE"
msgid "Footnote: "
msgstr "Voetnoot: "
#. 3RFUd
-#: sw/inc/strings.hrc:1221
+#: sw/inc/strings.hrc:1225
msgctxt "STR_SMARTTAG_CLICK"
msgid "%s-click to open Smart Tag menu"
msgstr ""
#. QCD36
-#: sw/inc/strings.hrc:1222
+#: sw/inc/strings.hrc:1226
msgctxt "STR_HEADER_TITLE"
msgid "Header (%1)"
msgstr "Kop (%1)"
#. AYjgB
-#: sw/inc/strings.hrc:1223
+#: sw/inc/strings.hrc:1227
msgctxt "STR_FIRST_HEADER_TITLE"
msgid "First Page Header (%1)"
msgstr "Eerste bladsykop (%1)"
#. qVX2k
-#: sw/inc/strings.hrc:1224
+#: sw/inc/strings.hrc:1228
msgctxt "STR_LEFT_HEADER_TITLE"
msgid "Left Page Header (%1)"
msgstr "Linkerbladsykop (%1)"
#. DSg3b
-#: sw/inc/strings.hrc:1225
+#: sw/inc/strings.hrc:1229
msgctxt "STR_RIGHT_HEADER_TITLE"
msgid "Right Page Header (%1)"
msgstr "Regterbladsykop (%1)"
#. 6GzuM
-#: sw/inc/strings.hrc:1226
+#: sw/inc/strings.hrc:1230
msgctxt "STR_FOOTER_TITLE"
msgid "Footer (%1)"
msgstr "Voet (%1)"
#. FDVNH
-#: sw/inc/strings.hrc:1227
+#: sw/inc/strings.hrc:1231
msgctxt "STR_FIRST_FOOTER_TITLE"
msgid "First Page Footer (%1)"
msgstr "Eerste bladsyvoet (%1)"
#. SL7r3
-#: sw/inc/strings.hrc:1228
+#: sw/inc/strings.hrc:1232
msgctxt "STR_LEFT_FOOTER_TITLE"
msgid "Left Page Footer (%1)"
msgstr "Linkerbladsyvoet (%1)"
#. CBvih
-#: sw/inc/strings.hrc:1229
+#: sw/inc/strings.hrc:1233
msgctxt "STR_RIGHT_FOOTER_TITLE"
msgid "Right Page Footer (%1)"
msgstr "Regterbladsyvoet (%1)"
#. s8v3h
-#: sw/inc/strings.hrc:1230
+#: sw/inc/strings.hrc:1234
msgctxt "STR_DELETE_HEADER"
msgid "Delete Header..."
msgstr "Skrap kop..."
#. wL3Fr
-#: sw/inc/strings.hrc:1231
+#: sw/inc/strings.hrc:1235
msgctxt "STR_FORMAT_HEADER"
msgid "Format Header..."
msgstr "Formateer kop..."
#. DrAUe
-#: sw/inc/strings.hrc:1232
+#: sw/inc/strings.hrc:1236
msgctxt "STR_DELETE_FOOTER"
msgid "Delete Footer..."
msgstr "Skrap voet..."
#. 9Xgou
-#: sw/inc/strings.hrc:1233
+#: sw/inc/strings.hrc:1237
msgctxt "STR_FORMAT_FOOTER"
msgid "Format Footer..."
msgstr "Formateer voet..."
#. ApT5B
-#: sw/inc/strings.hrc:1235
+#: sw/inc/strings.hrc:1239
msgctxt "STR_UNFLOAT_TABLE"
msgid "Un-float Table"
msgstr ""
#. uvDKE
-#: sw/inc/strings.hrc:1237
+#: sw/inc/strings.hrc:1241
msgctxt "STR_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "Beeldlêer kan nie oopgemaak word nie"
#. iJuAv
-#: sw/inc/strings.hrc:1238
+#: sw/inc/strings.hrc:1242
msgctxt "STR_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr "Beeldlêer kan nie gelees word nie"
#. Bwwho
-#: sw/inc/strings.hrc:1239
+#: sw/inc/strings.hrc:1243
msgctxt "STR_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr "Onbekende beeldformaat"
#. bfog5
-#: sw/inc/strings.hrc:1240
+#: sw/inc/strings.hrc:1244
msgctxt "STR_GRFILTER_VERSIONERROR"
msgid "This image file version is not supported"
msgstr "Hierdie beeldlêerweergawe word nie ondersteun nie"
#. xy4Vm
-#: sw/inc/strings.hrc:1241
+#: sw/inc/strings.hrc:1245
msgctxt "STR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Beeldfilter nie gevind nie"
#. tEqyq
-#: sw/inc/strings.hrc:1242
+#: sw/inc/strings.hrc:1246
msgctxt "STR_GRFILTER_TOOBIG"
msgid "Not enough memory to insert the image."
msgstr "Nie genoeg geheue om die beeld in te voeg nie."
#. 5ihue
-#: sw/inc/strings.hrc:1243
+#: sw/inc/strings.hrc:1247
msgctxt "STR_INSERT_GRAPHIC"
msgid "Insert Image"
msgstr "Voeg beeld in"
#. GWzLN
-#: sw/inc/strings.hrc:1244
+#: sw/inc/strings.hrc:1248
msgctxt "STR_REDLINE_COMMENT"
msgid "Comment: "
msgstr "Opmerking: "
#. CoJc8
-#: sw/inc/strings.hrc:1245
+#: sw/inc/strings.hrc:1249
msgctxt "STR_REDLINE_INSERTED"
msgid "Insertion"
msgstr "Invoeging"
#. dfMEF
-#: sw/inc/strings.hrc:1246
+#: sw/inc/strings.hrc:1250
msgctxt "STR_REDLINE_DELETED"
msgid "Deletion"
msgstr "Skrapping"
#. NytQQ
-#: sw/inc/strings.hrc:1247
+#: sw/inc/strings.hrc:1251
msgctxt "STR_REDLINE_AUTOFMT"
msgid "AutoCorrect"
msgstr "Outokorrigeer"
#. YRAQL
-#: sw/inc/strings.hrc:1248
+#: sw/inc/strings.hrc:1252
msgctxt "STR_REDLINE_FORMATTED"
msgid "Formats"
msgstr "Formate"
#. ELCVU
-#: sw/inc/strings.hrc:1249
+#: sw/inc/strings.hrc:1253
msgctxt "STR_REDLINE_TABLECHG"
msgid "Table Changes"
msgstr "Tabelveranderinge"
#. PzfQF
-#: sw/inc/strings.hrc:1250
+#: sw/inc/strings.hrc:1254
msgctxt "STR_REDLINE_FMTCOLLSET"
msgid "Applied Paragraph Styles"
msgstr "Toegepaste paragraafstyle"
#. sgEbW
-#: sw/inc/strings.hrc:1251
+#: sw/inc/strings.hrc:1255
msgctxt "STR_PAGE"
msgid "Page "
msgstr "Bladsy "
#. 3DpEx
-#: sw/inc/strings.hrc:1252
+#: sw/inc/strings.hrc:1256
msgctxt "STR_PAGE_COUNT"
msgid "Page %1 of %2"
msgstr "Bladsy %1 van %2"
#. HSbzS
-#: sw/inc/strings.hrc:1253
+#: sw/inc/strings.hrc:1257
msgctxt "STR_PAGE_COUNT_CUSTOM"
msgid "Page %1 of %2 (Page %3)"
msgstr "Bladsy %1 van %2 (bladsy %3)"
#. a7tDc
-#: sw/inc/strings.hrc:1254
+#: sw/inc/strings.hrc:1258
msgctxt "STR_PAGE_COUNT_PRINTED"
msgid "Page %1 of %2 (Page %3 of %4 to print)"
msgstr ""
#. KjML8
#. Strings for gallery/background
-#: sw/inc/strings.hrc:1256
+#: sw/inc/strings.hrc:1260
msgctxt "STR_SWBG_PARAGRAPH"
msgid "Paragraph"
msgstr "Paragraaf"
#. aAtmp
-#: sw/inc/strings.hrc:1257
+#: sw/inc/strings.hrc:1261
msgctxt "STR_SWBG_GRAPHIC"
msgid "Image"
msgstr "Beeld"
#. UBDMK
-#: sw/inc/strings.hrc:1258
+#: sw/inc/strings.hrc:1262
msgctxt "STR_SWBG_OLE"
msgid "OLE object"
msgstr "OLE-objek"
#. xEWbo
-#: sw/inc/strings.hrc:1259
+#: sw/inc/strings.hrc:1263
msgctxt "STR_SWBG_FRAME"
msgid "Frame"
msgstr "Raam"
#. hfJns
-#: sw/inc/strings.hrc:1260
+#: sw/inc/strings.hrc:1264
msgctxt "STR_SWBG_TABLE"
msgid "Table"
msgstr "Tabel"
#. GRqNY
-#: sw/inc/strings.hrc:1261
+#: sw/inc/strings.hrc:1265
msgctxt "STR_SWBG_TABLE_ROW"
msgid "Table row"
msgstr "Tabelry"
#. CDQY4
-#: sw/inc/strings.hrc:1262
+#: sw/inc/strings.hrc:1266
msgctxt "STR_SWBG_TABLE_CELL"
msgid "Table cell"
msgstr "Tabelsel"
#. 2Db9T
-#: sw/inc/strings.hrc:1263
+#: sw/inc/strings.hrc:1267
msgctxt "STR_SWBG_PAGE"
msgid "Page"
msgstr "Bladsy"
#. 63FuG
-#: sw/inc/strings.hrc:1264
+#: sw/inc/strings.hrc:1268
msgctxt "STR_SWBG_HEADER"
msgid "Header"
msgstr "Kop"
#. aDuAY
-#: sw/inc/strings.hrc:1265
+#: sw/inc/strings.hrc:1269
msgctxt "STR_SWBG_FOOTER"
msgid "Footer"
msgstr "Voet"
#. uAp9i
#. End: strings for gallery/background
-#: sw/inc/strings.hrc:1268
+#: sw/inc/strings.hrc:1272
msgctxt "STR_WRITER_WEBDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION HTML Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION-HTML-dokument"
#. y2GBv
-#: sw/inc/strings.hrc:1270
+#: sw/inc/strings.hrc:1274
msgctxt "STR_TITLE"
msgid "Title"
msgstr "Titel"
#. AipGR
-#: sw/inc/strings.hrc:1271
+#: sw/inc/strings.hrc:1275
msgctxt "STR_ALPHA"
msgid "Separator"
msgstr "Skeier"
#. CoSEf
-#: sw/inc/strings.hrc:1272
+#: sw/inc/strings.hrc:1276
msgctxt "STR_LEVEL"
msgid "Level "
msgstr "Vlak "
#. JdTF4
-#: sw/inc/strings.hrc:1273
+#: sw/inc/strings.hrc:1277
msgctxt "STR_FILE_NOT_FOUND"
msgid "The file, \"%1\" in the \"%2\" path could not be found."
msgstr "Die lêer “%1” in die “%2” pad kon nie gevind word nie."
#. zRWDZ
-#: sw/inc/strings.hrc:1274
+#: sw/inc/strings.hrc:1278
msgctxt "STR_USER_DEFINED_INDEX"
msgid "User-Defined Index"
msgstr "Gebruikergedefinieerde indeks"
#. t5uWs
-#: sw/inc/strings.hrc:1275
+#: sw/inc/strings.hrc:1279
msgctxt "STR_NOSORTKEY"
msgid "<None>"
msgstr "<geen>"
#. vSSnJ
-#: sw/inc/strings.hrc:1276
+#: sw/inc/strings.hrc:1280
msgctxt "STR_NO_CHAR_STYLE"
msgid "<None>"
msgstr "<geen>"
#. NSx98
-#: sw/inc/strings.hrc:1277
+#: sw/inc/strings.hrc:1281
msgctxt "STR_DELIM"
msgid "S"
msgstr ""
#. hK8CX
-#: sw/inc/strings.hrc:1278
+#: sw/inc/strings.hrc:1282
msgctxt "STR_TOKEN_ENTRY_NO"
msgid "E#"
msgstr "H#"
#. 8EgTx
-#: sw/inc/strings.hrc:1279
+#: sw/inc/strings.hrc:1283
msgctxt "STR_TOKEN_ENTRY"
msgid "E"
msgstr "I"
#. gxt8B
-#: sw/inc/strings.hrc:1280
+#: sw/inc/strings.hrc:1284
msgctxt "STR_TOKEN_TAB_STOP"
msgid "T"
msgstr "T"
#. pGAb4
-#: sw/inc/strings.hrc:1281
+#: sw/inc/strings.hrc:1285
msgctxt "STR_TOKEN_PAGE_NUMS"
msgid "#"
msgstr "#"
#. teDm3
-#: sw/inc/strings.hrc:1282
+#: sw/inc/strings.hrc:1286
msgctxt "STR_TOKEN_CHAPTER_INFO"
msgid "CI"
msgstr "HI"
#. XWaFn
-#: sw/inc/strings.hrc:1283
+#: sw/inc/strings.hrc:1287
msgctxt "STR_TOKEN_LINK_START"
msgid "LS"
msgstr "BH"
#. xp6D6
-#: sw/inc/strings.hrc:1284
+#: sw/inc/strings.hrc:1288
msgctxt "STR_TOKEN_LINK_END"
msgid "LE"
msgstr "EH"
#. AogDK
-#: sw/inc/strings.hrc:1285
+#: sw/inc/strings.hrc:1289
msgctxt "STR_TOKEN_AUTHORITY"
msgid "A"
msgstr ""
#. 5A4jw
-#: sw/inc/strings.hrc:1286
+#: sw/inc/strings.hrc:1290
msgctxt "STR_TOKEN_HELP_ENTRY_NO"
msgid "Chapter number"
msgstr "Hoofstuknommer"
#. FH365
-#: sw/inc/strings.hrc:1287
+#: sw/inc/strings.hrc:1291
msgctxt "STR_TOKEN_HELP_ENTRY"
msgid "Entry"
msgstr "Inskrywing"
#. xZjtZ
-#: sw/inc/strings.hrc:1288
+#: sw/inc/strings.hrc:1292
msgctxt "STR_TOKEN_HELP_TAB_STOP"
msgid "Tab stop"
msgstr "Inkeep"
#. aXW8y
-#: sw/inc/strings.hrc:1289
+#: sw/inc/strings.hrc:1293
msgctxt "STR_TOKEN_HELP_TEXT"
msgid "Text"
msgstr "Teks"
#. MCUd2
-#: sw/inc/strings.hrc:1290
+#: sw/inc/strings.hrc:1294
msgctxt "STR_TOKEN_HELP_PAGE_NUMS"
msgid "Page number"
msgstr "Bladsynommer"
#. pXqw3
-#: sw/inc/strings.hrc:1291
+#: sw/inc/strings.hrc:1295
msgctxt "STR_TOKEN_HELP_CHAPTER_INFO"
msgid "Chapter info"
msgstr "Hoofstukinligting"
#. DRBSD
-#: sw/inc/strings.hrc:1292
+#: sw/inc/strings.hrc:1296
msgctxt "STR_TOKEN_HELP_LINK_START"
msgid "Hyperlink start"
msgstr "Begin van hiperskakel"
#. Ytn5g
-#: sw/inc/strings.hrc:1293
+#: sw/inc/strings.hrc:1297
msgctxt "STR_TOKEN_HELP_LINK_END"
msgid "Hyperlink end"
msgstr "Einde van hiperskakel"
#. hRo3J
-#: sw/inc/strings.hrc:1294
+#: sw/inc/strings.hrc:1298
msgctxt "STR_TOKEN_HELP_AUTHORITY"
msgid "Bibliography entry: "
msgstr "Bibliografie-inskrywing: "
#. ZKG5v
-#: sw/inc/strings.hrc:1295
+#: sw/inc/strings.hrc:1299
msgctxt "STR_CHARSTYLE"
msgid "Character Style: "
msgstr "Karakterstyl: "
#. d9BES
-#: sw/inc/strings.hrc:1296
+#: sw/inc/strings.hrc:1300
msgctxt "STR_STRUCTURE"
msgid "Structure text"
msgstr ""
#. kwoGP
-#: sw/inc/strings.hrc:1297
+#: sw/inc/strings.hrc:1301
msgctxt "STR_ADDITIONAL_ACCNAME_STRING1"
msgid "Press Ctrl+Alt+A to move focus for more operations"
msgstr "Druk Ctrl+Alt+A om fokus te skuif vir meer bewerkings"
#. Avm9y
-#: sw/inc/strings.hrc:1298
+#: sw/inc/strings.hrc:1302
msgctxt "STR_ADDITIONAL_ACCNAME_STRING2"
msgid "Press left or right arrow to choose the structure controls"
msgstr "Druk linker- of regterpyltjie om die struktuurkontroles te kies"
#. 59eRi
-#: sw/inc/strings.hrc:1299
+#: sw/inc/strings.hrc:1303
msgctxt "STR_ADDITIONAL_ACCNAME_STRING3"
msgid "Press Ctrl+Alt+B to move focus back to the current structure control"
msgstr "Druk Ctrl+Alt+B om fokus terug te skuif na die huidige struktuurkontrole"
#. 8AagG
-#: sw/inc/strings.hrc:1300
+#: sw/inc/strings.hrc:1304
msgctxt "STR_AUTOMARK_TYPE"
msgid "Selection file for the alphabetical index (*.sdi)"
msgstr ""
@@ -7887,279 +7913,279 @@ msgstr ""
#. -----------------------------------------------------------------------
#. Description: character alignment for frmsh.cxx - context menu
#. -----------------------------------------------------------------------
-#: sw/inc/strings.hrc:1305
+#: sw/inc/strings.hrc:1309
msgctxt "STR_FRMUI_TOP_BASE"
msgid "Base line at ~top"
msgstr "Basislyn ~bo"
#. 5GiEA
-#: sw/inc/strings.hrc:1306
+#: sw/inc/strings.hrc:1310
msgctxt "STR_FRMUI_BOTTOM_BASE"
msgid "~Base line at bottom"
msgstr "~Basislyn onder"
#. sdyVF
-#: sw/inc/strings.hrc:1307
+#: sw/inc/strings.hrc:1311
msgctxt "STR_FRMUI_CENTER_BASE"
msgid "Base line ~centered"
msgstr "~Gesentreerde basislyn"
#. NAXyZ
-#: sw/inc/strings.hrc:1308
+#: sw/inc/strings.hrc:1312
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert object"
msgstr "Voeg objek in"
#. 5C6Rc
-#: sw/inc/strings.hrc:1309
+#: sw/inc/strings.hrc:1313
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit object"
msgstr "Redigeer objek"
#. 3QFYB
-#: sw/inc/strings.hrc:1310
+#: sw/inc/strings.hrc:1314
msgctxt "STR_FRMUI_COLL_HEADER"
msgid " (Template: "
msgstr " (Sjabloon: "
#. oUhnK
-#: sw/inc/strings.hrc:1311
+#: sw/inc/strings.hrc:1315
msgctxt "STR_FRMUI_BORDER"
msgid "Borders"
msgstr "Rande"
#. T2SH2
-#: sw/inc/strings.hrc:1312
+#: sw/inc/strings.hrc:1316
msgctxt "STR_FRMUI_PATTERN"
msgid "Background"
msgstr "Agtergrond"
#. K6Yvs
-#: sw/inc/strings.hrc:1314
+#: sw/inc/strings.hrc:1318
msgctxt "STR_TEXTCOLL_HEADER"
msgid "(Paragraph Style: "
msgstr "(Paragraafstyl: "
#. Fsanh
-#: sw/inc/strings.hrc:1315
+#: sw/inc/strings.hrc:1319
msgctxt "STR_ILLEGAL_PAGENUM"
msgid "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages."
msgstr "Bladsynommers kan nie op die huidige bladsy toegepas word nie. Ewe getalle kan op linkerbladsye gebruik word en onewe getalle op regterbladsye."
#. VZnJf
-#: sw/inc/strings.hrc:1317
+#: sw/inc/strings.hrc:1321
msgctxt "STR_WRITER_GLOBALDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION-meesterdokument"
#. kWe9j
-#: sw/inc/strings.hrc:1319
+#: sw/inc/strings.hrc:1323
msgctxt "STR_QUERY_CONNECT"
msgid "A file connection will delete the contents of the current section. Connect anyway?"
msgstr "’n Lêerkoppeling sal die inhoud van die huidige afdeling skrap. Nogtans koppel?"
#. dLuAF
-#: sw/inc/strings.hrc:1320
+#: sw/inc/strings.hrc:1324
msgctxt "STR_WRONG_PASSWORD"
msgid "The password entered is invalid."
msgstr "Die getikte wagwoord is ongeldig."
#. oUR7Y
-#: sw/inc/strings.hrc:1321
+#: sw/inc/strings.hrc:1325
msgctxt "STR_WRONG_PASSWD_REPEAT"
msgid "The password has not been set."
msgstr "Die wagwoord is nie gestel nie."
#. GBVqD
-#: sw/inc/strings.hrc:1323
+#: sw/inc/strings.hrc:1327
msgctxt "STR_HYP_OK"
msgid "Hyphenation completed"
msgstr "Woordafbreking klaar"
#. rZBXF
-#: sw/inc/strings.hrc:1324
+#: sw/inc/strings.hrc:1328
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "Geen (moenie spelling kontroleer nie)"
#. Z8EjG
-#: sw/inc/strings.hrc:1325
+#: sw/inc/strings.hrc:1329
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr "Stel terug na verstektaal"
#. YEXdS
-#: sw/inc/strings.hrc:1326
+#: sw/inc/strings.hrc:1330
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "Meer..."
#. QecQ3
-#: sw/inc/strings.hrc:1327
+#: sw/inc/strings.hrc:1331
msgctxt "STR_IGNORE_SELECTION"
msgid "~Ignore"
msgstr "~Ignoreer"
#. aaiBM
-#: sw/inc/strings.hrc:1328
+#: sw/inc/strings.hrc:1332
msgctxt "STR_EXPLANATION_LINK"
msgid "Explanations..."
msgstr "Verduidelikings..."
#. kSDGu
-#: sw/inc/strings.hrc:1330
+#: sw/inc/strings.hrc:1334
msgctxt "STR_QUERY_SPECIAL_FORCED"
msgid "Check special regions is deactivated. Check anyway?"
msgstr "Kontrole van spesiale streke is gedeaktiveer. Kontroleer in elk geval?"
#. KiAdJ
-#: sw/inc/strings.hrc:1331
+#: sw/inc/strings.hrc:1335
msgctxt "STR_NO_MERGE_ENTRY"
msgid "Could not merge documents."
msgstr "Kon nie dokumente saamvoeg nie."
#. FqsCt
-#: sw/inc/strings.hrc:1332
+#: sw/inc/strings.hrc:1336
msgctxt "STR_NO_BASE_FOR_MERGE"
msgid "%PRODUCTNAME Base component is absent, and it is required to use Mail Merge."
msgstr "Die %PRODUCTNAME Base-komponent ontbreek en is nodig om massapos te gebruik."
#. wcuf4
-#: sw/inc/strings.hrc:1333
+#: sw/inc/strings.hrc:1337
msgctxt "STR_ERR_SRCSTREAM"
msgid "The source cannot be loaded."
msgstr "Die bron kan nie gelaai word nie."
#. K9qMS
-#: sw/inc/strings.hrc:1334
+#: sw/inc/strings.hrc:1338
msgctxt "STR_ERR_NO_FAX"
msgid "No fax printer has been set under Tools/Options/%1/Print."
msgstr "Geen faksdrukker is onder Nutsgoed/Opsies/%1/Druk gestel nie."
#. XWQ8w
-#: sw/inc/strings.hrc:1335
+#: sw/inc/strings.hrc:1339
msgctxt "STR_WEBOPTIONS"
msgid "HTML document"
msgstr "HTML-dokument"
#. qVZBx
-#: sw/inc/strings.hrc:1336
+#: sw/inc/strings.hrc:1340
msgctxt "STR_TEXTOPTIONS"
msgid "Text document"
msgstr "Teksdokument"
#. qmmPU
-#: sw/inc/strings.hrc:1337
+#: sw/inc/strings.hrc:1341
msgctxt "STR_SCAN_NOSOURCE"
msgid "Source not specified."
msgstr "Bron nie gespesifiseer nie."
#. 2LgDJ
-#: sw/inc/strings.hrc:1338
+#: sw/inc/strings.hrc:1342
msgctxt "STR_NUM_LEVEL"
msgid "Level "
msgstr "Vlak "
#. AcAD8
-#: sw/inc/strings.hrc:1339
+#: sw/inc/strings.hrc:1343
msgctxt "STR_NUM_OUTLINE"
msgid "Outline "
msgstr "Skema "
#. DE9FZ
-#: sw/inc/strings.hrc:1340
+#: sw/inc/strings.hrc:1344
msgctxt "STR_EDIT_FOOTNOTE"
msgid "Edit Footnote/Endnote"
msgstr "Redigeer voetnoot/eindnoot"
#. EzBCZ
-#: sw/inc/strings.hrc:1341
+#: sw/inc/strings.hrc:1345
msgctxt "STR_NB_REPLACED"
msgid "Search key replaced XX times."
msgstr "Soeksleutel is XX maal vervang."
#. fgywB
-#: sw/inc/strings.hrc:1342
+#: sw/inc/strings.hrc:1346
msgctxt "STR_SRCVIEW_ROW"
msgid "Row "
msgstr "Ry "
#. GUc4a
-#: sw/inc/strings.hrc:1343
+#: sw/inc/strings.hrc:1347
msgctxt "STR_SRCVIEW_COL"
msgid "Column "
msgstr "Kolom "
#. yMyuo
-#: sw/inc/strings.hrc:1344
+#: sw/inc/strings.hrc:1348
msgctxt "STR_SAVEAS_SRC"
msgid "~Export source..."
msgstr "~Voer bron uit..."
#. ywFCb
-#: sw/inc/strings.hrc:1345
+#: sw/inc/strings.hrc:1349
msgctxt "STR_SAVEACOPY_SRC"
msgid "~Export copy of source..."
msgstr "~Voer kopie van bron uit..."
#. BT3M3
-#: sw/inc/strings.hrc:1347
+#: sw/inc/strings.hrc:1351
msgctxt "ST_CONTINUE"
msgid "~Continue"
msgstr "~Gaan voort"
#. ZR9aw
-#: sw/inc/strings.hrc:1348
+#: sw/inc/strings.hrc:1352
#, fuzzy
msgctxt "ST_SENDINGTO"
msgid "Sending to: %1"
msgstr "Stuur aan: %1"
#. YCNYb
-#: sw/inc/strings.hrc:1349
+#: sw/inc/strings.hrc:1353
#, fuzzy
msgctxt "ST_COMPLETED"
msgid "Successfully sent"
msgstr "Suksesvol gestuur"
#. fmHmE
-#: sw/inc/strings.hrc:1350
+#: sw/inc/strings.hrc:1354
msgctxt "ST_FAILED"
msgid "Sending failed"
msgstr "Stuur het misluk"
#. yAAPM
-#: sw/inc/strings.hrc:1352
+#: sw/inc/strings.hrc:1356
msgctxt "STR_SENDER_TOKENS"
msgid "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;"
msgstr "MAATSKAPPY;CR;VOORNAAM; ;VAN;CR;ADRES;CR;STAD; ;PROV; ;POSKODE;CR;LAND;CR;"
#. mWrXk
-#: sw/inc/strings.hrc:1354
+#: sw/inc/strings.hrc:1358
msgctxt "STR_TBL_FORMULA"
msgid "Text formula"
msgstr "Teksformule"
#. y63Nw
-#: sw/inc/strings.hrc:1356
+#: sw/inc/strings.hrc:1360
msgctxt "STR_MENU_ZOOM"
msgid "~Zoom"
msgstr "~Zoem"
#. YzA5m
-#: sw/inc/strings.hrc:1357
+#: sw/inc/strings.hrc:1361
msgctxt "STR_MENU_UP"
msgid "~Upwards"
msgstr "~Boontoe"
#. M9SMe
-#: sw/inc/strings.hrc:1358
+#: sw/inc/strings.hrc:1362
msgctxt "STR_MENU_DOWN"
msgid "Do~wnwards"
msgstr "On~dertoe"
#. RmBFW
-#: sw/inc/strings.hrc:1361
+#: sw/inc/strings.hrc:1365
msgctxt "STR_DROP_DOWN_EMPTY_LIST"
msgid "No Item specified"
msgstr ""
@@ -8168,7 +8194,7 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: Classification strings
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1367
+#: sw/inc/strings.hrc:1371
msgctxt "STR_CLASSIFICATION_LEVEL_CHANGED"
msgid "Document classification has changed because a paragraph classification level is higher"
msgstr "Die dokumentklassifikasie het verander omdat ’n paragraafklassifikasievlak hoër is"
@@ -8177,121 +8203,121 @@ msgstr "Die dokumentklassifikasie het verander omdat ’n paragraafklassifikasie
#. --------------------------------------------------------------------
#. Description: Paragraph Signature
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1372
+#: sw/inc/strings.hrc:1376
msgctxt "STR_VALID"
msgid " Valid "
msgstr " Geldig "
#. xAKRC
-#: sw/inc/strings.hrc:1373
+#: sw/inc/strings.hrc:1377
msgctxt "STR_INVALID"
msgid "Invalid"
msgstr "Ongeldig"
#. pDAHz
-#: sw/inc/strings.hrc:1374
+#: sw/inc/strings.hrc:1378
msgctxt "STR_INVALID_SIGNATURE"
msgid "Invalid Signature"
msgstr "Ongeldige handtekening"
#. etEEx
-#: sw/inc/strings.hrc:1375
+#: sw/inc/strings.hrc:1379
msgctxt "STR_SIGNED_BY"
msgid "Signed-by"
msgstr "Onderteken deur"
#. BK7ub
-#: sw/inc/strings.hrc:1376
+#: sw/inc/strings.hrc:1380
msgctxt "STR_PARAGRAPH_SIGNATURE"
msgid "Paragraph Signature"
msgstr "Paragraafhandtekening"
#. kZKCf
-#: sw/inc/strings.hrc:1378
+#: sw/inc/strings.hrc:1382
msgctxt "labeldialog|cards"
msgid "Business Cards"
msgstr "Visitekaartjies"
#. ECFij
-#: sw/inc/strings.hrc:1380
+#: sw/inc/strings.hrc:1384
msgctxt "STR_MAILCONFIG_DLG_TITLE"
msgid "Email settings"
msgstr ""
#. PwrB9
-#: sw/inc/strings.hrc:1382
+#: sw/inc/strings.hrc:1386
msgctxt "optredlinepage|insertedpreview"
msgid "Insert"
msgstr "Voeg in"
#. NL48o
-#: sw/inc/strings.hrc:1383
+#: sw/inc/strings.hrc:1387
msgctxt "optredlinepage|deletedpreview"
msgid "Delete"
msgstr "Skrap"
#. PW4Bz
-#: sw/inc/strings.hrc:1384
+#: sw/inc/strings.hrc:1388
msgctxt "optredlinepage|changedpreview"
msgid "Attributes"
msgstr "Attribute"
#. yfgiq
-#: sw/inc/strings.hrc:1386
+#: sw/inc/strings.hrc:1390
msgctxt "createautomarkdialog|searchterm"
msgid "Search term"
msgstr "Soekterm"
#. fhLzk
-#: sw/inc/strings.hrc:1387
+#: sw/inc/strings.hrc:1391
msgctxt "createautomarkdialog|alternative"
msgid "Alternative entry"
msgstr "Alternatiewe inskrywing"
#. gD4D3
-#: sw/inc/strings.hrc:1388
+#: sw/inc/strings.hrc:1392
msgctxt "createautomarkdialog|key1"
msgid "1st key"
msgstr "1e sleutel"
#. BFszo
-#: sw/inc/strings.hrc:1389
+#: sw/inc/strings.hrc:1393
msgctxt "createautomarkdialog|key2"
msgid "2nd key"
msgstr "2e sleutel"
#. EoAB8
-#: sw/inc/strings.hrc:1390
+#: sw/inc/strings.hrc:1394
msgctxt "createautomarkdialog|comment"
msgid "Comment"
msgstr "Opmerking"
#. Shstx
-#: sw/inc/strings.hrc:1391
+#: sw/inc/strings.hrc:1395
msgctxt "createautomarkdialog|casesensitive"
msgid "Match case"
msgstr "Selfde kas"
#. 8Cjvb
-#: sw/inc/strings.hrc:1392
+#: sw/inc/strings.hrc:1396
msgctxt "createautomarkdialog|wordonly"
msgid "Word only"
msgstr "Slegs woord"
#. zD8rb
-#: sw/inc/strings.hrc:1393
+#: sw/inc/strings.hrc:1397
msgctxt "createautomarkdialog|yes"
msgid "Yes"
msgstr "Ja"
#. 4tTop
-#: sw/inc/strings.hrc:1394
+#: sw/inc/strings.hrc:1398
msgctxt "createautomarkdialog|no"
msgid "No"
msgstr "Nee"
#. KhKwa
-#: sw/inc/strings.hrc:1396
+#: sw/inc/strings.hrc:1400
msgctxt "sidebarwrap|customlabel"
msgid "Custom"
msgstr "Doelgemaak"
@@ -12782,11 +12808,11 @@ msgctxt "insertbreak|pagerb-atkobject"
msgid "Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page."
msgstr "Voeg ’n handmatige bladsybreuk in en skuif die teks regs van die wyser na die begin van die volgende bladsy. Die ingevoegde bladsybreuk word aangedui deur ’n rand wat nie druk nie boaan die nuwe bladsy."
-#. CQ5Em
+#. qAj3x
#: sw/uiconfig/swriter/ui/insertbreak.ui:171
msgctxt "insertbreak|styleft"
-msgid "Style:"
-msgstr "Styl:"
+msgid "Page Style:"
+msgstr ""
#. BWnND
#: sw/uiconfig/swriter/ui/insertbreak.ui:188
@@ -14607,146 +14633,128 @@ msgctxt "navigatorpanel|contenttoggle|tooltip_text"
msgid "Toggle Master View"
msgstr "Wissel meesteraansig"
-#. RZhFC
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:47
-msgctxt "navigatorpanel|navigation|tooltip_text"
-msgid "Navigation"
-msgstr "Navigasie"
-
-#. 6Frp3
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:60
-msgctxt "navigatorpanel|back|tooltip_text"
-msgid "Back"
-msgstr "Terug"
-
-#. r8tsB
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:73
-msgctxt "navigatorpanel|forward|tooltip_text"
-msgid "Forward"
-msgstr "Vorentoe"
-
-#. mHVom
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:86
-msgctxt "navigatorpanel|dragmode|tooltip_text"
-msgid "Drag Mode"
-msgstr "Sleepmodus"
-
-#. SndsZ
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:109
-msgctxt "navigatorpanel|chapterup|tooltip_text"
-msgid "Promote Chapter"
-msgstr "Verhef hoofstuk"
-
-#. MRuAa
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:122
-msgctxt "navigatorpanel|chapterdown|tooltip_text"
-msgid "Demote Chapter"
-msgstr "Verlaag hoogstuk"
-
#. sxyvw
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:135
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:80
msgctxt "navigatorpanel|listbox|tooltip_text"
msgid "List Box On/Off"
msgstr "Lysboksie aan/af"
#. DgvFE
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:148
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:93
msgctxt "navigatorpanel|root|tooltip_text"
msgid "Content Navigation View"
msgstr "Aansig vir inhoudnavigering"
#. GbEFs
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:171
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:116
msgctxt "navigatorpanel|reminder|tooltip_text"
msgid "Set Reminder"
msgstr "Definieer onthouplek"
#. Ngjxu
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:194
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:139
msgctxt "navigatorpanel|header|tooltip_text"
msgid "Header"
msgstr "Kop"
#. dfTJU
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:207
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:152
msgctxt "navigatorpanel|footer|tooltip_text"
msgid "Footer"
msgstr "Voet"
#. EefnL
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:220
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:165
msgctxt "navigatorpanel|anchor|tooltip_text"
msgid "Anchor<->Text"
msgstr "Ankerpunt ↔ Teks"
#. PjUEP
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:243
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:188
msgctxt "navigatorpanel|headings|tooltip_text"
msgid "Heading Levels Shown"
msgstr "Opskrifvlakke gewys"
+#. mHVom
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:211
+msgctxt "navigatorpanel|dragmode|tooltip_text"
+msgid "Drag Mode"
+msgstr "Sleepmodus"
+
#. ijAjg
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:266
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:234
msgctxt "navigatorpanel|promote|tooltip_text"
msgid "Promote Level"
msgstr "Verhef vlak"
#. A7vWQ
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:279
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:247
msgctxt "navigatorpanel|demote|tooltip_text"
msgid "Demote Level"
msgstr "Verlaag vlak"
+#. SndsZ
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:260
+msgctxt "navigatorpanel|chapterup|tooltip_text"
+msgid "Promote Chapter"
+msgstr "Verhef hoofstuk"
+
+#. MRuAa
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:273
+msgctxt "navigatorpanel|chapterdown|tooltip_text"
+msgid "Demote Chapter"
+msgstr "Verlaag hoogstuk"
+
#. 3rY8r
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:304
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:298
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "Dokument"
#. wavgT
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:307
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:301
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "Aktiewe venster"
#. 3yk2y
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:341
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:335
msgctxt "navigatorpanel|globaltoggle|tooltip_text"
msgid "Toggle Master View"
msgstr "Wissel meesteraansig"
#. HS3W2
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:364
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:358
msgctxt "navigatorpanel|edit|tooltip_text"
msgid "Edit"
msgstr "Redigeer"
#. svmCG
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:377
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:371
msgctxt "navigatorpanel|update|tooltip_text"
msgid "Update"
msgstr "Werk by"
#. tu94A
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:390
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:384
msgctxt "navigatorpanel|insert|tooltip_text"
msgid "Insert"
msgstr "Voeg in"
#. MvgHM
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:413
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:407
msgctxt "navigatorpanel|save|tooltip_text"
msgid "Save Contents as well"
msgstr "Stoor inhoud ook"
#. yEETn
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:436
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:430
msgctxt "navigatorpanel|moveup|tooltip_text"
msgid "Move Up"
msgstr "Skuif op"
#. KN3mN
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:449
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:443
msgctxt "navigatorpanel|movedown|tooltip_text"
msgid "Move Down"
msgstr "Skuif af"
@@ -16599,80 +16607,88 @@ msgctxt "optformataidspage|bookmarks"
msgid "Bookmarks"
msgstr ""
+#. 3RWMe
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:214
+msgctxt "optformataidspage|bookmarks_label|tooltip_text"
+msgid ""
+"| indicates a point bookmark\n"
+"[ ] indicate the start and end of a bookmark on a text range"
+msgstr ""
+
#. XzAvH
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:234
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:236
msgctxt "optformataidspage|displayfl"
msgid "Display formatting"
msgstr "Aansigformatering"
#. ufN3R
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:265
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:267
msgctxt "optformataidspage|mathbaseline"
msgid "Math baseline alignment"
msgstr "Basislynbelyning vir wiskunde"
#. tFDwg
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:286
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:288
msgctxt "optformataidspage|layoutopt"
msgid "Layout Assistance"
msgstr "Uitlegbystand"
#. s9cDX
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:317
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:319
msgctxt "optformataidspage|cursoronoff"
msgid "_Direct cursor"
msgstr "_Direkte wyser"
#. 8eyNs
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:340
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:342
msgctxt "optformataidspage|fillmode"
msgid "Insert:"
msgstr ""
#. ACvNA
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:357
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:359
msgctxt "optformataidspage|filltab"
msgid "Tabs"
msgstr ""
#. CgFKr
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:358
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:360
msgctxt "optformataidspage|filltabandspace"
msgid "Tabs and spaces"
msgstr ""
#. 5FinN
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:359
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:361
msgctxt "optformataidspage|fillspace"
msgid "Spaces"
msgstr ""
#. mSGUr
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:360
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:362
msgctxt "optformataidspage|fillindent"
msgid "Left paragraph margin"
msgstr ""
#. 7REyM
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:361
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:363
msgctxt "optformataidspage|fillmargin"
msgid "Paragraph alignment"
msgstr ""
#. zGjgi
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:384
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:386
msgctxt "optformataidspage|cursorlabel"
msgid "Direct Cursor"
msgstr "Direkte wyser"
#. A7s4f
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:415
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:417
msgctxt "optformataidspage|cursorinprot"
msgid "Enable cursor"
msgstr "Aktiveer wyser"
#. nfGAn
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:436
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:438
msgctxt "optformataidspage|cursoropt"
msgid "Protected Areas"
msgstr "Beskermde areas"
@@ -17930,7 +17946,7 @@ msgid "Macro"
msgstr "Makro"
#. EqTqQ
-#: sw/uiconfig/swriter/ui/picturepage.ui:31
+#: sw/uiconfig/swriter/ui/picturepage.ui:32
msgctxt "picturepage|browse"
msgid "Browse..."
msgstr "Blaai..."
@@ -17978,31 +17994,31 @@ msgid "On right pages"
msgstr "Op regterbladsye"
#. M9Lxh
-#: sw/uiconfig/swriter/ui/picturepage.ui:220
+#: sw/uiconfig/swriter/ui/picturepage.ui:230
msgctxt "picturepage|label2"
msgid "Flip"
msgstr "Swaai om"
#. vEJFW
-#: sw/uiconfig/swriter/ui/picturepage.ui:260
+#: sw/uiconfig/swriter/ui/picturepage.ui:270
msgctxt "picturepage|FT_ANGLE"
msgid "_Angle:"
msgstr "_Hoek:"
-#. Q6xq6
-#: sw/uiconfig/swriter/ui/picturepage.ui:302
-msgctxt "picturepage|FT_ANGLEPRESETS"
-msgid "Default _settings:"
-msgstr "_Verstekinstellings:"
-
#. hBc6G
-#: sw/uiconfig/swriter/ui/picturepage.ui:317
+#: sw/uiconfig/swriter/ui/picturepage.ui:313
msgctxt "picturepage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr "Rotasiehoek"
+#. Q6xq6
+#: sw/uiconfig/swriter/ui/picturepage.ui:326
+msgctxt "picturepage|FT_ANGLEPRESETS"
+msgid "Default _settings:"
+msgstr "_Verstekinstellings:"
+
#. HpCfF
-#: sw/uiconfig/swriter/ui/picturepage.ui:341
+#: sw/uiconfig/swriter/ui/picturepage.ui:351
msgctxt "picturepage|label2"
msgid "Rotation Angle"
msgstr "Rotasiehoek"
@@ -18683,11 +18699,11 @@ msgctxt "renameobjectdialog|RenameObjectDialog"
msgid "Rename object: "
msgstr "Hernoem objek: "
-#. HBbjR
+#. kWc8q
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:106
msgctxt "renameobjectdialog|label2"
-msgid "New name"
-msgstr "Nuwe naam"
+msgid "New name:"
+msgstr ""
#. Yffi5
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:136
@@ -19085,32 +19101,20 @@ msgctxt "sidebartableedit|column_width_label"
msgid "Column width:"
msgstr ""
-#. GpDXc
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:245
-msgctxt "sidebartableedit|opt_row_size_label"
-msgid "Optimize a row:"
-msgstr ""
-
-#. CAoRG
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:260
-msgctxt "sidebartableedit|opt_column_size_label"
-msgid "Optimize a column:"
-msgstr ""
-
#. MDyQt
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:366
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:336
msgctxt "sidebartableedit|delete_label"
msgid "Delete:"
msgstr ""
#. 6wzLa
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:426
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:396
msgctxt "sidebartableedit|split_merge_label"
msgid "Split/Merge:"
msgstr ""
#. Em3y9
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:543
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:503
msgctxt "sidebartableedit|misc_label"
msgid "Miscellaneous:"
msgstr ""
@@ -19139,38 +19143,44 @@ msgctxt "sidebarwrap|spacingLB|tooltip_text"
msgid "Set the amount of space between the image and surrounding text"
msgstr "Stel die hoeveelheid spasie tussen die beeld en die omliggende teks"
+#. akira
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:47
+msgctxt "sidebarwrap|label2"
+msgid "Wrap:"
+msgstr ""
+
#. KrFLE
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:53
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:73
msgctxt "sidebarwrap|wrapoff|tooltip_text"
msgid "Wrap Off"
msgstr ""
#. bCeup
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:65
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:86
msgctxt "sidebarwrap|wrapon|tooltip_text"
msgid "Wrap On"
msgstr ""
#. wGP6B
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:78
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:99
msgctxt "sidebarwrap|wrapideal|tooltip_text"
msgid "Wrap Ideal"
msgstr ""
#. JtHu6
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:104
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:112
msgctxt "sidebarwrap|wrapleft|tooltip_text"
msgid "Wrap Left"
msgstr ""
#. rQbTA
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:117
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:125
msgctxt "sidebarwrap|wrapright|tooltip_text"
msgid "Wrap Right"
msgstr ""
#. G23BK
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:130
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:138
msgctxt "sidebarwrap|wrapthrough|tooltip_text"
msgid "Wrap Through"
msgstr ""
@@ -19715,17 +19725,17 @@ msgctxt "tabletextflowpage|liststore1"
msgid "Vertical (top to bottom)"
msgstr ""
-#. 5CGH9
+#. 7yaYB
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:300
msgctxt "tabletextflowpage|liststore1"
-msgid "Use superordinate object settings"
-msgstr "Gebruik bogeskikte objekinstellings"
+msgid "Vertical (bottom to top)"
+msgstr ""
-#. 7yaYB
+#. 5CGH9
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:301
msgctxt "tabletextflowpage|liststore1"
-msgid "Vertical (bottom to top)"
-msgstr ""
+msgid "Use superordinate object settings"
+msgstr "Gebruik bogeskikte objekinstellings"
#. tWodL
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:322
@@ -21242,6 +21252,59 @@ msgctxt "watermarkdialog|ColorLabel"
msgid "Color"
msgstr "Kleur"
+#. ekn6L
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:8
+msgctxt "wordcount-mobile|WordCountDialog"
+msgid "Word Count"
+msgstr ""
+
+#. CivM9
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:81
+msgctxt "wordcount-mobile|label9"
+msgid "Selection"
+msgstr ""
+
+#. CNFqp
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:108
+msgctxt "wordcount-mobile|label10"
+msgid "Document"
+msgstr ""
+
+#. RBG3u
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:134
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:326
+msgctxt "wordcount-mobile|label1"
+msgid "Words"
+msgstr ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
#. bNHAL
#: sw/uiconfig/swriter/ui/wordcount.ui:8
msgctxt "wordcount|WordCountDialog"
diff --git a/source/af/vcl/messages.po b/source/af/vcl/messages.po
index 14b55b9a09f..e30ff228fe0 100644
--- a/source/af/vcl/messages.po
+++ b/source/af/vcl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-17 16:46+0100\n"
+"POT-Creation-Date: 2020-02-27 14:32+0100\n"
"PO-Revision-Date: 2019-01-17 07:24+0000\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1968,314 +1968,320 @@ msgctxt "printdialog|moreoptions"
msgid "More Options..."
msgstr "Meer opsies..."
+#. JFBoP
+#: vcl/uiconfig/ui/printdialog.ui:112
+msgctxt "printdialog|print"
+msgid "_Print"
+msgstr ""
+
#. M3L4L
-#: vcl/uiconfig/ui/printdialog.ui:172
+#: vcl/uiconfig/ui/printdialog.ui:171
msgctxt "printdialog|printpreview"
msgid "Print preview"
msgstr ""
#. Aq6Gv
-#: vcl/uiconfig/ui/printdialog.ui:202
+#: vcl/uiconfig/ui/printdialog.ui:201
msgctxt "printdialog|lastpage"
msgid "Last page"
msgstr ""
#. CZQLF
-#: vcl/uiconfig/ui/printdialog.ui:217
+#: vcl/uiconfig/ui/printdialog.ui:216
msgctxt "printdialog|forward"
msgid "Next page"
msgstr "Volgende bladsy"
#. yyFVV
-#: vcl/uiconfig/ui/printdialog.ui:231
+#: vcl/uiconfig/ui/printdialog.ui:230
msgctxt "printdialog|totalnumpages"
msgid "/ %n"
msgstr "/ %n"
#. ebceU
-#: vcl/uiconfig/ui/printdialog.ui:259
+#: vcl/uiconfig/ui/printdialog.ui:258
msgctxt "printdialog|backward"
msgid "Previous page"
msgstr "Vorige bladsy"
#. SbgFv
-#: vcl/uiconfig/ui/printdialog.ui:274
+#: vcl/uiconfig/ui/printdialog.ui:273
msgctxt "printdialog|firstpage"
msgid "First page"
msgstr ""
-#. 92rNi
-#: vcl/uiconfig/ui/printdialog.ui:300
+#. dQEY8
+#: vcl/uiconfig/ui/printdialog.ui:299
msgctxt "printdialog|previewbox"
-msgid "Preview"
-msgstr "Voorskou"
+msgid "Pre_view"
+msgstr ""
#. qgQDX
-#: vcl/uiconfig/ui/printdialog.ui:401
+#: vcl/uiconfig/ui/printdialog.ui:400
msgctxt "printdialog|labelstatus"
msgid "Status:"
msgstr "Status:"
#. dyo2j
-#: vcl/uiconfig/ui/printdialog.ui:416
+#: vcl/uiconfig/ui/printdialog.ui:415
msgctxt "printdialog|status"
msgid "Default Printer"
msgstr "Verstek drukker"
#. oBACQ
-#: vcl/uiconfig/ui/printdialog.ui:429
+#: vcl/uiconfig/ui/printdialog.ui:428
msgctxt "printdialog|setup"
msgid "Properties..."
msgstr "Eienskappe..."
#. AJGau
-#: vcl/uiconfig/ui/printdialog.ui:457
+#: vcl/uiconfig/ui/printdialog.ui:456
msgctxt "printdialog|labelprinter"
msgid "Printer"
msgstr "Drukker"
#. AyxGJ
-#: vcl/uiconfig/ui/printdialog.ui:497
+#: vcl/uiconfig/ui/printdialog.ui:496
msgctxt "printdialog|rbAllPages"
msgid "_All pages"
msgstr ""
#. pYtbq
-#: vcl/uiconfig/ui/printdialog.ui:515
+#: vcl/uiconfig/ui/printdialog.ui:514
msgctxt "printdialog|rbPageRange"
msgid "_Pages:"
msgstr ""
#. 786QC
-#: vcl/uiconfig/ui/printdialog.ui:537
+#: vcl/uiconfig/ui/printdialog.ui:536
msgctxt "printdialog|pagerange"
msgid "e.g.: 1, 3-5, 7, 9"
msgstr "bv.: 1, 3-5, 7, 9"
#. V3apS
-#: vcl/uiconfig/ui/printdialog.ui:546
+#: vcl/uiconfig/ui/printdialog.ui:545
msgctxt "printdialog|rmEvenPages"
msgid "_Even pages"
msgstr ""
#. ELsCF
-#: vcl/uiconfig/ui/printdialog.ui:565
+#: vcl/uiconfig/ui/printdialog.ui:564
msgctxt "printdialog|rbOddPages"
msgid "_Odd pages"
msgstr ""
#. Z5kiB
-#: vcl/uiconfig/ui/printdialog.ui:584
+#: vcl/uiconfig/ui/printdialog.ui:583
msgctxt "printdialog|rbRangeSelection"
msgid "_Selection"
msgstr ""
#. wn2kB
-#: vcl/uiconfig/ui/printdialog.ui:620
+#: vcl/uiconfig/ui/printdialog.ui:619
msgctxt "printdialog|fromwhich"
msgid "_From which print:"
msgstr ""
#. Cuc2u
-#: vcl/uiconfig/ui/printdialog.ui:645
+#: vcl/uiconfig/ui/printdialog.ui:644
msgctxt "printdialog|labelpapersides"
msgid "Paper _sides:"
msgstr ""
#. SYxRJ
-#: vcl/uiconfig/ui/printdialog.ui:660
+#: vcl/uiconfig/ui/printdialog.ui:659
msgctxt "printdialog|liststore4"
msgid "Print on one side (simplex)"
msgstr ""
#. hCZPg
-#: vcl/uiconfig/ui/printdialog.ui:661
+#: vcl/uiconfig/ui/printdialog.ui:660
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex long edge)"
msgstr ""
#. iqr9C
-#: vcl/uiconfig/ui/printdialog.ui:662
+#: vcl/uiconfig/ui/printdialog.ui:661
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex short edge)"
msgstr ""
#. AVv6D
-#: vcl/uiconfig/ui/printdialog.ui:676
+#: vcl/uiconfig/ui/printdialog.ui:675
msgctxt "printdialog|labelcopies"
msgid "_Number of copies:"
msgstr ""
#. G6QEr
-#: vcl/uiconfig/ui/printdialog.ui:709
+#: vcl/uiconfig/ui/printdialog.ui:708
msgctxt "printdialog|collate"
msgid "_Collate"
msgstr ""
-#. RnCCD
-#: vcl/uiconfig/ui/printdialog.ui:745
+#. BT4nY
+#: vcl/uiconfig/ui/printdialog.ui:744
msgctxt "printdialog|cbPrintOrder"
-msgid "_Order:"
+msgid "Order:"
msgstr ""
#. vwjVt
-#: vcl/uiconfig/ui/printdialog.ui:756
+#: vcl/uiconfig/ui/printdialog.ui:755
msgctxt "printdialog|reverseorder"
msgid "Print in _reverse order"
msgstr ""
#. R82MM
-#: vcl/uiconfig/ui/printdialog.ui:776
+#: vcl/uiconfig/ui/printdialog.ui:775
msgctxt "printdialog|rangeexpander"
msgid "_more"
msgstr ""
#. ehfCG
-#: vcl/uiconfig/ui/printdialog.ui:794
+#: vcl/uiconfig/ui/printdialog.ui:793
msgctxt "printdialog|label2"
msgid "Range and Copies"
msgstr "Omvang en kopieë"
#. CBLet
-#: vcl/uiconfig/ui/printdialog.ui:835
+#: vcl/uiconfig/ui/printdialog.ui:834
msgctxt "printdialog|labelorientation"
msgid "Orientation:"
msgstr "Oriëntasie:"
#. U4byk
-#: vcl/uiconfig/ui/printdialog.ui:849
+#: vcl/uiconfig/ui/printdialog.ui:848
msgctxt "printdialog|labelsize"
msgid "Paper size:"
msgstr ""
#. X9iBj
-#: vcl/uiconfig/ui/printdialog.ui:865
+#: vcl/uiconfig/ui/printdialog.ui:864
msgctxt "printdialog|liststore3"
msgid "Automatic"
msgstr "Outomaties"
#. vaWZE
-#: vcl/uiconfig/ui/printdialog.ui:866
+#: vcl/uiconfig/ui/printdialog.ui:865
msgctxt "printdialog|liststore3"
msgid "Portrait"
msgstr "Portret"
#. Qnpje
-#: vcl/uiconfig/ui/printdialog.ui:867
+#: vcl/uiconfig/ui/printdialog.ui:866
msgctxt "printdialog|liststore3"
msgid "Landscape"
msgstr "Landskap"
#. EZdsx
-#: vcl/uiconfig/ui/printdialog.ui:910
+#: vcl/uiconfig/ui/printdialog.ui:909
msgctxt "printdialog|pagespersheetbtn"
msgid "Pages per sheet:"
msgstr "Bladsye per vel:"
#. DKP5g
-#: vcl/uiconfig/ui/printdialog.ui:958
+#: vcl/uiconfig/ui/printdialog.ui:957
msgctxt "printdialog|liststore1"
msgid "Custom"
msgstr "Doelgemaak"
#. 65WWt
-#: vcl/uiconfig/ui/printdialog.ui:974
+#: vcl/uiconfig/ui/printdialog.ui:973
msgctxt "printdialog|pagespersheettxt"
msgid "Pages:"
msgstr "Bladsye:"
#. DM5aX
-#: vcl/uiconfig/ui/printdialog.ui:999
+#: vcl/uiconfig/ui/printdialog.ui:998
msgctxt "printdialog|by"
msgid "by"
msgstr "by"
#. szcD7
-#: vcl/uiconfig/ui/printdialog.ui:1025
+#: vcl/uiconfig/ui/printdialog.ui:1024
msgctxt "printdialog|pagemargintxt1"
msgid "Margin:"
msgstr "Kantlyn:"
#. iGg2m
-#: vcl/uiconfig/ui/printdialog.ui:1050
+#: vcl/uiconfig/ui/printdialog.ui:1049
msgctxt "printdialog|pagemargintxt2"
msgid "between pages"
msgstr "tussen bladsye"
#. oryuw
-#: vcl/uiconfig/ui/printdialog.ui:1062
+#: vcl/uiconfig/ui/printdialog.ui:1061
msgctxt "printdialog|sheetmargintxt1"
msgid "Distance:"
msgstr "Afstand:"
#. XhfvB
-#: vcl/uiconfig/ui/printdialog.ui:1087
+#: vcl/uiconfig/ui/printdialog.ui:1086
msgctxt "printdialog|sheetmargintxt2"
msgid "to sheet border"
msgstr "na kant van papier"
#. AGWe3
-#: vcl/uiconfig/ui/printdialog.ui:1100
+#: vcl/uiconfig/ui/printdialog.ui:1099
msgctxt "printdialog|labelorder"
msgid "Order:"
msgstr "Volgorde:"
#. psAku
-#: vcl/uiconfig/ui/printdialog.ui:1115
+#: vcl/uiconfig/ui/printdialog.ui:1114
msgctxt "printdialog|liststore2"
msgid "Left to right, then down"
msgstr "Links na regs, dan af"
#. fnfLt
-#: vcl/uiconfig/ui/printdialog.ui:1116
+#: vcl/uiconfig/ui/printdialog.ui:1115
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then right"
msgstr "Bo na onder, dan regs"
#. y6nZE
-#: vcl/uiconfig/ui/printdialog.ui:1117
+#: vcl/uiconfig/ui/printdialog.ui:1116
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then left"
msgstr "Bo na onder, dan links"
#. PteTg
-#: vcl/uiconfig/ui/printdialog.ui:1118
+#: vcl/uiconfig/ui/printdialog.ui:1117
msgctxt "printdialog|liststore2"
msgid "Right to left, then down"
msgstr "Regs na links, dan af"
#. QG59F
-#: vcl/uiconfig/ui/printdialog.ui:1129
+#: vcl/uiconfig/ui/printdialog.ui:1128
msgctxt "printdialog|bordercb"
msgid "Draw a border around each page"
msgstr "Teken ’n raam rondom elke bladsy"
#. Yo4xV
-#: vcl/uiconfig/ui/printdialog.ui:1145
+#: vcl/uiconfig/ui/printdialog.ui:1144
msgctxt "printdialog|brochure"
msgid "Brochure"
msgstr "Brosjure"
#. JMA7A
-#: vcl/uiconfig/ui/printdialog.ui:1173
+#: vcl/uiconfig/ui/printdialog.ui:1172
msgctxt "printdialog|collationpreview"
msgid "Collation preview"
msgstr ""
#. bF4up
-#: vcl/uiconfig/ui/printdialog.ui:1206
+#: vcl/uiconfig/ui/printdialog.ui:1205
msgctxt "printdialog|layoutexpander"
msgid "m_ore"
msgstr ""
#. rCBA5
-#: vcl/uiconfig/ui/printdialog.ui:1224
+#: vcl/uiconfig/ui/printdialog.ui:1223
msgctxt "printdialog|label3"
msgid "Page Layout"
msgstr "Bladuitleg"
#. A2iC5
-#: vcl/uiconfig/ui/printdialog.ui:1243
+#: vcl/uiconfig/ui/printdialog.ui:1242
msgctxt "printdialog|generallabel"
msgid "General"
msgstr "Algemeen"
diff --git a/source/am/basctl/messages.po b/source/am/basctl/messages.po
index bdf4561a387..80d2931bc58 100644
--- a/source/am/basctl/messages.po
+++ b/source/am/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-04-18 23:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -246,68 +246,50 @@ msgctxt "RID_STR_WATCHNAME"
msgid "Watch"
msgstr "መመልከቻ"
-#. VoaBX
-#: basctl/inc/strings.hrc:64
-msgctxt "RID_STR_WATCHVARIABLE"
-msgid "Variable"
-msgstr "ተለዋዋጭ"
-
-#. qADE3
-#: basctl/inc/strings.hrc:65
-msgctxt "RID_STR_WATCHVALUE"
-msgid "Value"
-msgstr "ዋጋ"
-
-#. rzQCr
-#: basctl/inc/strings.hrc:66
-msgctxt "RID_STR_WATCHTYPE"
-msgid "Type"
-msgstr "አይነት"
-
#. 84TYn
-#: basctl/inc/strings.hrc:67
+#: basctl/inc/strings.hrc:64
msgctxt "RID_STR_STACKNAME"
msgid "Call Stack"
msgstr "መከመሪያ መጥሪያ"
#. DBfyu
-#: basctl/inc/strings.hrc:68
+#: basctl/inc/strings.hrc:65
msgctxt "RID_STR_STDDIALOGNAME"
msgid "Dialog"
msgstr "ንግግር"
#. hUHfi
-#: basctl/inc/strings.hrc:69
+#: basctl/inc/strings.hrc:66
msgctxt "RID_STR_NEWLIB"
msgid "New Library"
msgstr "አዲስ መጻሕፍት ቤት"
#. kisd2
-#: basctl/inc/strings.hrc:70
+#: basctl/inc/strings.hrc:67
msgctxt "RID_STR_NEWMOD"
msgid "New Module"
msgstr "አዲስ ክፍል"
#. YeULe
-#: basctl/inc/strings.hrc:71
+#: basctl/inc/strings.hrc:68
msgctxt "RID_STR_NEWDLG"
msgid "New Dialog"
msgstr "አዲስ ንግግር"
#. jYa97
-#: basctl/inc/strings.hrc:72
+#: basctl/inc/strings.hrc:69
msgctxt "RID_STR_ALL"
msgid "All"
msgstr "ሁሉንም"
#. yF2LY
-#: basctl/inc/strings.hrc:73
+#: basctl/inc/strings.hrc:70
msgctxt "RID_STR_PAGE"
msgid "Page"
msgstr "ገጽ"
#. DHuFN
-#: basctl/inc/strings.hrc:74
+#: basctl/inc/strings.hrc:71
msgctxt "RID_STR_WILLSTOPPRG"
msgid ""
"You will have to restart the program after this edit.\n"
@@ -317,127 +299,127 @@ msgstr ""
"ልቀጥል?"
#. 4qWED
-#: basctl/inc/strings.hrc:75
+#: basctl/inc/strings.hrc:72
msgctxt "RID_STR_SEARCHALLMODULES"
msgid "Do you want to replace the text in all active modules?"
msgstr "በ ንቁ ክፍል ውስጥ ያሉትን ሁሉንም ጽሁፎች መቀየር ይፈልጋሉ?"
#. FFBmA
-#: basctl/inc/strings.hrc:76
+#: basctl/inc/strings.hrc:73
msgctxt "RID_STR_REMOVEWATCH"
msgid "Watch:"
msgstr "መመልከቻ:"
#. ndtng
-#: basctl/inc/strings.hrc:77
+#: basctl/inc/strings.hrc:74
msgctxt "RID_STR_STACK"
msgid "Calls: "
msgstr "ጥሪዎች: "
#. wwfg3
-#: basctl/inc/strings.hrc:78
+#: basctl/inc/strings.hrc:75
msgctxt "RID_STR_USERMACROS"
msgid "My Macros"
msgstr "የ እኔ ማክሮስ"
#. XenwN
-#: basctl/inc/strings.hrc:79
+#: basctl/inc/strings.hrc:76
msgctxt "RID_STR_USERDIALOGS"
msgid "My Dialogs"
msgstr "የ እኔ ንግግሮች"
#. Mwj7u
-#: basctl/inc/strings.hrc:80
+#: basctl/inc/strings.hrc:77
msgctxt "RID_STR_USERMACROSDIALOGS"
msgid "My Macros & Dialogs"
msgstr "የ እኔ ማክሮስ & ንግግሮች"
#. EAJgs
-#: basctl/inc/strings.hrc:81
+#: basctl/inc/strings.hrc:78
msgctxt "RID_STR_SHAREMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "%PRODUCTNAME ማክሮስ"
#. tPefb
-#: basctl/inc/strings.hrc:82
+#: basctl/inc/strings.hrc:79
msgctxt "RID_STR_SHAREDIALOGS"
msgid "%PRODUCTNAME Dialogs"
msgstr "%PRODUCTNAME ንግግሮች"
#. BNWgY
-#: basctl/inc/strings.hrc:83
+#: basctl/inc/strings.hrc:80
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr "%PRODUCTNAME ማክሮስ & ንግግሮች"
#. BAMA5
-#: basctl/inc/strings.hrc:84
+#: basctl/inc/strings.hrc:81
msgctxt "RID_STR_REMOVEWATCHTIP"
msgid "Remove Watch"
msgstr "መመልከቻ ማስወገጃ"
#. oUqF6
-#: basctl/inc/strings.hrc:85
+#: basctl/inc/strings.hrc:82
msgctxt "RID_STR_QUERYREPLACEMACRO"
msgid "Do you want to overwrite the XX macro?"
msgstr "በ XX ማክሮ ላይ ደርበው መጻፍ ይፈልጋሉ?"
#. Tho9k
-#: basctl/inc/strings.hrc:86
+#: basctl/inc/strings.hrc:83
msgctxt "RID_STR_TRANSLATION_NOTLOCALIZED"
msgid "<Not localized>"
msgstr "<አልተተሮገመም>"
#. xQyRD
-#: basctl/inc/strings.hrc:87
+#: basctl/inc/strings.hrc:84
msgctxt "RID_STR_TRANSLATION_DEFAULT"
msgid "[Default Language]"
msgstr "[ነባር ቋንቋዎች]"
#. PqDTe
-#: basctl/inc/strings.hrc:88
+#: basctl/inc/strings.hrc:85
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
msgstr "የ ሰነድ እቃዎች"
#. N3DE8
-#: basctl/inc/strings.hrc:89
+#: basctl/inc/strings.hrc:86
msgctxt "RID_STR_USERFORMS"
msgid "Forms"
msgstr "ፎርሞች"
#. 4dGqP
-#: basctl/inc/strings.hrc:90
+#: basctl/inc/strings.hrc:87
msgctxt "RID_STR_NORMAL_MODULES"
msgid "Modules"
msgstr "ክፍሎች"
#. u87jq
-#: basctl/inc/strings.hrc:91
+#: basctl/inc/strings.hrc:88
msgctxt "RID_STR_CLASS_MODULES"
msgid "Class Modules"
msgstr "የ ክፍሎች ምድብ"
#. 8gC8E
-#: basctl/inc/strings.hrc:92
+#: basctl/inc/strings.hrc:89
msgctxt "RID_STR_DLGIMP_CLASH_RENAME"
msgid "Rename"
msgstr "እንደገና መሰየሚያ"
#. FCqSS
-#: basctl/inc/strings.hrc:93
+#: basctl/inc/strings.hrc:90
msgctxt "RID_STR_DLGIMP_CLASH_REPLACE"
msgid "Replace"
msgstr "መቀየሪያ"
#. 5EucM
-#: basctl/inc/strings.hrc:94
+#: basctl/inc/strings.hrc:91
msgctxt "RID_STR_DLGIMP_CLASH_TITLE"
msgid "Dialog Import - Name already used"
msgstr "ንግግር ማምጫ - ስሙን በቅድሚያ ተጠቅመዋል"
#. yG2bx
-#: basctl/inc/strings.hrc:95
+#: basctl/inc/strings.hrc:92
msgctxt "RID_STR_DLGIMP_CLASH_TEXT"
msgid ""
"The library already contains a dialog with the name:\n"
@@ -455,25 +437,25 @@ msgstr ""
" "
#. FRQSJ
-#: basctl/inc/strings.hrc:96
+#: basctl/inc/strings.hrc:93
msgctxt "RID_STR_DLGIMP_MISMATCH_ADD"
msgid "Add"
msgstr "መጨመሪያ"
#. inETw
-#: basctl/inc/strings.hrc:97
+#: basctl/inc/strings.hrc:94
msgctxt "RID_STR_DLGIMP_MISMATCH_OMIT"
msgid "Omit"
msgstr "ማስቀሪያ"
#. 227xE
-#: basctl/inc/strings.hrc:98
+#: basctl/inc/strings.hrc:95
msgctxt "RID_STR_DLGIMP_MISMATCH_TITLE"
msgid "Dialog Import - Language Mismatch"
msgstr "ንግግር ማምጫ - የቋንቋ አለመስማማት"
#. zcJw8
-#: basctl/inc/strings.hrc:99
+#: basctl/inc/strings.hrc:96
msgctxt "RID_STR_DLGIMP_MISMATCH_TEXT"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
@@ -491,110 +473,110 @@ msgstr ""
" "
#. FcvDu
-#: basctl/inc/strings.hrc:100
+#: basctl/inc/strings.hrc:97
msgctxt "RID_STR_PRINTDLG_PAGES"
msgid "Pages:"
msgstr "ገጾች:"
#. 4AR5D
-#: basctl/inc/strings.hrc:101
+#: basctl/inc/strings.hrc:98
msgctxt "RID_STR_PRINTDLG_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "ሁሉንም ~ገጾች"
#. xfLXi
-#: basctl/inc/strings.hrc:102
+#: basctl/inc/strings.hrc:99
msgctxt "RID_STR_PRINTDLG_PRINTPAGES"
msgid "Pa~ges:"
msgstr "ገ~ጾች:"
#. Q9KBj
-#: basctl/inc/strings.hrc:103
+#: basctl/inc/strings.hrc:100
msgctxt "RID_STR_PRINTDLG_PRINTEVENPAGES"
msgid "~Even pages"
msgstr "~ሙሉ ገጾች"
#. 93Gmy
-#: basctl/inc/strings.hrc:104
+#: basctl/inc/strings.hrc:101
msgctxt "RID_STR_PRINTDLG_PRINTODDPAGES"
msgid "~Odd pages"
msgstr "~ጎዶሎ ገጾች"
#. dALHq
-#: basctl/inc/strings.hrc:105
+#: basctl/inc/strings.hrc:102
msgctxt "RID_STR_CHOOSE"
msgid "Choose"
msgstr "ይምረጡ"
#. edPrX
-#: basctl/inc/strings.hrc:106
+#: basctl/inc/strings.hrc:103
msgctxt "RID_STR_RUN"
msgid "Run"
msgstr "ማስኬጃ"
#. DJbpA
-#: basctl/inc/strings.hrc:107
+#: basctl/inc/strings.hrc:104
msgctxt "RID_STR_RECORD"
msgid "~Save"
msgstr "~ማስቀመጫ"
#. 7Gzqz
-#: basctl/inc/strings.hrc:108
+#: basctl/inc/strings.hrc:105
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr "የ እቃዎች መዝገብ"
#. 2AA4t
-#: basctl/inc/strings.hrc:109
+#: basctl/inc/strings.hrc:106
msgctxt "RID_STR_TLB_MACROS"
msgid "Objects Tree"
msgstr "የ እቃዎች ዛፍ"
#. NtqMk
#. Property Browser Headline ----------------------------------------------------------------
-#: basctl/inc/strings.hrc:111
+#: basctl/inc/strings.hrc:108
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "ባህሪዎች: "
#. FnkAZ
-#: basctl/inc/strings.hrc:112
+#: basctl/inc/strings.hrc:109
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr "መቆጣጠሪያው ምልክት አልተደረገበትም"
#. aeAPC
-#: basctl/inc/strings.hrc:113
+#: basctl/inc/strings.hrc:110
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "በርካታ ምርጫዎች"
#. GNZHF
-#: basctl/inc/strings.hrc:114
+#: basctl/inc/strings.hrc:111
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr "[ነባር ቋንቋ]"
#. uf3Kt
-#: basctl/inc/strings.hrc:115
+#: basctl/inc/strings.hrc:112
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr "<ይጫኑ 'መጨመሪያ' የሚለውን የ ቋንቋ ምንጮችን ለመፍጠር>"
#. jnJoF
-#: basctl/inc/strings.hrc:116
+#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr "መላኪያ መጻሕፍት ቤት እንደ ተጨማሪ"
#. SnKF3
-#: basctl/inc/strings.hrc:117
+#: basctl/inc/strings.hrc:114
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr "መላኪያ እንደ መሰረታዊ መጻሕፍት ቤት"
#. G6SqW
-#: basctl/inc/strings.hrc:118
+#: basctl/inc/strings.hrc:115
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "ተጨማሪዎች"
@@ -618,61 +600,61 @@ msgid "Existing Macros In:"
msgstr "የ ነበረው ማክሮስ በ:"
#. Mfysc
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:250
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:248
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr "Macro ከ"
#. Qth4v
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:266
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:264
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr "ማክሮስ ማስቀመጫ በ"
#. BpDb6
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:313
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:311
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr "የ Macro ስም"
#. izDZr
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:336
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:334
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr "መመደቢያ..."
#. dxu7W
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:350
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:348
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr "ማረሚያ"
#. 9Uhec
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:364
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:362
msgctxt "basicmacrodialog|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
#. XkqFC
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:378
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:376
msgctxt "basicmacrodialog|new"
msgid "_New"
msgstr "_አዲስ"
#. Gh52t
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:392
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:390
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr "አደራጅ..."
#. wAJj2
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:406
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:404
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr "አዲስ መጻሕፍት ቤት"
#. 2xdsE
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:420
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:418
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr "አዲስ ክፍል"
@@ -785,6 +767,24 @@ msgctxt "dialogpage|export"
msgid "_Export..."
msgstr "_መላኪያ..."
+#. EGyCn
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:110
+msgctxt "dockingwatch|RID_STR_WATCHVARIABLE"
+msgid "Variable"
+msgstr ""
+
+#. QUHSf
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:122
+msgctxt "dockingwatch|RID_STR_WATCHVALUE"
+msgid "Value"
+msgstr ""
+
+#. ik3CG
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:136
+msgctxt "dockingwatch|RID_STR_WATCHTYPE"
+msgid "Type"
+msgstr ""
+
#. worE9
#: basctl/uiconfig/basicide/ui/exportdialog.ui:8
msgctxt "exportdialog|ExportDialog"
diff --git a/source/am/chart2/messages.po b/source/am/chart2/messages.po
index 07a99cc1739..10d6d354f7b 100644
--- a/source/am/chart2/messages.po
+++ b/source/am/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-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-17 12:21+0100\n"
"PO-Revision-Date: 2019-11-08 18:51+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://vm137.documentfoundation.org/projects/libo_ui-master/chart2messages/am/>\n"
@@ -2160,55 +2160,55 @@ msgid "Data series '%1'"
msgstr "ተከታታይ ዳታ '%1'"
#. mZfrk
-#: chart2/uiconfig/ui/sidebartype.ui:84
+#: chart2/uiconfig/ui/sidebartype.ui:81
msgctxt "sidebartype|3dlook"
msgid "_3D Look"
msgstr ""
#. mjrkY
-#: chart2/uiconfig/ui/sidebartype.ui:103
+#: chart2/uiconfig/ui/sidebartype.ui:101
msgctxt "sidebartype|3dscheme"
msgid "Simple"
msgstr ""
#. urfc7
-#: chart2/uiconfig/ui/sidebartype.ui:104
+#: chart2/uiconfig/ui/sidebartype.ui:102
msgctxt "sidebartype|3dscheme"
msgid "Realistic"
msgstr ""
#. gYXXE
-#: chart2/uiconfig/ui/sidebartype.ui:125
+#: chart2/uiconfig/ui/sidebartype.ui:123
msgctxt "sidebartype|shapeft"
msgid "Sh_ape"
msgstr ""
#. B6KS5
-#: chart2/uiconfig/ui/sidebartype.ui:186
+#: chart2/uiconfig/ui/sidebartype.ui:184
msgctxt "sidebartype|stack"
msgid "_Stack series"
msgstr ""
#. Yau6n
-#: chart2/uiconfig/ui/sidebartype.ui:210
+#: chart2/uiconfig/ui/sidebartype.ui:208
msgctxt "sidebartype|ontop"
msgid "On top"
msgstr ""
#. f2J43
-#: chart2/uiconfig/ui/sidebartype.ui:225
+#: chart2/uiconfig/ui/sidebartype.ui:223
msgctxt "sidebartype|percent"
msgid "Percent"
msgstr ""
#. iDSaa
-#: chart2/uiconfig/ui/sidebartype.ui:240
+#: chart2/uiconfig/ui/sidebartype.ui:238
msgctxt "sidebartype|deep"
msgid "Deep"
msgstr ""
#. KaS7Z
-#: chart2/uiconfig/ui/sidebartype.ui:269
+#: chart2/uiconfig/ui/sidebartype.ui:268
msgctxt "sidebartype|linetypeft"
msgid "_Line type"
msgstr ""
@@ -2244,17 +2244,11 @@ msgid "_Sort by X values"
msgstr ""
#. thu3G
-#: chart2/uiconfig/ui/sidebartype.ui:334
+#: chart2/uiconfig/ui/sidebartype.ui:335
msgctxt "sidebartype|nolinesft"
msgid "_Number of lines"
msgstr ""
-#. pkRru
-#: chart2/uiconfig/ui/sidebartype.ui:379
-msgctxt "sidebartype|lbl_chartType"
-msgid "Chart Type:"
-msgstr ""
-
#. Ledzw
#: chart2/uiconfig/ui/smoothlinesdlg.ui:22
msgctxt "smoothlinesdlg|SmoothLinesDialog"
diff --git a/source/am/connectivity/messages.po b/source/am/connectivity/messages.po
index 089e9011480..8e0f4743002 100644
--- a/source/am/connectivity/messages.po
+++ b/source/am/connectivity/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2018-09-23 02:07+0000\n"
+"PO-Revision-Date: 2020-02-26 21:15+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/connectivitymessages/am/>\n"
"Language: am\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 3.10.3\n"
"X-POOTLE-MTIME: 1537668474.000000\n"
#. 9LXDp
@@ -27,13 +27,13 @@ msgstr "ስህተት ተፈጥሯል ጥያቄውን በ ማስኬድ ላይ እ
#: connectivity/inc/strings.hrc:27
msgctxt "STR_QUERY_AT_LEAST_ONE_TABLES"
msgid "The query can not be executed. It needs at least one table."
-msgstr "የተጠየቀውን መፈጸም አልተቻለም ፡ ቢያንስ አንድ ክፍል ይፈልጋል"
+msgstr "የተጠየቀውን መፈጸም አልተቻለም: ቢያንስ አንድ ክፍል ይፈልጋል"
#. aBhA8
#: connectivity/inc/strings.hrc:28
msgctxt "STR_NO_COUNT_SUPPORT"
msgid "The driver does not support the 'COUNT' function."
-msgstr "ይህ አካል 'መቁጠሪያ' ተግባር አይደግፍም"
+msgstr "ይህ አካል የ 'መቁጠሪያ' ተግባር አይደግፍም"
#. FB59h
#: connectivity/inc/strings.hrc:29
diff --git a/source/am/cui/messages.po b/source/am/cui/messages.po
index d256aa76134..4a13ce6a7d5 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-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-07-20 18:07+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3463,10 +3463,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
-#. voTvB
+#. EabEN
#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "New versions of %PRODUCTNAME do not only bring new features and bug fixes. They also include security patches. Stay safe, and keep yourself updated!"
+msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
@@ -4089,25 +4089,25 @@ msgid "_Search"
msgstr "_መፈለጊያ"
#. BMohC
-#: cui/uiconfig/ui/aboutconfigdialog.ui:195
+#: cui/uiconfig/ui/aboutconfigdialog.ui:196
msgctxt "aboutconfigdialog|preference"
msgid "Preference Name"
msgstr "የመረጡት ስም"
#. PiV9t
-#: cui/uiconfig/ui/aboutconfigdialog.ui:214
+#: cui/uiconfig/ui/aboutconfigdialog.ui:216
msgctxt "aboutconfigdialog|property"
msgid "Property"
msgstr "ባህሪ"
#. g6RFE
-#: cui/uiconfig/ui/aboutconfigdialog.ui:227
+#: cui/uiconfig/ui/aboutconfigdialog.ui:230
msgctxt "aboutconfigdialog|type"
msgid "Type"
msgstr "አይነት"
#. BYBgx
-#: cui/uiconfig/ui/aboutconfigdialog.ui:240
+#: cui/uiconfig/ui/aboutconfigdialog.ui:244
msgctxt "aboutconfigdialog|value"
msgid "Value"
msgstr "ዋጋ"
@@ -6555,89 +6555,89 @@ msgid "Connection Pool"
msgstr "ግንኙነቱ ማጠራቀሚያ"
#. XfFi7
-#: cui/uiconfig/ui/croppage.ui:82
+#: cui/uiconfig/ui/croppage.ui:85
msgctxt "croppage|keepscale"
msgid "Keep _scale"
msgstr "_መጠኑን መጠበቂያ"
#. fCWwt
-#: cui/uiconfig/ui/croppage.ui:100
+#: cui/uiconfig/ui/croppage.ui:102
msgctxt "croppage|keepsize"
msgid "Keep image si_ze"
msgstr "የ ምስሉን መጠን መጠ_በቂያ"
#. JcdEh
-#: cui/uiconfig/ui/croppage.ui:125
+#: cui/uiconfig/ui/croppage.ui:126
msgctxt "croppage|label2"
msgid "_Left:"
msgstr "በ _ግራ:"
#. J8z8h
-#: cui/uiconfig/ui/croppage.ui:152
+#: cui/uiconfig/ui/croppage.ui:153
msgctxt "croppage|label3"
msgid "_Right:"
msgstr "_በ ቀኝ:"
#. GxnM4
-#: cui/uiconfig/ui/croppage.ui:191
+#: cui/uiconfig/ui/croppage.ui:192
msgctxt "croppage|label4"
msgid "_Top:"
msgstr "ከ _ላይ:"
#. VAUDo
-#: cui/uiconfig/ui/croppage.ui:205
+#: cui/uiconfig/ui/croppage.ui:206
msgctxt "croppage|label5"
msgid "_Bottom:"
msgstr "ከ _ታች:"
+#. BSBCG
+#: cui/uiconfig/ui/croppage.ui:302
+msgctxt "croppage|origsize"
+msgid "_Original Size"
+msgstr "_ዋናው መጠን"
+
#. 8CoGW
-#: cui/uiconfig/ui/croppage.ui:255
+#: cui/uiconfig/ui/croppage.ui:332
msgctxt "croppage|label1"
msgid "Crop"
msgstr "መከርከሚያ"
#. VG8gn
-#: cui/uiconfig/ui/croppage.ui:289
+#: cui/uiconfig/ui/croppage.ui:367
msgctxt "croppage|label6"
msgid "_Width:"
msgstr "_ስፋት:"
#. bcKhi
-#: cui/uiconfig/ui/croppage.ui:315
+#: cui/uiconfig/ui/croppage.ui:393
msgctxt "croppage|label7"
msgid "_Height:"
msgstr "_እርዝመት:"
#. JVnvr
-#: cui/uiconfig/ui/croppage.ui:345
+#: cui/uiconfig/ui/croppage.ui:423
msgctxt "croppage|label10"
msgid "Scale"
msgstr "መጠን"
#. Brcxv
-#: cui/uiconfig/ui/croppage.ui:379
+#: cui/uiconfig/ui/croppage.ui:457
msgctxt "croppage|label8"
msgid "_Width:"
msgstr "_ስፋት:"
#. tacwF
-#: cui/uiconfig/ui/croppage.ui:406
+#: cui/uiconfig/ui/croppage.ui:484
msgctxt "croppage|label9"
msgid "_Height:"
msgstr "_እርዝመት:"
#. aBkuE
-#: cui/uiconfig/ui/croppage.ui:437
+#: cui/uiconfig/ui/croppage.ui:515
msgctxt "croppage|label11"
msgid "Image Size"
msgstr "የ ምስሉ መጠን"
-#. BSBCG
-#: cui/uiconfig/ui/croppage.ui:506
-msgctxt "croppage|origsize"
-msgid "_Original Size"
-msgstr "_ዋናው መጠን"
-
#. AFMP6
#: cui/uiconfig/ui/cuiimapdlg.ui:8
msgctxt "cuiimapdlg|IMapDialog"
@@ -7371,7 +7371,7 @@ msgid "_Transparency:"
msgstr ""
#. vELSr
-#: cui/uiconfig/ui/effectspage.ui:623
+#: cui/uiconfig/ui/effectspage.ui:624
msgctxt "effectspage|fontcolorft3"
msgid "Font Color"
msgstr ""
@@ -8248,25 +8248,25 @@ msgid "Line _color:"
msgstr "የ መስመር _ቀለም:"
#. 3hgCJ
-#: cui/uiconfig/ui/hatchpage.ui:308
+#: cui/uiconfig/ui/hatchpage.ui:307
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr "የ መደብ ቀለም"
#. uvmDA
-#: cui/uiconfig/ui/hatchpage.ui:356
+#: cui/uiconfig/ui/hatchpage.ui:354
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "ምርጫዎች"
#. D8ovo
-#: cui/uiconfig/ui/hatchpage.ui:406
+#: cui/uiconfig/ui/hatchpage.ui:404
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
#. GbfFA
-#: cui/uiconfig/ui/hatchpage.ui:428
+#: cui/uiconfig/ui/hatchpage.ui:426
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr "ቅድመ እይታ"
diff --git a/source/am/dbaccess/messages.po b/source/am/dbaccess/messages.po
index 55512f0637d..7e532b2b874 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: 2019-11-25 17:08+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-07-13 17:32+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3868,25 +3868,25 @@ msgid "Named p_ipe:"
msgstr "የ ተሰየመ p_ipe:"
#. CzRyx
-#: dbaccess/uiconfig/ui/namematchingpage.ui:73
+#: dbaccess/uiconfig/ui/namematchingpage.ui:67
msgctxt "namematchingpage|all"
msgid "_All"
msgstr "_ሁሉንም"
#. db6rw
-#: dbaccess/uiconfig/ui/namematchingpage.ui:87
+#: dbaccess/uiconfig/ui/namematchingpage.ui:81
msgctxt "namematchingpage|none"
msgid "Non_e"
msgstr "ምን_ም"
#. yScg2
-#: dbaccess/uiconfig/ui/namematchingpage.ui:119
+#: dbaccess/uiconfig/ui/namematchingpage.ui:113
msgctxt "namematchingpage|leftlabel"
msgid "Source table: "
msgstr "የ ሰንጠረዡ ምንጭ: "
#. SCMEA
-#: dbaccess/uiconfig/ui/namematchingpage.ui:206
+#: dbaccess/uiconfig/ui/namematchingpage.ui:200
msgctxt "namematchingpage|rightlabel"
msgid "Destination table: "
msgstr "መድረሻው ሰንጠረዥ: "
diff --git a/source/am/framework/messages.po b/source/am/framework/messages.po
index d064b253de5..568131673f9 100644
--- a/source/am/framework/messages.po
+++ b/source/am/framework/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2017-10-21 18:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,92 +16,116 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1508611040.000000\n"
+#. 5dTDC
#: framework/inc/strings.hrc:25
msgctxt "STR_MENU_HEADFOOTALL"
msgid "All"
msgstr "ሁሉንም"
+#. oyXqc
#: framework/inc/strings.hrc:26
msgctxt "STR_UPDATEDOC"
msgid "~Update"
msgstr "~ማሻሻያ"
+#. GD4Gd
#: framework/inc/strings.hrc:27
msgctxt "STR_CLOSEDOC_ANDRETURN"
msgid "~Close & Return to "
msgstr "~መዝጊያ & መመለሻ ወደ "
+#. 2AsV6
#: framework/inc/strings.hrc:28
msgctxt "STR_TOOLBAR_VISIBLE_BUTTONS"
msgid "Visible ~Buttons"
msgstr "የሚታዩ ~ቁልፎች"
+#. 342Pc
#: framework/inc/strings.hrc:29
msgctxt "STR_TOOLBAR_CUSTOMIZE_TOOLBAR"
msgid "~Customize Toolbar..."
msgstr "እቃ መደርደሪያ ~ማስተካከያ..."
+#. DhTM2
#: framework/inc/strings.hrc:30
+msgctxt "STR_TOOLBAR_UNDOCK_TOOLBAR"
+msgid "U~ndock Toolbar"
+msgstr ""
+
+#. 7GcGg
+#: framework/inc/strings.hrc:31
msgctxt "STR_TOOLBAR_DOCK_TOOLBAR"
msgid "~Dock Toolbar"
msgstr "~ማሳረፊያ እቃ መደርደሪያ"
-#: framework/inc/strings.hrc:31
+#. hFZqj
+#: framework/inc/strings.hrc:32
msgctxt "STR_TOOLBAR_DOCK_ALL_TOOLBARS"
msgid "Dock ~All Toolbars"
msgstr "ማሳረፊያ ~ሁሉንም እቃ መደርደሪያ"
-#: framework/inc/strings.hrc:32
+#. xUzeo
+#: framework/inc/strings.hrc:33
msgctxt "STR_TOOLBAR_LOCK_TOOLBAR"
msgid "~Lock Toolbar Position"
msgstr "የ እቃ መደርደሪያ ቦታ ~መቆለፊያ"
-#: framework/inc/strings.hrc:33
+#. a9XNN
+#: framework/inc/strings.hrc:34
msgctxt "STR_TOOLBAR_CLOSE_TOOLBAR"
msgid "Close ~Toolbar"
msgstr "~እቃ መደርደሪያ መዝጊያ"
-#: framework/inc/strings.hrc:34
+#. JGEgE
+#: framework/inc/strings.hrc:35
msgctxt "STR_SAVECOPYDOC"
msgid "Save Copy ~as..."
msgstr "ኮፒውን ማስቀመጫ ~እንደ..."
-#: framework/inc/strings.hrc:35
+#. JJrop
+#: framework/inc/strings.hrc:36
msgctxt "STR_NODOCUMENT"
msgid "No Documents"
msgstr "ሰነድ የለም"
-#: framework/inc/strings.hrc:36
+#. Sc7No
+#: framework/inc/strings.hrc:37
msgctxt "STR_CLEAR_RECENT_FILES"
msgid "Clear List"
msgstr "ዝርዝር ማጽጃ"
-#: framework/inc/strings.hrc:37
+#. y5BFt
+#: framework/inc/strings.hrc:38
msgctxt "STR_CLEAR_RECENT_FILES_HELP"
msgid "Clears the list with the most recently opened files. This action can not be undone."
msgstr "በ ቅርብ ጊዜ የተከፈቱ ፋይሎች ዝርዝር ማጽጃ: ይህን ተግባር አንዴ ከ ፈጸሙ መመለስ አይቻልም"
-#: framework/inc/strings.hrc:38
+#. JDATD
+#: framework/inc/strings.hrc:39
msgctxt "STR_REMOTE_TITLE"
msgid " (Remote)"
msgstr " (ሩቅ)"
-#: framework/inc/strings.hrc:39
+#. JFH6k
+#: framework/inc/strings.hrc:40
msgctxt "STR_SAFEMODE_TITLE"
msgid " (Safe Mode)"
msgstr " (በ ጥንቃቄ ዘዴ)"
-#: framework/inc/strings.hrc:40
+#. D4pBb
+#: framework/inc/strings.hrc:41
msgctxt "STR_TOOLBAR_TITLE_ADDON"
msgid "Add-On %num%"
msgstr "ተጨ-ማሪ %num%"
-#: framework/inc/strings.hrc:41
+#. 5HFDW
+#: framework/inc/strings.hrc:42
msgctxt "STR_FULL_DISC_RETRY_BUTTON"
msgid "Retry"
msgstr "እንደገና መሞከሪያ"
-#: framework/inc/strings.hrc:42
+#. Cu3Ch
+#: framework/inc/strings.hrc:43
msgctxt "STR_FULL_DISC_MSG"
msgid ""
"%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n"
@@ -120,12 +144,14 @@ msgstr ""
"ይጫኑ 'እንደገና መሞከሪያ' ቁልፉን በቂ የሆነ ባዶ የዲስክ ቦታ በዚህ አካባቢ ካዘጋጁ በኋላ ዳታውን እንደገና ለማስቀመጥ ይሞክሩ\n"
"\n"
-#: framework/inc/strings.hrc:43
+#. oPFZY
+#: framework/inc/strings.hrc:44
msgctxt "STR_RESTORE_TOOLBARS"
msgid "~Reset"
msgstr "~እንደ ነበር መመለሻ"
-#: framework/inc/strings.hrc:44
+#. ntyDa
+#: framework/inc/strings.hrc:45
msgctxt "STR_CORRUPT_UICFG_SHARE"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -134,7 +160,8 @@ msgstr ""
"የተጠቃሚውን ዳታ ማዋቀሪያ በማስነሳት ላይ ችግር ተፈጥሯል: መተግበሪያው አሁን ይዘጋል\n"
"እባክዎን መተግበሪያውን እንደገና ለ መግጠም ይሞክሩ"
-#: framework/inc/strings.hrc:45
+#. grsAx
+#: framework/inc/strings.hrc:46
msgctxt "STR_CORRUPT_UICFG_USER"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -143,7 +170,8 @@ msgstr ""
"የተጠቃሚውን ዳታ ማዋቀሪያ በማስነሳት ላይ ችግር ተፈጥሯል: መተግበሪያው አሁን ይዘጋል\n"
"እባክዎን ከመተግበሪያው ውስጥ የ እርስዎን የ ተጠቃሚ ገጽታ ያስወግዱ"
-#: framework/inc/strings.hrc:46
+#. qMSRF
+#: framework/inc/strings.hrc:47
msgctxt "STR_CORRUPT_UICFG_GENERAL"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -152,38 +180,45 @@ msgstr ""
"የተጠቃሚውን ዳታ ማዋቀሪያ በማስነሳት ላይ ችግር ተፈጥሯል: መተግበሪያው አሁን ይዘጋል\n"
"እባክዎን ከ መተግበሪያው ውስጥ የ እርስዎን የ ተጠቃሚ ገጽታ በ ቅድሚያ ያስወግዱ ወይም መተግበሪያውን እንደገና ይግጠሙ"
-#: framework/inc/strings.hrc:47
+#. 9FEe5
+#: framework/inc/strings.hrc:48
msgctxt "STR_UNTITLED_DOCUMENT"
msgid "Untitled"
msgstr "ያልተሰየመ"
+#. HDUNU
#. To translators: for displaying 'Multiple Languages' in the language statusbar control
-#: framework/inc/strings.hrc:49
+#: framework/inc/strings.hrc:50
msgctxt "STR_LANGSTATUS_MULTIPLE_LANGUAGES"
msgid "Multiple Languages"
msgstr "በርካታ ቋንቋዎች"
-#: framework/inc/strings.hrc:50
+#. rZBXF
+#: framework/inc/strings.hrc:51
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "ምንም (ፊደሉን አታርም)"
-#: framework/inc/strings.hrc:51
+#. Z8EjG
+#: framework/inc/strings.hrc:52
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr "ነባሩን ቋንቋ እንደ ነበረ መመለሻ"
-#: framework/inc/strings.hrc:52
+#. YEXdS
+#: framework/inc/strings.hrc:53
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "ተጨማሪ ..."
-#: framework/inc/strings.hrc:53
+#. tTsdD
+#: framework/inc/strings.hrc:54
msgctxt "STR_SET_LANGUAGE_FOR_PARAGRAPH"
msgid "Set Language for Paragraph"
msgstr "ለ ምዕራፍ ቋንቋ ማሰናጃ"
-#: framework/inc/strings.hrc:54
+#. m72Ea
+#: framework/inc/strings.hrc:55
msgctxt "STR_LANGSTATUS_HINT"
msgid "Text Language. Right-click to set character or paragraph language"
msgstr "የ ጽሁፍ ቋንቋ: በ ቀኝ-ይጫኑ ባህሪ ወይንም የ አንቀጽ ቋንቋ ለማሰናዳት"
diff --git a/source/am/helpcontent2/source/text/sbasic/shared.po b/source/am/helpcontent2/source/text/sbasic/shared.po
index 3cd999ae764..b34901c0a40 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-10-21 20:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -9619,33 +9619,6 @@ msgctxt ""
msgid "Opens a data channel."
msgstr "መክፈቻ የ ዳታ ጣቢያ"
-#. FyScr
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3147230\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
-#. YuAR2
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3154124\n"
-"help.text"
-msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
-msgstr "መክፈቻ የ ፋይል ስም እንደ ሀረግ [ለ ዘዴ] [Access IOMode] [የሚጠበቅ] እንደ [#]የ ፋይል ቁጥር እንደ ኢንቲጀር [እርዝመት = የ ዳታ እርዝመት ማሰናጃ]"
-
-#. yjd2D
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3156280\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. cEADt
#: 03020103.xhp
msgctxt ""
@@ -9709,15 +9682,6 @@ msgctxt ""
msgid "You can only modify the contents of a file that was opened with the Open statement. If you try to open a file that is already open, an error message appears."
msgstr "እርስዎ ማሻሻል የሚችሉት የ ተከፈተ ፋይል ይዞታ ብቻ ነው በ መክፈቻ አረፍተ ነገር: እርስዎ የ ተከፈተ ፋይል ለ መክፈት ሙከራ ካደረጉ: የ ስህተት መልእክት ይታያል"
-#. 7FbfT
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3149123\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. xPMgs
#: 03020103.xhp
msgctxt ""
@@ -21922,22 +21886,22 @@ msgctxt ""
msgid "' uses BasicFormulas in %PRODUCTNAME Calc"
msgstr ""
-#. VEjxC
+#. PrCEr
#: 03080801.xhp
msgctxt ""
"03080801.xhp\n"
"par_id3149262\n"
"help.text"
-msgid "' Returns a 32 bits signed integer number from an 8 digits hexadecimal value."
+msgid "' Returns a 32-bit signed integer number from an 8-digit hexadecimal value."
msgstr ""
-#. CkjAF
+#. fcv3u
#: 03080801.xhp
msgctxt ""
"03080801.xhp\n"
"par_id3147215\n"
"help.text"
-msgid "' Calculates the 8 digits hexadecimal value out of a 32 bits signed integer number."
+msgid "' Calculates the 8-digit hexadecimal value out of a 32-bit signed integer number."
msgstr ""
#. Tko9w
@@ -24478,6 +24442,15 @@ msgctxt ""
msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
msgstr "መጨረሻ ከሆነ: ምልክት ማድረጊያ በ መጨረሻ ላይ በ <emph>ከሆነ...ከዛ...ያለ በለዚያ</emph> መከልከያ"
+#. Qo2Xg
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id51581259731973\n"
+"help.text"
+msgid "End Property: Marks the end of a <emph>Property</emph> statement."
+msgstr ""
+
#. 3xFEp
#: 03090404.xhp
msgctxt ""
@@ -25297,14 +25270,14 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement\">Exit Statement</link>"
msgstr "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement\">ከ አረፍተ ነገር መውጫ</link>"
-#. r2EAp
+#. Kmb47
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"par_id3153394\n"
"help.text"
-msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
-msgstr "መውጫ ከ <emph>መስሪያ...ዙር</emph>, <emph>ለ...የሚቀጥለው</emph> የ ተግባር ወይንም የ ትእዛዝ ቅደም ተከተል"
+msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, a property, or a subroutine."
+msgstr ""
#. GypWx
#: 03090412.xhp
@@ -25315,14 +25288,14 @@ msgctxt ""
msgid "Syntax:"
msgstr "አገባብ:"
-#. uDM5x
+#. LYyBt
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "see Parameters"
-msgstr "ደንቦችን ይመልከቱ"
+msgid "Exit Do, Exit For, Exit Function, Exit Property, Exit Sub"
+msgstr ""
#. XA8QY
#: 03090412.xhp
@@ -25387,6 +25360,24 @@ msgctxt ""
msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
msgstr "መውጫ ከ <emph> ተግባር </emph> አሰራር ወዲያውኑ: ፕሮግራም መፈጸሚያ ይቀጥላል አረፍተ ነገር የሚከተል የ <emph> ተግባር </emph> መጥሪያ"
+#. K8JKa
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id31581260355116\n"
+"help.text"
+msgid "<emph>Exit Property</emph>"
+msgstr ""
+
+#. xZEAs
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id1001581260355700\n"
+"help.text"
+msgid "Exits the <emph>Property</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Property</emph> call."
+msgstr ""
+
#. B6QCm
#: 03090412.xhp
msgctxt ""
@@ -31507,13 +31498,13 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. WECKF
+#. 4nv5b
#: 03120102.xhp
msgctxt ""
"03120102.xhp\n"
"par_id3149295\n"
"help.text"
-msgid "<emph>Expression:</emph> a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value."
+msgid "<emph>Expression:</emph> a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support expressions with a nominally negative argument like <emph>Chr(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.)"
msgstr ""
#. RKtSB
@@ -32056,14 +32047,14 @@ msgctxt ""
msgid "String"
msgstr "ሀረግ"
-#. HiXHs
+#. WzBnm
#: 03120112.xhp
msgctxt ""
"03120112.xhp\n"
"par_id3149295\n"
"help.text"
-msgid "<emph>Expression:</emph> Numeric variables that represent a valid 16 bit Unicode value (0-65535). An empty value returns error code 5. A value out of the range [0,65535] returns error code 6."
-msgstr "<emph>መግለጫ: </emph> የ ቁጥር ተለዋዋጭ የሚወክል ዋጋ ያለው የ 16 ቢት ዩኒኮድ ዋጋ (0-65535). ማንኛውም ባዶ ዋጋ ይመልሳል የ ስህተት ኮድ 5. ከ መጠን ውጪ የሆነ ዋጋ [0,65535] ይመልሳል የ ስህተት ኮድ 6."
+msgid "<emph>Expression:</emph> Numeric variables that represent a valid 16 bit Unicode value (0-65535). (To support expressions with a nominally negative argument like <emph>ChrW(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.) An empty value returns error code 5. A value out of the range [0,65535] returns error code 6."
+msgstr ""
#. 8DF8a
#: 03120112.xhp
@@ -36016,14 +36007,14 @@ msgctxt ""
msgid "CreateUnoService Function"
msgstr ""
-#. fePDe
+#. khb7S
#: 03131600.xhp
msgctxt ""
"03131600.xhp\n"
"bm_id3150682\n"
"help.text"
-msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoService ተግባር</bookmark_value>"
+msgid "<bookmark_value>CreateUnoService function</bookmark_value><bookmark_value>API;FilePicker</bookmark_value><bookmark_value>API;FunctionAccess</bookmark_value>"
+msgstr ""
#. hgVjB
#: 03131600.xhp
@@ -40030,13 +40021,13 @@ msgctxt ""
msgid "<literal>CompatibilityMode()</literal> function is controlling runtime mode and affects all code executed after setting or resetting the mode."
msgstr ""
-#. nBpAv
+#. YSokk
#: compatibilitymode.xhp
msgctxt ""
"compatibilitymode.xhp\n"
"N0119\n"
"help.text"
-msgid "Use this feature with caution, limit it to document conversion situations for example."
+msgid "Use this feature with caution, limit it to document conversion for example."
msgstr ""
#. GJLGQ
@@ -40282,22 +40273,13 @@ msgctxt ""
msgid "Special characters as identifiers"
msgstr ""
-#. JSWLJ
-#: compatible.xhp
-msgctxt ""
-"compatible.xhp\n"
-"par_id661561636654077\n"
-"help.text"
-msgid "Option Compatible' With this option the code works, other-"
-msgstr ""
-
-#. DmfMH
+#. QkGeQ
#: compatible.xhp
msgctxt ""
"compatible.xhp\n"
-"par_id81561636660626\n"
+"par_id641581846957447\n"
"help.text"
-msgid "' wise it will cause a compiling error"
+msgid "' With this option the code works, otherwise it causes a compiling error"
msgstr ""
#. E6GpA
@@ -40876,6 +40858,159 @@ msgctxt ""
msgid "print \" 2: 3 the number 2 occurs in the range: \" & retStr"
msgstr ""
+#. vye3g
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"Property Statement\n"
+"help.text"
+msgid "Property Statement"
+msgstr ""
+
+#. ukCtn
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0181\n"
+"help.text"
+msgid "<bookmark_value>Property statement</bookmark_value>"
+msgstr ""
+
+#. 6Gjab
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0182\n"
+"help.text"
+msgid "Property Statement"
+msgstr ""
+
+#. 4vJCy
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0183\n"
+"help.text"
+msgid "A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependant routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessers enforces properties' consistency when necessary."
+msgstr ""
+
+#. hD9fA
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0184\n"
+"help.text"
+msgid "This statement requires <link href=\"text/sbasic/shared/compatible.xhp\" name=\"Option Compatible\">Option Compatible</link> to be placed before the executable program code in a module."
+msgstr ""
+
+#. 36Tsn
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0185\n"
+"help.text"
+msgid "Syntax"
+msgstr ""
+
+#. FG2Dc
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0188\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. GXEE5
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0192\n"
+"help.text"
+msgid "Print ProductName ' displays \"LibreOffice\""
+msgstr ""
+
+#. oUuG9
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0202\n"
+"help.text"
+msgid "In the absence of Property <emph>Let</emph> or Property <emph>Set</emph>, Property <emph>Get</emph> helps define protected information, which can not be accidently altered by a foreign module:"
+msgstr ""
+
+#. PP63o
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0204\n"
+"help.text"
+msgid "Public Property Get PathDelimiter As String ' Read-only variable"
+msgstr ""
+
+#. 28GFJ
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0208\n"
+"help.text"
+msgid "Case 4 : this = \":\" ' Linux or MacOS X"
+msgstr ""
+
+#. BievJ
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0209\n"
+"help.text"
+msgid "Case Else : Error 423 ' Property or method not defined: PathDelimiter"
+msgstr ""
+
+#. wnG4s
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0212\n"
+"help.text"
+msgid "End Property ' read-only PathDelimiter"
+msgstr ""
+
+#. ze9dZ
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0215\n"
+"help.text"
+msgid "PathDelimiter = \"a sentence\" ' does nothing"
+msgstr ""
+
+#. xR9j7
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0217\n"
+"help.text"
+msgid "Use <emph>Let</emph> or <emph>Set</emph> when handling UNO services or class objects:"
+msgstr ""
+
+#. KbzAx
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0237\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End\">End</link>, <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link> statements"
+msgstr ""
+
+#. Dh5aG
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0238\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020300.xhp\" name=\"Using Procedures and Fonctions\">Using Procedures and Functions</link>"
+msgstr ""
+
#. uM2zs
#: replace.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc.po b/source/am/helpcontent2/source/text/scalc.po
index 57446949c6c..dc8b7c30a5d 100644
--- a/source/am/helpcontent2/source/text/scalc.po
+++ b/source/am/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2017-08-27 00:20+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -394,13 +394,13 @@ msgctxt ""
msgid "Field"
msgstr ""
-#. FR5ZL
+#. 3EmAu
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"par_id391577296078546\n"
"help.text"
-msgid "Opens a sub-menu for selecting the date, sheet name or document title in the cell."
+msgid "Opens a submenu for selecting the date, sheet name or document title in the cell."
msgstr ""
#. JP4tR
diff --git a/source/am/helpcontent2/source/text/scalc/04.po b/source/am/helpcontent2/source/text/scalc/04.po
index 33b462ade49..5664e84cc0a 100644
--- a/source/am/helpcontent2/source/text/scalc/04.po
+++ b/source/am/helpcontent2/source/text/scalc/04.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2018-06-10 22:13+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -871,14 +871,14 @@ msgctxt ""
msgid "Traces dependents."
msgstr "ጥገኞችን ፈልጎ ማግኛ"
-#. rg97G
+#. ytBaa
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3148430\n"
"help.text"
-msgid "Shift+F7"
-msgstr "Shift+F7"
+msgid "Shift+F9"
+msgstr ""
#. FWpeb
#: 01020000.xhp
@@ -1384,6 +1384,15 @@ msgctxt ""
msgid "Using the pivot table"
msgstr "የ ፒቮት ሰንጠረዥ መጠቀሚያ"
+#. iDg7S
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id631581375238556\n"
+"help.text"
+msgid "The shortcut keys below are for the <emph>Pivot Table Layout</emph> dialog."
+msgstr ""
+
#. dRGGD
#: 01020000.xhp
msgctxt ""
@@ -1402,14 +1411,14 @@ msgctxt ""
msgid "Effect"
msgstr "ተጽእኖ"
-#. Q9ceG
+#. CYiCE
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "Tab"
-msgstr "ማስረጊያ"
+msgid "<keycode>Tab</keycode>"
+msgstr ""
#. EyvCk
#: 01020000.xhp
@@ -1420,14 +1429,14 @@ msgctxt ""
msgid "Changes the focus by moving forwards through the areas and buttons of the dialog."
msgstr "ትኩረቱን መቀየሪያ ወደ ፊት በ መንቀሳቀስ በ ቦታዎች እና የ ቁልፎች ንግግር ውስጥ"
-#. BAfW9
+#. nEd6M
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3154266\n"
"help.text"
-msgid "Shift+Tab"
-msgstr "Shift+Tab"
+msgid "<keycode>Shift+Tab</keycode>"
+msgstr ""
#. ESR2E
#: 01020000.xhp
@@ -1438,14 +1447,14 @@ msgctxt ""
msgid "Changes the focus by moving backwards through the areas and buttons of the dialog."
msgstr "ትኩረቱን መቀየሪያ ወደ ኋላ በ መንቀሳቀስ በ ቦታዎች እና የ ቁልፎች ንግግር ውስጥ"
-#. XHmMP
+#. FoedZ
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3148484\n"
"help.text"
-msgid "Up Arrow"
-msgstr "ቀስት ወደ ላይ"
+msgid "<keycode>Up Arrow</keycode>"
+msgstr ""
#. jWNGS
#: 01020000.xhp
@@ -1456,14 +1465,14 @@ msgctxt ""
msgid "Moves the focus up one item in the current dialog area."
msgstr "በ አሁኑ ንግግር ቦታ ትኩረቱን አንድ ደረጃ ወደ ላይ ከ እቃው በላይ ማንቀሳቀሻ"
-#. mqGEq
+#. GYukz
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3154273\n"
"help.text"
-msgid "Down Arrow"
-msgstr "ቀስት ወደ ታች"
+msgid "<keycode>Down Arrow</keycode>"
+msgstr ""
#. g3pGx
#: 01020000.xhp
@@ -1474,14 +1483,14 @@ msgctxt ""
msgid "Moves the focus down one item in the current dialog area."
msgstr "በ አሁኑ ንግግር ቦታ ትኩረቱን አንድ ደረጃ ወደ ታች ከ እቃው በታች ማንቀሳቀሻ"
-#. 9CSUG
+#. uNDr8
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3148912\n"
"help.text"
-msgid "Left Arrow"
-msgstr "የ ግራ ቀስት"
+msgid "<keycode>Left Arrow</keycode>"
+msgstr ""
#. dEqdi
#: 01020000.xhp
@@ -1492,14 +1501,14 @@ msgctxt ""
msgid "Moves the focus one item to the left in the current dialog area."
msgstr "በ አሁኑ ንግግር ቦታ ትኩረቱን አንድ ደረጃ ከ እቃው ወደ ግራ ማንቀሳቀሻ"
-#. ujWdn
+#. jqgGw
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3150712\n"
"help.text"
-msgid "Right Arrow"
-msgstr "የ ቀኝ ቀስት"
+msgid "<keycode>Right Arrow</keycode>"
+msgstr ""
#. DKiGb
#: 01020000.xhp
@@ -1510,14 +1519,14 @@ msgctxt ""
msgid "Moves the focus one item to the right in the current dialog area."
msgstr "በ አሁኑ ንግግር ቦታ ትኩረቱን አንድ ደረጃ ከ እቃው ወደ ቀኝ ማንቀሳቀሻ"
-#. AjHVC
+#. B6CEw
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3146947\n"
"help.text"
-msgid "Home"
-msgstr "ቤት"
+msgid "<keycode>Home</keycode>"
+msgstr ""
#. 2myZF
#: 01020000.xhp
@@ -1528,14 +1537,14 @@ msgctxt ""
msgid "Selects the first item in the current dialog area."
msgstr "ከ አሁኑ የ ንግግር ቦታ የ መጀመሪያውን እቃ ይመርጣል"
-#. oEY3g
+#. PVgpY
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3153387\n"
"help.text"
-msgid "End"
-msgstr "መጨረሻ"
+msgid "<keycode>End</keycode>"
+msgstr ""
#. RhFGF
#: 01020000.xhp
@@ -1546,68 +1555,86 @@ msgctxt ""
msgid "Selects the last item in the current dialog area."
msgstr "ከ አሁኑ የ ንግግር ቦታ የ መጨረሻውን እቃ ይመርጣል"
-#. SXFqF
+#. VLEGM
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3155584\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Row\""
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ምርጫ </caseinline><defaultinline>Alt</defaultinline></switchinline> እና ከ ስሩ ማስመሪያ የ ቃላቱን ባህሪ \"ረድፍ\""
+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 ""
-#. UFWNH
+#. cSthX
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"par_id3152949\n"
"help.text"
-msgid "Copies or moves the current field into the \"Row\" area."
-msgstr "የ አሁኑን ሜዳ ኮፒ ማድረጊያ ወይንም ማንቀሳቀሻ ወደ \"ረድፍ\" ቦታ"
+msgid "Copies or moves the current field into the \"Row Fields\" area."
+msgstr ""
-#. gFrgL
+#. qFSYZ
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3159269\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Column\""
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ምርጫ</caseinline><defaultinline>Alt</defaultinline></switchinline> እና ከ ስሩ ማስመሪያ የ ቃላቱን ባህሪ \"አምድ\""
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline> and the underlined character in the label \"Column Fields\""
+msgstr ""
-#. 36qut
+#. 5PHQg
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"par_id3149968\n"
"help.text"
-msgid "Copies or moves the current field into the \"Column\" area."
-msgstr "የ አሁኑን ሜዳ ኮፒ ማድረጊያ ወይንም ማንቀሳቀሻ ወደ \"አምድ\" ቦታ"
+msgid "Copies or moves the current field into the \"Column Fields\" area."
+msgstr ""
-#. KWXAG
+#. wGVoz
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3149923\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Data\""
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ምርጫ </caseinline><defaultinline>Alt</defaultinline></switchinline> እና ከ ስሩ ማስመሪያ የ ቃላቱን ባህሪ \"ዳታ\""
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Option</keycode></caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline> and the underlined character in the label \"Data Fields\""
+msgstr ""
-#. 3zJdG
+#. LpaiM
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"par_id3148649\n"
"help.text"
-msgid "Copies or moves the current field into the \"Data\" area."
-msgstr "የ አሁኑን ሜዳ ኮፒ ማድረጊያ ወይንም ማንቀሳቀሻ ወደ \"ዳታ\" ቦታ"
+msgid "Copies or moves the current field into the \"Data Fields\" area."
+msgstr ""
-#. xjUpE
+#. raCg3
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149423\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 \"Filters\""
+msgstr ""
+
+#. Dnys7
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3144649\n"
+"help.text"
+msgid "Copies or moves the current field into the \"Filters\" area."
+msgstr ""
+
+#. RBfHn
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3149418\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ቀስት ወደ ላይ"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Up Arrow</keycode>"
+msgstr ""
#. 5sk3h
#: 01020000.xhp
@@ -1618,14 +1645,14 @@ msgctxt ""
msgid "Moves the current field up one place."
msgstr "የ አሁኑን ሜዳ አንድ ደረጃ ወደ ላይ ማንቀሳቀሻ"
-#. 2jFGx
+#. awZUE
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3148462\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ቀስት ወደ ታች"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Down Arrow</keycode>"
+msgstr ""
#. eMbdi
#: 01020000.xhp
@@ -1636,14 +1663,14 @@ msgctxt ""
msgid "Moves the current field down one place."
msgstr "የ አሁኑን ሜዳ አንድ ደረጃ ወደ ታች ማንቀሳቀሻ"
-#. zEiqG
+#. aCgXn
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3145373\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+የ ግራ ቀስት"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Left Arrow</keycode>"
+msgstr ""
#. ZhhRj
#: 01020000.xhp
@@ -1654,14 +1681,14 @@ msgctxt ""
msgid "Moves the current field one place to the left."
msgstr "የ አሁኑን ሜዳ አንድ ደረጃ ወደ ግራ ማንቀሳቀሻ"
-#. owG3r
+#. wkTdy
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3150423\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+የ ቀኝ ቀስት"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Right Arrow</keycode>"
+msgstr ""
#. hDqUA
#: 01020000.xhp
@@ -1672,14 +1699,14 @@ msgctxt ""
msgid "Moves the current field one place to the right."
msgstr "የ አሁኑን ሜዳ አንድ ደረጃ ወደ ቀኝ ማንቀሳቀሻ"
-#. TLTLL
+#. CjoEb
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3149519\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ቤት"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Home</keycode>"
+msgstr ""
#. SFdar
#: 01020000.xhp
@@ -1690,14 +1717,14 @@ msgctxt ""
msgid "Moves the current field to the first place."
msgstr "የ አሁኑን ሜዳ አንድ ደረጃ ወደ መጀመሪያው ቦታ ማንቀሳቀሻ"
-#. QVosE
+#. 5QbLt
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3145310\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+መጨረሻ"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+End</keycode>"
+msgstr ""
#. ZeXEZ
#: 01020000.xhp
@@ -1708,32 +1735,14 @@ msgctxt ""
msgid "Moves the current field to the last place."
msgstr "የ አሁኑን ሜዳ አንድ ደረጃ ወደ መጨረሻው ቦታ ማንቀሳቀሻ"
-#. 2HntF
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149933\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+O"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ምርጫ</caseinline><defaultinline>Alt</defaultinline></switchinline>+O"
-
-#. HqB8R
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3154798\n"
-"help.text"
-msgid "Displays the options for the current field."
-msgstr "የ አሁኑን ሜዳ ምርጫዎች ማሳያ"
-
-#. LDC6d
+#. GdEkF
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3148418\n"
"help.text"
-msgid "Delete"
-msgstr "ማጥፊያ"
+msgid "<keycode>Delete</keycode>"
+msgstr ""
#. sGFF8
#: 01020000.xhp
@@ -1752,4 +1761,3 @@ msgctxt ""
"help.text"
msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">Shortcut keys in $[officename]</link>"
msgstr "<link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">አቋራጭ ቁልፎች በ $[officename]</link>"
-
diff --git a/source/am/helpcontent2/source/text/scalc/05.po b/source/am/helpcontent2/source/text/scalc/05.po
index 5661ba8abe9..586b12c9bdf 100644
--- a/source/am/helpcontent2/source/text/scalc/05.po
+++ b/source/am/helpcontent2/source/text/scalc/05.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-12-24 18:00+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-12-20 01:11+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,6 +124,24 @@ msgctxt ""
msgid "The cell is not wide enough to display the contents."
msgstr "ይዞታዎቹን ለማሳየት ክፍሉ በቂ ቦታ የለውም"
+#. vF3za
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3165767\n"
+"help.text"
+msgid "none"
+msgstr ""
+
+#. 6s9C6
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3169267\n"
+"help.text"
+msgid "This value is outside of limits valid for this format"
+msgstr ""
+
#. ApVjg
#: 02140000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/guide.po b/source/am/helpcontent2/source/text/scalc/guide.po
index abdfea2bdc8..00dbf20d966 100644
--- a/source/am/helpcontent2/source/text/scalc/guide.po
+++ b/source/am/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-12-10 00:05+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8422,14 +8422,14 @@ msgctxt ""
msgid "You produce toys which you sell for $10 each. Each toy costs $2 to make, in addition to which you have fixed costs of $10,000 per year. How much profit will you make in a year if you sell a particular number of toys?"
msgstr "እርስዎ መጫወቻዎች እየሰሩ ይሸጣሉ በ $10 እያንዳንዱን: እያንዳንዱ መጫወቻ $2 ይፈጃል ለ መስራት: በ ተጨማሪ እርስዎ የ ተወሰነ ወጪ አለዎት $10,000 በ አመት: እርስዎ ምን ያህል ትርፍ ያገኛሉ በ አመት ውስጥ እርስዎ የ ተወሰነ መጫወቻ ቢሸጡ?"
-#. GqKBW
+#. vdeBS
#: multioperation.xhp
msgctxt ""
"multioperation.xhp\n"
"par_id6478774\n"
"help.text"
-msgid "<image id=\"img_id1621753\" src=\"media/helpimg/what-if.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id1621753\">what-if sheet area</alt></image>"
-msgstr "<image id=\"img_id1621753\" src=\"media/helpimg/what-if.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id1621753\">ከ-ሆነ የ ወረቀት ቦታ</alt></image>"
+msgid "<image id=\"img_id1621753\" src=\"media/helpimg/what-if.png\"><alt id=\"alt_id1621753\">what-if sheet area</alt></image>"
+msgstr ""
#. KavvR
#: multioperation.xhp
diff --git a/source/am/helpcontent2/source/text/sdraw/01.po b/source/am/helpcontent2/source/text/sdraw/01.po
index 1ed366742d8..f5fb44bd369 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: 2019-08-21 21:37+0200\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2017-05-09 15:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -367,13 +367,13 @@ msgctxt ""
msgid "<link href=\"text/sdraw/01/navigate_page.xhp\" name=\"navigate\">Page Navigation</link>"
msgstr ""
-#. BPHtC
+#. eMTew
#: navigate_page.xhp
msgctxt ""
"navigate_page.xhp\n"
"par_id581566156032977\n"
"help.text"
-msgid "<variable id=\"variable name\"><ahelp hid=\"hid path or command\">Opens a sub-menu for page navigation.</ahelp></variable>"
+msgid "<ahelp hid=\".\">Opens a sub-menu for page navigation.</ahelp>"
msgstr ""
#. XRJhq
diff --git a/source/am/helpcontent2/source/text/shared/00.po b/source/am/helpcontent2/source/text/shared/00.po
index c49e0728fa6..76c8edd600e 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-17 21:27+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8287,32 +8287,32 @@ msgctxt ""
msgid "<variable id=\"packagemanager_eu\">Choose <emph>Tools - Extension Manager</emph>, click <emph>Check for Updates</emph> button.</variable>"
msgstr ""
-#. F6o6E
+#. sPJ9b
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151106\n"
"help.text"
-msgid "<variable id=\"xmlfilter\">Choose <emph>Tools - XML Filter Settings</emph>.</variable>"
-msgstr "<variable id=\"xmlfilter\">ይምረጡ <emph> መሳሪያዎች - የ XML ማጣሪያ ማሰናጃዎች </emph></variable>"
+msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - Macros - XML Filter Settings</menuitem>.</variable>"
+msgstr ""
-#. EtDD9
+#. FDFcn
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3153778\n"
"help.text"
-msgid "<variable id=\"xmlfilteredit\">Choose <emph>Tools - XML Filter Settings</emph>, then click <emph>New</emph> or <emph>Edit</emph>.</variable>"
-msgstr "<variable id=\"xmlfilteredit\">ይምረጡ <emph> መሳሪያዎች - የ XML ማጣሪያ ማሰናጃዎች </emph> እና ከዛ ይጫኑ <emph> አዲስ </emph> ወይንም <emph> ማረሚያ </emph></variable>"
+msgid "<variable id=\"xmlfilteredit\"><menuitem>Tools - Macros - XML Filter Settings</menuitem>, then click <emph>New</emph> or <emph>Edit</emph>.</variable>"
+msgstr ""
-#. TJZLC
+#. 5GEDi
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3148979\n"
"help.text"
-msgid "<variable id=\"xmlfiltertest\">Choose <emph>Tools - XML Filter Settings</emph>, then click <emph>Test XSLTs</emph>.</variable>"
-msgstr "<variable id=\"xmlfiltertest\">ይምረጡ <emph> መሳሪያዎች - የ XML ማጣሪያ ማሰናጃዎች </emph> እና ይጫኑ <emph> XSLTs መሞከሪያ </emph></variable>"
+msgid "<variable id=\"xmlfiltertest\"><menuitem>Tools - Macros - XML Filter Settings</menuitem>, then click <emph>Test XSLTs</emph>.</variable>"
+msgstr ""
#. EzGsj
#: 00000406.xhp
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index 7505ac04f27..bd49bb63264 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2020-02-10 17:42+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/am/>\n"
@@ -9664,77 +9664,77 @@ msgctxt ""
msgid "Save Contents as well"
msgstr "እንዲሁም ይዞታዎችን ማስቀመጫ"
-#. 4rwiH
+#. zBTc3
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"hd_id3154096\n"
+"hd_id3147124\n"
"help.text"
-msgid "Move Down"
-msgstr "ወደ ታች ማንቀሳቀሻ"
+msgid "Move Up"
+msgstr "ወደ ላይ ማንቀሳቀሻ"
-#. tvoxF
+#. jcni7
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"par_id3155852\n"
+"par_id3146927\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/movedown\">Moves the selection down one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
-msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/movedown\">የ ተመረጠውን በ መቃኛው ዝርዝር ውስጥ አንድ ደረጃ ወደ ላይ ማንቀሳቀሻ </ahelp> እርስዎ እንዲሁም ከ ዝርዝር ውስጥ ማስገቢያዎችን በ መጎተት እና በ መጣል ማንቀሳቀስ ይችላሉ: እርስዎ የ ጽሁፍ ክፍል ወደ ሌላ የ ጽሁፍ ክፍል ካንቀሳቀሱ የ ጽሁፍ ክፍሎቹ ይዋሀዳሉ"
+msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/moveup\">Moves the selection up one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/moveup\">የ ተመረጠውን በ መቃኛው ዝርዝር ውስጥ አንድ ደረጃ ወደ ላይ ማንቀሳቀሻ </ahelp> እርስዎ እንዲሁም ከ ዝርዝር ውስጥ ማስገቢያዎችን በ መጎተት እና በ መጣል ማንቀሳቀስ ይችላሉ: እርስዎ የ ጽሁፍ ክፍል ወደ ሌላ የ ጽሁፍ ክፍል ካንቀሳቀሱ የ ጽሁፍ ክፍሎቹ ይዋሀዳሉ"
-#. 49owc
+#. RNAyD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"par_id3154790\n"
+"par_id3156178\n"
"help.text"
-msgid "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Icon</alt></image>"
-msgstr "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">ምልክት</alt></image>"
-#. DLEGF
+#. GqEUL
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"par_id3149417\n"
+"par_id3147257\n"
"help.text"
-msgid "Move Down"
-msgstr "ወደ ታች ማንቀሳቀሻ"
+msgid "Move Up"
+msgstr "ወደ ላይ ማንቀሳቀሻ"
-#. zBTc3
+#. 4rwiH
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"hd_id3147124\n"
+"hd_id3154096\n"
"help.text"
-msgid "Move Up"
-msgstr "ወደ ላይ ማንቀሳቀሻ"
+msgid "Move Down"
+msgstr "ወደ ታች ማንቀሳቀሻ"
-#. jcni7
+#. tvoxF
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"par_id3146927\n"
+"par_id3155852\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/moveup\">Moves the selection up one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
-msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/moveup\">የ ተመረጠውን በ መቃኛው ዝርዝር ውስጥ አንድ ደረጃ ወደ ላይ ማንቀሳቀሻ </ahelp> እርስዎ እንዲሁም ከ ዝርዝር ውስጥ ማስገቢያዎችን በ መጎተት እና በ መጣል ማንቀሳቀስ ይችላሉ: እርስዎ የ ጽሁፍ ክፍል ወደ ሌላ የ ጽሁፍ ክፍል ካንቀሳቀሱ የ ጽሁፍ ክፍሎቹ ይዋሀዳሉ"
+msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/movedown\">Moves the selection down one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/movedown\">የ ተመረጠውን በ መቃኛው ዝርዝር ውስጥ አንድ ደረጃ ወደ ላይ ማንቀሳቀሻ </ahelp> እርስዎ እንዲሁም ከ ዝርዝር ውስጥ ማስገቢያዎችን በ መጎተት እና በ መጣል ማንቀሳቀስ ይችላሉ: እርስዎ የ ጽሁፍ ክፍል ወደ ሌላ የ ጽሁፍ ክፍል ካንቀሳቀሱ የ ጽሁፍ ክፍሎቹ ይዋሀዳሉ"
-#. RNAyD
+#. 49owc
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"par_id3156178\n"
+"par_id3154790\n"
"help.text"
-msgid "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Icon</alt></image>"
+msgstr "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">ምልክት</alt></image>"
-#. GqEUL
+#. DLEGF
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"par_id3147257\n"
+"par_id3149417\n"
"help.text"
-msgid "Move Up"
-msgstr "ወደ ላይ ማንቀሳቀሻ"
+msgid "Move Down"
+msgstr "ወደ ታች ማንቀሳቀሻ"
#. LqkUb
#: 02110000.xhp
@@ -9745,14 +9745,14 @@ msgctxt ""
msgid "Delete"
msgstr "ማጥፊያ"
-#. kwHRB
+#. 7DCai
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id3153099\n"
"help.text"
-msgid "<ahelp hid=\"HID_GLBLTREE_DEL\">Deletes the selection from the Navigator list.</ahelp>"
-msgstr "<ahelp hid=\"HID_GLBLTREE_DEL\">የተመረጠውን ከ መቃኛው ዝርዝር ውስጥ ማጥፊያ</ahelp>"
+msgid "This command is found by right-clicking an item in the Navigator. <ahelp hid=\"HID_GLBLTREE_DEL\">Deletes the selection from the Navigator list and the master document</ahelp>, but does not delete the subdocument file."
+msgstr ""
#. JCryA
#: 02180000.xhp
@@ -15118,320 +15118,338 @@ msgctxt ""
msgid "Sets the transparency of the character text. The value 100% means entirely transparent, while 0% means not transparent at all."
msgstr ""
-#. giEeL
+#. NUXSY
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3146137\n"
+"par_id941582477457694\n"
"help.text"
-msgid "Effects"
-msgstr "ተጽዕኖው"
+msgid "Transparency cannot be set for Paragraph Style and Character Style."
+msgstr ""
-#. gFDAo
+#. DopC6
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3150084\n"
+"hd_id91580568371950\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/effectslb\">Select the font effects that you want to apply.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/effectslb\">መጠቀም የሚፈልጉትን የ ፊደል ውጤት ይወስኑ</ahelp>"
+msgid "Text Decoration"
+msgstr ""
-#. TCY6u
+#. YV7be
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3149575\n"
+"par_id0123200902291084\n"
"help.text"
-msgid "Effects"
-msgstr "ተጽዕኖው"
+msgid "<ahelp hid=\".\" visibility=\"hidden\"><emph>Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</emph></ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\"><emph>ከ ላዩ ላይ ማስመሪያ ወይንም ማስወገጃ ከ ላዩ ላይ ማስመሪያ ወይንም የ ተመረጠውን ጽሁፍ: መጠቆሚያው በ ቃላት ውስጥ ካልሆነ: አዲሱ ጽሁፍ እርስዎ ያስገቡት ከ ላዩ ላይ ይሰመርበታል </emph></ahelp>"
-#. G2gCr
+#. yLgGs
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3148944\n"
+"hd_id0123200902243376\n"
"help.text"
-msgid "The following capitalization effects are available:"
-msgstr "የሚቀጥለው አይነት አቢይ ተፅእኖ ዝግጁ ነው"
+msgid "Overlining"
+msgstr "የተደራረበ"
-#. Yh6gB
+#. AgLqC
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3155922\n"
+"par_id0123200902243343\n"
"help.text"
-msgid "<emph>Without</emph> - no effect is applied,"
-msgstr ""
+msgid "<ahelp hid=\"cui/ui/effectspage/overlinelb\">Select the overlining style that you want to apply. To apply the overlining to words only, select the <emph>Individual Words</emph> box.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/effectspage/overlinelb\">እርስዎ መጠቀም የሚፈልጉትን ከ ላዩ ላይ ማስመሪያ ዘዴ አይነት ይምረጡ: ከ ላዩ ላይ ማስመሪያ ዘዴ ለመፈጸም ለ ቃላት ብቻ: ይምረጡ የ <emph> እያንዳንዱን ቃላቶች </emph> ከ ሳጥን ውስጥ </ahelp>"
-#. AohH9
+#. hjGmq
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3154280\n"
+"hd_id0123200902243470\n"
"help.text"
-msgid "<emph>Capitals</emph> - changes the selected lowercase characters to uppercase characters,"
-msgstr ""
+msgid "Overline color"
+msgstr "ከ ላይ ማስመሪያ ቀለም"
-#. KCVx4
+#. Qj5QS
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3148947\n"
+"par_id0123200902243466\n"
"help.text"
-msgid "<emph>Lowercase</emph> - changes the selected uppercase characters to lower characters,"
-msgstr ""
+msgid "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\">Select the color for the overlining.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\">ከ ላይ ማስመሪያ ቀለም ይምረጡ</ahelp>"
-#. zEB6q
+#. exFYD
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3149456\n"
+"hd_id3150400\n"
"help.text"
-msgid "<emph>Title font</emph> - changes the first character of each selected word to an uppercase character,"
-msgstr ""
+msgid "Strikethrough"
+msgstr "በላዩ ላይ መሰረዣ"
-#. 7gaCo
+#. GhmxB
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3154937\n"
+"par_id3145203\n"
"help.text"
-msgid "<emph>Small capitals</emph> - changes the selected lowercase characters to uppercase characters, and then reduces their size."
-msgstr ""
+msgid "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\">Select a strikethrough style for the selected text.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\">ለተመረጠው ጽሁፍ በላዩ ላይ መሰረዣ ዘዴ ይምረጡ</ahelp>"
-#. iAwbr
+#. 8KFk2
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3154129\n"
+"par_id3150496\n"
"help.text"
-msgid "Relief"
-msgstr "ክፍተት"
+msgid "If you save your document in Microsoft Word format, all of the strikethrough styles are converted to the single line style."
+msgstr "የ እርስዎን ሰነድ ካስቀመጡ በ MS Word format, ሁሉም በላዩ ያሰመሩበት ዘዴዎች በሙሉ ወደ ነጠላ መስመር ዘዴ ይቀየራሉ"
-#. iXCe4
+#. ojwCR
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3146974\n"
+"hd_id3151226\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/relieflb\">Select a <emph>relief</emph> effect to apply to the selected text. The <emph>embossed</emph> relief makes the characters appear as if they are raised above the page. The <emph>engraved</emph> relief makes the characters appear as if they are pressed into the page.</ahelp>"
-msgstr ""
+msgid "Underlining"
+msgstr "ከ ስሩ ማስመሪያ"
-#. BhRXq
+#. WedNX
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3147287\n"
+"par_id3147576\n"
"help.text"
-msgid "Outline"
-msgstr "እቅድ"
+msgid "<ahelp hid=\"cui/ui/effectspage/underlinelb\">Select the underlining style that you want to apply. To apply the underlining to words only, select the <emph>Individual Words</emph> box.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/effectspage/underlinelb\">እርስዎ መጠቀም የሚፈልጉትን ከ ስሩ ማስመሪያ ዘዴ አይነት ይምረጡ: ከ ስሩ ማስመሪያ ዘዴ ለመፈጸም ለ ቃላት ብቻ: ይምረጡ የ <emph> እያንዳንዱን ቃላቶች </emph> ከ ሳጥን ውስጥ </ahelp>"
-#. pPmRf
+#. E5TPY
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3159126\n"
+"par_id3153147\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/outlinecb\">Displays the outline of the selected characters. This effect does not work with every font.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/outlinecb\">የተመረጡትን ባህሪዎች ማሳያ: ይህ ተጽእኖ በ ሁሉም ፊደሎች ላይ አይሰራም</ahelp>"
+msgid "If you apply underlining to a superscript text, the underlining is raised to the level of the superscript. If the superscript is contained in a word with normal text, the underlining is not raised."
+msgstr "እርስዎ ከ ፈጸሙ ከ ስሩ ማስመሪያ ለ በ ትንንሹ ከፍ ብሎ መጻፊያ ጽሁፍ: ከ ስር ማስመሪያው በ ትንንሹ ከፍ ብሎ መጻፊያ ደረጃ ጋር አብሮ ከፍ ይላል: በ ትንንሹ ከፍ ብሎ መጻፊያ በ ቃል ውስጥ ከሆነ በ መደበኛ ጽሁፍ ውስጥ: ከ ስሩ ማስመሪያ ከፍ አይልም"
-#. TTNGb
+#. PssvR
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3163714\n"
+"hd_id3148642\n"
"help.text"
-msgid "Shadow"
-msgstr "ጥላ"
+msgid "Underline color"
+msgstr "ከ ስሩ ማስመሪያ ቀለም"
-#. 3ATPy
+#. iFDaB
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3150962\n"
+"par_id3150254\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/shadowcb\">Adds a shadow that casts below and to the right of the selected characters.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/shadowcb\">ለተመረጡት ባህሪዎች ከ ታች እና በ ቀኝ በኩል ጥላ መፍጠሪያ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\">Select the color for the underlining.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\">ከ ስሩ ማስመሪያ ቀለም ይምረጡ</ahelp>"
-#. kGuxJ
+#. vCnQY
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"bm_id410168\n"
+"hd_id3153104\n"
"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr "<bookmark_value>ብልጭ ድርግም የሚሉ ፊደሎች</bookmark_value> <bookmark_value>የሚያንጸባርቁ ፊደሎች</bookmark_value>"
+msgid "Individual words"
+msgstr "እያንዳንዱን ቃላቶች"
-#. Suvvn
+#. LifTi
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3152941\n"
+"par_id3152935\n"
"help.text"
-msgid "Blinking"
-msgstr "ብልጭ ድርግም ባይ"
+msgid "<ahelp hid=\"cui/ui/effectspage/individualwordscb\">Applies the selected effect only to words and ignores spaces.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/effectspage/individualwordscb\">የተመረጠውን ውጤት በ ፊደሎች ላይ ብቻ መፈጸሚያ እና ባዶ ቦታዎችን መተው </ahelp>"
-#. 2FiCB
+#. giEeL
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3145662\n"
+"hd_id3146137\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">የተመረጡትን ባህሪዎች ብልጭ ድርግም ማድረጊያ: ብልጭ ድርግም ማድረጊያውን ድግግሞሽ መቀየር አይቻልም </ahelp>"
+msgid "Effects"
+msgstr "ተጽዕኖው"
-#. B3MEb
+#. gFDAo
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_idN10B81\n"
+"par_id3150084\n"
"help.text"
-msgid "Hidden"
-msgstr "የተደበቀ"
+msgid "<ahelp hid=\"cui/ui/effectspage/effectslb\">Select the font effects that you want to apply.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/effectspage/effectslb\">መጠቀም የሚፈልጉትን የ ፊደል ውጤት ይወስኑ</ahelp>"
-#. DJ7xG
+#. jbxYs
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_idN10B85\n"
+"hd_id3149575\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/hiddencb\">Hides the selected characters.</ahelp> To display the hidden text, ensure that <emph>Formatting Marks</emph> is selected in the <emph>View</emph> menu. You can also choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph> and select <emph>Hidden text</emph>."
-msgstr "<ahelp hid=\"cui/ui/effectspage/hiddencb\">የ ተመረጡትን ባህሪዎች መደበቂያ</ahelp> የ ተደበቀ ጽሁፍን ለማሳየት እርግጠኛ ይሁኑ የ <emph> አቀራረብ ምልክት </emph> መመረጡን በ <emph> መመልከቻ </emph> ዝርዝር ውስጥ: እርስዎ እንዲሁም መምረጥ ይችላሉ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph> መሳሪያዎች - ምርጫ </emph></defaultinline></switchinline><emph> - %PRODUCTNAME መጻፊያ - የ አቀራረብ እርዳታ </emph> እና ይምረጡ <emph> የ ተደበቀ ጽሁፍ </emph>"
+msgid "Case"
+msgstr ""
-#. YV7be
+#. G2gCr
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id0123200902291084\n"
+"par_id3148944\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\"><emph>Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</emph></ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\"><emph>ከ ላዩ ላይ ማስመሪያ ወይንም ማስወገጃ ከ ላዩ ላይ ማስመሪያ ወይንም የ ተመረጠውን ጽሁፍ: መጠቆሚያው በ ቃላት ውስጥ ካልሆነ: አዲሱ ጽሁፍ እርስዎ ያስገቡት ከ ላዩ ላይ ይሰመርበታል </emph></ahelp>"
+msgid "The following capitalization effects are available:"
+msgstr "የሚቀጥለው አይነት አቢይ ተፅእኖ ዝግጁ ነው"
-#. yLgGs
+#. Yh6gB
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id0123200902243376\n"
+"par_id3155922\n"
"help.text"
-msgid "Overlining"
-msgstr "የተደራረበ"
+msgid "<emph>Without</emph> - no effect is applied,"
+msgstr ""
-#. AgLqC
+#. dTSUy
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id0123200902243343\n"
+"par_id3154280\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/overlinelb\">Select the overlining style that you want to apply. To apply the overlining to words only, select the <emph>Individual Words</emph> box.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/overlinelb\">እርስዎ መጠቀም የሚፈልጉትን ከ ላዩ ላይ ማስመሪያ ዘዴ አይነት ይምረጡ: ከ ላዩ ላይ ማስመሪያ ዘዴ ለመፈጸም ለ ቃላት ብቻ: ይምረጡ የ <emph> እያንዳንዱን ቃላቶች </emph> ከ ሳጥን ውስጥ </ahelp>"
+msgid "<emph>UPPERCASE</emph> - changes the selected lowercase characters to uppercase characters,"
+msgstr ""
-#. hjGmq
+#. m97Bp
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id0123200902243470\n"
+"par_id3148947\n"
"help.text"
-msgid "Overline color"
-msgstr "ከ ላይ ማስመሪያ ቀለም"
+msgid "<emph>lowercase</emph> - changes the selected uppercase characters to lower characters,"
+msgstr ""
-#. Qj5QS
+#. JWiX7
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id0123200902243466\n"
+"par_id3149456\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\">Select the color for the overlining.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\">ከ ላይ ማስመሪያ ቀለም ይምረጡ</ahelp>"
+msgid "<emph>Capitalize Every Word</emph> - changes the first character of each selected word to an uppercase character,"
+msgstr ""
-#. exFYD
+#. 7gaCo
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3150400\n"
+"par_id3154937\n"
"help.text"
-msgid "Strikethrough"
-msgstr "በላዩ ላይ መሰረዣ"
+msgid "<emph>Small capitals</emph> - changes the selected lowercase characters to uppercase characters, and then reduces their size."
+msgstr ""
-#. GhmxB
+#. kGuxJ
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3145203\n"
+"bm_id410168\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\">Select a strikethrough style for the selected text.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\">ለተመረጠው ጽሁፍ በላዩ ላይ መሰረዣ ዘዴ ይምረጡ</ahelp>"
+msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
+msgstr "<bookmark_value>ብልጭ ድርግም የሚሉ ፊደሎች</bookmark_value> <bookmark_value>የሚያንጸባርቁ ፊደሎች</bookmark_value>"
-#. 8KFk2
+#. Suvvn
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3150496\n"
+"hd_id3152941\n"
"help.text"
-msgid "If you save your document in Microsoft Word format, all of the strikethrough styles are converted to the single line style."
-msgstr "የ እርስዎን ሰነድ ካስቀመጡ በ MS Word format, ሁሉም በላዩ ያሰመሩበት ዘዴዎች በሙሉ ወደ ነጠላ መስመር ዘዴ ይቀየራሉ"
+msgid "Blinking"
+msgstr "ብልጭ ድርግም ባይ"
-#. ojwCR
+#. 2FiCB
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3151226\n"
+"par_id3145662\n"
"help.text"
-msgid "Underlining"
-msgstr "ከ ስሩ ማስመሪያ"
+msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">የተመረጡትን ባህሪዎች ብልጭ ድርግም ማድረጊያ: ብልጭ ድርግም ማድረጊያውን ድግግሞሽ መቀየር አይቻልም </ahelp>"
-#. WedNX
+#. B3MEb
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3147576\n"
+"par_idN10B81\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/underlinelb\">Select the underlining style that you want to apply. To apply the underlining to words only, select the <emph>Individual Words</emph> box.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/underlinelb\">እርስዎ መጠቀም የሚፈልጉትን ከ ስሩ ማስመሪያ ዘዴ አይነት ይምረጡ: ከ ስሩ ማስመሪያ ዘዴ ለመፈጸም ለ ቃላት ብቻ: ይምረጡ የ <emph> እያንዳንዱን ቃላቶች </emph> ከ ሳጥን ውስጥ </ahelp>"
+msgid "Hidden"
+msgstr "የተደበቀ"
-#. E5TPY
+#. z8unJ
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3153147\n"
+"par_idN10B85\n"
"help.text"
-msgid "If you apply underlining to a superscript text, the underlining is raised to the level of the superscript. If the superscript is contained in a word with normal text, the underlining is not raised."
-msgstr "እርስዎ ከ ፈጸሙ ከ ስሩ ማስመሪያ ለ በ ትንንሹ ከፍ ብሎ መጻፊያ ጽሁፍ: ከ ስር ማስመሪያው በ ትንንሹ ከፍ ብሎ መጻፊያ ደረጃ ጋር አብሮ ከፍ ይላል: በ ትንንሹ ከፍ ብሎ መጻፊያ በ ቃል ውስጥ ከሆነ በ መደበኛ ጽሁፍ ውስጥ: ከ ስሩ ማስመሪያ ከፍ አይልም"
+msgid "<ahelp hid=\"cui/ui/effectspage/hiddencb\">Hides the selected characters.</ahelp> To display the hidden text, ensure that <menuitem>Formatting Marks</menuitem> is selected in the <emph>View</emph> menu. You can also choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph> and select <emph>Hidden characters</emph>."
+msgstr ""
-#. PssvR
+#. iAwbr
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3148642\n"
+"hd_id3154129\n"
"help.text"
-msgid "Underline color"
-msgstr "ከ ስሩ ማስመሪያ ቀለም"
+msgid "Relief"
+msgstr "ክፍተት"
-#. iFDaB
+#. iXCe4
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3150254\n"
+"par_id3146974\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\">Select the color for the underlining.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\">ከ ስሩ ማስመሪያ ቀለም ይምረጡ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/effectspage/relieflb\">Select a <emph>relief</emph> effect to apply to the selected text. The <emph>embossed</emph> relief makes the characters appear as if they are raised above the page. The <emph>engraved</emph> relief makes the characters appear as if they are pressed into the page.</ahelp>"
+msgstr ""
-#. vCnQY
+#. BhRXq
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3153104\n"
+"hd_id3147287\n"
"help.text"
-msgid "Individual words"
-msgstr "እያንዳንዱን ቃላቶች"
+msgid "Outline"
+msgstr "እቅድ"
-#. LifTi
+#. pPmRf
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3152935\n"
+"par_id3159126\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/individualwordscb\">Applies the selected effect only to words and ignores spaces.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/individualwordscb\">የተመረጠውን ውጤት በ ፊደሎች ላይ ብቻ መፈጸሚያ እና ባዶ ቦታዎችን መተው </ahelp>"
+msgid "<ahelp hid=\"cui/ui/effectspage/outlinecb\">Displays the outline of the selected characters. This effect does not work with every font.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/effectspage/outlinecb\">የተመረጡትን ባህሪዎች ማሳያ: ይህ ተጽእኖ በ ሁሉም ፊደሎች ላይ አይሰራም</ahelp>"
+
+#. TTNGb
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3163714\n"
+"help.text"
+msgid "Shadow"
+msgstr "ጥላ"
+
+#. 3ATPy
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3150962\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/shadowcb\">Adds a shadow that casts below and to the right of the selected characters.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/effectspage/shadowcb\">ለተመረጡት ባህሪዎች ከ ታች እና በ ቀኝ በኩል ጥላ መፍጠሪያ</ahelp>"
#. 7qD3W
#: 05020200.xhp
@@ -18196,15 +18214,6 @@ msgctxt ""
msgid "formal lower case text"
msgstr "መደበኛ ዝቅተኛ ጉዳይ ጽሁፍ"
-#. WmB9u
-#: 05020301.xhp
-msgctxt ""
-"05020301.xhp\n"
-"par_id130820161753343499\n"
-"help.text"
-msgid "[<emph>NatNum5</emph>]"
-msgstr "[<emph>የ ተፈጥሮ ቁጥር 5</emph>]"
-
#. u9aUM
#: 05020301.xhp
msgctxt ""
@@ -19510,6 +19519,24 @@ msgctxt ""
msgid "Other possible arguments: \"money\" before 3-letter currency codes, for example [NatNum12 capitalize money USD]0.00 will format number \"1.99\" as \"One and 99/100 U.S. Dollars\"."
msgstr ""
+#. wGSEZ
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id231201610928993200\n"
+"help.text"
+msgid "Error Codes"
+msgstr ""
+
+#. dw9X2
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3158315\n"
+"help.text"
+msgid "If the value is outside the limits for the selected format the following error code is shown:"
+msgstr ""
+
#. pSG47
#: 05020400.xhp
msgctxt ""
@@ -26917,13 +26944,13 @@ msgctxt ""
msgid "New"
msgstr ""
-#. J3FdA
+#. dtNaW
#: 05210200.xhp
msgctxt ""
"05210200.xhp\n"
"par_id271578758868425\n"
"help.text"
-msgid "Displays the new color for the object that will be applied when you press <widget>OK</widget>."
+msgid "Displays the new color for the object that will be applied when you click <widget>OK</widget>."
msgstr ""
#. kw6LA
@@ -26935,13 +26962,13 @@ msgctxt ""
msgid "R, G and B"
msgstr ""
-#. EXXxZ
+#. ufa4B
#: 05210200.xhp
msgctxt ""
"05210200.xhp\n"
"par_id691578758845984\n"
"help.text"
-msgid "The red, blue and green components values of the new color. You can define the new color by entering the red, green and blue values in the respective <emph>R</emph>, <emph>G</emph> and <emph>B</emph> spin boxes. Allowed values are 0 to 255."
+msgid "The values of the red, blue and green components of the new color. You can define the new color by entering the red, green and blue values in the respective <emph>R</emph>, <emph>G</emph> and <emph>B</emph> spin boxes. Allowed values are 0 to 255."
msgstr ""
#. NAGAE
@@ -31417,14 +31444,14 @@ msgctxt ""
msgid "Degrees"
msgstr "ዲግሪዎች"
-#. 8sveF
+#. 4QsLK
#: 05340300.xhp
msgctxt ""
"05340300.xhp\n"
"par_id3153194\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/cellalignment/spinDegrees\">Enter the rotation angle for the text in the selected cell(s). A positive number rotates the text to the left and a negative number rotates the text to the right.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/cellalignment/spinDegrees\">ለ ተመረጠው ክፍል(ሎች) የ ጽሁፍ ማዞሪያ አንግል ማስገቢያ: አዎንታዊ ቁጥር ጽሁፉን ወደ ግራ ያዞራል እና አሉታዊ ቁጥር ጽሁፉን ወደ ቀኝ ያዞራል </ahelp>"
+msgid "<ahelp hid=\"cui/ui/cellalignment/spinDegrees\">Enter the rotation angle from 0 to 360 for the text in the selected cell(s).</ahelp>"
+msgstr ""
#. XJAyp
#: 05340300.xhp
@@ -38077,13 +38104,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/standard\">Resets the indent and the spacing values to the default values.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/standard\">የ ማስረጊያ እና ክፍተት ዋጋዎችን ወደ ነባር ዋጋቸው እንደነበር መመለሻ</ahelp>"
-#. w6GEQ
+#. BUhNT
#: 06050600.xhp
msgctxt ""
"06050600.xhp\n"
"par_id3116348\n"
"help.text"
-msgid "This control appears only when modifying Paragraph style."
+msgid "This control appears only when modifying a List style."
msgstr ""
#. XV3ZK
@@ -38104,6 +38131,15 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Paragraph alignment\">Paragraph alignment</link>"
msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Paragraph alignment\">አንቀጽ ማሰለፊያ</link>"
+#. pyAz7
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id3124378\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/indenting.xhp\" name=\"Paragraph indenting\">Indenting Paragraphs</link>"
+msgstr ""
+
#. hf4eV
#: 06130000.xhp
msgctxt ""
@@ -38374,6 +38410,15 @@ msgctxt ""
msgid "<ahelp hid=\".\">Opens the Macro Selector dialog where you can start a macro.</ahelp>"
msgstr ""
+#. H4TdC
+#: 06130001.xhp
+msgctxt ""
+"06130001.xhp\n"
+"hd_id821582666527674\n"
+"help.text"
+msgid "Edit Macros"
+msgstr ""
+
#. 9SRC2
#: 06130001.xhp
msgctxt ""
@@ -40885,14 +40930,14 @@ msgctxt ""
msgid "<bookmark_value>filters; XML filter settings</bookmark_value><bookmark_value>XML filters; settings</bookmark_value>"
msgstr "<bookmark_value>ማጣሪያዎች; የ XML ማጣሪያ ማሰናጃዎች</bookmark_value><bookmark_value>የ XML ማጣሪያ ; ማሰናጃዎች</bookmark_value>"
-#. CUgk6
+#. CaLds
#: 06150000.xhp
msgctxt ""
"06150000.xhp\n"
"hd_id3153272\n"
"help.text"
-msgid "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">XML Filter</link>"
-msgstr ""
+msgid "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">XML Filter Settings</link>"
+msgstr "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">የ XML ማጣሪያ ማሰናጃዎች</link>"
#. Gk7jE
#: 06150000.xhp
@@ -41020,15 +41065,6 @@ msgctxt ""
msgid "<ahelp hid=\"filter/ui/xmlfiltersettings/filterlist\">Select one or more filters, then click one of the buttons.</ahelp>"
msgstr "<ahelp hid=\"filter/ui/xmlfiltersettings/filterlist\">ይምረጡ አንድ ወይንም ተጨማሪ ማጣሪያዎች እና ከዛ ይጫኑ አንዱን ቁልፍ </ahelp>"
-#. 4tQW5
-#: 06150000.xhp
-msgctxt ""
-"06150000.xhp\n"
-"par_idN10711\n"
-"help.text"
-msgid "Some filters are only available as optional components during the %PRODUCTNAME installation. To install an optional filter, run the %PRODUCTNAME Setup application, select \"Modify\", and then select the filter that you want in the list of modules."
-msgstr "አንዳንድ ማጣሪያዎች ዝግጁ የሚሆኑት እንደ አማራጭ አካላት ነው %PRODUCTNAME በሚገጥሙ ጊዜ: አማራጭ ማጣሪያ ለ መግጠም: ያስኪዱ የ %PRODUCTNAME ማሰናጃ መተግበሪያ: ይምረጡ \"ማሻሻያ\": እና ከዛ ይምረጡ እርስዎ የሚፈልጉትን ማጣሪያ ከ ዝርዝር ክፍሎች ውስጥ"
-
#. EhjFJ
#: 06150000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/guide.po b/source/am/helpcontent2/source/text/shared/guide.po
index 253c7c74ed7..f9efd0bb664 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2018-12-09 17:46+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -23776,14 +23776,14 @@ msgctxt ""
msgid "%PRODUCTNAME comes with a set of built-in templates that can be used to create documents, presentations, spreadsheets or drawings. You may use templates available in the template manager, create your own templates or browse online for additional templates."
msgstr "%PRODUCTNAME የሚመጣው አብሮት-የተገነባ ቴምፕሌት ይዞ ነው: እርስዎ ሰነድ ማስደነቂያዎች: ሰንጠረዦች ወይንም ስእሎች ለ መፍጠር ሊጠቀሙበት ይችላሉ: እርስዎ መጠቀም ይችላሉ ዝግጁ ቴምፕሌቶች ከ ቴምፕሌት አስተዳዳሪ ውስጥ: እርስዎ የ ራስዎትን ቴምፕሌት መፍጠር ይችላሉ ወይንም በ መስመር ላይ መቃኘት ተጨማሪ ቴምፕሌቶች"
-#. JxQhF
+#. bYCKn
#: template_manager.xhp
msgctxt ""
"template_manager.xhp\n"
"par_id041620170723504381\n"
"help.text"
-msgid "If you have opened the %PRODUCTNAME start center and have not yet opened a document or application, the Template Manager may be accessed differently. <item type=\"menuitem\">Ctrl-Shift-N</item> will still open the Template Manager, but it may also be accessed by choosing Templates from the left sidebar, and then choosing Manage Templates."
-msgstr "እርስዎ ከ ከፈቱ የ %PRODUCTNAME መሀከል ማስጀመሪያ እና ሰነድ ወይንም መተግበሪያ ካልተከፈተ: የ ቴምፕሌት አስተዳዳሪ ጋር በ ተለየ ሁኔታ መድረስ ይቻላል: <item type=\"menuitem\">Ctrl-Shift-N</item> የ ቴምፕሌት አስተዳዳሪ ይከፍታል: እንዲሁም መድረስ ይችላሉ በ መምረጥ ቴምፕሌት ከ ጎን መደርደሪያ ውስጥ: እና ከዛ ይምረጡ የ ቴምፕሌት አስተዳዳሪ"
+msgid "If you have opened the %PRODUCTNAME start center and have not yet opened a document or application, the Template Manager may be accessed differently. <keycode>Ctrl-Shift-N</keycode> will still open the Template Manager, but it may also be accessed by choosing Templates from the left sidebar, and then choosing Manage Templates."
+msgstr ""
#. oD5Ec
#: template_manager.xhp
diff --git a/source/am/helpcontent2/source/text/shared/optionen.po b/source/am/helpcontent2/source/text/shared/optionen.po
index 1f7f8225417..51be9f9df70 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2018-12-10 01:08+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2950,6 +2950,60 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">Send usage data to help The Document Foundation improve the software usability.</ahelp> The software development team is interested in information about the usage pattern of %PRODUCTNAME. This data helps to improve the usability of the applications, by identifying the most frequently used sequences of commands while performing common tasks, and in return, design a user interface that is easier to use and more productive. The usage data is sent anonymously and carry no document contents, only the commands used."
msgstr "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">የ አጠቃቀም ዳታ ለ እርዳታ ለ ሰነድ አዘጋጆቹ የ ሶፍትዌር አጠቃቀሙን ለማሻሻል እንዲችሉ ይላኩ: </ahelp> የ ሶፍትዌር አበልጻጊዎቹ ስለ አጠቃቀም ድግግሞሽ መረጃ ማወቅ ይፈልጋሉ ስለ %PRODUCTNAME. ይህ የ አጠቃቀም ዳታ መተግበሪያውን ለ ማሻሻል ይረዳል: አዘውትረው የሚጠቀሙበትን የ ትእዛዝ ሂደት ለ መለየት መደበኛ የሆኑ ስራዎችን ሲፈጽሙ: እና በምላሹ የ ተጠቃሚ ገጽታ ንድፍ ቀላል ለማድረግ ይጠቅማል: የ አጠቃቀም ዳታ የሚላከው ማንነትን አይገልጽም እና ምንም የ ሰነድ ይዞታ አይዝም የሚይዘው እርስዎ የ ተጠቀሙትን ትእዛዝ ብቻ ነው"
+#. Zb7tT
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id111581845580821\n"
+"help.text"
+msgid "%PRODUCTNAME Quickstarter"
+msgstr ""
+
+#. BrALY
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id731581845724606\n"
+"help.text"
+msgid "Load %PRODUCTNAME during system start-up"
+msgstr ""
+
+#. J7FUd
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id971581845639198\n"
+"help.text"
+msgid "If enabled, loads %PRODUCTNAME into memory when the computer is booted, or when %PRODUCTNAME is restarted. When loaded, it reduces the time for opening %PRODUCTNAME. An icon is also added to the system tray. Right-click on the icon to show a menu for opening new or existing documents, and for stopping the quickstarter."
+msgstr ""
+
+#. MGRtz
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id411581548563601\n"
+"help.text"
+msgid "%PRODUCTNAME File Associations"
+msgstr ""
+
+#. ZFtaG
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id81581845691263\n"
+"help.text"
+msgid "Windows Default apps"
+msgstr ""
+
+#. PDkSx
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id481581548792359\n"
+"help.text"
+msgid "Opens a Windows application to set default file associations (or shows a message about how to open the appropriate Windows application)."
+msgstr ""
+
#. 9MQ7V
#: 01010700.xhp
msgctxt ""
@@ -5614,96 +5668,6 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/helplines\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/helplines\">የ መቁረጫ መስመር ማሳያ በ ክፈፎች ዙሪያ: ክፈፎች በሚንቀሳቀሱ ጊዜ: እርስዎ መምረጥ ይችላሉ የ <emph>እርዳታ መስመሮች በሚያንቀሳቅሱ ጊዜ</emph> በ ምርጫ ለማሳየት ትክክለኛውን ቦታ ለ እቃው የ ቀጥተኛ መስመሮች ዋጋ በ መጠቀም </ahelp>"
-#. 5TDVz
-#: 01040200.xhp
-msgctxt ""
-"01040200.xhp\n"
-"hd_id3149416\n"
-"help.text"
-msgid "View"
-msgstr "መመልከቻ"
-
-#. APhrj
-#: 01040200.xhp
-msgctxt ""
-"01040200.xhp\n"
-"par_id3155922\n"
-"help.text"
-msgid "Specifies whether scrollbars and rulers are displayed."
-msgstr "መሸብለያ መደርደሪያ እና ማስመሪያ ይታዩ እንደሆን መወሰኛ"
-
-#. uAbTa
-#: 01040200.xhp
-msgctxt ""
-"01040200.xhp\n"
-"hd_id3159149\n"
-"help.text"
-msgid "Horizontal ruler"
-msgstr "የ አግድም ማስመሪያ"
-
-#. HEUXw
-#: 01040200.xhp
-msgctxt ""
-"01040200.xhp\n"
-"par_id3149202\n"
-"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/hrulercombobox\">Displays the horizontal ruler. Select the desired measurement unit from the corresponding list.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/hrulercombobox\">የ አግድም ማስመሪያ ማሳያ: ይምረጡ የሚፈለገውን መለኪያ ክፍል ለ ተመሳሳይ ዝርዝር</ahelp>"
-
-#. sGprE
-#: 01040200.xhp
-msgctxt ""
-"01040200.xhp\n"
-"hd_id3153104\n"
-"help.text"
-msgid "Vertical ruler"
-msgstr "የ ቁመት ማስመሪያ"
-
-#. PcJiW
-#: 01040200.xhp
-msgctxt ""
-"01040200.xhp\n"
-"par_id3147287\n"
-"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulercombobox\">Displays the vertical ruler. Select the desired measurement unit from the corresponding list.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulercombobox\">የ ቁመት ማስመሪያ ማሳያ: ይምረጡ የሚፈለገውን መለኪያ ክፍል ለ ተመሳሳይ ዝርዝር</ahelp>"
-
-#. A5pWy
-#: 01040200.xhp
-msgctxt ""
-"01040200.xhp\n"
-"hd_id3152460\n"
-"help.text"
-msgid "Right-aligned"
-msgstr "በ ቀኝ-ማሰለፊያ"
-
-#. kCZHo
-#: 01040200.xhp
-msgctxt ""
-"01040200.xhp\n"
-"par_id3151116\n"
-"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aligns the vertical ruler with the right border.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">የ ቁመት ማስመሪያ ማሰለፊያ በ ቀኝ ድንበር በኩል</ahelp>"
-
-#. bxWiD
-#: 01040200.xhp
-msgctxt ""
-"01040200.xhp\n"
-"hd_id3155414\n"
-"help.text"
-msgid "Smooth scroll"
-msgstr "ለስላሳ መሸብለያ"
-
-#. JHe6k
-#: 01040200.xhp
-msgctxt ""
-"01040200.xhp\n"
-"par_id3153364\n"
-"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/smoothscroll\">Activates the smooth page scrolling function. </ahelp> The scrolling speed depends of the area and of the color depth display."
-msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/smoothscroll\">የ ለስላሳ ገጽ መሸብለያ ተግባር ማስጀመሪያ </ahelp> የ መሸብለያ ፍጥነት ይለያያል እንደ ቦታው እና እንደ ቀለሙ ጥልቀት ማሳያ"
-
#. cjedA
#: 01040200.xhp
msgctxt ""
@@ -5821,6 +5785,141 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/comments\">Displays comments. Click a comment to edit the text. Use the context menu in Navigator to locate or delete a comment. Use the comments's context menu to delete this comment or all comments or all comments of this author.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/comments\">አስተያየት ማሳያ: ይጫኑ በ አስተያየቱ ጽሁፍ ላይ ለማረም: የ አገባብ ዝርዝር ይጠቀሙ በ መቃኛው ላይ አስተያየቱ ፈልጎ ለማግኘት ወይንም ለማጥፋት: የ አስተያየት አገባብ ዝርዝር ይጠቀሙ ይህን አስተያየት ለማጥፋት ወይንም ሁሉንም አስተያየቶች ወይንም የዚህን ደራሲ ሁሉንም አስተያየቶች ለማጥፋት </ahelp>"
+#. hDFez
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id901581669796238\n"
+"help.text"
+msgid "Display fields"
+msgstr ""
+
+#. 7A8My
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3149481\n"
+"help.text"
+msgid "Hidden text"
+msgstr ""
+
+#. 82k4a
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3149413\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentextfield\">Displays text that is hidden by <emph>Conditional Text</emph> or <emph>Hidden Text</emph> fields.</ahelp>"
+msgstr ""
+
+#. zT6EU
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3149300\n"
+"help.text"
+msgid "Hidden paragraphs"
+msgstr ""
+
+#. AjSy3
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"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 ""
+
+#. 5TDVz
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3149416\n"
+"help.text"
+msgid "View"
+msgstr "መመልከቻ"
+
+#. APhrj
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3155922\n"
+"help.text"
+msgid "Specifies whether scrollbars and rulers are displayed."
+msgstr "መሸብለያ መደርደሪያ እና ማስመሪያ ይታዩ እንደሆን መወሰኛ"
+
+#. uAbTa
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3159149\n"
+"help.text"
+msgid "Horizontal ruler"
+msgstr "የ አግድም ማስመሪያ"
+
+#. HEUXw
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3149202\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/hrulercombobox\">Displays the horizontal ruler. Select the desired measurement unit from the corresponding list.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/hrulercombobox\">የ አግድም ማስመሪያ ማሳያ: ይምረጡ የሚፈለገውን መለኪያ ክፍል ለ ተመሳሳይ ዝርዝር</ahelp>"
+
+#. sGprE
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3153104\n"
+"help.text"
+msgid "Vertical ruler"
+msgstr "የ ቁመት ማስመሪያ"
+
+#. PcJiW
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3147287\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulercombobox\">Displays the vertical ruler. Select the desired measurement unit from the corresponding list.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulercombobox\">የ ቁመት ማስመሪያ ማሳያ: ይምረጡ የሚፈለገውን መለኪያ ክፍል ለ ተመሳሳይ ዝርዝር</ahelp>"
+
+#. bxWiD
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3155414\n"
+"help.text"
+msgid "Smooth scroll"
+msgstr "ለስላሳ መሸብለያ"
+
+#. JHe6k
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3153364\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/smoothscroll\">Activates the smooth page scrolling function. </ahelp> The scrolling speed depends of the area and of the color depth display."
+msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/smoothscroll\">የ ለስላሳ ገጽ መሸብለያ ተግባር ማስጀመሪያ </ahelp> የ መሸብለያ ፍጥነት ይለያያል እንደ ቦታው እና እንደ ቀለሙ ጥልቀት ማሳያ"
+
+#. A5pWy
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3152460\n"
+"help.text"
+msgid "Right-aligned"
+msgstr "በ ቀኝ-ማሰለፊያ"
+
+#. kCZHo
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3151116\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aligns the vertical ruler with the right border.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">የ ቁመት ማስመሪያ ማሰለፊያ በ ቀኝ ድንበር በኩል</ahelp>"
+
#. jH6p8
#: 01040200.xhp
msgctxt ""
@@ -5830,14 +5929,14 @@ msgctxt ""
msgid "Settings (for HTML document only)"
msgstr "ማሰናጃ (ለ HTML ሰነዶች ብቻ)"
-#. taSnw
+#. JFAeo
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
"hd_id3149926\n"
"help.text"
-msgid "Measurement unit (for HTML document only)"
-msgstr "የ መለኪያ ክፍል (ለ HTML ሰነድ ብቻ)"
+msgid "Measurement unit"
+msgstr ""
#. ozjGx
#: 01040200.xhp
@@ -6883,14 +6982,14 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/OptFormatAidsPage\">In $[officename] text and HTML documents, defines the display for certain characters and for the direct cursor.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/OptFormatAidsPage\">በ $[officename] ጽሁፍ እና HTML ሰነድ ውስጥ ለ አንዳንድ ባህሪዎች እና በ ቀጥታ መጠቆሚያ ማሳያ መግለጫ </ahelp>"
-#. sdBDD
+#. RDE3b
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
"hd_id3144510\n"
"help.text"
-msgid "Display of"
-msgstr "ማሳያ ከ"
+msgid "Display formatting"
+msgstr ""
#. 7EDoZ
#: 01040600.xhp
@@ -7009,14 +7108,14 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/break\">Displays all line breaks inserted with the Shift+Enter shortcut. These breaks create a new line, but do not start a new paragraph.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/break\">ሁሉንም የገቡትን የ መስመር መጨረሻዎች ማሳያ በ Shift+ማስገቢያ አቋራጭ ቁልፍ: እነዚህ መጨረሻዎች አዲስ መስመር ይፈጥራሉ: ነገር ግን አዲስ አንቀጽ አያስጀምሩም</ahelp>"
-#. V42Cw
+#. S3ArJ
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
"par_idN108E5\n"
"help.text"
-msgid "Hidden text"
-msgstr "የ ተደበቀ ጽሁፍ"
+msgid "Hidden characters"
+msgstr ""
#. F2h2C
#: 01040600.xhp
@@ -7027,50 +7126,68 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentext\">Displays text that uses the character format \"hidden\", when <emph>View - Formatting Marks</emph> is enabled.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentext\">የ ባህሪ አቀራረብ የሚጠቀም ጽሁፍ ማሳያ \"የ ተደበቀ\": ይህ <emph> መመለከቻ - የ አቀራረብ ምልክት </emph> በሚያስችሉ ጊዜ ነው</ahelp>"
-#. sKToR
+#. JVWDv
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3149481\n"
+"hd_id901581666055387\n"
"help.text"
-msgid "Fields: Hidden text (not for HTML documents)"
-msgstr "ሜዳዎች: የ ተደበቀ ጽሁፍ (ለ HTML ሰነዶች አይደለም)"
+msgid "Bookmarks"
+msgstr ""
-#. daNw4
+#. AhYjX
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3149413\n"
+"par_id241581666070616\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentextfield\">Displays text that is hidden by <emph>Conditional Text</emph> or <emph>Hidden Text</emph> fields.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentextfield\">የ ተደበቀ ጽሁፍ ማሳያ በ <emph> እንደ ሁኔታው ጽሁፍ </emph> ወይንም <emph> የ ተደበቁ ጽሁፍ </emph> ሜዳዎች </ahelp> ውስጥ"
+msgid "Specifies that bookmark indicators are shown. | indicates the position of a point bookmark. [ ] indicates the start and end of a bookmark on a text range."
+msgstr ""
-#. bKFSw
+#. PoJmB
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3149300\n"
+"par_id931581667619159\n"
"help.text"
-msgid "Fields: Hidden paragraphs (not for HTML documents)"
-msgstr "ሜዳዎች: የ ተደበቀ አንቀጽ (ለ HTML ሰነዶች አይደለም)"
+msgid "The following controls appear only for Writer documents, not for HTML documents."
+msgstr ""
-#. BShqs
+#. 7xFsw
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3149418\n"
+"hd_id3146134\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 "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddenparafield\">እርስዎ ጽሁፍ ካስገቡ በመጠቀም <emph> የ ተደበቀ አንቀጽ </emph> ሜዳ: የ ተደበቀ አንቀጽ ይታይ እንደሆን ይወስናል </ahelp> ይህ ምርጫ ተመሳሳይ ተግባር አለው እንደ ዝርዝር ትእዛዞች <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\" name=\"View - Hidden Paragraphs\"> መመልከቻ - የ ተደበቁ አንቀጾች </link></caseinline><defaultinline> መመልከቻ - የ ተደበቁ አንቀጾች </defaultinline></switchinline> ዝግጁ የሚሆነው ለ ተከፈተ የ ጽሁፍ ሰነድ ነው"
+msgid "Protected Areas"
+msgstr ""
+
+#. UuMDa
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id131581667078614\n"
+"help.text"
+msgid "Enable cursor"
+msgstr ""
-#. tm5MQ
+#. BHJaU
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3147508\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursorinprot\">Specifies that you can set the cursor in a protected area, but cannot make any changes.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursorinprot\">እርስዎ መጠቆሚያውን በሚጠበቅ ቦታ ማሰናጃ መወሰኛ: ነገር ግን ምንም መቀየር አይችሉም </ahelp>"
+
+#. AafSP
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
"hd_id3156180\n"
"help.text"
-msgid "Direct cursor (not for HTML documents)"
-msgstr "በ ቀጥታ መጠቆሚያ (ለ HTML ሰነዶች አይደለም)"
+msgid "Direct cursor"
+msgstr ""
#. FDnFU
#: 01040600.xhp
@@ -7099,14 +7216,14 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursoronoff\">Activates the direct cursor.</ahelp> You can also activate this function by clicking the <link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor Mode\">Toggle Direct Cursor Mode</link> icon on the Tools bar or by choosing the <emph>Edit - Direct Cursor Mode</emph> command in a text document."
msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursoronoff\">በ ቀጥታ መጠቆሚያ ያስጀምሩ </ahelp> እርስዎ እንዲሁም ይህን ተግባር ማስጀመር ይችላሉ: በ መጫን <link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor Mode\"> በ ቀጥታ መጠቆሚያ ዘዴ መቀያየሪያ </link> ምልክት ከ እቃዎች መደርደሪያ ላይ ወይን በ መምረጥ ከ <emph> ማረሚያ - በ ቀጥታ መጠቆሚያ ዘዴ </emph> ትእዛዝ በ ጽሁፍ ሰነድ ውስጥ"
-#. RQNHp
+#. BD3Cs
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
"hd_id3152962\n"
"help.text"
-msgid "Insert (not for HTML document)"
-msgstr "ማስገቢያ (ለ HTML ሰነዶች አይደለም)"
+msgid "Insert"
+msgstr ""
#. zCrNj
#: 01040600.xhp
@@ -7117,104 +7234,104 @@ msgctxt ""
msgid "Defines the insert options for the direct cursor. If you click at any position in your document, a new paragraph can be written or inserted exactly at this position. The properties of this paragraph depend on the selected option. You can select from the following options:"
msgstr "ለ በቀጥታ መጠቆሚያ ማስገቢያ ምርጫ መወሰኛ: እርስዎ በማንኛውም ቦታ ከ ተጫኑ በ እርስዎ ሰነድ ውስጥ: አዲስ አንቀጽ መጻፍ ይቻላል ወይንም ማስገባት በዚህ ቦታ ላይ: የዚህ አንቀጽ ባህሪዎች የሚወሰነው እንደ ተመረጠው ምርጫ ነው: እርስዎ የሚቀጥሉትን ምርጫዎች መምረጥ ይችላሉ:"
-#. TXRgV
+#. arLP9
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3148995\n"
+"hd_id3145147\n"
"help.text"
-msgid "Paragraph alignment"
-msgstr "አንቀጽ ማሰለፊያ"
+msgid "Tabs"
+msgstr "ማስረጊያ"
-#. qSFt6
+#. nsXPA
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3156384\n"
+"par_id3155174\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillmargin\">Sets the paragraph alignment when the direct cursor is used. Depending on where the mouse is clicked, the paragraph is formatted left aligned, centered or right aligned. The cursor before the mouse-click shows, by means of a triangle, which alignment is set. </ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillmargin\">በቀጥታ መጠቆሚያ በሚጠቀሙ ጊዜ የ አንቀጽ ማሰለፊያ ማሰናጃ: የ አይጥ ቁልፍ በሚጫኑበት ቦታ ይወሰናል: አንቀጹ በ ግራ ማሰለፊያ በኩል ይቀርባል: መሀከል: ወይንም በ ቀኝ በኩል ማሰለፊያ: መጠቆሚያው የ አይጥ ቁልፍ-ከ መጫንዎት በፊት ማሳያ: በ ሶስት ማእዘን: የትኛው ማሰለፊያ እንደሚሰናዳ </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/filltab\">When the direct cursor is used, as many tabs as necessary are added in the new paragraph until the clicked position is reached.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/filltab\">በቀጥታ መጠቆሚያ በሚጠቀሙ ጊዜ: የሚፈልጉትን ያህል tabs ይጨመራል በ አዲስ አንቀጽ ውስጥ የሚጫኑበት ቦታ እስከሚደርሱ ድረስ .</ahelp>"
-#. AKwn3
+#. DcRBY
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3150387\n"
+"hd_id3166449\n"
"help.text"
-msgid "Left paragraph margin"
-msgstr "የ ግራ አንቀጽ መስመር"
+msgid "Tabs and Spaces"
+msgstr "ማስረጊያ እና ክፍተቶች"
-#. p6mzV
+#. AThkF
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3151188\n"
+"par_id3155904\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillindent\">When the direct cursor is used, the left paragraph indent is set at the horizontal position where you click the direct cursor. The paragraph is left aligned. </ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillindent\">በቀጥታ መጠቆሚያ በሚጠቀሙ ጊዜ: የ ግራ አንቀጽ ማስረጊያ ማሰናጃ በ አግድም ቦታ ላይ እርስዎ በሚጫኑት በቀጥታ መጠቆሚያ: አንቀጹ በ ግራ በኩል ይሰለፋል </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillspace\">When the Direct Cursor is used, a corresponding number of tabs and spaces are inserted in the new paragraph as necessary until the clicked position is reached.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillspace\">በቀጥታ መጠቆሚያ በሚጠቀሙ ጊዜ: ተመሳሳይ ቁጥር tabs እና ክፍተት ይገባል በ አዲስ አንቀጽ ውስጥ የሚጫኑበት ቦታ እስከሚደርሱ ድረስ </ahelp>"
-#. arLP9
+#. Pgr5a
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3145147\n"
+"hd_id631581667209365\n"
"help.text"
-msgid "Tabs"
-msgstr "ማስረጊያ"
+msgid "Spaces"
+msgstr ""
-#. nsXPA
+#. EQ5VD
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3155174\n"
+"par_id441581667221797\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/filltab\">When the direct cursor is used, as many tabs as necessary are added in the new paragraph until the clicked position is reached.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/filltab\">በቀጥታ መጠቆሚያ በሚጠቀሙ ጊዜ: የሚፈልጉትን ያህል tabs ይጨመራል በ አዲስ አንቀጽ ውስጥ የሚጫኑበት ቦታ እስከሚደርሱ ድረስ .</ahelp>"
+msgid "When the direct cursor is used, spaces are added in the new paragraph until the clicked position is reached."
+msgstr ""
-#. DcRBY
+#. AKwn3
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3166449\n"
+"hd_id3150387\n"
"help.text"
-msgid "Tabs and Spaces"
-msgstr "ማስረጊያ እና ክፍተቶች"
+msgid "Left paragraph margin"
+msgstr "የ ግራ አንቀጽ መስመር"
-#. AThkF
+#. p6mzV
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3155904\n"
+"par_id3151188\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillspace\">When the Direct Cursor is used, a corresponding number of tabs and spaces are inserted in the new paragraph as necessary until the clicked position is reached.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillspace\">በቀጥታ መጠቆሚያ በሚጠቀሙ ጊዜ: ተመሳሳይ ቁጥር tabs እና ክፍተት ይገባል በ አዲስ አንቀጽ ውስጥ የሚጫኑበት ቦታ እስከሚደርሱ ድረስ </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillindent\">When the direct cursor is used, the left paragraph indent is set at the horizontal position where you click the direct cursor. The paragraph is left aligned. </ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillindent\">በቀጥታ መጠቆሚያ በሚጠቀሙ ጊዜ: የ ግራ አንቀጽ ማስረጊያ ማሰናጃ በ አግድም ቦታ ላይ እርስዎ በሚጫኑት በቀጥታ መጠቆሚያ: አንቀጹ በ ግራ በኩል ይሰለፋል </ahelp>"
-#. sGDAC
+#. TXRgV
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3149964\n"
+"hd_id3148995\n"
"help.text"
-msgid "All insert options refer only to the current paragraph generated with the Direct Cursor."
-msgstr "ሁሉም የ ማስገቢያ ምርጫ የሚመሩት ወደ አሁኑ አንቀጽ ነው በ ቀጥታ መጠቆሚያ በ መነጨው"
+msgid "Paragraph alignment"
+msgstr "አንቀጽ ማሰለፊያ"
-#. WxeKw
+#. qSFt6
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3146134\n"
+"par_id3156384\n"
"help.text"
-msgid "Protected Areas - Enable cursor"
-msgstr "የሚጠበቁ ቦታዎች - መጠቆሚያ ማስቻያ"
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillmargin\">Sets the paragraph alignment when the direct cursor is used. Depending on where the mouse is clicked, the paragraph is formatted left aligned, centered or right aligned. The cursor before the mouse-click shows, by means of a triangle, which alignment is set. </ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillmargin\">በቀጥታ መጠቆሚያ በሚጠቀሙ ጊዜ የ አንቀጽ ማሰለፊያ ማሰናጃ: የ አይጥ ቁልፍ በሚጫኑበት ቦታ ይወሰናል: አንቀጹ በ ግራ ማሰለፊያ በኩል ይቀርባል: መሀከል: ወይንም በ ቀኝ በኩል ማሰለፊያ: መጠቆሚያው የ አይጥ ቁልፍ-ከ መጫንዎት በፊት ማሳያ: በ ሶስት ማእዘን: የትኛው ማሰለፊያ እንደሚሰናዳ </ahelp>"
-#. BHJaU
+#. sGDAC
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3147508\n"
+"par_id3149964\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursorinprot\">Specifies that you can set the cursor in a protected area, but cannot make any changes.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursorinprot\">እርስዎ መጠቆሚያውን በሚጠበቅ ቦታ ማሰናጃ መወሰኛ: ነገር ግን ምንም መቀየር አይችሉም </ahelp>"
+msgid "All insert options refer only to the current paragraph generated with the Direct Cursor."
+msgstr "ሁሉም የ ማስገቢያ ምርጫ የሚመሩት ወደ አሁኑ አንቀጽ ነው በ ቀጥታ መጠቆሚያ በ መነጨው"
#. Do7Ez
#: 01040700.xhp
@@ -16387,6 +16504,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Specifies some options for the automatic notification and downloading of online updates to %PRODUCTNAME.</ahelp>"
msgstr "<ahelp hid=\".\">አንዳንድ ምርጫ መወሰኛ ለ ራሱ በራሱ ማስታወቂያ እና ማውረጃ በ መስመር ላይ ማሻሻያ %PRODUCTNAME.</ahelp>"
+#. 2T3Uy
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id4057130\n"
+"help.text"
+msgid "Online Update is a module that is installed by default. <switchinline select=\"sys\"><caseinline select=\"WIN\">To exclude, choose \"Custom\" in the Setup when installing %PRODUCTNAME. </caseinline><caseinline select=\"UNIX\">Check your distribution package to see if it is possible to exclude installation of Online Update. </caseinline></switchinline>"
+msgstr ""
+
+#. aR687
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id671580577871833\n"
+"help.text"
+msgid "Online Update Options"
+msgstr ""
+
#. Ts3hG
#: online_update.xhp
msgctxt ""
@@ -16405,14 +16540,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">Mark to check for online updates periodically, then select the time interval how often %PRODUCTNAME will check for online updates.</ahelp> %PRODUCTNAME will check once a day, week, or month, as soon as a working Internet connection is detected. If you connect to the Internet by a proxy server, set the proxy on <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Internet - Proxy</item>."
msgstr "<ahelp hid=\".\">አልፎ አልፎ ማሻሻያ በ መስመር ላይ እንዲፈልግ ምልክት ያድርጉ:እና ከዛ ይምረጡ %PRODUCTNAME ምን ያህል ጊዜ እያረፈ እንደሚፈልግ </ahelp> %PRODUCTNAME አንድ ጊዜ በ ቀን ውስጥ: በ ሳምንት ውስጥ: ወይንም በ ወር ውስጥ: ወዲያውኑ የሚሰራ የ ኢንተርኔት ግንኙነት እንደተገኘ: እርስዎ በ ወኪል ኢንተርኔት ሰርቨር የሚገናኙ ከሆነ: ወኪል ያሰናዱ በ <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - ምርጫዎች </item></caseinline><defaultinline><item type=\"menuitem\"> መሳሪያዎች - ምርጫ </item></defaultinline></switchinline><item type=\"menuitem\"> - ኢንተርኔት - ወኪል </item>"
-#. oBXjG
+#. eAFnd
#: online_update.xhp
msgctxt ""
"online_update.xhp\n"
"par_id8994109\n"
"help.text"
-msgid "When an update is available, an icon in the menu bar displays some explaining text. Click the icon to proceed."
-msgstr "ማሻሻያ በሚኖርበት ጊዜ: በ ዝርዝር መደርደሪያው ላይ ምልክት ይታያል ከ ትንሽ መግለጫ ጽሁፍ ጋር: ለ መቀጠል ምልክቱን ይጫኑ"
+msgid "When an update is available, an icon in the menu bar <image id=\"img_id3155415\" src=\"extensions/res/update/ui/onlineupdate_16.svg\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Update Icon</alt></image> displays some explaining text. Click the icon to proceed."
+msgstr ""
#. qDUxL
#: online_update.xhp
@@ -16423,15 +16558,6 @@ msgctxt ""
msgid "If you disable the check, the icon is removed from the menu bar."
msgstr "እርስዎ ካሰናከሉ ምልክት ማድረጊያውን: ምልክቱ ይወገዳል ከ ዝርዝር መደርደሪያው ላይ"
-#. GFeg8
-#: online_update.xhp
-msgctxt ""
-"online_update.xhp\n"
-"par_id4057130\n"
-"help.text"
-msgid "Online Update is a module that can be selected or deselected to be installed. Choose the customized installation in the Setup of %PRODUCTNAME."
-msgstr "በ መስመር ላይ ማሻሻያ ክፍል መምረጥ ይችላሉ ወይንም አለ መምረጥ ለ መግጠም: ይምረጡ መግጠሚያ ማስተካከያ ከ ማሰናጃው ውስጥ በ %PRODUCTNAME."
-
#. 4GgAh
#: online_update.xhp
msgctxt ""
@@ -16504,6 +16630,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">A check will be performed now.</ahelp>"
msgstr "<ahelp hid=\".\">አሁን ፍለጋ ይፈጽማል </ahelp>"
+#. tLfAW
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id3051545\n"
+"help.text"
+msgid "Download Destination"
+msgstr ""
+
+#. mNiGF
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id3061311\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the selected folder to store the downloaded files.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ተመረጠውን ፎልደር ማሳያ የ ወረዱት ፋይሎች የሚጠራቀሙበትን </ahelp>"
+
#. CAu7G
#: online_update.xhp
msgctxt ""
@@ -16522,41 +16666,41 @@ msgctxt ""
msgid "<ahelp hid=\".\">Enable the automatic download of updates to the specified folder.</ahelp>"
msgstr "<ahelp hid=\".\">ራሱ በራሱ ማውረጃ ማስቻያ ለ ማሻሻያዎች ለ ተወሰነው ፎልደር </ahelp>"
-#. E6XgU
+#. ENqFQ
#: online_update.xhp
msgctxt ""
"online_update.xhp\n"
-"hd_id3051545\n"
+"hd_id1418807\n"
"help.text"
-msgid "Download destination"
-msgstr "የ ወረዱ መድረሻ"
+msgid "Change"
+msgstr "መቀየሪያ"
-#. mNiGF
+#. kHNSV
#: online_update.xhp
msgctxt ""
"online_update.xhp\n"
-"par_id3061311\n"
+"par_id0116200901063996\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the selected folder to store the downloaded files.</ahelp>"
-msgstr "<ahelp hid=\".\">የ ተመረጠውን ፎልደር ማሳያ የ ወረዱት ፋይሎች የሚጠራቀሙበትን </ahelp>"
+msgid "<ahelp hid=\".\">Click to select the destination folder for downloaded files.</ahelp>"
+msgstr ""
-#. ENqFQ
+#. nErT3
#: online_update.xhp
msgctxt ""
"online_update.xhp\n"
-"hd_id1418807\n"
+"hd_id411580578548938\n"
"help.text"
-msgid "Change"
-msgstr "መቀየሪያ"
+msgid "User Agent"
+msgstr ""
-#. 5guwa
+#. BMLAF
#: online_update.xhp
msgctxt ""
"online_update.xhp\n"
-"par_id0116200901063996\n"
+"par_id331580578595346\n"
"help.text"
-msgid "<ahelp hid=\".\">Click to select a folder to download the files.</ahelp>"
-msgstr "<ahelp hid=\".\">ይጫኑ ፎልደር ለ መምረጥ ፋይሎቹ የሚወርዱበት </ahelp>"
+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
#: opencl.xhp
diff --git a/source/am/helpcontent2/source/text/simpress/01.po b/source/am/helpcontent2/source/text/simpress/01.po
index 0005e132317..0a97d16acfd 100644
--- a/source/am/helpcontent2/source/text/simpress/01.po
+++ b/source/am/helpcontent2/source/text/simpress/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-01-17 16:45+0100\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2018-12-09 17:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8989,13 +8989,13 @@ msgctxt ""
msgid "The device and the computer are now connected, the current presentation enters in Presentation Mode immediately, controlled by the mobile device."
msgstr ""
-#. esgu9
+#. tX852
#: remoteconnections.xhp
msgctxt ""
"remoteconnections.xhp\n"
"hd_id331535057240065\n"
"help.text"
-msgid "To disconnect from mobile device"
+msgid "To disconnect from a mobile device"
msgstr ""
#. LTPcU
@@ -9016,13 +9016,13 @@ msgctxt ""
msgid "Select the device in the list,"
msgstr "አካል ከ ዝርዝር ውስጥ ይምረጡ"
-#. hGTnC
+#. g7ghk
#: remoteconnections.xhp
msgctxt ""
"remoteconnections.xhp\n"
"par_id541535057041285\n"
"help.text"
-msgid "Press <emph>Remove client authorization</emph> button."
+msgid "Click <emph>Remove Client Authorization</emph>."
msgstr ""
#. 7oZpm
diff --git a/source/am/helpcontent2/source/text/swriter/01.po b/source/am/helpcontent2/source/text/swriter/01.po
index e75f734985f..fac690f3c31 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2018-12-09 17:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3877,14 +3877,14 @@ msgctxt ""
msgid "When you delete a paragraph mark, the paragraph that is merged takes on the formatting of the paragraph that the cursor is in."
msgstr "እርስዎ የ አንቀጽ ምልክት በሚያጠፉ ጊዜ: የተዋሀደው አንቀጽ መጠቆሚያው ያለበትን አንቀጽ አቀራረብ ይወስዳል"
-#. GBSCv
+#. Avhph
#: 03100000.xhp
msgctxt ""
"03100000.xhp\n"
"par_id3147511\n"
"help.text"
-msgid "To specify which formatting marks are displayed, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>, and then select the options that you want in the <emph>Display of</emph> area."
-msgstr "የትኞቹ የ አቀራረብ ምልክት እንደሚታዩ ለ መወሰን ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME – ምርጫዎች </item></caseinline><defaultinline><item type=\"menuitem\"> መሳሪያዎች - ምርጫ </item></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\"><emph>%PRODUCTNAME መጻፊያ - የ አቀራረብ እርዳታ </emph></link> እና ከዛ ይምረጡ የሚፈልጉትን <emph> ማሳያ በ </emph> ቦታ ላይ"
+msgid "To specify which formatting marks are displayed, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\"><menuitem>%PRODUCTNAME Writer - Formatting Aids</menuitem></link>, and then select the options that you want in the <emph>Display formatting</emph> area."
+msgstr ""
#. k2VJk
#: 03120000.xhp
@@ -4768,14 +4768,14 @@ msgctxt ""
msgid "Character"
msgstr "ባህሪ"
-#. 92Vqa
+#. 9GVCs
#: 04030000.xhp
msgctxt ""
"04030000.xhp\n"
"par_id3155901\n"
"help.text"
-msgid "<variable id=\"bearbeitenzeichen\"><ahelp hid=\"modules/swriter/ui/insertfootnote/characterentry\">Choose this option to define a character or symbol for the current footnote.</ahelp> This can be either a letter or number. To assign a special character, click the button at the bottom.</variable>"
-msgstr "<variable id=\"bearbeitenzeichen\"><ahelp hid=\"modules/swriter/ui/insertfootnote/characterentry\">ይህን ምርጫ ይምረጡ ባህሪ ለ መግለጽ: ወይንም ምልክት ለ አሁኑ ግርጌ ማስታወሻ </ahelp> ይህ ፊደል ወይንም ቁጥር ሊሆን ይችላል: የ ተለየ ባህሪ ለ መመደብ: ይጫኑ ከ ታች በኩል ያለውን ቁልፍ </variable>"
+msgid "<variable id=\"bearbeitenzeichen\"><ahelp hid=\"modules/swriter/ui/insertfootnote/characterentry\">Choose this option to define a character or symbol for the current footnote.</ahelp> This can be either a letter, number or special character.</variable>"
+msgstr ""
#. nNcCJ
#: 04030000.xhp
@@ -4849,15 +4849,6 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/insertfootnote/endnote\">Inserts an endnote anchor at the current cursor position in the document, and adds an endnote at the end of the document.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/insertfootnote/endnote\">በ አሁኑ ሰነዱ ውስጥ የ መጨረሻ ማስታወሻ ማስገቢያ: ማስቆሚያ የሚገባው መጠቆሚያው ባለበት ቦታ ነው: እና ከ ገጹ መጨረሻ ላይ የ መጨረሻ ማስታወሻ መጨመሪያ </ahelp>"
-#. VsikP
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"par_id3155135\n"
-"help.text"
-msgid "<link href=\"text/swriter/guide/footnote_usage.xhp\" name=\"Tips for working with footnotes\">Tips for working with footnotes</link>."
-msgstr "<link href=\"text/swriter/guide/footnote_usage.xhp\" name=\"Tips for working with footnotes\">በ ግርጌ ማስታወሻ እንዴት እንደሚሰሩ ጠቃሚ ምክር</link>."
-
#. fCB3Q
#: 04040000.xhp
msgctxt ""
@@ -4885,23 +4876,23 @@ msgctxt ""
msgid "Insert Bookmark"
msgstr "ምልክት ማድረጊያዎች ማስገቢያ"
-#. F4GR7
+#. GdJ4q
#: 04040000.xhp
msgctxt ""
"04040000.xhp\n"
"par_id3149806\n"
"help.text"
-msgid "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Inserts a bookmark at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink. </variable></variable>"
-msgstr "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">መጠቆሚያው ባለበት ቦታ ምልክት ማድረጊያ ማስገቢያ: እርስዎ ከዛ መቃኛውን መጠቀም ይችላሉ በፍጥነት ለ መዝለል ምልክት ከ ተደረገባቸው አካባቢ ወደ በኋላ ጊዜ:</ahelp> በ HTML ሰነድ ውስጥ: ምልክት ማድረጊያ ይቀየራል ወደ ማስቆሚያ እርስዎ መዝለል የሚችሉበት ወደ hyperlink. </variable></variable>"
+msgid "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Inserts a bookmark at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink.</variable></variable>"
+msgstr ""
-#. K9aNr
+#. DA74C
#: 04040000.xhp
msgctxt ""
"04040000.xhp\n"
"par_id3153677\n"
"help.text"
-msgid "To jump to a specific bookmark, press F5 to open the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link>, click the plus sign (+) next to the<emph> Bookmark</emph> entry, and then double-click the bookmark."
-msgstr "ወደ ተወሰነ የ ምልክት ማድረጊያ ለ መዝለል: ይጫኑ F5 ለ መክፈት <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\"> መቃኛ </link> ይጫኑ የ መደመሪያ ምልክት (+) አጠገብ ያለውን ከ <emph> ምልክት ማድረጊያ </emph> ማስገቢያ: እና ከዛ ሁለት ጊዜ-ይጫኑ ምልክት ማድረጊያውን"
+msgid "To jump to a specific bookmark, press <keycode>F5</keycode> to open the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link>, click the plus sign (+) next to the<emph> Bookmarks</emph> entry, and then double-click the bookmark."
+msgstr ""
#. ATBbv
#: 04040000.xhp
@@ -4912,23 +4903,23 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>You can also right-click the <emph>Page Number</emph> field at the left end of the <emph>Status Bar</emph> at the bottom of the document window, and then choose the bookmark that you want to jump to.</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>እርስዎ በ ቀኝ-ይጫኑ በ <emph>ገጽ ቁጥር</emph> ሜዳ ላይ በ ግራ ከ ታች በኩል በ <emph>ሁኔታዎች መደርደሪያ ላይ</emph> ከ ሰነዱ መስኮት ከ ታች በኩል: እና ከዛ ይምረጡ ምልክት ማድረጊያ እርስዎ መዝለል ወደሚፈልጉበት ወደ</defaultinline></switchinline>"
-#. GZrtc
+#. KdpJp
#: 04040000.xhp
msgctxt ""
"04040000.xhp\n"
-"hd_id3154188\n"
+"hd_id3154143\n"
"help.text"
-msgid "Bookmarks"
-msgstr "ምልክት ማድረጊያዎች"
+msgid "Name"
+msgstr ""
-#. iCeDs
+#. 3FwA8
#: 04040000.xhp
msgctxt ""
"04040000.xhp\n"
"par_id3155178\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/bookmarks\">Type the name of the bookmark that you want to create. The lower list contains all of the bookmarks in the current document. To delete a bookmark, select it in the list, and then click <emph>Delete</emph>.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/insertbookmark/bookmarks\">እርስዎ መፍጠር የሚፈልጉትን የ ምልክት ማድረጊያ ስም ይጻፉ: የ ታችኛው ዝርዝር የያዘው ሁሉንም ምልክት ማድረጊያዎች ነው በ አሁኑ ሰነድ ውስጥ: ምልክት ማድረጊያውን ለ ማጥፋት: ይምረጡ ከ ዝርዝር ውስጥ እና ከዛ ይጫኑ <emph> ማጥፊያ </emph></ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/bookmarks\">Type the name of the bookmark that you want to create. Then press <emph>Insert</emph>.</ahelp>"
+msgstr ""
#. s7rfA
#: 04040000.xhp
@@ -4939,6 +4930,42 @@ msgctxt ""
msgid "You cannot use the following characters in a bookmark name: / \\ @ : * ? \" ; , . #"
msgstr "የሚቀጥሉትን ባህሪዎች መጠቀም አይችሉም ለ ምልክት ማድረጊያ ስም: / \\ @ : * ? \" ; , . #"
+#. GZrtc
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3154188\n"
+"help.text"
+msgid "Bookmarks"
+msgstr "ምልክት ማድረጊያዎች"
+
+#. MjEEc
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id171581934040077\n"
+"help.text"
+msgid "Lists all the bookmarks in the current document."
+msgstr ""
+
+#. ZyeAw
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id32341878\n"
+"help.text"
+msgid "Rename"
+msgstr ""
+
+#. 9B5gm
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id971581935166865\n"
+"help.text"
+msgid "To rename a bookmark, select the bookmark, press <emph>Rename</emph>, then type the new name in the dialog box."
+msgstr ""
+
#. aLuDE
#: 04040000.xhp
msgctxt ""
@@ -4948,14 +4975,41 @@ msgctxt ""
msgid "Delete"
msgstr "ማጥፊያ"
-#. a8p9C
+#. oHMfQ
#: 04040000.xhp
msgctxt ""
"04040000.xhp\n"
"par_id3151251\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/delete\">To delete a bookmark, select the bookmark from the <emph>Insert Bookmark</emph> dialog and click the <emph>Delete</emph> button. No confirmation dialog will follow.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/insertbookmark/delete\">ምልክት ማድረጊያ ለማጥፋት ይምረጡ ምልክት ማድረጊያ ከ <emph> ምልክት ማድረጊያ ማስገቢያ </emph> ንግግር ውስጥ እና ከዛ ይጫኑ <emph> ማጥፊያ </emph> ቁልፍ: ምንም ማረጋገጫ አይጠየቁም </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/delete\">To delete a bookmark, select the bookmark and click the <emph>Delete</emph> button. No confirmation dialog will follow.</ahelp>"
+msgstr ""
+
+#. zfGWi
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id231581943669611\n"
+"help.text"
+msgid "If bookmarks are protected, then they cannot be deleted or renamed."
+msgstr ""
+
+#. caM6E
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3149838\n"
+"help.text"
+msgid "Go to"
+msgstr ""
+
+#. ABDnD
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id511581935446495\n"
+"help.text"
+msgid "To move the cursor in the document to a bookmark, select the bookmark, then press <emph>Go to</emph>."
+msgstr ""
#. ifBCD
#: 04060000.xhp
@@ -7459,14 +7513,14 @@ msgctxt ""
msgid "Hidden text"
msgstr "የ ተደበቀ ጽሁፍ"
-#. mGAud
+#. bHrmr
#: 04090003.xhp
msgctxt ""
"04090003.xhp\n"
"par_id3147524\n"
"help.text"
-msgid "Inserts a text field that is hidden when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link> and clear the <emph>Fields: Hidden text</emph> check box."
-msgstr "እርስዎ ያሰናዱት ሁኔታ ሲመቻች የ ተደበቀ ጽሁፍ ማስገቢያ: ይህን ተግባር ለመጠቀም ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች </emph></caseinline><defaultinline><emph> መሳሪያዎች - ምርጫ </emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME መጻፊያ - የ አቀራረብ እርዳታ </emph></link> እና ያጽዱ የ <emph> ሜዳዎች: የ ተደበቀ ጽሁፍ </emph> ሳጥን ውስጥ ምልክት ያድርጉ"
+msgid "Inserts a text field that is hidden when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href=\"text/shared/optionen/01040200.xhp\" name=\"Text Document - View\"><menuitem>%PRODUCTNAME Writer - View</menuitem></link> and clear the <emph>Hidden text</emph> check box."
+msgstr ""
#. BMoMs
#: 04090003.xhp
@@ -7477,14 +7531,14 @@ msgctxt ""
msgid "Hidden Paragraph"
msgstr "የ ተደበቀ አንቀጽ"
-#. WthF9
+#. sibUD
#: 04090003.xhp
msgctxt ""
"04090003.xhp\n"
"par_id3153677\n"
"help.text"
-msgid "Hides a paragraph when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link> and clear the <emph>Fields: Hidden paragraph</emph> check box."
-msgstr "እርስዎ ያሰናዱት ሁኔታ ሲመቻች አንቀጽ መደበቂያ: ይህን ተግባር ለመጠቀም ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች </emph></caseinline><defaultinline><emph> መሳሪያዎች - ምርጫ </emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME መጻፊያ - የ አቀራረብ እርዳታ </emph></link> እና ያጽዱ የ <emph> ሜዳዎች: የ ተደበቀ አንቀጽ </emph> ሳጥን ውስጥ ምልክት ያድርጉ"
+msgid "Hides a paragraph when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040200.xhp\" name=\"Text Document - View\"><menuitem>%PRODUCTNAME Writer - View</menuitem></link> and clear the <emph>Hidden paragraphs</emph> check box."
+msgstr ""
#. sT58o
#: 04090003.xhp
@@ -10294,14 +10348,14 @@ msgctxt ""
msgid "If the COMPANY database field is empty, the condition is true and the paragraph is hidden."
msgstr "የ ድርጅቱ ዳታቤዝ ሜዳ ባዶ ከሆነ: ሁኔታው እውነት ነው እና አንቀጹ ይደበቃል"
-#. EWHvB
+#. BQUAo
#: 04090200.xhp
msgctxt ""
"04090200.xhp\n"
"par_id3150232\n"
"help.text"
-msgid "To display hidden paragraphs on the screen, you can choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph>, and clear the <emph>Fields: Hidden paragraphs</emph> check box."
-msgstr "የተደበቁ አንቀጾች ለማሳየት በ መመልከቻው ላይ: እርስዎ መምረጥ ይችላሉ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች </emph></caseinline><defaultinline><emph> መሳሪያዎች - ምርጫ </emph></defaultinline></switchinline><emph> - %PRODUCTNAME መጻፊያ - የ አቀራረብ እርዳታ </emph> እና ከዛ ያጽዱ የ <emph> ሜዳዎች: የተደበቁ አንቀጾች </emph> ምልክት ማድረጊያ ሳጥን ውስጥ"
+msgid "To display hidden paragraphs on the screen, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - View</menuitem>, and clear the <emph>Hidden paragraphs</emph> check box."
+msgstr ""
#. kBuFH
#: 04090200.xhp
@@ -23956,22 +24010,22 @@ msgctxt ""
msgid "Load/Save"
msgstr "መጫኛ/ማስቀመጫ"
-#. Gkp2B
+#. YUER3
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
"par_id3147512\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Saves or loads a chapter and outline number format. A saved outline number format is available to all text documents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">ረቂቅ የ ቁጥር አቀራረብ መጫኛ ወይንም ማስቀመጫ: የ ተቀመጠ የ ረቂቅ የ ቁጥር አቀራረብ ዝግጁ ነው ለ ሁሉም የ ጽሁፍ ሰነዶች </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Saves or loads a chapter numbering format. A saved chapter numbering format is available to all text documents.</ahelp>"
+msgstr ""
-#. SAiTG
+#. Eoxwy
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
"par_id3150979\n"
"help.text"
-msgid "The <emph>Load/Save</emph> button is only available for chapter and outline numbering. For numbered or bulleted list styles, modify the numbering styles of the paragraphs."
+msgid "The <emph>Load/Save</emph> button is only available for chapter numbering. For numbered or bulleted list styles, modify the numbering styles of the paragraphs."
msgstr ""
#. EV2DT
@@ -26449,13 +26503,13 @@ msgctxt ""
msgid "<bookmark_value>numbering;OpenOffice.org</bookmark_value><bookmark_value>OpenOffice.org legacy numbering</bookmark_value>"
msgstr ""
-#. 6sCyG
+#. 6EfGu
#: legacynumbering.xhp
msgctxt ""
"legacynumbering.xhp\n"
"hd_id761579742307751\n"
"help.text"
-msgid "<variable id=\"legacynumberingh1\"><link href=\"text/swriter/01/legacynumbering.xhp\" name=\"legacy numbering \">Position (List Styles - Legacy)</link></variable>"
+msgid "<variable id=\"legacynumberingh1\"><link href=\"text/swriter/01/legacynumbering.xhp\" name=\"legacy numbering\">Position (List Styles - Legacy)</link></variable>"
msgstr ""
#. VFBKw
@@ -26512,13 +26566,13 @@ msgctxt ""
msgid "Width of numbering"
msgstr ""
-#. rMyHa
+#. TtTBG
#: legacynumbering.xhp
msgctxt ""
"legacynumbering.xhp\n"
"par_id3150129\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/indentatmf\">Enter the width the numbering area. The numbering symbol can be left, center or right in this area.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/indentatmf\">Enter the width of the numbering area. The numbering symbol can be left, center or right in this area.</ahelp>"
msgstr ""
#. 4XWNy
@@ -26548,15 +26602,6 @@ msgctxt ""
msgid "Aligns the numbering symbol left, center, or right in the numbering area. The position might be adjusted to maintain the minimum space."
msgstr ""
-#. wEonA
-#: legacynumbering.xhp
-msgctxt ""
-"legacynumbering.xhp\n"
-"par_id3116348\n"
-"help.text"
-msgid "This control appears only when modifying Paragraph style."
-msgstr ""
-
#. VPLZn
#: legacynumbering.xhp
msgctxt ""
@@ -26575,6 +26620,15 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Paragraph alignment\">Paragraph alignment</link>"
msgstr ""
+#. zgLgx
+#: legacynumbering.xhp
+msgctxt ""
+"legacynumbering.xhp\n"
+"par_id3194378\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/indenting.xhp\" name=\"Paragraph indenting\">Indenting Paragraphs</link>"
+msgstr ""
+
#. mtBWM
#: mailmerge00.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/02.po b/source/am/helpcontent2/source/text/swriter/02.po
index 9e4f6f2f57d..70b6a1f3be0 100644
--- a/source/am/helpcontent2/source/text/swriter/02.po
+++ b/source/am/helpcontent2/source/text/swriter/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-22 13:00+0100\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2017-11-23 23:19+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -808,23 +808,23 @@ msgctxt ""
msgid "Page Number"
msgstr "የ ገጽ ቁጥር"
-#. JqAC6
+#. WJ2wq
#: 08010000.xhp
msgctxt ""
"08010000.xhp\n"
"hd_id3145241\n"
"help.text"
-msgid "<link href=\"text/swriter/02/08010000.xhp\" name=\"Page Number\">Page Number</link>"
-msgstr "<link href=\"text/swriter/02/08010000.xhp\" name=\"Page Number\">የ ገጽ ቁጥር</link>"
+msgid "Page Number"
+msgstr ""
-#. ZEjNe
+#. JTxYv
#: 08010000.xhp
msgctxt ""
"08010000.xhp\n"
"par_id3151184\n"
"help.text"
-msgid "<ahelp hid=\".uno:StatePageNumber\">The current page number is displayed in this field of the status bar. A double-click opens the Navigator, with which you can navigate in the document. A right-click shows all bookmarks in the document. Click a bookmark to position the text cursor at the bookmark location.</ahelp>"
-msgstr "<ahelp hid=\".uno:StatePageNumber\">የ አሁኑ የ ገጽ ቁጥር በዚህ ሜዳ የ ሁኔታ መደርደሪያ ላይ ነው: ሁለት ጊዜ-ይጫኑ መቃኛ ለ መክፈት: እርስዎ ከዛ ሰነዱን መቃኘት ይችላሉ: በ ቀኝ-ይጫኑ ሁሉንም ምልክት ማድረጊያዎች በ ሰነድ ውስጥ ለማየት: ይጫኑ ምልክት ማድረጊያውን የ ጽሁፍ መጠቆሚያውን ወደ ምልክት ማድረጊያው አካባቢ ለማድረግ </ahelp>"
+msgid "<ahelp hid=\".uno:StatePageNumber\">The current page number is displayed in this field of the status bar. A click opens \"Go to Page\", with which you can navigate in the document. A right-click shows all bookmarks in the document. Click a bookmark to position the text cursor at the bookmark location.</ahelp>"
+msgstr ""
#. BinAk
#: 08010000.xhp
diff --git a/source/am/helpcontent2/source/text/swriter/guide.po b/source/am/helpcontent2/source/text/swriter/guide.po
index ed117443ba3..0ba65e96e1d 100644
--- a/source/am/helpcontent2/source/text/swriter/guide.po
+++ b/source/am/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-12-09 17:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6307,14 +6307,14 @@ msgctxt ""
msgid "In the <item type=\"menuitem\">Navigator</item> for master documents (should open automatically, else press F5 to open), click and hold the <item type=\"menuitem\">Insert</item> icon, and do one of the following:"
msgstr "በ <item type=\"menuitem\"> መቃኛው </item> ለ ዋናው ሰነዶች (ራሱ በራሱ መከፈት አለበት ያለበለዚያ ይጫኑ F5 ለ መክፈት): ይጫኑ እና ይያዙ የ <item type=\"menuitem\"> ማስገቢያ </item> ምልክት እና ከ እነዚህ አንዱን ይስሩ:"
-#. esrRb
+#. ihE6T
#: globaldoc_howtos.xhp
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3156240\n"
"help.text"
-msgid "To insert an existing file as a subdocument, choose <emph>File</emph>, locate the file that you want to include, and then click <emph>OK</emph>."
-msgstr "ቀደም ብሎ የነበረ ፋይል ለማስገባት እንደ ንዑስ ሰነድ: ይምረጡ <emph> ፋይል </emph> የሚፈልጉትን ፋይል ፈልገው ያግኙ: እና ከዛ ይጫኑ <emph> እሺ </emph>"
+msgid "To insert an existing file as a subdocument, choose <menuitem>File</menuitem>, locate the file that you want to include, and then click <emph>Open</emph>."
+msgstr ""
#. DHqof
#: globaldoc_howtos.xhp
@@ -6505,14 +6505,14 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr "ይጫኑ <emph> እሺ </emph>"
-#. DEHD8
+#. hmLYv
#: globaldoc_howtos.xhp
msgctxt ""
"globaldoc_howtos.xhp\n"
"hd_id3145228\n"
"help.text"
-msgid "To Export a Master Document as a <item type=\"productname\">%PRODUCTNAME</item> Text Document"
-msgstr "ዋናውን ሰነድ ለመላክ እንደ የ <item type=\"productname\">%PRODUCTNAME</item> ጽሁፍ ሰነድ"
+msgid "To Export a Master Document"
+msgstr ""
#. 8fFGC
#: globaldoc_howtos.xhp
@@ -6523,14 +6523,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">File - Export</item>."
msgstr "ይምረጡ <item type=\"menuitem\"> ፋይል - መላኪያ </item>"
-#. 7UkKV
+#. DomMg
#: globaldoc_howtos.xhp
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3148580\n"
"help.text"
-msgid "In the <emph>File format</emph> list, select a text document file format and click <emph>Export</emph>."
-msgstr "ከ <emph> ፋይል አቀራረብ </emph> ዝርዝር ውስጥ ይምረጡ የ ጽሁፍ ሰነድ ፋይል አቀራረብ እና ይጫኑ <emph> መላኪያ </emph>"
+msgid "In the <emph>Save as type</emph> list, select a text document file format and click <emph>Save</emph>."
+msgstr ""
#. qGjnL
#: globaldoc_howtos.xhp
diff --git a/source/am/officecfg/registry/data/org/openoffice/Office/UI.po b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
index 1b2216608cb..e2f767580eb 100644
--- a/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-11-13 13:04+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://vm137.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/am/>\n"
@@ -18226,15 +18226,15 @@ msgctxt ""
msgid "Find Parenthesis"
msgstr "ቅንፍ መፈለጊያ"
-#. f5DAE
+#. mmxND
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:BasicIDEAppear\n"
"Label\n"
"value.text"
-msgid "Edit Macros"
-msgstr "ማክሮስ ማረሚያ"
+msgid "Edit Macros..."
+msgstr ""
#. Ws9jQ
#: GenericCommands.xcu
@@ -27928,6 +27928,16 @@ msgctxt ""
msgid "Background Color..."
msgstr "የ መደብ ቀለም..."
+#. u6JdE
+#: ReportCommands.xcu
+msgctxt ""
+"ReportCommands.xcu\n"
+".ReportCommands.UserInterface.Commands..uno:DSBEditDoc\n"
+"Label\n"
+"value.text"
+msgid "Edit Mode"
+msgstr ""
+
#. GZdEa
#: ReportCommands.xcu
msgctxt ""
@@ -34678,6 +34688,56 @@ msgctxt ""
msgid "Content Controls"
msgstr "ይዞታዎች መቆጣጠሪያ"
+#. SGVjq
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectMenu\n"
+"Label\n"
+"value.text"
+msgid "~Protect Document"
+msgstr ""
+
+#. ByLdE
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectFields\n"
+"Label\n"
+"value.text"
+msgid "Protect Fields"
+msgstr ""
+
+#. zDPPk
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectFields\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect fields in current document"
+msgstr ""
+
+#. CdnED
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectBookmarks\n"
+"Label\n"
+"value.text"
+msgid "Protect Bookmarks"
+msgstr ""
+
+#. WjWoa
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectBookmarks\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect bookmarks in current document"
+msgstr ""
+
#. joS9f
#: WriterFormWindowState.xcu
msgctxt ""
diff --git a/source/am/sc/messages.po b/source/am/sc/messages.po
index d865d0c395a..73bb2fe2a72 100644
--- a/source/am/sc/messages.po
+++ b/source/am/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2019-07-14 23:42+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20704,79 +20704,79 @@ msgid "Cancel"
msgstr "መሰረዣ"
#. nHoB2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:16
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:18
msgctxt "definedatabaserangedialog|DefineDatabaseRangeDialog"
msgid "Define Database Range"
msgstr "የ ዳታቤዝ መጠን ይግለጹ"
#. 4FqWF
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:176
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:179
msgctxt "definedatabaserangedialog|Name"
msgid "Name"
msgstr "ስም"
#. FUAH2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:241
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:244
msgctxt "definedatabaserangedialog|Range"
msgid "Range"
msgstr "መጠን"
#. N8Lui
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:276
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:279
msgctxt "definedatabaserangedialog|modify"
msgid "M_odify"
msgstr "ማ_ሻሻያ"
#. TniCB
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:329
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:332
msgctxt "definedatabaserangedialog|ContainsColumnLabels"
msgid "Co_ntains column labels"
msgstr "የ አምድ ምልክቶች ይ_ዟል"
#. QBs5X
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:345
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:348
msgctxt "definedatabaserangedialog|ContainsTotalsRow"
msgid "Contains _totals row"
msgstr "_ጠቅላላ ረድፎች ይዟል"
#. AeZB2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:361
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:364
msgctxt "definedatabaserangedialog|InsertOrDeleteCells"
msgid "Insert or delete _cells"
msgstr "_ክፍሎች ማስገቢያ ወይንም ማጥፊያ"
#. EveBu
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:377
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:380
msgctxt "definedatabaserangedialog|KeepFormatting"
msgid "Keep _formatting"
msgstr "_አቀራረቡን ማስቀመጫ"
#. rSf5f
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:393
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:396
msgctxt "definedatabaserangedialog|DontSaveImportedData"
msgid "Don't save _imported data"
msgstr "የ _መጡ ዳታዎችን አታስቀምጥ"
#. nYJiV
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:411
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:414
msgctxt "definedatabaserangedialog|Source"
msgid "Source:"
msgstr "ምንጭ:"
#. q2F5V
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:424
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:427
msgctxt "definedatabaserangedialog|Operations"
msgid "Operations:"
msgstr "ተግባሮች:"
#. XXY4E
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:437
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:440
msgctxt "definedatabaserangedialog|invalid"
msgid "Invalid range"
msgstr "ዋጋ የሌለው መጠን"
#. dHJw9
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:454
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:457
msgctxt "definedatabaserangedialog|label1"
msgid "Options"
msgstr "ምርጫዎች"
@@ -22720,213 +22720,213 @@ msgid "~File"
msgstr "~ፋይል"
#. EBQTu
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3546
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3539
msgctxt "CalcNotebookbar|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr "ለ ተመረጡት ክፍሎች ድንበር ይወስኑ"
#. f8rkJ
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3827
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3820
msgctxt "CalcNotebookbar|increaseindent1|tooltip_text"
msgid "Increase Indent"
msgstr "ማስረጊያ መጨመሪያ"
#. TBHRy
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3841
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3834
msgctxt "CalcNotebookbar|decreaseindent1|tooltip_text"
msgid "Decrease Indent"
msgstr "ማስረጊያ መቀነሻ"
#. 6GvMB
-#: sc/uiconfig/scalc/ui/notebookbar.ui:4815
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4808
msgctxt "CalcNotebookbar|HomeMenuButton"
msgid "_Home"
msgstr "_ቤት"
#. yghFn
-#: sc/uiconfig/scalc/ui/notebookbar.ui:4924
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4917
msgctxt "CalcNotebookbar|CalcLabel"
msgid "~Home"
msgstr "~ቤት"
#. bBEGh
-#: sc/uiconfig/scalc/ui/notebookbar.ui:5483
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5476
msgctxt "CalcNotebookbar|FieldMenuButton"
msgid "Fiel_d"
msgstr "ሜ_ዳ"
#. VCk9a
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6004
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5997
msgctxt "CalcNotebookbar|InsertMenuButton"
msgid "_Insert"
msgstr "_ማስገቢያ"
#. HnjBi
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6112
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6105
msgctxt "CalcNotebookbar|InsertLabel"
msgid "~Insert"
msgstr "~ማስገቢያ"
#. xmARL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6523
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6549
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6987
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6516
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6542
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6980
msgctxt "CalcNotebookbar|objectalign|tooltip_text"
msgid "Object Align"
msgstr "እቃ ማሰለፊያ"
#. 4FwmH
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7212
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7205
msgctxt "CalcNotebookbar|reviewb"
msgid "_Layout"
msgstr "_እቅድ"
#. eWinY
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7297
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7290
msgctxt "CalcNotebookbar|PageLayoutLabel"
msgid "~Layout"
msgstr "~እቅድ"
#. MHnRF
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8403
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8396
msgctxt "CalcNotebookbar|Statistics"
msgid "_Statistics"
msgstr "_ስታትስቲክስ"
#. BiHBE
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8454
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8447
msgctxt "CalcNotebookbar|DataMenuButton"
msgid "_Data"
msgstr "_ዳታ"
#. xzx9j
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8563
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8556
msgctxt "CalcNotebookbar|DataLabel"
msgid "~Data"
msgstr "~ዳታ"
#. CBEHA
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9385
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9378
msgctxt "CalcNotebookbar|ReviewMenuButton"
msgid "_Review"
msgstr "_ክለሳ"
#. 7FXbr
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9471
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9464
msgctxt "CalcNotebookbar|ReviewLabel"
msgid "~Review"
msgstr "~ክለሳ"
#. NT37F
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10377
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10370
msgctxt "CalcNotebookbar|ViewMenuButton"
msgid "_View"
msgstr "_መመልከቻ"
#. rPdAq
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10463
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10456
msgctxt "CalcNotebookbar|ViewLabel"
msgid "~View"
msgstr "~መመልከቻ"
#. zaUCM
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11517
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11510
msgctxt "CalcNotebookbar|GraphicMenuButton"
msgid "Ima_ge"
msgstr "ምስ_ል"
#. rwprK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11642
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11635
msgctxt "CalcNotebookbar|ImageLabel"
msgid "Ima~ge"
msgstr "ምስ~ል"
#. EjbzV
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12861
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12854
msgctxt "CalcNotebookbar|DrawMenuButton"
msgid "_Draw"
msgstr "_መሳያ"
#. iagRv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12971
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12964
msgctxt "CalcNotebookbar|DrawLabel"
msgid "~Draw"
msgstr "~መሳያ"
#. EgeGL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13443
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13436
msgctxt "CalcNotebookbar|ConvertMenuButton"
msgid "Convert"
msgstr "መቀየሪያ"
#. PdjTP
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13743
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13736
msgctxt "CalcNotebookbar|frame:Menu Draw"
msgid "_Object"
msgstr ""
#. xTKVv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13853
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13846
msgctxt "CalcNotebookbar|FrameLabel"
msgid "~Object"
msgstr "~እቃ"
#. cHyKz
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14428
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14421
msgctxt "CalcNotebookbar|MediaMenuButton"
msgid "_Media"
msgstr "_መገናኛ"
#. CJ2qx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14536
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14529
msgctxt "CalcNotebookbar|MediaLabel"
msgid "~Media"
msgstr "~ብዙሀን መገናኛ"
#. eQK6A
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14937
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14930
msgctxt "CalcNotebookbar|PrintMenuButton"
msgid "_Print"
msgstr "_ማተሚያ"
#. sCGyG
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15021
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15014
msgctxt "CalcNotebookbar|PrintLabel"
msgid "~Print"
msgstr "~ማተሚያ"
#. 5JVAt
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15856
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15849
msgctxt "CalcNotebookbar|FormMenuButton"
msgid "Fo_rm"
msgstr "ፎር_ም"
#. CCEAK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15941
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15934
msgctxt "CalcNotebookbar|FormLabel"
msgid "Fo~rm"
msgstr "ፎር~ም"
#. mrTYB
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15998
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15991
msgctxt "WriterNotebookbar|FormMenuButton"
msgid "E_xtension"
msgstr ""
#. Gtj2Y
-#: sc/uiconfig/scalc/ui/notebookbar.ui:16083
+#: sc/uiconfig/scalc/ui/notebookbar.ui:16076
msgctxt "WriterNotebookbar|ExtensionLabel"
msgid "E~xtension"
msgstr ""
#. 3Ec6T
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17311
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17304
msgctxt "CalcNotebookbar|ToolsMenuButton"
msgid "_Tools"
msgstr "_መሳሪያዎች"
#. fWgEx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17396
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17389
msgctxt "CalcNotebookbar|DevLabel"
msgid "~Tools"
msgstr "~መሳሪያዎች"
@@ -22944,188 +22944,188 @@ msgid "~File"
msgstr "~ፋይል"
#. UWfVg
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3576
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6256
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3567
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6247
msgctxt "notebookbar_compact|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr "ለ ተመረጡት ክፍሎች ድንበር ይወስኑ"
#. JDRKC
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4653
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4644
msgctxt "notebookbar_compact|HomeMenuButton"
msgid "_Menu"
msgstr "_ዝርዝር"
#. Svdz9
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4705
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4696
msgctxt "notebookbar_compact|CalcLabel"
msgid "~Home"
msgstr "~ቤት"
#. ecBqZ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5212
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5203
msgctxt "notebookbar_compact|FieldMenuButton"
msgid "Fiel_d"
msgstr "ሜ_ዳ"
#. zveKA
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5730
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5721
msgctxt "notebookbar_compact|InsertMenuButton"
msgid "_Insert"
msgstr "_ማስገቢያ"
#. CDXv3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5785
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5776
msgctxt "notebookbar_compact|InsertLabel"
msgid "~Insert"
msgstr "~ማስገቢያ"
#. EvytN
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6419
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6410
msgctxt "notebookbar_compact|PageMenuButton"
msgid "_Layout"
msgstr ""
#. TbQMa
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6471
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6462
msgctxt "notebookbar_compact|LayoutLabel"
msgid "~Layout"
msgstr "~እቅድ"
#. QqjZP
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7330
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7321
msgctxt "notebookbar_compact|Statistics"
msgid "_Statistics"
msgstr "_ስታትስቲክስ"
#. GFZNz
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7396
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7387
msgctxt "notebookbar_compact|DataMenuButton"
msgid "_Data"
msgstr "_ዳታ"
#. TCt7E
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7447
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7438
msgctxt "notebookbar_compact|DataLabel"
msgid "~Data"
msgstr "~ዳታ"
#. jYD7j
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8145
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8136
msgctxt "notebookbar_compact|ReviewMenuButton"
msgid "_Review"
msgstr "_ከለሳ"
#. Lbj5B
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8197
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8188
msgctxt "notebookbar_compact|ReviewLabel"
msgid "~Review"
msgstr "~ከለሳ"
#. 35kA2
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8879
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8870
msgctxt "notebookbar_compact|ViewMenuButton"
msgid "_View"
msgstr "_መመልከቻ"
#. ZGh8C
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8931
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8922
msgctxt "notebookbar_compact|ViewLabel"
msgid "~View"
msgstr "~መመልከቻ"
#. dV94w
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10321
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10312
msgctxt "notebookbar_compact|GraphicMenuButton"
msgid "Im_age"
msgstr "ምስ_ል"
#. ekWoX
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10373
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10364
msgctxt "notebookbar_compact|ImageLabel"
msgid "Ima~ge"
msgstr "ምስ~ል"
#. 8eQN8
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11786
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11777
msgctxt "notebookbar_compact|DrawMenuButton"
msgid "D_raw"
msgstr "መ_ሳያ"
#. FBf68
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11838
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11829
msgctxt "notebookbar_compact|ShapeLabel"
msgid "~Draw"
msgstr "~መሳያ"
#. DoVwy
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12816
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12807
msgctxt "notebookbar_compact|ObjectMenuButton"
msgid "Object"
msgstr "እቃ"
#. JXKiY
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12868
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12859
msgctxt "notebookbar_compact|FrameLabel"
msgid "~Object"
msgstr "~እቃ"
#. q8wnS
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13588
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13579
msgctxt "notebookbar_compact|MediaButton"
msgid "_Media"
msgstr "_መገናኛ"
#. 7HDt3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13641
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13632
msgctxt "notebookbar_compact|MediaLabel"
msgid "~Media"
msgstr "~መገናኛ"
#. vSDok
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14215
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14206
msgctxt "notebookbar_compact|PrintPreviewButton"
msgid "Print"
msgstr "ማተሚያ"
#. goiqQ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14267
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14258
msgctxt "notebookbar_compact|FormLabel"
msgid "~Print"
msgstr "~ማተሚያ"
#. EBGs5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15622
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15613
msgctxt "notebookbar_compact|FormButton"
msgid "Fo_rm"
msgstr "ፎር_ም"
#. EKA8X
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15674
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15665
msgctxt "notebookbar_compact|FormLabel"
msgid "Fo~rm"
msgstr "ፎር~ም"
#. 8SvE5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15754
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15745
msgctxt "notebookbar_compact|ExtensionMenuButton"
msgid "E_xtension"
msgstr ""
#. WH5NR
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15812
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15803
msgctxt "notebookbar_compact|ExtensionLabel"
msgid "E~xtension"
msgstr ""
#. 8fhwb
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16845
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16836
msgctxt "notebookbar_compact|ToolsMenuButton"
msgid "_Tools"
msgstr "_መሳሪያዎች"
#. kpc43
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16897
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16888
msgctxt "notebookbar_compact|DevLabel"
msgid "~Tools"
msgstr "~መሳሪያዎች"
@@ -26466,43 +26466,43 @@ msgid "Select the background color of the selected cells."
msgstr "ለ ተመረጡት ክፍሎች የ መደብ ቀለም ይምረጡ"
#. wCWut
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:43
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:45
msgctxt "sidebarcellappearance|cellbackground|tooltip_text"
msgid "Select the background color of the selected cells."
msgstr "ለ ተመረጡት ክፍሎች የ መደብ ቀለም ይምረጡ"
#. DKEkN
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:69
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:71
msgctxt "sidebarcellappearance|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr "ለ ተመረጡት ክፍሎች ድንበር ይወስኑ"
#. D2TVi
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:90
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:92
msgctxt "sidebarcellappearance|borderlinecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr "የ ድንበሮች መስመር ቀለም ይምረጡ"
#. GqfZD
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:98
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:102
msgctxt "sidebarcellappearance|linecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr "የ ድንበሮች መስመር ዘዴ ይምረጡ"
#. 8AUBs
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:108
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:112
msgctxt "sidebarcellappearance|borderlinecolor-atkobject"
msgid "Border Line Color"
msgstr "የ ድንበር መስመር ቀለም"
#. VgXDF
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:128
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:134
msgctxt "sidebarcellappearance|linestyle|tooltip_text"
msgid "Select the line style of the borders."
msgstr "የድንበሮች መስመር ዘዴ ይምረጡ"
#. jaxhA
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:138
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:144
msgctxt "sidebarcellappearance|borderlinestyle-atkobject"
msgid "Border Line Style"
msgstr "የ ድንበር መስመር ዘዴ"
diff --git a/source/am/sd/messages.po b/source/am/sd/messages.po
index cad3d32c868..026004ba8c1 100644
--- a/source/am/sd/messages.po
+++ b/source/am/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2019-07-04 19:10+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1161,261 +1161,243 @@ msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "ዋናውን ተንሸራታች መጫኛ"
-#. A6KgG
-#: sd/inc/strings.hrc:160
-msgctxt "STR_DRAGTYPE_URL"
-msgid "Insert as Hyperlink"
-msgstr "እንደ hyperlink ማስገቢያ"
-
-#. VB7Zq
-#: sd/inc/strings.hrc:161
-msgctxt "STR_DRAGTYPE_EMBEDDED"
-msgid "Insert as Copy"
-msgstr "እንደ ኮፒ ማስገቢያ"
-
-#. aAqZD
-#: sd/inc/strings.hrc:162
-msgctxt "STR_DRAGTYPE_LINK"
-msgid "Insert as Link"
-msgstr "እንደ አገናኝ ማስገቢያ"
-
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:160
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "ብልጥ"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:161
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "በ ግራ"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:162
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "በ ቀኝ"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:163
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "ከ ላይ"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:164
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "ከ ታች"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:165
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "ከ ላይ በ ግራ በኩል?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:166
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "ከ ታች በ ግራ በኩል?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:167
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "ከ ላይ በ ቀኝ በኩል?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "ከ ታች በ ቀኝ በኩል?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "በ አግድም"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "በ ቁመት"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "ሁሉንም?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:172
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "ይህን ተግባር በ live ዘዴ ማስኬድ አይቻልም"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:173
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "ወደ ኋላ"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:174
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "ይቀጥሉ"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:175
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "ባጠቃላይ"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:176
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "ቀለም መቀየሪያ"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:177
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "መስቀልኛ-ማፍዘዣ"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:178
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "ተንሸራታች ማስፊያ"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:179
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "የ ተንሸራታች የ ሰንጠረዥ ይዞታዎች"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:180
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "ምንም የ SANE ምንጭ ዝግጁ የሆነ አልተገኘም"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:181
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "ለጊዜው ምንም የ TWAIN ምንጭ ዝግጁ የሆነ አልተገኘም"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:182
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "የተወሰነ"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:183
msgctxt "STR_VAR"
msgid "Variable"
msgstr "ተለዋዋጭ"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:184
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "መደበኛ"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:185
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "መደበኛ (አጭር)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:186
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "መደበኛ (ረጅም)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:187
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "የ ፋይል ስም"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:188
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "መንገድ/የ ፋይል ስም"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:189
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "መንገድ"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:190
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "የ ፋይሉ ስም ያለ ተጨማሪ"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:191
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "አዲስ ተንሸራታች ማሳያ ማስተካከያ"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:192
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "ኮፒ "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:193
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME Presentation format (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:194
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME Drawing format (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:195
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "መለያያ Metafile(s)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:196
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "ሁሉንም የ መሳያ እቃዎች መለያየት አልተቻለም"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:197
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION Presentation"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:198
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION Drawing"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:201
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1425,157 +1407,157 @@ msgstr ""
"መቀየር ይፈልጋሉ?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:202
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:203
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlink"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:204
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "የተጎበኙ አገናኞች"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:205
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "ንቁ አገናኞች"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:206
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "ማስታወሻዎች"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:207
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "የ ሰንጠረዥ ማውጫዎች"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:208
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "ለማስጀመር እዚህ ይጫኑ"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:209
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "ደራሲው"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "ኢሜይል"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "የ ገጽ ቤት"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "በ በለጠ ለመረዳት"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "ማቅረቢያውን ማውረጃ"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "የእርስዎ መቃኛ ተንሳፋፊ ክፈፎችን አይደግፍም"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "መጀመሪያ ገጽ"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "የ መጨረሻው ገጽ"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "ምስል"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "ከይዞታዎች ጋር"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "ያለ ይዞታዎች"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:221
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "ለተሰጠው ገጽ"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:222
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "bitmap ወደ ፖሊጎን መቀየሪያ"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:223
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "ይጫኑ ከ ማቅረቢያው ለመውጣት..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:224
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "ማቆሚያ..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:225
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3ዲ የምወዳቸው መፈጸሚያ"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:226
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "የ ምስል ማጣሪያ"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:227
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1585,812 +1567,824 @@ msgstr ""
"ዋጋ ያለው የድምፅ ፋይል አይደለም!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:228
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "ወደ metafile መቀየሪያ"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:229
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "ወደ bitmap መቀየሪያ"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:230
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "ፋይሉን መፍጠር አልተቻለም $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:231
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "ፋይሉን መክፈት አልተቻለም $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:232
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "ይህን ፋይል $(URL1) ኮፒ ማድረግ አልተቻለም ወደ $(URL2)"
#. KVfUE
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:233
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list and double-click for dialog."
msgstr "ዋናው የ ተንሸራታች ስም: በ ቀኝ-ይጫኑ ለ ዝርዝር እና ሁለት ጊዜ-ይጫኑ ለ ንግግር"
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "ተንሸራታቹን እንደገና መሰየሚያ"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:235
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
+#. rBmcL
+#: sd/inc/strings.hrc:236
+msgctxt "STR_TOOLTIP_RENAME"
+msgid "Duplicate or empty names are not possible"
+msgstr ""
+
#. FUm5F
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:237
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "ስም"
#. VSdio
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:238
msgctxt "STR_TITLE_RENAMEMASTER"
msgid "Rename Master Slide"
msgstr "ዋናውን ተንሸራታች እንደገና መሰየሚያ"
#. rWiXQ
-#: sd/inc/strings.hrc:241
+#: sd/inc/strings.hrc:239
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "የ አርእስት ቦታ ራሱ በራሱ ማርቀቂያ"
#. i4T9w
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:240
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "የ እቃ ቦታ ራሱ በራሱ ማርቀቂያ"
#. vS6wi
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:241
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "የ ግርጌ ቦታ"
#. xFBgg
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:242
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "የ ራስጌ ቦታ"
#. 8JGJD
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:243
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "የቀን ቦታ"
#. oNFN3
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:244
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "የ ተንሸራታች ቁጥር ቦታ"
#. GisCz
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:245
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "የ ገጽ ቁጥር ቦታ"
#. rvtjX
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:246
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<ራስጌ>"
#. RoVvC
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:247
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<ግርጌ>"
#. RXzA4
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:248
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<ቀን / ሰአት>"
#. TuP6n
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:249
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<ቁጥር>"
#. CCuCb
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:250
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<መቁጠሪያ>"
#. TDgFU
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:251
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<የ ተንሸራታች-ስም>"
#. j8btB
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:252
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<የ ገጽ-ስም>"
#. ao6iR
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "የማስታወሻዎች ቦታ"
#. EEf4k
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:254
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "ሀንጉል/ሀንጃ መቀየሪያ"
#. RDARn
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:255
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "ተንሸራታቾች"
#. CU9DK
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:256
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "ገጾች"
#. C7hf2
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:257
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "ቅድመ እይታ የለም"
#. bAJoa
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:258
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "ቅድመ እይታ በማዘጋጀት ላይ"
#. nDrpm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:259
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "እቅዶች"
#. peCQY
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:260
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "የ መሳያ ዘዴዎች"
#. tR4CL
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:261
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "የ ማቅረቢያ ዘዴዎች"
#. oyUYa
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:262
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "የ ክፍል ዘዴዎች"
-#. dqvxZ
-#: sd/inc/strings.hrc:265
-msgctxt "STR_NAVIGATOR_SHOW_NAMED_SHAPES"
-msgid "Named shapes"
-msgstr "የተሰየሙ ቅርጾች"
-
-#. GwNKU
-#: sd/inc/strings.hrc:266
-msgctxt "STR_NAVIGATOR_SHOW_ALL_SHAPES"
-msgid "All shapes"
-msgstr "ሁሉንም ቅርጾች"
-
#. BQmNo
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:263
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "ቅርጽ %1"
#. 94JFw
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:264
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:265
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "አስተያየቶች"
#. 76dF3
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:266
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "የ ተንሸራታች ረቂቅ እንደነበረ መመለሻ"
#. EB6XY
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:267
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ሰንጠረዥ ማስገቢያ"
#. koDfS
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:268
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "ቻርት ማስገቢያ"
#. re2hh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:269
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ምስል ማስገቢያ"
#. iBBLh
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:270
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "ድምፅ ወይንም ቪዲዮ ማስገቢያ"
#. m8crC
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:271
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "ገጾች መጎተቻ እና መጣያ"
#. CAGzA
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:272
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "መጎተቻ እና መጣያ ተንሸራታቾች"
#. 2mDn4
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:273
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "እባክዎን ምስሎች ወደ አልበሙ ውስጥ ይጨምሩ"
#. jbPEH
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:274
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "የ ጽሁፍ ተንሸራታች"
-#. QY89q
-#: sd/inc/strings.hrc:279
-msgctxt "STR_OBJECTS_TREE"
-msgid "Page Tree"
-msgstr "የ ገጽ ዛፍ"
-
#. 5FSEq
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:275
#, c-format
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "የ አካባቢ ኢላማ ዳይሬክቶሪ '%FILENAME' ባዶ አይደለም: አንዳንድ ፋይሎች ላይ ተደርቦ ተጽፏል: መቀጠል ይፈልጋሉ?"
#. DKw6n
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:277
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "መደብ"
#. qGFWm
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:278
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "የ መደቡ እቃዎች"
#. j9GG4
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:279
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "ረቂቅ"
#. nU2g2
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:280
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "መቆጣጠሪያዎች"
#. zQSpC
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:281
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "የ ወርድ ፡ ስፋት ፡ ቁመት መስመሮች"
#. z4wq5
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:282
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "ተንሸራታች"
#. TTD8A
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:283
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "ገጽ"
#. p8GEE
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:284
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "ተንሸራታች"
#. r3w8y
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:285
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "ዋናው ተንሸራታች"
#. 8WvYc
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:286
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "ዋናው ተንሸራታች:"
#. C3zZM
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:287
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "ዋናው ገጽ"
#. nTgKn
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:288
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "ዋናው ገጽ:"
#. PacSi
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:289
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(ማስታወሻዎች)"
#. hBB6T
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:290
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "ምፅዋት"
#. ZC2XQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "የ አርእስት ጽሁፍ አቀራረብ ለ ማረም ይጫኑ"
#. bekYz
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "የ አርእስት ጽሁፍ ረቂቅ አቀራረብ ለ ማረም ይጫኑ"
+#. MhEh8
+#: sd/inc/strings.hrc:293
+msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
+msgid "Double-tap to edit the title text format"
+msgstr ""
+
+#. eMDBG
+#: sd/inc/strings.hrc:294
+msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
+msgid "Double-tap to edit the outline text format"
+msgstr ""
+
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "ሁለተኛ የ ረቂቅ ደረጃ"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "ሶስተኛ የ ረቂቅ ደረጃ"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "አራተኛ የ ረቂቅ ደረጃ"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "አምስተኛ የ ረቂቅ ደረጃ"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ስድስተኛ የ ረቂቅ ደረጃ"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "ሰባተኛ የ ረቂቅ ደረጃ"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "ተንሸራቱቹን ለማንቀሳቀስ ይጫኑ"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "የ ማስታወሻ አቀራረብ ለ ማረም ይጫኑ"
+#. Qxj2R
+#: sd/inc/strings.hrc:303
+msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
+msgid "Double-tap to move the slide"
+msgstr ""
+
+#. iibds
+#: sd/inc/strings.hrc:304
+msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
+msgid "Double-tap to edit the notes format"
+msgstr ""
+
#. oBXBx
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "አርእስት ለ መጨመር ይጫኑ"
#. HVQNr
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "ጽሁፍ ለ መጨመር ይጫኑ"
#. NUirL
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "ጽሁፍ ለ መጨመር ይጫኑ"
#. 2u7FR
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "ማስታወሻዎች ለመጨመር ይጫኑ"
#. js2X9
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "ሁለት-ጊዜ ይጫኑ ምስል ለመጨመር"
#. HGVA3
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "ሁለት-ጊዜ ይጫኑ እቃ ለመጨመር"
#. XjW6w
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "ሁለት-ጊዜ ይጫኑ ቻርት ለ መጨመር"
#. eKgCA
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "ሁለት-ጊዜ ይጫኑ የ ድርጅት ቻርት ለ መጨመር"
#. wW4E4
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "ሁለት-ጊዜ ይጫኑ ሰንጠረዥ ለመጨመር"
#. nBtJo
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:318
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "ነባር"
#. rEPYV
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:319
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "አርእስት"
#. tRuKR
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:320
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default"
msgstr "ነባር"
#. pxfDw
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:321
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "ተንሸራታቾችን ማንቀሳቀሻ"
#. uDXFb
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:322
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:323
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. wCkjy
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:324
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Setup"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "መሙያ የሌላቸው እቃዎች"
#. btJeg
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "መሙያ እና መስመር የሌለው እቃ"
#. YCmiq
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:328
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. v7u2t
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "አርእስት A4"
#. ZCLYo
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "ራስጌ A4"
#. epKM4
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "ጽሁፍ A4"
#. kCg3k
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:334
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "አርእስት A0"
#. 6AG4z
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "ራስጌ A0"
#. gLfCw
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "ጽሁፍ A0"
#. eDG7h
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "ንድፍ"
#. o4g3u
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "ቅርጾች"
#. i6AnZ
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "መስመሮች"
#. 2ohzZ
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "የ ቀስት መስመር"
#. mLCYV
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "የ ዳሽ መስመር"
#. xtD8b
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "የተሞላ"
#. BGGf5
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "ሰማያዊ የተሞላ"
#. sGCBw
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "አረንጓዴ የተሞላ"
#. xfoEY
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "ቢጫ የተሞላ"
#. eEKGF
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "ቀይ የተሞላ"
#. uHgQH
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "እቅድ"
#. 2eHMC
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "እቅድ በ ሰማያዊ"
#. 8FRxG
-#: sd/inc/strings.hrc:352
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "እቅድ በ አረንጓዴ"
#. CEJ3Z
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:352
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "እቅድ በ ቢጫ"
#. LARUM
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "እቅድ በ ቀይ"
#. 5dvZu
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:355
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "አርእስት"
#. zn6qa
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:356
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
#. JVyHE
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:357
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "ረቂቅ"
#. riaKo
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:358
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "የ መደቡ እቃዎች"
#. EEEk3
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:359
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "መደብ"
#. EdWfd
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:360
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "ማስታወሻዎች"
#. FQqif
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:361
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint Import"
#. kjKWf
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:362
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ሰነድ ማስቀመጫ"
#. VCFFA
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_BANDED_CELL"
msgid "Banding cell"
msgstr "ክፍል ማጣመሪያ"
#. FBzD4
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:364
msgctxt "STR_POOLSHEET_HEADER"
msgid "Header"
msgstr "ራስጌ"
#. kut56
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:365
msgctxt "STR_POOLSHEET_TOTAL"
msgid "Total line"
msgstr "ጠቅላላ መስመር"
#. 4UBCG
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:366
msgctxt "STR_POOLSHEET_FIRST_COLUMN"
msgid "First column"
msgstr "የመጀመሪያው አምድ"
#. f3Zfa
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:367
msgctxt "STR_POOLSHEET_LAST_COLUMN"
msgid "Last column"
msgstr "የ መጨረሻው አምድ"
#. HAeDt
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:368
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "የ ፊደል መጠን ማሳነሻ"
#. 7uDfu
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:369
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "የ ፊደል መጠን ማሳደጊያ"
@@ -2398,703 +2392,703 @@ msgstr "የ ፊደል መጠን ማሳደጊያ"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "መሳያ መመልከቻ"
#. Fi6GE
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_D_DRAWVIEW_D"
msgid "This is where you create and edit drawings."
msgstr "እዚህ ነው ስእል መፍጠር እና ማረም የሚችሉት"
#. GfnmX
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "መሳያ መመልከቻ"
#. SWtFN
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_I_DRAWVIEW_D"
msgid "This is where you create and edit slides."
msgstr "እዚህ ነው ተንሸራታቾች መፍጠር እና ማረም የሚችሉት"
#. YCVqM
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "ረቂቅ መመልከቻ"
#. feLwF
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_D"
msgid "This is where you enter or edit text in list form."
msgstr "እዚህ ነው የሚያስገቡት ወይም በ ዝርዝር ፎርም ውስጥ ጽሁፍ የሚያርሙት"
#. k2hXi
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "ተንሸራታች መመልከቻ"
#. A22hR
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "ተንሸራታቾችን የሚለዩት እዚህ ነው"
#. vyX8L
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "ማስታወሻ መመልከቻ"
#. Syiwi
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_NOTESVIEW_D"
msgid "This is where you enter and view notes."
msgstr "እዚህ ነው ማስታወሻ ማስገባት እና መመልከት የሚችሉት"
#. qr5ov
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "ምፅዋት መመልከቻ"
#. 9EyMA
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_D"
msgid "This is where you decide on the layout for handouts."
msgstr "እዚህ ነው ለ እቅድ ረቀቅ የሚወስኑት"
#. Ycpb4
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "የ ማቅረቢያ አርእስት"
#. 4WCzf
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "የ ማቅረቢያ ንድፍ"
#. cBoMF
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "የ ማቅረቢያ ንዑስ አርእስት"
#. 8KV99
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "የ ማቅረቢያ ገጽ"
#. R6kyg
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "የ ማቅረቢያ ማስታወሻዎች"
#. X8c9Z
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "በ እጅ የሚሰጥ"
#. FeAdu
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "ያልታወቀ ሊደረስበት የሚችል የማቅረቢያ ቅርጽ"
#. ogNjh
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_TITLE_D"
msgid "PresentationTitleShape"
msgstr "የ ማቅረቢያ አርእስት ቅርጽ"
#. bFvTq
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_OUTLINER_D"
msgid "PresentationOutlinerShape"
msgstr "የ ማቅረቢያ እቅድ ቅርጽ"
#. wAE9M
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_SUBTITLE_D"
msgid "PresentationSubtitleShape"
msgstr "የ ማቅረቢያ ንዑስ አርእስት ቅርጽ"
#. RYA3y
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_PAGE_D"
msgid "PresentationPageShape"
msgstr "የ ማቅረቢያ ገጽ ቅርጽ"
#. VVZyE
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_P_NOTES_D"
msgid "PresentationNotesShape"
msgstr "የ ማቅረቢያ ማስታወሻዎች ቅርጽ"
#. Pqhhf
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_HANDOUT_D"
msgid "PresentationHandoutShape"
msgstr "የ ማቅረቢያ በ እጅ የሚሰጥ ቅርጽ"
#. KzpQq
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_UNKNOWN_D"
msgid "Unknown accessible presentation shape"
msgstr "ያልታወቀ ሊደረስበት የሚችል የማቅረቢያ ቅርጽ"
#. sA8of
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "የ ማቅረቢያ ግርጌ"
#. 4YzQz
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_FOOTER_D"
msgid "PresentationFooterShape"
msgstr "የ ማቅረቢያ ግርጌ ቅርጽ"
#. KAC6Z
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "የ ማቅረቢያ ራስጌ"
#. zpVS7
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HEADER_D"
msgid "PresentationHeaderShape"
msgstr "የ ማቅረቢያ አርእስት ቅርጽ"
#. EfHeH
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "የ ማቅረቢያ ቀን እና ሰአት"
#. 7Dbde
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_DATE_D"
msgid "PresentationDateAndTimeShape"
msgstr "የ ማቅረቢያ ቀን እና ሰአት ቅርጽ"
#. WosPZ
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "የ ማቅረቢያ ገጽ ቁጥር"
#. q7Hqe
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_NUMBER_D"
msgid "PresentationPageNumberShape"
msgstr "የ ማቅረቢያ ገጽ ቁጥር ቅርጽ"
#. kCGsH
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME ማቅረቢያ"
#. ubJop
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "አርእስት"
#. Va4KF
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:410
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "ንድፍ"
#. 6FKRE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:411
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
#. eSBEi
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:412
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "ገጽ"
#. WEaeZ
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:413
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "ማስታወሻዎች"
#. buhox
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:414
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "በ እጅ የሚሰጥ"
#. 4xBQg
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:415
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "ያልታወቀ ሊደረስበት የሚችል የማቅረቢያ ቅርጽ"
#. CGegB
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:416
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ግርጌ"
#. SrrR4
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:417
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "ራስጌ"
#. CCwKy
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:418
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "ቀን"
#. EFmn4
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:419
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "ቁጥር"
#. wFpMQ
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:420
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(ለንባብ-ብቻ)"
#. EV4W5
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ምንም"
#. 9izAz
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "የሚቀጥለውን እስክጫን"
#. oEQ7B
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "ተንሸራታቹ እስከሚያልቅ"
#. Lf9gB
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "አቅጣጫ:"
#. xxDXG
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "ማሳያ:"
#. SvBeK
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "ሽቦዎች:"
#. eJ4qZ
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "የ መጀመሪያ ቀለም:"
#. CSbCE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "ሁለተኛ ቀለም:"
#. cZUiD
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "ቀለም መሙያ"
#. U5ZDL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "ዘዴ:"
#. vKLER
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ፊደል:"
#. Fdsks
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "የ ፈደል ቀለም:"
#. nT7dm
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "ዘዴ:"
#. q24Fe
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Typeface:"
#. nAqeR
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "የ መስመር ቀለም:"
#. w7G4Q
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "የ ፊደል መጠን:"
#. R3GgU
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "መጠን:"
#. YEwoz
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "ብዛት:"
#. wiQPZ
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ቀለም:"
#. f5u6C
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:441
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ድምጽ የለም)"
#. N7jGX
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:442
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(ቀደም ያለውን ድምጽ ማቆሚያ)"
#. vasqr
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:443
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "ሌላ ድምጽ..."
#. CjvLY
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:444
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "ናሙና"
#. CdYt2
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:445
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ማስነሻ"
#. dVJoV
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:446
msgctxt "STR_CUSTOMANIMATION_LIST_HELPTEXT"
msgid "First select the slide element and then click 'Add...' to add an animation effect."
msgstr "በ መጀመሪያ የ ተንሸራታች አካል ይምረጡ እና ይጫኑ 'መጨመሪያ...' የ እንቅስቃሴ ውጤቶች ለመጨመር"
#. Evkrq
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:447
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "የተጠቃሚ መንገዶች"
#. EcciE
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:448
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "መግቢያ: %1"
#. Zydrz
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:449
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "ማጋነኛ: %1"
#. kW2DL
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:450
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "መውጫ: %1"
#. iKFbF
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:451
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "የ እንቅስቃሴ መንገድ: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:452
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "የተለያዩ: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:453
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ምንም"
#. KAsTD
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:455
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "ዛሬ"
#. DEYnN
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:456
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "ትናንትና"
#. bh3FZ
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:457
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ደራሲው የለም)"
#. AvNV8
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ማስደነቂያ ከ ማቅረቢያው መጨረሻ ደርሷል: ከ መጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
#. P5gKe
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:459
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ማስደነቂያ ከ መጀመሪያው ማቅረቢያው ጋር ደርሷል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
#. KGmdL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:460
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME መሳያ ከ ሰነዱ መጨረሻ ደርሷል: ከ መጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
#. oEn6r
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:461
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME መሳያ ከሰነዱ መጀመሪያ ጋር ደርሷል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
#. eP7Vm
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:462
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "አስተያየት ማስገቢያ"
#. s4c9W
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:463
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "አስተያየት(ቶች) ማጥፊያ"
#. bxiPE
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:464
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "አስተያየት ማንቀሳቀሻ"
#. hQbpd
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:465
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "አስተያየት ማረሚያ"
#. g6k7E
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:466
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "መልስ ለ %1"
#. NMTpu
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:468
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "መገናኛ በ ድጋሚ ማጫወቻ"
#. Q76cw
-#: sd/inc/strings.hrc:470
+#: sd/inc/strings.hrc:469
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "ሰንጠረዥ"
#. xCRmu
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "ሰነድ"
#. uBxPs
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "ተንሸራታች በ ገጽ ውስጥ:"
#. EPBUK
-#: sd/inc/strings.hrc:475
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "ትእዛዝ:"
#. BFEFJ
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~ይዞታዎች"
#. AdWKp
-#: sd/inc/strings.hrc:477
+#: sd/inc/strings.hrc:476
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "የ ~ተንሸራታች ስም"
#. GkLky
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:477
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "የ ~ገጽ ስም"
#. EFkVE
-#: sd/inc/strings.hrc:479
+#: sd/inc/strings.hrc:478
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~ቀን እና ሰአት"
#. ZcDFL
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:479
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "የተደበቁ ገጾች"
#. CSUbC
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:480
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ቀለም"
#. WmYKp
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:481
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~መጠን"
#. qDGVE
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:482
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "መግለጫ ጽሁፍ"
#. K7m8L
-#: sd/inc/strings.hrc:484
+#: sd/inc/strings.hrc:483
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "የ ገጽ ጎኖች"
#. 8AzJi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:484
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "ማካተቻ"
#. AEeCf
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:485
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "የ ወረቀት ትሪ ከ ማተሚያ ምርጫዎች ውስጥ ብቻ ~መጠቀሚያ"
#. jBxbU
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:486
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "ገጾች:"
#. a3tSp
-#: sd/inc/strings.hrc:488
+#: sd/inc/strings.hrc:487
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "ተንሸራታች:"
#. pPiWM
-#: sd/inc/strings.hrc:490
+#: sd/inc/strings.hrc:489
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ማስደነቂያ እስከ መጨረሻው ማስደነቂያ ድረስ ፈልጓል: ከ መጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
#. buKAC
-#: sd/inc/strings.hrc:491
+#: sd/inc/strings.hrc:490
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ማስደነቂያ እስከ መጀመሪያው ማስደነቂያ ድረስ ፈልጓል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
#. iiE2i
-#: sd/inc/strings.hrc:492
+#: sd/inc/strings.hrc:491
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME መሳያ እስከ መጨረሻው ሰነድ ድረስ ፈልጓል: ከመጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
#. RAhiP
-#: sd/inc/strings.hrc:493
+#: sd/inc/strings.hrc:492
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME መሳያ እስከ መጀመሪያው ሰነድ ድረስ ፈልጓል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
#. T5Pap
-#: sd/inc/strings.hrc:495
+#: sd/inc/strings.hrc:494
msgctxt "STR_SD_NONE"
msgid "- None -"
msgstr "- ምንም -"
#. 6GhtE
-#: sd/inc/strings.hrc:497
+#: sd/inc/strings.hrc:496
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:499
+#: sd/inc/strings.hrc:498
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "አገናኝ"
@@ -5736,54 +5730,90 @@ msgctxt "mastermenu|small"
msgid "Show S_mall Preview"
msgstr "በ _ትንሽ ቅድመ እይታ ማሳያ"
+#. qF7zf
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:12
+msgctxt "navigatorpanelSTR_DRAGTYPE_URL"
+msgid "Insert as Hyperlink"
+msgstr ""
+
+#. ptpuN
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:20
+msgctxt "navigatorpanel|STR_DRAGTYPE_LINK"
+msgid "Insert as Link"
+msgstr ""
+
+#. z7JSR
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:29
+msgctxt "navigatorpanel|STR_DRAGTYPE_EMBEDDED"
+msgid "Insert as Copy"
+msgstr ""
+
#. 3rY8r
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:22
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:64
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "ሰነድ"
#. wavgT
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:25
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:67
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "ንቁ መስኮት"
+#. D6ag8
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:118
+msgctxt "navigatorpanel|STR_OBJECTS_TREE"
+msgid "Page Tree"
+msgstr ""
+
#. LKqE8
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:58
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:139
msgctxt "navigatorpanel|first|tooltip_text"
msgid "First Slide"
msgstr "የ መጀመሪያው ተንሸራታች"
#. NWPFk
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:71
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:151
msgctxt "navigatorpanel|previous|tooltip_text"
msgid "Previous Slide"
msgstr "ቀደም ያለው ተንሸራታች"
#. bkvQE
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:84
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:163
msgctxt "navigatorpanel|next|tooltip_text"
msgid "Next Slide"
msgstr "የሚቀጥለው ተንሸራታች"
#. FVSHF
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:97
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:175
msgctxt "navigatorpanel|last|tooltip_text"
msgid "Last Slide"
msgstr "የ መጨረሻው ተንሸራታች"
#. mHVom
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:120
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:197
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr "መጎተቻ ዘዴ"
#. Qb5a9
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:133
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:209
msgctxt "navigatorpanel|shapes|tooltip_text"
msgid "Show Shapes"
msgstr "ቅርጾች ማሳያ"
+#. pzb3K
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:237
+msgctxt "navigatorpanel|STR_NAVIGATOR_SHOW_NAMED_SHAPES"
+msgid "Named shapes"
+msgstr ""
+
+#. dLEPF
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:246
+msgctxt "navigatorpanel|STR_NAVIGATOR_SHOW_ALL_SHAPES"
+msgid "All shapes"
+msgstr ""
+
#. qGFEo
#: sd/uiconfig/simpress/ui/notebookbar.ui:3200
msgctxt "impressnotebookbar|FileLabel"
diff --git a/source/am/sfx2/messages.po b/source/am/sfx2/messages.po
index c7cfe1632a2..ee96e5a0c7f 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-06-04 22:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1017,10 +1017,10 @@ msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
-#. YXSet
+#. eG5qc
#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
-msgid "Regex"
+msgid "Regular expression"
msgstr ""
#. TaDCG
@@ -2256,10 +2256,10 @@ msgctxt "addtargetdialog|type"
msgid "Text"
msgstr ""
-#. vL3CV
+#. dGQqg
#: sfx2/uiconfig/ui/addtargetdialog.ui:167
msgctxt "addtargetdialog|type"
-msgid "Regex"
+msgid "Regular expression"
msgstr ""
#. wgzA4
diff --git a/source/am/svl/messages.po b/source/am/svl/messages.po
index 9ed1ba03549..d374a97fa59 100644
--- a/source/am/svl/messages.po
+++ b/source/am/svl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2018-03-03 21:01+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,11 +13,18 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1520110868.000000\n"
+#. PDMJD
#. Internet Media Type Presentations
#: include/svl/svl.hrc:26
msgctxt "STR_SVT_MIMETYPE_CNT_FSYSBOX"
msgid "Workplace"
msgstr "የ መስሪያ ቦታ"
+
+#. k4iRz
+#: include/svl/svl.hrc:27
+msgctxt "STR_FILECTRL_BUTTONTEXT"
+msgid "Browse..."
+msgstr ""
diff --git a/source/am/svtools/messages.po b/source/am/svtools/messages.po
index f82c3db56b4..f551bda6380 100644
--- a/source/am/svtools/messages.po
+++ b/source/am/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-07 14:10+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-06-01 00:55+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -811,945 +811,939 @@ msgctxt "STR_SVT_FONTMAP_NOTAVAILABLE"
msgid "This font has not been installed. The closest available font will be used."
msgstr "ይህ ፊደል አልተገጠመም ፡ ተቀራራቢ ዝግጁ የሆነውን ፊደል ይጠቀማል"
-#. k4iRz
-#: include/svtools/strings.hrc:182
-msgctxt "STR_FILECTRL_BUTTONTEXT"
-msgid "Browse..."
-msgstr "መቃኛ ..."
-
#. KCmDe
-#: include/svtools/strings.hrc:183
+#: include/svtools/strings.hrc:182
msgctxt "STR_TABBAR_PUSHBUTTON_MOVET0HOME"
msgid "Move To Home"
msgstr "ወደ ቤት ማንቀሳቀሻ"
#. f6NAc
-#: include/svtools/strings.hrc:184
+#: include/svtools/strings.hrc:183
msgctxt "STR_TABBAR_PUSHBUTTON_MOVELEFT"
msgid "Move Left"
msgstr "ወደ ግራ ማንቀሳቀሻ"
#. nrvoV
-#: include/svtools/strings.hrc:185
+#: include/svtools/strings.hrc:184
msgctxt "STR_TABBAR_PUSHBUTTON_MOVERIGHT"
msgid "Move Right"
msgstr "ወደ ቀኝ ማንቀሳቀሻ"
#. ZQgUu
-#: include/svtools/strings.hrc:186
+#: include/svtools/strings.hrc:185
msgctxt "STR_TABBAR_PUSHBUTTON_MOVETOEND"
msgid "Move To End"
msgstr "ወደ መጨረሻው ማንቀሳቀሻ"
#. mZ4Ln
-#: include/svtools/strings.hrc:187
+#: include/svtools/strings.hrc:186
msgctxt "STR_TABBAR_PUSHBUTTON_ADDTAB"
msgid "Add"
msgstr "መጨመሪያ"
#. 4K4AF
-#: include/svtools/strings.hrc:189
+#: include/svtools/strings.hrc:188
msgctxt "STR_SVT_ACC_RULER_HORZ_NAME"
msgid "Horizontal Ruler"
msgstr "የ አግድም ማስመሪያ"
#. PG9qt
-#: include/svtools/strings.hrc:190
+#: include/svtools/strings.hrc:189
msgctxt "STR_SVT_ACC_RULER_VERT_NAME"
msgid "Vertical Ruler"
msgstr "የ ቁመት ማስመሪያ"
#. WKngA
-#: include/svtools/strings.hrc:192
+#: include/svtools/strings.hrc:191
msgctxt "STR_SVT_1BIT_THRESHOLD"
msgid "1 bit threshold"
msgstr "1 bit threshold"
#. dByxQ
-#: include/svtools/strings.hrc:193
+#: include/svtools/strings.hrc:192
msgctxt "STR_SVT_1BIT_DITHERED"
msgid "1 bit dithered"
msgstr "1 bit dithered"
#. kciH5
-#: include/svtools/strings.hrc:194
+#: include/svtools/strings.hrc:193
msgctxt "STR_SVT_4BIT_GRAYSCALE"
msgid "4 bit grayscale"
msgstr "4 ቢት ግራጫማ"
#. TrBvg
-#: include/svtools/strings.hrc:195
+#: include/svtools/strings.hrc:194
msgctxt "STR_SVT_4BIT_COLOR_PALETTE"
msgid "4 bit color"
msgstr "4 ቢት ቀለም"
#. q6mH9
-#: include/svtools/strings.hrc:196
+#: include/svtools/strings.hrc:195
msgctxt "STR_SVT_8BIT_GRAYSCALE"
msgid "8 bit grayscale"
msgstr "8 ቢት ግራጫማ"
#. 8u2Zf
-#: include/svtools/strings.hrc:197
+#: include/svtools/strings.hrc:196
msgctxt "STR_SVT_8BIT_COLOR_PALETTE"
msgid "8 bit color"
msgstr "8 ቢት ቀለም"
#. DZVK4
-#: include/svtools/strings.hrc:198
+#: include/svtools/strings.hrc:197
msgctxt "STR_SVT_24BIT_TRUE_COLOR"
msgid "24 bit true color"
msgstr "24 ቢት እውነተኛ ቀለም"
#. Grnub
-#: include/svtools/strings.hrc:199
+#: include/svtools/strings.hrc:198
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_1"
msgid "The image needs about %1 KB of memory."
msgstr "ምስሉ በ ግምት ይህን ያህል %1 ኪባ ማስታወሻ ይፈልጋል"
#. FCnVT
-#: include/svtools/strings.hrc:200
+#: include/svtools/strings.hrc:199
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_2"
msgid "The image needs about %1 KB of memory, the file size is %2 KB."
msgstr "ምስሉ በ ግምት ይህን ያህል %1 ኪባ ማስታወሻ ይፈልጋል የ ፋይሉ መጠን ይህን ያህል ነው %2 ኪባ"
#. CdHU8
-#: include/svtools/strings.hrc:201
+#: include/svtools/strings.hrc:200
msgctxt "STR_SVT_ESTIMATED_SIZE_VEC"
msgid "The file size is %1 KB."
msgstr "የፋይሉ መጠን %1 ኪባ"
#. TaCaF
-#: include/svtools/strings.hrc:202
+#: include/svtools/strings.hrc:201
msgctxt "STR_SVT_HOST"
msgid "host"
msgstr "ጋባዥ"
#. ERaxD
-#: include/svtools/strings.hrc:203
+#: include/svtools/strings.hrc:202
msgctxt "STR_SVT_PORT"
msgid "port"
msgstr "ፖርት"
#. W88Be
-#: include/svtools/strings.hrc:204
+#: include/svtools/strings.hrc:203
msgctxt "STR_SVT_OTHER_CMIS"
msgid "Other CMIS"
msgstr "Other CMIS"
#. E9JF5
-#: include/svtools/strings.hrc:205
+#: include/svtools/strings.hrc:204
msgctxt "STR_SVT_PRNDLG_READY"
msgid "Ready"
msgstr "ዝግጁ"
#. 6zER8
-#: include/svtools/strings.hrc:206
+#: include/svtools/strings.hrc:205
msgctxt "STR_SVT_PRNDLG_PAUSED"
msgid "Paused"
msgstr "ተቋርጧል"
#. nqqYs
-#: include/svtools/strings.hrc:207
+#: include/svtools/strings.hrc:206
msgctxt "STR_SVT_PRNDLG_PENDING"
msgid "Pending deletion"
msgstr "በቀጠሮ ላይ ማጥፊያ"
#. CGn9R
-#: include/svtools/strings.hrc:208
+#: include/svtools/strings.hrc:207
msgctxt "STR_SVT_PRNDLG_BUSY"
msgid "Busy"
msgstr "በስራ ላይ"
#. nyGEq
-#: include/svtools/strings.hrc:209
+#: include/svtools/strings.hrc:208
msgctxt "STR_SVT_PRNDLG_INITIALIZING"
msgid "Initializing"
msgstr "በማስነሳት ላይ"
#. hduW4
-#: include/svtools/strings.hrc:210
+#: include/svtools/strings.hrc:209
msgctxt "STR_SVT_PRNDLG_WAITING"
msgid "Waiting"
msgstr "በመጠበቅ ላይ"
#. FYGFz
-#: include/svtools/strings.hrc:211
+#: include/svtools/strings.hrc:210
msgctxt "STR_SVT_PRNDLG_WARMING_UP"
msgid "Warming up"
msgstr "በሟሟቅ ላይ"
#. qntFR
-#: include/svtools/strings.hrc:212
+#: include/svtools/strings.hrc:211
msgctxt "STR_SVT_PRNDLG_PROCESSING"
msgid "Processing"
msgstr "በሂደት ላይ"
#. tUmmx
-#: include/svtools/strings.hrc:213
+#: include/svtools/strings.hrc:212
msgctxt "STR_SVT_PRNDLG_PRINTING"
msgid "Printing"
msgstr "በማተም ላይ"
#. BMWJx
-#: include/svtools/strings.hrc:214
+#: include/svtools/strings.hrc:213
msgctxt "STR_SVT_PRNDLG_OFFLINE"
msgid "Offline"
msgstr "ከመስመር ውጪ"
#. drDMK
-#: include/svtools/strings.hrc:215
+#: include/svtools/strings.hrc:214
msgctxt "STR_SVT_PRNDLG_ERROR"
msgid "Error"
msgstr "ስህተት"
#. FnMTQ
-#: include/svtools/strings.hrc:216
+#: include/svtools/strings.hrc:215
msgctxt "STR_SVT_PRNDLG_SERVER_UNKNOWN"
msgid "Unknown Server"
msgstr "ያልታወቀ ሰርቨር"
#. vuLYa
-#: include/svtools/strings.hrc:217
+#: include/svtools/strings.hrc:216
msgctxt "STR_SVT_PRNDLG_PAPER_JAM"
msgid "Paper jam"
msgstr "ወረቀቱ ነክሷል"
#. qG4ZG
-#: include/svtools/strings.hrc:218
+#: include/svtools/strings.hrc:217
msgctxt "STR_SVT_PRNDLG_PAPER_OUT"
msgid "Not enough paper"
msgstr "በቂ ወረቀት የለም"
#. bB9PC
-#: include/svtools/strings.hrc:219
+#: include/svtools/strings.hrc:218
msgctxt "STR_SVT_PRNDLG_MANUAL_FEED"
msgid "Manual feed"
msgstr "በእጅ ማቀበያ"
#. eMZJo
-#: include/svtools/strings.hrc:220
+#: include/svtools/strings.hrc:219
msgctxt "STR_SVT_PRNDLG_PAPER_PROBLEM"
msgid "Paper problem"
msgstr "የወረቀት ችግር"
#. RU3Li
-#: include/svtools/strings.hrc:221
+#: include/svtools/strings.hrc:220
msgctxt "STR_SVT_PRNDLG_IO_ACTIVE"
msgid "I/O active"
msgstr "I/O active"
#. VEuAd
-#: include/svtools/strings.hrc:222
+#: include/svtools/strings.hrc:221
msgctxt "STR_SVT_PRNDLG_OUTPUT_BIN_FULL"
msgid "Output bin full"
msgstr "Output bin full"
#. MinDm
-#: include/svtools/strings.hrc:223
+#: include/svtools/strings.hrc:222
msgctxt "STR_SVT_PRNDLG_TONER_LOW"
msgid "Toner low"
msgstr "ቶነር ዝቅተኛ ነው"
#. AjnQj
-#: include/svtools/strings.hrc:224
+#: include/svtools/strings.hrc:223
msgctxt "STR_SVT_PRNDLG_NO_TONER"
msgid "No toner"
msgstr "ቶነር የለም"
#. CtvCS
-#: include/svtools/strings.hrc:225
+#: include/svtools/strings.hrc:224
msgctxt "STR_SVT_PRNDLG_PAGE_PUNT"
msgid "Delete Page"
msgstr "ገጹን ማጥፊያ"
#. iGWiT
-#: include/svtools/strings.hrc:226
+#: include/svtools/strings.hrc:225
msgctxt "STR_SVT_PRNDLG_USER_INTERVENTION"
msgid "User intervention necessary"
msgstr "የተጠቃሚ ጣልቃ መግባት ያስፈልጋል"
#. 7xg4W
-#: include/svtools/strings.hrc:227
+#: include/svtools/strings.hrc:226
msgctxt "STR_SVT_PRNDLG_OUT_OF_MEMORY"
msgid "Insufficient memory"
msgstr "በቂ ያልሆነ memory"
#. DcNFt
-#: include/svtools/strings.hrc:228
+#: include/svtools/strings.hrc:227
msgctxt "STR_SVT_PRNDLG_DOOR_OPEN"
msgid "Cover open"
msgstr "ሽፋኑን መክፈቻ"
#. CHiEH
-#: include/svtools/strings.hrc:229
+#: include/svtools/strings.hrc:228
msgctxt "STR_SVT_PRNDLG_POWER_SAVE"
msgid "Power save mode"
msgstr "ሀይል ማዳኛ ዘዴ"
#. bYbeA
-#: include/svtools/strings.hrc:230
+#: include/svtools/strings.hrc:229
msgctxt "STR_SVT_PRNDLG_DEFPRINTER"
msgid "Default printer"
msgstr "ነባር ማተሚያ"
#. 9QCL5
-#: include/svtools/strings.hrc:231
+#: include/svtools/strings.hrc:230
#, c-format
msgctxt "STR_SVT_PRNDLG_JOBCOUNT"
msgid "%d documents"
msgstr "%d ሰነዶች"
#. yobGc
-#: include/svtools/strings.hrc:233
+#: include/svtools/strings.hrc:232
msgctxt "STR_NO_FIELD_SELECTION"
msgid "<none>"
msgstr "<ምንም>"
#. Fa4nQ
-#: include/svtools/strings.hrc:234
+#: include/svtools/strings.hrc:233
msgctxt "STR_FIELD_COMPANY"
msgid "Company"
msgstr "ድርጅት"
#. DdDzQ
-#: include/svtools/strings.hrc:235
+#: include/svtools/strings.hrc:234
msgctxt "STR_FIELD_DEPARTMENT"
msgid "Department"
msgstr "ክፍል"
#. LXmyi
-#: include/svtools/strings.hrc:236
+#: include/svtools/strings.hrc:235
msgctxt "STR_FIELD_FIRSTNAME"
msgid "First name"
msgstr "የ መጀመሪያ ስም"
#. 2MkxF
-#: include/svtools/strings.hrc:237
+#: include/svtools/strings.hrc:236
msgctxt "STR_FIELD_LASTNAME"
msgid "Last name"
msgstr "የ አባት ስም"
#. VyyM6
-#: include/svtools/strings.hrc:238
+#: include/svtools/strings.hrc:237
msgctxt "STR_FIELD_STREET"
msgid "Street"
msgstr "መንገድ"
#. wUdSC
-#: include/svtools/strings.hrc:239
+#: include/svtools/strings.hrc:238
msgctxt "STR_FIELD_COUNTRY"
msgid "Country"
msgstr "አገር"
#. tAg9k
-#: include/svtools/strings.hrc:240
+#: include/svtools/strings.hrc:239
msgctxt "STR_FIELD_ZIPCODE"
msgid "ZIP Code"
msgstr "ፖሳቁ"
#. UYGgj
-#: include/svtools/strings.hrc:241
+#: include/svtools/strings.hrc:240
msgctxt "STR_FIELD_CITY"
msgid "City"
msgstr "ከተማ"
#. vTYyD
-#: include/svtools/strings.hrc:242
+#: include/svtools/strings.hrc:241
msgctxt "STR_FIELD_TITLE"
msgid "Title"
msgstr "አርእስት"
#. E7qqB
-#: include/svtools/strings.hrc:243
+#: include/svtools/strings.hrc:242
msgctxt "STR_FIELD_POSITION"
msgid "Position"
msgstr "አካባቢ"
#. NiFzB
-#: include/svtools/strings.hrc:244
+#: include/svtools/strings.hrc:243
msgctxt "STR_FIELD_ADDRFORM"
msgid "Addr. Form"
msgstr "አድራሻ ከ"
#. CFDX6
-#: include/svtools/strings.hrc:245
+#: include/svtools/strings.hrc:244
msgctxt "STR_FIELD_INITIALS"
msgid "Initials"
msgstr "መነሻዎች"
#. 2DADo
-#: include/svtools/strings.hrc:246
+#: include/svtools/strings.hrc:245
msgctxt "STR_FIELD_SALUTATION"
msgid "Complimentary close"
msgstr "Complimentary close"
#. 8MWGd
-#: include/svtools/strings.hrc:247
+#: include/svtools/strings.hrc:246
msgctxt "STR_FIELD_HOMETEL"
msgid "Tel: Home"
msgstr "የ ቤት: ስልክ"
#. fX9J4
-#: include/svtools/strings.hrc:248
+#: include/svtools/strings.hrc:247
msgctxt "STR_FIELD_WORKTEL"
msgid "Tel: Work"
msgstr "የስራ: ስልክ"
#. Ss9vd
-#: include/svtools/strings.hrc:249
+#: include/svtools/strings.hrc:248
msgctxt "STR_FIELD_FAX"
msgid "Fax"
msgstr "ፋክስ"
#. MgbsU
-#: include/svtools/strings.hrc:250
+#: include/svtools/strings.hrc:249
msgctxt "STR_FIELD_EMAIL"
msgid "Email"
msgstr "ኢሜይል"
#. aHNGY
-#: include/svtools/strings.hrc:251
+#: include/svtools/strings.hrc:250
msgctxt "STR_FIELD_URL"
msgid "URL"
msgstr "URL"
#. CGutA
-#: include/svtools/strings.hrc:252
+#: include/svtools/strings.hrc:251
msgctxt "STR_FIELD_NOTE"
msgid "Note"
msgstr "ማስታወሻ"
#. btBDG
-#: include/svtools/strings.hrc:253
+#: include/svtools/strings.hrc:252
msgctxt "STR_FIELD_USER1"
msgid "User 1"
msgstr "ተጠቃሚ 1"
#. A4nkT
-#: include/svtools/strings.hrc:254
+#: include/svtools/strings.hrc:253
msgctxt "STR_FIELD_USER2"
msgid "User 2"
msgstr "ተጠቃሚ 2"
#. J48Kt
-#: include/svtools/strings.hrc:255
+#: include/svtools/strings.hrc:254
msgctxt "STR_FIELD_USER3"
msgid "User 3"
msgstr "ተጠቃሚ 3"
#. 3BxjF
-#: include/svtools/strings.hrc:256
+#: include/svtools/strings.hrc:255
msgctxt "STR_FIELD_USER4"
msgid "User 4"
msgstr "ተጠቃሚ 4"
#. tBBKp
-#: include/svtools/strings.hrc:257
+#: include/svtools/strings.hrc:256
msgctxt "STR_FIELD_ID"
msgid "ID"
msgstr "መለያ"
#. H3ygA
-#: include/svtools/strings.hrc:258
+#: include/svtools/strings.hrc:257
msgctxt "STR_FIELD_STATE"
msgid "State"
msgstr "አገር"
#. xP2AC
-#: include/svtools/strings.hrc:259
+#: include/svtools/strings.hrc:258
msgctxt "STR_FIELD_OFFICETEL"
msgid "Tel: Office"
msgstr "የቢሮ : ስልክ"
#. P6Vm5
-#: include/svtools/strings.hrc:260
+#: include/svtools/strings.hrc:259
msgctxt "STR_FIELD_PAGER"
msgid "Pager"
msgstr "Pager"
#. ayErk
-#: include/svtools/strings.hrc:261
+#: include/svtools/strings.hrc:260
msgctxt "STR_FIELD_MOBILE"
msgid "Mobile"
msgstr "ተንቀሳቃሽ"
#. 26wjz
-#: include/svtools/strings.hrc:262
+#: include/svtools/strings.hrc:261
msgctxt "STR_FIELD_TELOTHER"
msgid "Tel: Other"
msgstr "ሌሎች: ስልኮች"
#. runZ4
-#: include/svtools/strings.hrc:263
+#: include/svtools/strings.hrc:262
msgctxt "STR_FIELD_CALENDAR"
msgid "Calendar"
msgstr "ቀን መቁጠሪያ"
#. 7niGM
-#: include/svtools/strings.hrc:264
+#: include/svtools/strings.hrc:263
msgctxt "STR_FIELD_INVITE"
msgid "Invite"
msgstr "መጋበዣ"
#. Fqcgq
-#: include/svtools/strings.hrc:266
+#: include/svtools/strings.hrc:265
msgctxt "STR_SVT_DEFAULT_SERVICE_LABEL"
msgid "$user$'s $service$"
msgstr "$user$'s $service$"
#. 8TFP9
-#: include/svtools/strings.hrc:268
+#: include/svtools/strings.hrc:267
msgctxt "STR_WARNING_JAVANOTFOUND"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr "%PRODUCTNAME ያስፈልጋል የ Java runtime environment (JRE) ይህን ተግባር ለመፈጸም እባክዎን JRE ን ይግጠሙ እና እንደገና ያስነሱ %PRODUCTNAME."
#. EmFJc
-#: include/svtools/strings.hrc:269
+#: include/svtools/strings.hrc:268
msgctxt "STR_WARNING_JAVANOTFOUND_WIN"
msgid "%PRODUCTNAME requires a %BITNESS-bit Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr "%PRODUCTNAME ያስፈልጋል የ %BITNESS-bit Java runtime environment (JRE) ይህን ተግባር ለ መፈጸም እባክዎን ይህን JRE ይግጠሙ እና እንደገና ያስነሱ %PRODUCTNAME."
#. 7Adh2
-#: include/svtools/strings.hrc:270
+#: include/svtools/strings.hrc:269
msgctxt "STR_WARNING_JAVANOTFOUND_MAC"
msgid "%PRODUCTNAME requires Oracle's Java Development Kit (JDK) on macOS 10.10 or greater to perform this task. Please install them and restart %PRODUCTNAME."
msgstr "%PRODUCTNAME የ Oracle's Java Development Kit (JDK) ያስፈለጋል: በ Mac OS X 10.10 ወይንም ይህን ስራ ለ መፈጸም: እባክዎን ይግጠሙ እና እንደገና ያስጀምሩ %PRODUCTNAME."
#. 76BEm
-#: include/svtools/strings.hrc:271
+#: include/svtools/strings.hrc:270
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_MAC"
msgid "The %PRODUCTNAME configuration has been changed. Under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr "ይህ %PRODUCTNAME ማዋቀሪያ ተቀይሯል: በ %PRODUCTNAME - ምርጫዎች - %PRODUCTNAME - የ ረቀቀ ይምረጡ የ Java runtime environment መጠቀም የሚፈልጉትን በ %PRODUCTNAME."
#. BZvFF
-#: include/svtools/strings.hrc:272
+#: include/svtools/strings.hrc:271
msgctxt "STR_WARNING_INVALIDJAVASETTINGS"
msgid "The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr "ይህ %PRODUCTNAME ማዋቀሪያ ተቀይሯል: በ መሳሪያ - ምርጫ - %PRODUCTNAME - የረቀቀ: ይምረጡ የ Java runtime environment መጠቀም የሚፈልጉትን በ %PRODUCTNAME."
#. Tunzz
-#: include/svtools/strings.hrc:273
+#: include/svtools/strings.hrc:272
msgctxt "STR_ERROR_JVMCREATIONFAILED_MAC"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced."
msgstr "%PRODUCTNAME ይህ የ Java runtime environment ይፈልጋል: (JRE) ይህን ስራ ለ መፈጸም: የ ተመረጠው የ JRE የ ተበላሸ ነው: እባክዎን ሌላ እትም ይምረጡ: ወይንም ይግጠሙ አዲስ JRE እና ይምረጡ ከ %PRODUCTNAME - ምርጫዎች - %PRODUCTNAME - የረቀቀ"
#. rKxCS
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:273
msgctxt "STR_ERROR_JVMCREATIONFAILED"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Advanced."
msgstr "%PRODUCTNAME ይህ የ Java runtime environment ይፈልጋል: (JRE) ይህን ስራ ለ መፈጸም: የ ተመረጠው የ JRE የ ተበላሸ ነው: እባክዎን ሌላ እትም ይምረጡ: ወይንም ይግጠሙ አዲስ JRE እና ይምረጡ ከ መሳሪያዎች - ምርጫዎች - %PRODUCTNAME – የረቀቀ"
#. QPEUX
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:274
msgctxt "STR_WARNING_JAVANOTFOUND_TITLE"
msgid "JRE Required"
msgstr "JRE ያስፈልጋል"
#. XD3FG
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:275
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_TITLE"
msgid "Select JRE"
msgstr "JRE ይምረጡ"
#. WETqJ
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:276
msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE የተበላሸ ነው"
#. q7s6f
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "የ ኮዱ ምንጭ"
#. PZmAB
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "ፋይል ምልክት ማድረጊያ"
#. eNRzD
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "ንድፍ"
#. Enc4X
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "ፋይል ማዋቀሪያ"
#. sP5AK
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "መተግበሪያ"
#. jAA7S
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "የ ዳታቤዝ ሰንጠረዥ"
#. CEhUy
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "የስርአት ፋይል"
#. E2Kzj
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word document"
#. BU7Pw
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "የእርዳታ ፋይል"
#. kBbwy
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "የ HTML ሰነድ"
#. 6W6tY
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "የ ማህደር ፋይል"
#. c9WiE
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "የመግቢያ ፋይል"
#. gBQzN
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice Database"
#. J4Pki
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 Master Document"
#. 33Dez
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice Image"
#. pcLE6
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "የጽሁፍ ፋይል"
#. 7bMJT
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "አገናኝ"
#. hDFtd
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 Template"
#. Xcec2
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel document"
#. FWiWT
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel template"
#. WBsxH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Batch file"
#. SPQtV
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "ፋይል"
#. Vh78a
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "ፎልደር"
#. ZK69j
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "የጽሁፍ ሰነድ"
#. p2aL6
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "ሰንጠረዥ"
#. SCtHH
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "ማቅረቢያ"
#. 5gtdF
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "መሳያ"
#. suagX
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "የ HTML ሰነድ"
#. iLqe2
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "ዋናው ሰነድ"
#. FF4fa
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "መቀመሪያ"
#. t58zy
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "ዳታቤዝ"
#. DiNGB
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 የ ሰንጠረዥ ቴምፕሌት"
#. FYKGV
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 የ መሳያ ቴምፕሌት"
#. CTUQg
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 የ ማቅረቢያ ቴምፕሌት"
#. Cbvtx
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 የ ጽሁፍ ሰነድ ቴምፕሌት"
#. FBCWx
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "የአካባቢ drive"
#. MEF3h
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "የዲስክ drive"
#. 55Dof
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "ሲዲ-ራም drive"
#. 82Acc
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "የኔትዎርክ ግንኙነት"
#. 3CBfJ
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint Document"
#. DS7CP
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint Template"
#. syag8
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint Show"
#. fHGcD
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 መቀመሪያ"
#. CFw78
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 Chart"
#. tJhDC
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 መሳያ"
#. f9ZNL
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 ሰንጠረዥ"
#. PCBqi
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 ማቅረቢያ"
#. Npija
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 የ ጽሁፍ ሰነድ"
#. tVnQQ
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 ዋናው ሰነድ"
#. t6krU
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML Document"
#. ims8J
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument ዳታቤዝ"
#. oEsdN
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument መሳያ"
#. Bt5dS
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument መቀመሪያ"
#. sMAZA
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument ዋናው ሰነድ"
#. ufLx7
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument ማቅረቢያ"
#. TjbnG
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument ሰንጠረዥ"
#. FbCGb
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument ጽሁፍ"
#. JRP2W
-#: include/svtools/strings.hrc:336
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument የ ሰንጠረዥ ቴምፕሌት"
#. 3QUto
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument የ መሳያ ቴምፕሌት"
#. 5CfAm
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument የ ማቅረቢያ ቴምፕሌት"
#. PBGYD
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument የ ጽሁፍ ቴምፕሌት"
#. RgRyf
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME ተጨማሪዎች"
#. b8JK6
-#: include/svtools/strings.hrc:342
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspell SpellChecker"
#. do26f
-#: include/svtools/strings.hrc:343
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Libhyphen Hyphenator"
#. aGFNy
-#: include/svtools/strings.hrc:344
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "MyThes Thesaurus"
#. RwS4n
-#: include/svtools/strings.hrc:345
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "የ ተተዉ ቃሎች ዝርዝር"
@@ -4882,6 +4876,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Guadeloupean Creole French"
msgstr ""
+#. 2b2P4
+#: svtools/inc/langtab.hrc:424
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Ligurian"
+msgstr ""
+
+#. 3LvEE
+#: svtools/inc/langtab.hrc:425
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Minangkabau"
+msgstr ""
+
#. Fsz7D
#: svtools/inc/templwin.hrc:41
msgctxt "STRARY_SVT_DOCINFO"
diff --git a/source/am/svx/messages.po b/source/am/svx/messages.po
index ec087cba761..eb6e458df5b 100644
--- a/source/am/svx/messages.po
+++ b/source/am/svx/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-02-10 17:54+0100\n"
-"PO-Revision-Date: 2019-06-01 00:47+0000\n"
-"Last-Translator: Samson B <sambelet@yahoo.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"PO-Revision-Date: 2020-02-19 23:15+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/am/>\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -16624,109 +16624,109 @@ msgid "Select the effect to apply."
msgstr "ይምረጡ የውጤት አይነት ለመፈጸም"
#. JKTDJ
-#: svx/uiconfig/ui/sidebararea.ui:220
+#: svx/uiconfig/ui/sidebararea.ui:223
msgctxt "sidebararea|fillattr-atkobject"
msgid "Hatching/Bitmap"
msgstr "በርካታ መስመር/Bitmap"
#. 6ziwq
-#: svx/uiconfig/ui/sidebararea.ui:235
+#: svx/uiconfig/ui/sidebararea.ui:238
msgctxt "sidebararea|fillgrad1|tooltip_text"
msgid "Fill gradient from."
msgstr "ከፍታ መሙያ ከ"
#. UE2EH
-#: svx/uiconfig/ui/sidebararea.ui:259
+#: svx/uiconfig/ui/sidebararea.ui:262
msgctxt "sidebararea|gradangle|tooltip_text"
msgid "Select the gradient angle."
msgstr "የ ከፍታ አንግል ይምረጡ"
#. fuzvt
-#: svx/uiconfig/ui/sidebararea.ui:264
+#: svx/uiconfig/ui/sidebararea.ui:267
msgctxt "sidebararea|gradangle-atkobject"
msgid "Gradient angle"
msgstr "የ ከፍታ አንግል"
#. FjG3M
-#: svx/uiconfig/ui/sidebararea.ui:278
+#: svx/uiconfig/ui/sidebararea.ui:281
msgctxt "sidebararea|fillgrad2|tooltip_text"
msgid "Fill gradient to."
msgstr "ከፍታ መሙያ ለ"
#. VnsM7
-#: svx/uiconfig/ui/sidebararea.ui:295
+#: svx/uiconfig/ui/sidebararea.ui:298
msgctxt "sidebararea|transparencylabel|tooltip_text"
msgid "Transparency"
msgstr "ግልጽነት"
#. RZtCX
-#: svx/uiconfig/ui/sidebararea.ui:296
+#: svx/uiconfig/ui/sidebararea.ui:299
msgctxt "sidebararea|transparencylabel"
msgid "_Transparency:"
msgstr "_ግልጽነት:"
#. hrKBN
-#: svx/uiconfig/ui/sidebararea.ui:309
+#: svx/uiconfig/ui/sidebararea.ui:312
msgctxt "sidebararea|transtype|tooltip_text"
msgid "Select the type of transparency to apply."
msgstr "ይምረጡ መፈጸም የሚፈልጉትን የ ግልጽነት አይነት"
#. qG4kJ
-#: svx/uiconfig/ui/sidebararea.ui:311
+#: svx/uiconfig/ui/sidebararea.ui:314
msgctxt "sidebararea|transtype"
msgid "None"
msgstr "ምንም"
#. AAqxT
-#: svx/uiconfig/ui/sidebararea.ui:312
+#: svx/uiconfig/ui/sidebararea.ui:315
msgctxt "sidebararea|transtype"
msgid "Solid"
msgstr "ሙሉ"
#. GzSAp
-#: svx/uiconfig/ui/sidebararea.ui:313
+#: svx/uiconfig/ui/sidebararea.ui:316
msgctxt "sidebararea|transtype"
msgid "Linear"
msgstr "ቀጥተኛ"
#. vXTqG
-#: svx/uiconfig/ui/sidebararea.ui:314
+#: svx/uiconfig/ui/sidebararea.ui:317
msgctxt "sidebararea|transtype"
msgid "Axial"
msgstr "Axial"
#. 7BS94
-#: svx/uiconfig/ui/sidebararea.ui:315
+#: svx/uiconfig/ui/sidebararea.ui:318
msgctxt "sidebararea|transtype"
msgid "Radial"
msgstr "ተሽከርካሪ"
#. tvpBz
-#: svx/uiconfig/ui/sidebararea.ui:316
+#: svx/uiconfig/ui/sidebararea.ui:319
msgctxt "sidebararea|transtype"
msgid "Ellipsoid"
msgstr "ኤሊፕሶዪድ"
#. RWDy2
-#: svx/uiconfig/ui/sidebararea.ui:317
+#: svx/uiconfig/ui/sidebararea.ui:320
msgctxt "sidebararea|transtype"
msgid "Quadratic"
msgstr "ኳድራቲክ"
#. ozP7p
-#: svx/uiconfig/ui/sidebararea.ui:318
+#: svx/uiconfig/ui/sidebararea.ui:321
msgctxt "sidebararea|transtype"
msgid "Square"
msgstr "ስኴር"
#. J46j4
-#: svx/uiconfig/ui/sidebararea.ui:322
+#: svx/uiconfig/ui/sidebararea.ui:325
msgctxt "sidebararea|transtype-atkobject"
msgid "Transparency Type"
msgstr "የ ግልጽነት አይነት"
#. 8hBpk
-#: svx/uiconfig/ui/sidebararea.ui:343
+#: svx/uiconfig/ui/sidebararea.ui:346
msgctxt "sidebararea|gradient|tooltip_text"
msgid "Specify the variation of gradient transparency."
msgstr "የ ከፍታ ግልጽነት ልዩነት መወሰኛ"
@@ -16735,7 +16735,7 @@ msgstr "የ ከፍታ ግልጽነት ልዩነት መወሰኛ"
#: svx/uiconfig/ui/sidebarempty.ui:24
msgctxt "sidebarempty|RID_SIDEBAR_EMPTY_PANEL_TEXT"
msgid "Properties for the task that you are performing are not available for the current selection."
-msgstr ""
+msgstr "እርስዎ አሁን እየሰሩ ላሉት ስራ ዝግጁ የሆኑ ባህሪዎች ለ አሁኑ ምርጫ የለም።"
#. ED99f
#: svx/uiconfig/ui/sidebargallery.ui:106
@@ -16881,146 +16881,146 @@ msgctxt "sidebargraphic|setgamma-atkobject"
msgid "Gamma value"
msgstr "የ ጋማ ዋጋ"
-#. rBdfj
-#: svx/uiconfig/ui/sidebarline.ui:36
-msgctxt "sidebarline|widthlabel"
-msgid "_Line:"
-msgstr ""
-
-#. R56Ey
-#: svx/uiconfig/ui/sidebarline.ui:58
-msgctxt "sidebarline|linestyle|tooltip_text"
-msgid "Select the style of the line."
-msgstr "ይምረጡ የመስመር ዘዴ"
-
-#. 5yM6T
-#: svx/uiconfig/ui/sidebarline.ui:70
-msgctxt "sidebarline|linestyle|tooltip_text"
-msgid "Select the style of the arrowheads."
-msgstr ""
-
#. JA5zE
-#: svx/uiconfig/ui/sidebarline.ui:103
+#: svx/uiconfig/ui/sidebarline.ui:38
msgctxt "sidebarline|widthlabel"
msgid "_Width:"
msgstr "_ስፋት:"
#. HokBv
-#: svx/uiconfig/ui/sidebarline.ui:117
+#: svx/uiconfig/ui/sidebarline.ui:52
msgctxt "sidebarline|width|tooltip_text"
msgid "Select the width of the line."
msgstr "ይምረጡ የ መስመሩን ስፋት"
#. hqTEs
-#: svx/uiconfig/ui/sidebarline.ui:144
+#: svx/uiconfig/ui/sidebarline.ui:80
msgctxt "sidebarline|colorlabel"
msgid "_Color:"
msgstr "_ቀለም:"
#. oEqwH
-#: svx/uiconfig/ui/sidebarline.ui:158
+#: svx/uiconfig/ui/sidebarline.ui:94
msgctxt "sidebarline|color|tooltip_text"
msgid "Select the color of the line."
msgstr "ይምረጡ የ መስመር ቀለም"
#. JbEBs
-#: svx/uiconfig/ui/sidebarline.ui:167
+#: svx/uiconfig/ui/sidebarline.ui:102
msgctxt "sidebarline|setcolor|tooltip_text"
msgid "Select the color of the line."
msgstr "ይምረጡ የ መስመር ቀለም"
#. XiUKD
-#: svx/uiconfig/ui/sidebarline.ui:186
+#: svx/uiconfig/ui/sidebarline.ui:122
msgctxt "sidebarline|translabel"
msgid "_Transparency:"
msgstr "_ግልጽነት:"
#. t32c8
-#: svx/uiconfig/ui/sidebarline.ui:200
+#: svx/uiconfig/ui/sidebarline.ui:136
msgctxt "sidebarline|linetransparency|tooltip_text"
msgid "Specify the transparency of the line."
msgstr "የመስመሩን ግልጽነት ይወስኑ"
#. kDWvG
-#: svx/uiconfig/ui/sidebarline.ui:205
+#: svx/uiconfig/ui/sidebarline.ui:140
msgctxt "sidebarline|linetransparency-atkobject"
msgid "Transparency"
msgstr "ግልጽነት"
+#. rBdfj
+#: svx/uiconfig/ui/sidebarline.ui:158
+msgctxt "sidebarline|widthlabel"
+msgid "_Line:"
+msgstr ""
+
+#. 5yM6T
+#: svx/uiconfig/ui/sidebarline.ui:181
+msgctxt "sidebarline|linestyle|tooltip_text"
+msgid "Select the style of the arrowheads."
+msgstr ""
+
+#. R56Ey
+#: svx/uiconfig/ui/sidebarline.ui:193
+msgctxt "sidebarline|linestyle|tooltip_text"
+msgid "Select the style of the line."
+msgstr "ይምረጡ የመስመር ዘዴ"
+
#. AZukk
-#: svx/uiconfig/ui/sidebarline.ui:237
+#: svx/uiconfig/ui/sidebarline.ui:249
msgctxt "sidebarline|cornerlabel"
msgid "_Corner style:"
msgstr "የ _ጠርዝ ዘዴ:"
#. DhDzF
-#: svx/uiconfig/ui/sidebarline.ui:251
+#: svx/uiconfig/ui/sidebarline.ui:263
msgctxt "sidebarline|edgestyle|tooltip_text"
msgid "Select the style of the edge connections."
msgstr "የጠርዝ መገናኛዎች ዘዴ ይምረጡ"
#. CUdXF
-#: svx/uiconfig/ui/sidebarline.ui:253
+#: svx/uiconfig/ui/sidebarline.ui:265
msgctxt "sidebarline|edgestyle"
msgid "Rounded"
msgstr "የተከበበ"
#. jPD2D
-#: svx/uiconfig/ui/sidebarline.ui:254
+#: svx/uiconfig/ui/sidebarline.ui:266
msgctxt "sidebarline|edgestyle"
msgid "- none -"
msgstr "- ምንም -"
#. MuNWz
-#: svx/uiconfig/ui/sidebarline.ui:255
+#: svx/uiconfig/ui/sidebarline.ui:267
msgctxt "sidebarline|edgestyle"
msgid "Mitered"
msgstr "መጋጠሚያ"
#. Dftrf
-#: svx/uiconfig/ui/sidebarline.ui:256
+#: svx/uiconfig/ui/sidebarline.ui:268
msgctxt "sidebarline|edgestyle"
msgid "Beveled"
msgstr "ስላሽ"
#. EG2LW
-#: svx/uiconfig/ui/sidebarline.ui:260
+#: svx/uiconfig/ui/sidebarline.ui:272
msgctxt "sidebarline|edgestyle-atkobject"
msgid "Corner Style"
msgstr "የ ጠርዝ ዘዴ"
#. rHzFD
-#: svx/uiconfig/ui/sidebarline.ui:273
+#: svx/uiconfig/ui/sidebarline.ui:285
msgctxt "sidebarline|caplabel"
msgid "Ca_p style:"
msgstr "የ ባር_ኔጣ ዘዴ:"
#. PbDF7
-#: svx/uiconfig/ui/sidebarline.ui:287
+#: svx/uiconfig/ui/sidebarline.ui:299
msgctxt "sidebarline|linecapstyle|tooltip_text"
msgid "Select the style of the line caps."
msgstr "ይምረጡ የመስመር ባርኔጣ ዘዴ"
#. 9qZVm
-#: svx/uiconfig/ui/sidebarline.ui:289
+#: svx/uiconfig/ui/sidebarline.ui:301
msgctxt "sidebarline|linecapstyle"
msgid "Flat"
msgstr "ጠፍጣፋ"
#. AK2DH
-#: svx/uiconfig/ui/sidebarline.ui:290
+#: svx/uiconfig/ui/sidebarline.ui:302
msgctxt "sidebarline|linecapstyle"
msgid "Round"
msgstr "የተከበበ"
#. 52VUc
-#: svx/uiconfig/ui/sidebarline.ui:291
+#: svx/uiconfig/ui/sidebarline.ui:303
msgctxt "sidebarline|linecapstyle"
msgid "Square"
msgstr "ስኴር"
#. AxAHn
-#: svx/uiconfig/ui/sidebarline.ui:295
+#: svx/uiconfig/ui/sidebarline.ui:307
msgctxt "sidebarline|linecapstyle-atkobject"
msgid "Cap Style"
msgstr "የ ባርኔጣ ዘዴ"
diff --git a/source/am/sw/messages.po b/source/am/sw/messages.po
index 0913dbbfd4f..92650ac8a87 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:54+0100\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"
@@ -2916,10 +2916,10 @@ msgctxt "STR_HYPH_TITLE"
msgid "Hyphenation"
msgstr "ጭረት"
-#. zMC8E
+#. EDxsk
#: sw/inc/strings.hrc:397
msgctxt "STR_HYPH_MISSING"
-msgid "Missing hyphenation info"
+msgid "Missing hyphenation data"
msgstr ""
#. TEP66
@@ -3846,1685 +3846,1711 @@ msgctxt "STR_TABLE_NAME"
msgid "table: $1$2$3"
msgstr "ሰንጠረዥ: $1$2$3"
-#. WTcCB
+#. AtWxA
#: sw/inc/strings.hrc:554
-msgctxt "STR_CHAPTER_NAME"
+msgctxt "STR_CHAPTERS"
msgid "chapter"
-msgstr ""
-
-#. NBkBh
-#: sw/inc/strings.hrc:555
-msgctxt "STR_CHAPTERS_NAME"
-msgid "chapters"
-msgstr ""
+msgid_plural "chapters"
+msgstr[0] ""
+msgstr[1] ""
#. 2JCL2
-#: sw/inc/strings.hrc:556
+#: sw/inc/strings.hrc:555
msgctxt "STR_PARAGRAPH_UNDO"
msgid "paragraph"
msgstr "አንቀጽ"
#. DvnGA
-#: sw/inc/strings.hrc:557
+#: sw/inc/strings.hrc:556
msgctxt "STR_PARAGRAPH_SIGN_UNDO"
msgid "Paragraph sign"
msgstr "አንቀጽ መፈረሚያ"
#. oL9GG
-#: sw/inc/strings.hrc:558
+#: sw/inc/strings.hrc:557
msgctxt "STR_UNDO_FLYFRMFMT_TITLE"
msgid "Change object title of $1"
msgstr "የ እቃዎች አርእስት መቀየሪያ ከ $1"
#. 3Cv7E
-#: sw/inc/strings.hrc:559
+#: sw/inc/strings.hrc:558
msgctxt "STR_UNDO_FLYFRMFMT_DESCRIPTION"
msgid "Change object description of $1"
msgstr "የ እቃውን መግለጫ መቀየሪያ ከ $1"
#. rWw8U
-#: sw/inc/strings.hrc:560
+#: sw/inc/strings.hrc:559
msgctxt "STR_UNDO_TBLSTYLE_CREATE"
msgid "Create table style: $1"
msgstr "የ ሰንጠረዥ ዘዴ መፍጠሪያ: $1"
#. jGxgy
-#: sw/inc/strings.hrc:561
+#: sw/inc/strings.hrc:560
msgctxt "STR_UNDO_TBLSTYLE_DELETE"
msgid "Delete table style: $1"
msgstr "የ ሰንጠረዥ ዘዴ ማጥፊያ: $1"
#. 6NWP3
-#: sw/inc/strings.hrc:562
+#: sw/inc/strings.hrc:561
msgctxt "STR_UNDO_TBLSTYLE_UPDATE"
msgid "Update table style: $1"
msgstr "የ ሰንጠረዥ ዘዴ ማሻሻያ: $1"
#. JegfU
-#: sw/inc/strings.hrc:563
+#: sw/inc/strings.hrc:562
msgctxt "STR_UNDO_TABLE_DELETE"
msgid "Delete table"
msgstr "ሰንጠረዥ ማጥፊያ"
#. KSMpJ
-#: sw/inc/strings.hrc:564
+#: sw/inc/strings.hrc:563
msgctxt "STR_UNDO_INSERT_FORM_FIELD"
msgid "Insert form field"
msgstr "የ ፎርም ሜዳ ማስገቢያ"
#. 2zJmG
-#: sw/inc/strings.hrc:565
+#: sw/inc/strings.hrc:564
msgctxt "STR_DROP_DOWN_FIELD_ITEM_LIMIT"
msgid "You can specify maximum of 25 items for a drop-down form field."
msgstr ""
#. CUXeF
-#: sw/inc/strings.hrc:567
+#: sw/inc/strings.hrc:566
msgctxt "STR_ACCESS_DOC_NAME"
msgid "Document view"
msgstr "ሰነድ መመልከቻ"
#. FrBrC
-#: sw/inc/strings.hrc:568
+#: sw/inc/strings.hrc:567
msgctxt "STR_ACCESS_DOC_DESC"
msgid "Document view"
msgstr "ሰነድ መመልከቻ"
#. BCEgS
-#: sw/inc/strings.hrc:569
+#: sw/inc/strings.hrc:568
msgctxt "STR_ACCESS_HEADER_NAME"
msgid "Header $(ARG1)"
msgstr "ራስጌ $(ARG1)"
#. zKdDR
-#: sw/inc/strings.hrc:570
+#: sw/inc/strings.hrc:569
msgctxt "STR_ACCESS_HEADER_DESC"
msgid "Header page $(ARG1)"
msgstr "የ ራስጌ ገጽ $(ARG1)"
#. NhFrV
-#: sw/inc/strings.hrc:571
+#: sw/inc/strings.hrc:570
msgctxt "STR_ACCESS_FOOTER_NAME"
msgid "Footer $(ARG1)"
msgstr "ግርጌ $(ARG1)"
#. 6GJNd
-#: sw/inc/strings.hrc:572
+#: sw/inc/strings.hrc:571
msgctxt "STR_ACCESS_FOOTER_DESC"
msgid "Footer page $(ARG1)"
msgstr "የ ግርጌ ገጽ $(ARG1)"
#. VGUwW
-#: sw/inc/strings.hrc:573
+#: sw/inc/strings.hrc:572
msgctxt "STR_ACCESS_FOOTNOTE_NAME"
msgid "Footnote $(ARG1)"
msgstr "የ ግርጌ ማስታወሻ $(ARG1)"
#. a7XMU
-#: sw/inc/strings.hrc:574
+#: sw/inc/strings.hrc:573
msgctxt "STR_ACCESS_FOOTNOTE_DESC"
msgid "Footnote $(ARG1)"
msgstr "የ ግርጌ ማስታወሻ $(ARG1)"
#. 3ExiP
-#: sw/inc/strings.hrc:575
+#: sw/inc/strings.hrc:574
msgctxt "STR_ACCESS_ENDNOTE_NAME"
msgid "Endnote $(ARG1)"
msgstr "የ መጨረሻ ማስታወሻ $(ARG1)"
#. 8XdTm
-#: sw/inc/strings.hrc:576
+#: sw/inc/strings.hrc:575
msgctxt "STR_ACCESS_ENDNOTE_DESC"
msgid "Endnote $(ARG1)"
msgstr "የ መጨረሻ ማስታወሻ $(ARG1)"
#. 4sTZN
-#: sw/inc/strings.hrc:577
+#: sw/inc/strings.hrc:576
msgctxt "STR_ACCESS_TABLE_DESC"
msgid "$(ARG1) on page $(ARG2)"
msgstr "$(ARG1) በገጹ ላይ $(ARG2)"
#. Z5Uy9
-#: sw/inc/strings.hrc:578
+#: sw/inc/strings.hrc:577
msgctxt "STR_ACCESS_PAGE_NAME"
msgid "Page $(ARG1)"
msgstr "ገጽ $(ARG1)"
#. CWroT
-#: sw/inc/strings.hrc:579
+#: sw/inc/strings.hrc:578
msgctxt "STR_ACCESS_PAGE_DESC"
msgid "Page: $(ARG1)"
msgstr "ገጽ: $(ARG1)"
#. iwfxM
-#: sw/inc/strings.hrc:580
+#: sw/inc/strings.hrc:579
msgctxt "STR_ACCESS_ANNOTATION_AUTHOR_NAME"
msgid "Author"
msgstr "ደራሲው"
#. sff9t
-#: sw/inc/strings.hrc:581
+#: sw/inc/strings.hrc:580
msgctxt "STR_ACCESS_ANNOTATION_DATE_NAME"
msgid "Date"
msgstr "ቀን"
#. VScXC
-#: sw/inc/strings.hrc:582
+#: sw/inc/strings.hrc:581
msgctxt "STR_ACCESS_ANNOTATION_RESOLVED_NAME"
msgid "Resolved"
msgstr ""
#. JtzA4
-#: sw/inc/strings.hrc:583
+#: sw/inc/strings.hrc:582
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_NAME"
msgid "Actions"
msgstr "ተግባሮች"
#. cHWqM
-#: sw/inc/strings.hrc:584
+#: sw/inc/strings.hrc:583
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_DESC"
msgid "Activate this button to open a list of actions which can be performed on this comment and other comments"
msgstr "ይህን ቁልፍ ያስነሱ በዚህ አስተያየት እና በሌሎችም አስተያየት ላይ ዝርዝር ተግባሮችን ለመክፈት እና ለመፈጸም"
#. 9YxaB
-#: sw/inc/strings.hrc:585
+#: sw/inc/strings.hrc:584
msgctxt "STR_ACCESS_PREVIEW_DOC_NAME"
msgid "Document preview"
msgstr "የሰነድ ቅድመ እይታ"
#. eYFFo
-#: sw/inc/strings.hrc:586
+#: sw/inc/strings.hrc:585
msgctxt "STR_ACCESS_PREVIEW_DOC_SUFFIX"
msgid "(Preview mode)"
msgstr "(ቅድመ እይታ ዘዴ)"
#. Fp7Hn
-#: sw/inc/strings.hrc:587
+#: sw/inc/strings.hrc:586
msgctxt "STR_ACCESS_DOC_WORDPROCESSING"
msgid "%PRODUCTNAME Document"
msgstr "%PRODUCTNAME ሰነድ"
#. CsQKH
-#: sw/inc/strings.hrc:589
+#: sw/inc/strings.hrc:588
msgctxt "STR_COMCORE_READERROR"
msgid "Read Error"
msgstr "የ ማንበብ ስህተት"
#. ztbVu
-#: sw/inc/strings.hrc:590
+#: sw/inc/strings.hrc:589
msgctxt "STR_COMCORE_CANT_SHOW"
msgid "Image cannot be displayed."
msgstr "ምስሉን ማሳየት አልተቻለም"
#. iJsFt
-#: sw/inc/strings.hrc:591
+#: sw/inc/strings.hrc:590
msgctxt "STR_ERROR_CLPBRD_READ"
msgid "Error reading from the clipboard."
msgstr "ስህተት ከቁራጭ ሰሌዳው በማንበብ ላይ"
#. bXZQD
-#: sw/inc/strings.hrc:593
+#: sw/inc/strings.hrc:592
msgctxt "STR_COLUMN_BREAK"
msgid "Manual Column Break"
msgstr "የ አምድ መጨረሻ በ እጅ የሚሰራ"
#. 7DzNG
-#: sw/inc/strings.hrc:595
+#: sw/inc/strings.hrc:594
msgctxt "STR_CHART2_ROW_LABEL_TEXT"
msgid "Row %ROWNUMBER"
msgstr "ረድፍ %ROWNUMBER"
#. GYFVF
-#: sw/inc/strings.hrc:596
+#: sw/inc/strings.hrc:595
#, c-format
msgctxt "STR_CHART2_COL_LABEL_TEXT"
msgid "Column %COLUMNLETTER"
msgstr "አምድ %COLUMNLETTER"
#. GGS2b
-#: sw/inc/strings.hrc:597
+#: sw/inc/strings.hrc:596
msgctxt "STR_STYLE_FAMILY_CHARACTER"
msgid "Character"
msgstr "ባህሪ"
#. KBw5e
-#: sw/inc/strings.hrc:598
+#: sw/inc/strings.hrc:597
msgctxt "STR_STYLE_FAMILY_PARAGRAPH"
msgid "Paragraph"
msgstr "አንቀጽ"
#. ERH8o
-#: sw/inc/strings.hrc:599
+#: sw/inc/strings.hrc:598
msgctxt "STR_STYLE_FAMILY_FRAME"
msgid "Frame"
msgstr "ክፈፍ"
#. Cqjn8
-#: sw/inc/strings.hrc:600
+#: sw/inc/strings.hrc:599
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Pages"
msgstr "ገጾች"
#. ncffA
-#: sw/inc/strings.hrc:601
+#: sw/inc/strings.hrc:600
msgctxt "STR_STYLE_FAMILY_NUMBERING"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
#. NydLs
-#: sw/inc/strings.hrc:602
+#: sw/inc/strings.hrc:601
msgctxt "STR_STYLE_FAMILY_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
#. XUhuM
-#: sw/inc/strings.hrc:603
+#: sw/inc/strings.hrc:602
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell"
msgstr "ክፍል"
#. DRqDZ
-#: sw/inc/strings.hrc:605
+#: sw/inc/strings.hrc:604
msgctxt "ST_SCRIPT_ASIAN"
msgid "Asian"
msgstr "Asian"
#. owFtq
-#: sw/inc/strings.hrc:606
+#: sw/inc/strings.hrc:605
msgctxt "ST_SCRIPT_CTL"
msgid "CTL"
msgstr "CTL"
#. ap5iF
-#: sw/inc/strings.hrc:607
+#: sw/inc/strings.hrc:606
msgctxt "ST_SCRIPT_WESTERN"
msgid "Western"
msgstr "ምእራባዊ"
#. HD64i
-#: sw/inc/strings.hrc:608
+#: sw/inc/strings.hrc:607
msgctxt "STR_PRINTOPTUI_PRODUCTNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. q6egu
-#: sw/inc/strings.hrc:609
+#: sw/inc/strings.hrc:608
msgctxt "STR_PRINTOPTUI_CONTENTS"
msgid "Contents"
msgstr "ይዞታዎች"
#. Ka4fM
-#: sw/inc/strings.hrc:610
+#: sw/inc/strings.hrc:609
msgctxt "STR_PRINTOPTUI_PAGE_BACKGROUND"
msgid "Page ba~ckground"
msgstr "የ ገጽ መደ~ብ"
#. YPEEH
-#: sw/inc/strings.hrc:611
+#: sw/inc/strings.hrc:610
msgctxt "STR_PRINTOPTUI_PICTURES"
msgid "~Images and other graphic objects"
msgstr "~ስእሎች እና ሌሎች የ ንድፍ እቃዎች"
#. L6GSj
-#: sw/inc/strings.hrc:612
+#: sw/inc/strings.hrc:611
msgctxt "STR_PRINTOPTUI_HIDDEN"
msgid "Hidden te~xt"
msgstr "የ ተደበቁ ጽሁ~ፎች"
#. pXiRN
-#: sw/inc/strings.hrc:613
+#: sw/inc/strings.hrc:612
msgctxt "STR_PRINTOPTUI_TEXT_PLACEHOLDERS"
msgid "~Text placeholders"
msgstr "የ ~ጽሁፍ ቦታ ያዢዎች"
#. JBWVd
-#: sw/inc/strings.hrc:614
+#: sw/inc/strings.hrc:613
msgctxt "STR_PRINTOPTUI_FORM_CONTROLS"
msgid "Form control~s"
msgstr "ፎርም መቆጣጠሪ~ያ"
#. X8Bfu
-#: sw/inc/strings.hrc:615
+#: sw/inc/strings.hrc:614
msgctxt "STR_PRINTOPTUI_COLOR"
msgid "Color"
msgstr "ቀለም"
#. kQDcq
-#: sw/inc/strings.hrc:616
+#: sw/inc/strings.hrc:615
msgctxt "STR_PRINTOPTUI_PRINT_BLACK"
msgid "Print text in blac~k"
msgstr "ጽሁፍ በጥቁ~ር ማተሚያ"
#. DEELn
-#: sw/inc/strings.hrc:617
+#: sw/inc/strings.hrc:616
msgctxt "STR_PRINTOPTUI_PAGES_TEXT"
msgid "Pages:"
msgstr "ገጾች:"
#. uddbB
-#: sw/inc/strings.hrc:618
+#: sw/inc/strings.hrc:617
msgctxt "STR_PRINTOPTUI_PRINT_BLANK"
msgid "Print ~automatically inserted blank pages"
msgstr "የገቡትን ባዶ ገጾች ~ራሱ በራሱ ማተሚያ"
#. MTJt2
-#: sw/inc/strings.hrc:619
+#: sw/inc/strings.hrc:618
msgctxt "STR_PRINTOPTUI_ONLY_PAPER"
msgid "~Use only paper tray from printer preferences"
msgstr "~ይጠቀሙ የ ወረቀት ትሪ ከ ማተሚያ ምርጫዎች ውስጥ ብቻ"
#. 4uBam
-#: sw/inc/strings.hrc:620
+#: sw/inc/strings.hrc:619
msgctxt "STR_PRINTOPTUI_NONE"
msgid "None (document only)"
msgstr "ምንም (ሰነድ ብቻ)"
#. pbQtA
-#: sw/inc/strings.hrc:621
+#: sw/inc/strings.hrc:620
msgctxt "STR_PRINTOPTUI_COMMENTS_ONLY"
msgid "Comments only"
msgstr "አስተያየቶች ብቻ"
#. sVnbD
-#: sw/inc/strings.hrc:622
+#: sw/inc/strings.hrc:621
msgctxt "STR_PRINTOPTUI_PLACE_END"
msgid "Place at end of document"
msgstr "በ ሰነድ መጨረሻ ላይ ማድረጊያ"
#. D4BXH
-#: sw/inc/strings.hrc:623
+#: sw/inc/strings.hrc:622
msgctxt "STR_PRINTOPTUI_PLACE_PAGE"
msgid "Place at end of page"
msgstr "በ ሰነድ መጨረሻ ላይ ማድረጊያ"
#. 6rzab
-#: sw/inc/strings.hrc:624
+#: sw/inc/strings.hrc:623
msgctxt "STR_PRINTOPTUI_COMMENTS"
msgid "~Comments"
msgstr "~አስተያየቶች"
#. cnqLU
-#: sw/inc/strings.hrc:625
+#: sw/inc/strings.hrc:624
msgctxt "STR_PRINTOPTUI_BROCHURE"
msgid "Broch~ure"
msgstr "መግለጫ~ጽሁፍ"
#. t6drz
-#: sw/inc/strings.hrc:626
+#: sw/inc/strings.hrc:625
msgctxt "STR_PRINTOPTUI_LEFT_SCRIPT"
msgid "Left-to-right script"
msgstr "ከ ግራ-ወደ-ቀኝ ጽሁፍ"
#. QgmxB
-#: sw/inc/strings.hrc:627
+#: sw/inc/strings.hrc:626
msgctxt "STR_PRINTOPTUI_RIGHT_SCRIPT"
msgid "Right-to-left script"
msgstr "ከ ቀኝ-ወደ-ግራ ጽሁፍ"
-#. jaqAs
-#: sw/inc/strings.hrc:628
+#. t4Cm7
+#: sw/inc/strings.hrc:627
msgctxt "STR_PRINTOPTUI_PRINTALLPAGES"
-msgid "All ~Pages"
-msgstr "ሁሉንም ~ገጾች"
+msgid "~All Pages"
+msgstr ""
#. ZDRM2
-#: sw/inc/strings.hrc:629
+#: sw/inc/strings.hrc:628
msgctxt "STR_PRINTOPTUI_PRINTPAGES"
msgid "Pa~ges:"
msgstr "ገጾ~ች:"
#. F862f
-#: sw/inc/strings.hrc:630
+#: sw/inc/strings.hrc:629
msgctxt "STR_PRINTOPTUI_PRINTEVENPAGES"
msgid "~Even pages"
msgstr "~ሙሉ ገጾች"
#. ttxxB
-#: sw/inc/strings.hrc:631
+#: sw/inc/strings.hrc:630
msgctxt "STR_PRINTOPTUI_PRINTODDPAGES"
msgid "~Odd pages"
msgstr "~ጎዶሎ ገጾች"
#. rajyx
-#: sw/inc/strings.hrc:632
+#: sw/inc/strings.hrc:631
msgctxt "STR_PRINTOPTUI_PRINTSELECTION"
msgid "~Selection"
msgstr "የ ~ተመረጠው"
#. 9EXcV
-#: sw/inc/strings.hrc:633
+#: sw/inc/strings.hrc:632
msgctxt "STR_PRINTOPTUI_PLACE_MARGINS"
msgid "Place in margins"
msgstr "በ መስመር ውስጥ ማድረጊያ"
#. NGQw3
-#: sw/inc/strings.hrc:635
+#: sw/inc/strings.hrc:634
msgctxt "STR_FORMULA_CALC"
msgid "Functions"
msgstr "ተግባሮች"
#. D3RCG
-#: sw/inc/strings.hrc:636
+#: sw/inc/strings.hrc:635
msgctxt "STR_FORMULA_CANCEL"
msgid "Cancel"
msgstr "መሰረዣ"
#. 3Tg3C
-#: sw/inc/strings.hrc:637
+#: sw/inc/strings.hrc:636
msgctxt "STR_FORMULA_APPLY"
msgid "Apply"
msgstr "መፈጸሚያ"
#. UDkFb
-#: sw/inc/strings.hrc:638
+#: sw/inc/strings.hrc:637
msgctxt "STR_ACCESS_FORMULA_TOOLBAR"
msgid "Formula Tool Bar"
msgstr "የ መቀመሪያ እቃ መደርደሪያ"
#. Z3CB5
-#: sw/inc/strings.hrc:639
+#: sw/inc/strings.hrc:638
msgctxt "STR_ACCESS_FORMULA_TYPE"
msgid "Formula Type"
msgstr "የ መቀመሪያ አይነት"
#. 3CCa7
-#: sw/inc/strings.hrc:640
+#: sw/inc/strings.hrc:639
msgctxt "STR_ACCESS_FORMULA_TEXT"
msgid "Formula Text"
msgstr "የ _መቀመሪያ ጽሁፍ"
#. FXNer
-#: sw/inc/strings.hrc:642
+#: sw/inc/strings.hrc:641
msgctxt "STR_ACCESS_TL_GLOBAL"
msgid "Global View"
msgstr "አለም አቀፍ መመልከቻ"
#. aeeRP
-#: sw/inc/strings.hrc:643
+#: sw/inc/strings.hrc:642
msgctxt "STR_ACCESS_TL_CONTENT"
msgid "Content Navigation View"
msgstr "ይዞታ መቃኛ መመለከቻ"
#. UAExA
-#: sw/inc/strings.hrc:644
+#: sw/inc/strings.hrc:643
msgctxt "STR_OUTLINE_LEVEL"
msgid "Outline Level"
msgstr "የ ረቂቅ ደረጃ"
#. yERK6
-#: sw/inc/strings.hrc:645
+#: sw/inc/strings.hrc:644
msgctxt "STR_DRAGMODE"
msgid "Drag Mode"
msgstr "መጎተቻ ዘዴ"
#. PAB4k
-#: sw/inc/strings.hrc:646
+#: sw/inc/strings.hrc:645
msgctxt "STR_SEND_OUTLINE_TO_CLIPBOARD_ENTRY"
msgid "Send Outline to Clipboard"
msgstr "ረቂቅ ወደ ቁራጭ ሰሌዳ መላኪያ"
-#. DMBCD
+#. b5tPU
+#: sw/inc/strings.hrc:646
+msgctxt "STR_OUTLINE_TRACKING"
+msgid "Outline Tracking"
+msgstr ""
+
+#. qzXwn
#: sw/inc/strings.hrc:647
+msgctxt "STR_OUTLINE_TRACKING_DEFAULT"
+msgid "Default"
+msgstr ""
+
+#. HGDgJ
+#: sw/inc/strings.hrc:648
+msgctxt "STR_OUTLINE_TRACKING_FOCUS"
+msgid "Focus"
+msgstr ""
+
+#. BYRpF
+#: sw/inc/strings.hrc:649
+msgctxt "STR_OUTLINE_TRACKING_OFF"
+msgid "Off"
+msgstr ""
+
+#. bh39E
+#: sw/inc/strings.hrc:650
+msgctxt "STR_GOTO"
+msgid "Go to"
+msgstr ""
+
+#. DMBCD
+#: sw/inc/strings.hrc:651
msgctxt "STR_SELECT"
msgid "Select"
msgstr ""
#. LXGe4
-#: sw/inc/strings.hrc:648
+#: sw/inc/strings.hrc:652
msgctxt "STR_DEMOTE_CHAPTER"
msgid "Demote Chapter"
msgstr ""
#. JXiwa
-#: sw/inc/strings.hrc:649
+#: sw/inc/strings.hrc:653
msgctxt "STR_PROMOTE_CHAPTER"
msgid "Promote Chapter"
msgstr ""
#. 7BYGD
-#: sw/inc/strings.hrc:650
+#: sw/inc/strings.hrc:654
msgctxt "STR_DEMOTE_LEVEL"
msgid "Demote Level"
msgstr ""
#. DdvQg
-#: sw/inc/strings.hrc:651
+#: sw/inc/strings.hrc:655
msgctxt "STR_PROMOTE_LEVEL"
msgid "Promote Level"
msgstr ""
#. 9Fipd
-#: sw/inc/strings.hrc:652
+#: sw/inc/strings.hrc:656
msgctxt "STR_EXPANDALL"
msgid "Expand All"
msgstr ""
#. FxGVt
-#: sw/inc/strings.hrc:653
+#: sw/inc/strings.hrc:657
msgctxt "STR_COLLAPSEALL"
msgid "Collapse All"
msgstr ""
#. xvSRm
-#: sw/inc/strings.hrc:654
+#: sw/inc/strings.hrc:658
msgctxt "STR_HYPERLINK"
msgid "Insert as Hyperlink"
msgstr "እንደ Hyperlink ማስገቢያ"
#. sdfGe
-#: sw/inc/strings.hrc:655
+#: sw/inc/strings.hrc:659
msgctxt "STR_LINK_REGION"
msgid "Insert as Link"
msgstr "እንደ አገናኝ ማስገቢያ"
#. Suaiz
-#: sw/inc/strings.hrc:656
+#: sw/inc/strings.hrc:660
msgctxt "STR_COPY_REGION"
msgid "Insert as Copy"
msgstr "እንደ ኮፒ ማስገቢያ"
#. VgdhT
-#: sw/inc/strings.hrc:657
+#: sw/inc/strings.hrc:661
msgctxt "STR_DISPLAY"
msgid "Display"
msgstr "ማሳያ"
#. 3VXp5
-#: sw/inc/strings.hrc:658
+#: sw/inc/strings.hrc:662
msgctxt "STR_ACTIVE_VIEW"
msgid "Active Window"
msgstr "ንቁ መስኮት"
#. fAAUc
-#: sw/inc/strings.hrc:659
+#: sw/inc/strings.hrc:663
msgctxt "STR_HIDDEN"
msgid "hidden"
msgstr "የተደበቀ"
#. 3VWjq
-#: sw/inc/strings.hrc:660
+#: sw/inc/strings.hrc:664
msgctxt "STR_ACTIVE"
msgid "active"
msgstr "ንቁ"
#. YjPvg
-#: sw/inc/strings.hrc:661
+#: sw/inc/strings.hrc:665
msgctxt "STR_INACTIVE"
msgid "inactive"
msgstr "የቦዘነ"
#. tBPKU
-#: sw/inc/strings.hrc:662
+#: sw/inc/strings.hrc:666
msgctxt "STR_EDIT_ENTRY"
msgid "Edit..."
msgstr "ማረሚያ..."
#. ppC87
-#: sw/inc/strings.hrc:663
+#: sw/inc/strings.hrc:667
msgctxt "STR_UPDATE"
msgid "~Update"
msgstr "~ማሻሻያ"
#. 44Esc
-#: sw/inc/strings.hrc:664
+#: sw/inc/strings.hrc:668
msgctxt "STR_EDIT_CONTENT"
msgid "Edit"
msgstr "ማረሚያ"
#. w3ZrD
-#: sw/inc/strings.hrc:665
+#: sw/inc/strings.hrc:669
msgctxt "STR_EDIT_LINK"
msgid "Edit link"
msgstr "አገናኝ ማረሚያ"
#. xyPWE
-#: sw/inc/strings.hrc:666
+#: sw/inc/strings.hrc:670
msgctxt "STR_EDIT_INSERT"
msgid "Insert"
msgstr "ማስገቢያ"
#. AT9SS
-#: sw/inc/strings.hrc:667
+#: sw/inc/strings.hrc:671
msgctxt "STR_INDEX"
msgid "~Index"
msgstr "~ማውጫ"
#. MnBLc
-#: sw/inc/strings.hrc:668
+#: sw/inc/strings.hrc:672
msgctxt "STR_FILE"
msgid "File"
msgstr "ፋይል"
#. DdBgh
-#: sw/inc/strings.hrc:669
+#: sw/inc/strings.hrc:673
msgctxt "STR_NEW_FILE"
msgid "New Document"
msgstr "አዲስ ሰነድ"
#. aV9Uy
-#: sw/inc/strings.hrc:670
+#: sw/inc/strings.hrc:674
msgctxt "STR_INSERT_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. 5rD3D
-#: sw/inc/strings.hrc:671
+#: sw/inc/strings.hrc:675
msgctxt "STR_DELETE"
msgid "Delete"
msgstr "ማጥፊያ"
#. 9MrsU
-#: sw/inc/strings.hrc:672
+#: sw/inc/strings.hrc:676
msgctxt "STR_DELETE_ENTRY"
msgid "~Delete"
msgstr "~ማጥፊያ"
#. A28Rb
-#: sw/inc/strings.hrc:673
+#: sw/inc/strings.hrc:677
msgctxt "STR_UPDATE_SEL"
msgid "Selection"
msgstr "ምርጫ"
#. gRBxA
-#: sw/inc/strings.hrc:674
+#: sw/inc/strings.hrc:678
msgctxt "STR_UPDATE_INDEX"
msgid "Indexes"
msgstr "ማውጫዎች"
#. WKwLS
-#: sw/inc/strings.hrc:675
+#: sw/inc/strings.hrc:679
msgctxt "STR_UPDATE_LINK"
msgid "Links"
msgstr "አገናኞች"
#. TaaJK
-#: sw/inc/strings.hrc:676
+#: sw/inc/strings.hrc:680
msgctxt "STR_UPDATE_ALL"
msgid "All"
msgstr "ሁሉንም"
#. 6neCN
-#: sw/inc/strings.hrc:677
+#: sw/inc/strings.hrc:681
msgctxt "STR_REMOVE_INDEX"
msgid "~Remove Index"
msgstr "ማውጫ ~ማስወገጃ"
#. RH2h9
-#: sw/inc/strings.hrc:678
+#: sw/inc/strings.hrc:682
msgctxt "STR_REMOVE_TBL_PROTECTION"
msgid "~Unprotect"
msgstr "~አትጠብቅ"
#. HpMeb
-#: sw/inc/strings.hrc:679
+#: sw/inc/strings.hrc:683
msgctxt "STR_INVISIBLE"
msgid "hidden"
msgstr "የተደበቀ"
#. XcCnB
-#: sw/inc/strings.hrc:680
+#: sw/inc/strings.hrc:684
msgctxt "STR_BROKEN_LINK"
msgid "File not found: "
msgstr "ፋይሉ አልተገኘም: "
#. 8BkZE
-#: sw/inc/strings.hrc:681
+#: sw/inc/strings.hrc:685
msgctxt "STR_RENAME"
msgid "~Rename..."
msgstr ""
#. FnvNk
-#: sw/inc/strings.hrc:682
+#: sw/inc/strings.hrc:686
msgctxt "STR_READONLY_IDX"
msgid "Read-~only"
msgstr "ለንባብ-~ብቻ"
#. DojWF
-#: sw/inc/strings.hrc:683
+#: sw/inc/strings.hrc:687
msgctxt "STR_POSTIT_SHOW"
msgid "Show All"
msgstr "ሁሉንም ማሳያ"
#. virAB
-#: sw/inc/strings.hrc:684
+#: sw/inc/strings.hrc:688
msgctxt "STR_POSTIT_HIDE"
msgid "Hide All"
msgstr "ሁሉንም መደበቂያ"
#. aJwW2
-#: sw/inc/strings.hrc:685
+#: sw/inc/strings.hrc:689
msgctxt "STR_POSTIT_DELETE"
msgid "Delete All"
msgstr "ሁሉንም ማጥፊያ"
#. UC53U
-#: sw/inc/strings.hrc:686
+#: sw/inc/strings.hrc:690
msgctxt "STR_RESOLVED"
msgid "RESOLVED"
msgstr ""
#. 6VGuk
-#: sw/inc/strings.hrc:687
+#: sw/inc/strings.hrc:691
msgctxt "STR_PROTECTED"
msgid "Protected"
msgstr ""
#. 3ceMF
-#: sw/inc/strings.hrc:689
+#: sw/inc/strings.hrc:693
msgctxt "STR_MARGIN_TOOLTIP_LEFT"
msgid "Left: "
msgstr "በ ግራ: "
#. EiXF2
-#: sw/inc/strings.hrc:690
+#: sw/inc/strings.hrc:694
msgctxt "STR_MARGIN_TOOLTIP_RIGHT"
msgid ". Right: "
msgstr ". በ ቀኝ: "
#. UFpVa
-#: sw/inc/strings.hrc:691
+#: sw/inc/strings.hrc:695
msgctxt "STR_MARGIN_TOOLTIP_INNER"
msgid "Inner: "
msgstr "ውስጥ: "
#. XE7Wb
-#: sw/inc/strings.hrc:692
+#: sw/inc/strings.hrc:696
msgctxt "STR_MARGIN_TOOLTIP_OUTER"
msgid ". Outer: "
msgstr ". ውጪ: "
#. 3A8Vg
-#: sw/inc/strings.hrc:693
+#: sw/inc/strings.hrc:697
msgctxt "STR_MARGIN_TOOLTIP_TOP"
msgid ". Top: "
msgstr ". ከ ላይ: "
#. dRhyZ
-#: sw/inc/strings.hrc:694
+#: sw/inc/strings.hrc:698
msgctxt "STR_MARGIN_TOOLTIP_BOT"
msgid ". Bottom: "
msgstr ". ከ ታች: "
#. XuC4Y
#. Error calculator
-#: sw/inc/strings.hrc:697
+#: sw/inc/strings.hrc:701
msgctxt "STR_POSTIT_PAGE"
msgid "Page"
msgstr "ገጽ"
#. AeDYh
-#: sw/inc/strings.hrc:698
+#: sw/inc/strings.hrc:702
msgctxt "STR_POSTIT_LINE"
msgid "Line"
msgstr "መስመር"
#. kfJG6
-#: sw/inc/strings.hrc:699
+#: sw/inc/strings.hrc:703
msgctxt "STR_POSTIT_AUTHOR"
msgid "Author"
msgstr "ደራሲው"
#. gejqG
-#: sw/inc/strings.hrc:700
+#: sw/inc/strings.hrc:704
msgctxt "STR_CALC_SYNTAX"
msgid "** Syntax Error **"
msgstr "** የ አገባብ ስህተት **"
#. q6dUT
-#: sw/inc/strings.hrc:701
+#: sw/inc/strings.hrc:705
msgctxt "STR_CALC_ZERODIV"
msgid "** Division by zero **"
msgstr "** በ ዜሮ ማካፈያ **"
#. HSo6d
-#: sw/inc/strings.hrc:702
+#: sw/inc/strings.hrc:706
msgctxt "STR_CALC_BRACK"
msgid "** Wrong use of brackets **"
msgstr "** የ ተሳሳተ የ ቅንፎች አጠቃቀም **"
#. jcNfg
-#: sw/inc/strings.hrc:703
+#: sw/inc/strings.hrc:707
msgctxt "STR_CALC_POW"
msgid "** Square function overflow **"
msgstr "** የ ስኴር ተግባር ሞልቶ ፈሰስ**"
#. C453V
-#: sw/inc/strings.hrc:704
+#: sw/inc/strings.hrc:708
msgctxt "STR_CALC_OVERFLOW"
msgid "** Overflow **"
msgstr "** ሞልቶ ፈሰሰ **"
#. KEQfz
-#: sw/inc/strings.hrc:705
+#: sw/inc/strings.hrc:709
msgctxt "STR_CALC_DEFAULT"
msgid "** Error **"
msgstr "** ስህተት **"
#. hxrg9
-#: sw/inc/strings.hrc:706
+#: sw/inc/strings.hrc:710
msgctxt "STR_CALC_ERROR"
msgid "** Expression is faulty **"
msgstr "** አገላለጹ የተሳሳተ ነው **"
#. 2yBhF
-#: sw/inc/strings.hrc:707
+#: sw/inc/strings.hrc:711
msgctxt "STR_GETREFFLD_REFITEMNOTFOUND"
msgid "Error: Reference source not found"
msgstr "ስህተት: የ ማመሳከሪያው ምንጭ አልተገኘም"
#. jgRW7
-#: sw/inc/strings.hrc:708
+#: sw/inc/strings.hrc:712
msgctxt "STR_TEMPLATE_NONE"
msgid "None"
msgstr "ምንም"
#. KRD6s
-#: sw/inc/strings.hrc:709
+#: sw/inc/strings.hrc:713
msgctxt "STR_FIELD_FIXED"
msgid "(fixed)"
msgstr "(የተወሰነ)"
#. FCRUB
-#: sw/inc/strings.hrc:710
+#: sw/inc/strings.hrc:714
msgctxt "STR_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " አ: %1 ወ: %2 ቀ: %3 ሰ: %4 ደ: %5 ሰ: %6"
#. ocA84
-#: sw/inc/strings.hrc:711
+#: sw/inc/strings.hrc:715
msgctxt "STR_TOI"
msgid "Alphabetical Index"
msgstr "በ ፊደል ቅደም ተከተል ማውጫ"
#. GDCRF
-#: sw/inc/strings.hrc:712
+#: sw/inc/strings.hrc:716
msgctxt "STR_TOU"
msgid "User-Defined"
msgstr "በ ተጠቃሚው-የሚወሰን"
#. vnaNc
-#: sw/inc/strings.hrc:713
+#: sw/inc/strings.hrc:717
msgctxt "STR_TOC"
msgid "Table of Contents"
msgstr "የ ሰንጠረዥ ማውጫ"
#. BESjb
-#: sw/inc/strings.hrc:714
+#: sw/inc/strings.hrc:718
msgctxt "STR_TOX_AUTH"
msgid "Bibliography"
msgstr "ቢብሊዮግራፊ"
#. ZFBUD
-#: sw/inc/strings.hrc:715
+#: sw/inc/strings.hrc:719
msgctxt "STR_TOX_CITATION"
msgid "Citation"
msgstr "ጥቅስ"
#. WAs8q
-#: sw/inc/strings.hrc:716
+#: sw/inc/strings.hrc:720
msgctxt "STR_TOX_TBL"
msgid "Index of Tables"
msgstr "የ ሰንጠረዦች ማውጫ"
#. NFzTx
-#: sw/inc/strings.hrc:717
+#: sw/inc/strings.hrc:721
msgctxt "STR_TOX_OBJ"
msgid "Table of Objects"
msgstr "የ እቃዎች ሰንጠረዥ"
#. mSyms
-#: sw/inc/strings.hrc:718
+#: sw/inc/strings.hrc:722
msgctxt "STR_TOX_ILL"
msgid "Table of Figures"
msgstr "የ ማውጫ አካሎች"
#. TspkU
#. SubType DocInfo
-#: sw/inc/strings.hrc:720
+#: sw/inc/strings.hrc:724
msgctxt "FLD_DOCINFO_TITEL"
msgid "Title"
msgstr "አርእስት"
#. ziEpC
-#: sw/inc/strings.hrc:721
+#: sw/inc/strings.hrc:725
msgctxt "FLD_DOCINFO_THEMA"
msgid "Subject"
msgstr "ጉዳይ"
#. FCVZS
-#: sw/inc/strings.hrc:722
+#: sw/inc/strings.hrc:726
msgctxt "FLD_DOCINFO_KEYS"
msgid "Keywords"
msgstr "ቁልፍ ቃል"
#. kHC7q
-#: sw/inc/strings.hrc:723
+#: sw/inc/strings.hrc:727
msgctxt "FLD_DOCINFO_COMMENT"
msgid "Comments"
msgstr "አስተያየቶች"
#. i6psX
-#: sw/inc/strings.hrc:724
+#: sw/inc/strings.hrc:728
msgctxt "FLD_DOCINFO_CREATE"
msgid "Created"
msgstr "ተፈጥሯል"
#. L2Bxp
-#: sw/inc/strings.hrc:725
+#: sw/inc/strings.hrc:729
msgctxt "FLD_DOCINFO_CHANGE"
msgid "Modified"
msgstr "ተሻሽሏል"
#. D2YKS
-#: sw/inc/strings.hrc:726
+#: sw/inc/strings.hrc:730
msgctxt "FLD_DOCINFO_PRINT"
msgid "Last printed"
msgstr "መጨረሻ የታተመው"
#. QtuZM
-#: sw/inc/strings.hrc:727
+#: sw/inc/strings.hrc:731
msgctxt "FLD_DOCINFO_DOCNO"
msgid "Revision number"
msgstr "የ ክለሳ ቁጥር"
#. YDFbi
-#: sw/inc/strings.hrc:728
+#: sw/inc/strings.hrc:732
msgctxt "FLD_DOCINFO_EDIT"
msgid "Total editing time"
msgstr "ጠቅላላ ለማረም የፈጀው ጊዜ"
#. EpZ9C
-#: sw/inc/strings.hrc:729
+#: sw/inc/strings.hrc:733
msgctxt "STR_PAGEDESC_NAME"
msgid "Convert $(ARG1)"
msgstr "መቀየሪያ $(ARG1)"
#. nY3NU
-#: sw/inc/strings.hrc:730
+#: sw/inc/strings.hrc:734
msgctxt "STR_PAGEDESC_FIRSTNAME"
msgid "First convert $(ARG1)"
msgstr "በ መጀመሪያ መቀየሪያ $(ARG1)"
#. eQtGV
-#: sw/inc/strings.hrc:731
+#: sw/inc/strings.hrc:735
msgctxt "STR_PAGEDESC_FOLLOWNAME"
msgid "Next convert $(ARG1)"
msgstr "ቀጥሎ መቀየሪያ $(ARG1)"
#. aBwxC
-#: sw/inc/strings.hrc:732
+#: sw/inc/strings.hrc:736
msgctxt "STR_AUTH_TYPE_ARTICLE"
msgid "Article"
msgstr "ጽሁፍ"
#. di8ud
-#: sw/inc/strings.hrc:733
+#: sw/inc/strings.hrc:737
msgctxt "STR_AUTH_TYPE_BOOK"
msgid "Book"
msgstr "መጽሐፍ"
#. GD5KJ
-#: sw/inc/strings.hrc:734
+#: sw/inc/strings.hrc:738
msgctxt "STR_AUTH_TYPE_BOOKLET"
msgid "Brochures"
msgstr "መግለጫ ጽሁፍ"
#. mfFSf
-#: sw/inc/strings.hrc:735
+#: sw/inc/strings.hrc:739
msgctxt "STR_AUTH_TYPE_CONFERENCE"
msgid "Conference proceedings"
msgstr "የ ስብሰባ ሂደት"
#. Et2Px
-#: sw/inc/strings.hrc:736
+#: sw/inc/strings.hrc:740
msgctxt "STR_AUTH_TYPE_INBOOK"
msgid "Book excerpt"
msgstr "የ መጽሐፍ ምንባብ"
#. ys2B8
-#: sw/inc/strings.hrc:737
+#: sw/inc/strings.hrc:741
msgctxt "STR_AUTH_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr "የ መጽሐፍ ምንባብ ከ አርእስት ጋር"
#. mdEqj
-#: sw/inc/strings.hrc:738
+#: sw/inc/strings.hrc:742
msgctxt "STR_AUTH_TYPE_INPROCEEDINGS"
msgid "Conference proceedings"
msgstr "የ ስብሰባ ሂደት"
#. jNmVD
-#: sw/inc/strings.hrc:739
+#: sw/inc/strings.hrc:743
msgctxt "STR_AUTH_TYPE_JOURNAL"
msgid "Journal"
msgstr "ማስታወሻ"
#. M3xkM
-#: sw/inc/strings.hrc:740
+#: sw/inc/strings.hrc:744
msgctxt "STR_AUTH_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "ቴክኒካል. መረጃዎች"
#. EJAj4
-#: sw/inc/strings.hrc:741
+#: sw/inc/strings.hrc:745
msgctxt "STR_AUTH_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "ቴሲስ"
#. NoUCv
-#: sw/inc/strings.hrc:742
+#: sw/inc/strings.hrc:746
msgctxt "STR_AUTH_TYPE_MISC"
msgid "Miscellaneous"
msgstr "የተለያዩ"
#. qNGGE
-#: sw/inc/strings.hrc:743
+#: sw/inc/strings.hrc:747
msgctxt "STR_AUTH_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "የ ቴሲስ ጽሁፍ"
#. L7W7R
-#: sw/inc/strings.hrc:744
+#: sw/inc/strings.hrc:748
msgctxt "STR_AUTH_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr "ስብሰባ በ ሂደት ላይ"
#. X8bGG
-#: sw/inc/strings.hrc:745
+#: sw/inc/strings.hrc:749
msgctxt "STR_AUTH_TYPE_TECHREPORT"
msgid "Research report"
msgstr "የ ምርምር መግለጫ"
#. 4dDC9
-#: sw/inc/strings.hrc:746
+#: sw/inc/strings.hrc:750
msgctxt "STR_AUTH_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr "ያልታተመ"
#. Gb38d
-#: sw/inc/strings.hrc:747
+#: sw/inc/strings.hrc:751
msgctxt "STR_AUTH_TYPE_EMAIL"
msgid "Email"
msgstr "ኢሜይል"
#. 9HKD6
-#: sw/inc/strings.hrc:748
+#: sw/inc/strings.hrc:752
msgctxt "STR_AUTH_TYPE_WWW"
msgid "WWW document"
msgstr "WWW ሰነድ"
#. qA449
-#: sw/inc/strings.hrc:749
+#: sw/inc/strings.hrc:753
msgctxt "STR_AUTH_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "በ ተጠቃሚው-የሚወሰን1"
#. nyzxz
-#: sw/inc/strings.hrc:750
+#: sw/inc/strings.hrc:754
msgctxt "STR_AUTH_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "በ ተጠቃሚው-የሚወሰን2"
#. cCFTF
-#: sw/inc/strings.hrc:751
+#: sw/inc/strings.hrc:755
msgctxt "STR_AUTH_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "በ ተጠቃሚው-የሚወሰን3"
#. mrqJC
-#: sw/inc/strings.hrc:752
+#: sw/inc/strings.hrc:756
msgctxt "STR_AUTH_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "በ ተጠቃሚው-የሚወሰን4"
#. fFs86
-#: sw/inc/strings.hrc:753
+#: sw/inc/strings.hrc:757
msgctxt "STR_AUTH_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "በ ተጠቃሚው-የሚወሰን5"
#. nsCwi
-#: sw/inc/strings.hrc:754
+#: sw/inc/strings.hrc:758
msgctxt "STR_AUTH_FIELD_IDENTIFIER"
msgid "Short name"
msgstr "አጭር ስም"
#. CpKgc
-#: sw/inc/strings.hrc:755
+#: sw/inc/strings.hrc:759
msgctxt "STR_AUTH_FIELD_AUTHORITY_TYPE"
msgid "Type"
msgstr "አይነት"
#. kUGDr
-#: sw/inc/strings.hrc:756
+#: sw/inc/strings.hrc:760
msgctxt "STR_AUTH_FIELD_ADDRESS"
msgid "Address"
msgstr "አድራሻ"
#. DquVQ
-#: sw/inc/strings.hrc:757
+#: sw/inc/strings.hrc:761
msgctxt "STR_AUTH_FIELD_ANNOTE"
msgid "Annotation"
msgstr "ማብራሪያ"
#. sduuV
-#: sw/inc/strings.hrc:758
+#: sw/inc/strings.hrc:762
msgctxt "STR_AUTH_FIELD_AUTHOR"
msgid "Author(s)"
msgstr "ደራሲ(ዎች)"
#. fXvz6
-#: sw/inc/strings.hrc:759
+#: sw/inc/strings.hrc:763
msgctxt "STR_AUTH_FIELD_BOOKTITLE"
msgid "Book title"
msgstr "የ መጽሀፍ አርእስት"
#. c8PFE
-#: sw/inc/strings.hrc:760
+#: sw/inc/strings.hrc:764
msgctxt "STR_AUTH_FIELD_CHAPTER"
msgid "Chapter"
msgstr "ምዕራፍ"
#. GXqxF
-#: sw/inc/strings.hrc:761
+#: sw/inc/strings.hrc:765
msgctxt "STR_AUTH_FIELD_EDITION"
msgid "Edition"
msgstr "እትም"
#. p7A3p
-#: sw/inc/strings.hrc:762
+#: sw/inc/strings.hrc:766
msgctxt "STR_AUTH_FIELD_EDITOR"
msgid "Editor"
msgstr "አራሚው"
#. aAFEz
-#: sw/inc/strings.hrc:763
+#: sw/inc/strings.hrc:767
msgctxt "STR_AUTH_FIELD_HOWPUBLISHED"
msgid "Publication type"
msgstr "የህትመቱ አይነት"
#. 8DwdJ
-#: sw/inc/strings.hrc:764
+#: sw/inc/strings.hrc:768
msgctxt "STR_AUTH_FIELD_INSTITUTION"
msgid "Institution"
msgstr "ድርጅት"
#. VWNxy
-#: sw/inc/strings.hrc:765
+#: sw/inc/strings.hrc:769
msgctxt "STR_AUTH_FIELD_JOURNAL"
msgid "Journal"
msgstr "ማስታወሻ"
#. Da4fW
-#: sw/inc/strings.hrc:766
+#: sw/inc/strings.hrc:770
msgctxt "STR_AUTH_FIELD_MONTH"
msgid "Month"
msgstr "ወር"
#. SdSBt
-#: sw/inc/strings.hrc:767
+#: sw/inc/strings.hrc:771
msgctxt "STR_AUTH_FIELD_NOTE"
msgid "Note"
msgstr "ማስታወሻ"
#. MZYpD
-#: sw/inc/strings.hrc:768
+#: sw/inc/strings.hrc:772
msgctxt "STR_AUTH_FIELD_NUMBER"
msgid "Number"
msgstr "ቁጥር"
#. ZB7Go
-#: sw/inc/strings.hrc:769
+#: sw/inc/strings.hrc:773
msgctxt "STR_AUTH_FIELD_ORGANIZATIONS"
msgid "Organization"
msgstr "ድርጅት"
#. C4CdP
-#: sw/inc/strings.hrc:770
+#: sw/inc/strings.hrc:774
msgctxt "STR_AUTH_FIELD_PAGES"
msgid "Page(s)"
msgstr "ገጽ(ጾች)"
#. yFPFa
-#: sw/inc/strings.hrc:771
+#: sw/inc/strings.hrc:775
msgctxt "STR_AUTH_FIELD_PUBLISHER"
msgid "Publisher"
msgstr "አሳታሚው"
#. d9u3p
-#: sw/inc/strings.hrc:772
+#: sw/inc/strings.hrc:776
msgctxt "STR_AUTH_FIELD_SCHOOL"
msgid "University"
msgstr "ዩኒቨርሲቲ"
#. Qxsdb
-#: sw/inc/strings.hrc:773
+#: sw/inc/strings.hrc:777
msgctxt "STR_AUTH_FIELD_SERIES"
msgid "Series"
msgstr "ተከታታይ"
#. YhXPg
-#: sw/inc/strings.hrc:774
+#: sw/inc/strings.hrc:778
msgctxt "STR_AUTH_FIELD_TITLE"
msgid "Title"
msgstr "አርእስት"
#. qEBhL
-#: sw/inc/strings.hrc:775
+#: sw/inc/strings.hrc:779
msgctxt "STR_AUTH_FIELD_TYPE"
msgid "Type of report"
msgstr "የ መግለጫው አይነት"
#. Sij9w
-#: sw/inc/strings.hrc:776
+#: sw/inc/strings.hrc:780
msgctxt "STR_AUTH_FIELD_VOLUME"
msgid "Volume"
msgstr "መጠን"
#. K8miv
-#: sw/inc/strings.hrc:777
+#: sw/inc/strings.hrc:781
msgctxt "STR_AUTH_FIELD_YEAR"
msgid "Year"
msgstr "አመት"
#. pFMSV
-#: sw/inc/strings.hrc:778
+#: sw/inc/strings.hrc:782
msgctxt "STR_AUTH_FIELD_URL"
msgid "URL"
msgstr "URL"
#. xFG3c
-#: sw/inc/strings.hrc:779
+#: sw/inc/strings.hrc:783
msgctxt "STR_AUTH_FIELD_CUSTOM1"
msgid "User-defined1"
msgstr "በ ተጠቃሚው-የሚወሰን1"
#. wtDyU
-#: sw/inc/strings.hrc:780
+#: sw/inc/strings.hrc:784
msgctxt "STR_AUTH_FIELD_CUSTOM2"
msgid "User-defined2"
msgstr "በ ተጠቃሚው-የሚወሰን2"
#. VH3Se
-#: sw/inc/strings.hrc:781
+#: sw/inc/strings.hrc:785
msgctxt "STR_AUTH_FIELD_CUSTOM3"
msgid "User-defined3"
msgstr "በ ተጠቃሚው-የሚወሰን3"
#. twuKb
-#: sw/inc/strings.hrc:782
+#: sw/inc/strings.hrc:786
msgctxt "STR_AUTH_FIELD_CUSTOM4"
msgid "User-defined4"
msgstr "በ ተጠቃሚው-የሚወሰን4"
#. WAo7Z
-#: sw/inc/strings.hrc:783
+#: sw/inc/strings.hrc:787
msgctxt "STR_AUTH_FIELD_CUSTOM5"
msgid "User-defined5"
msgstr "በ ተጠቃሚው-የሚወሰን5"
#. 3r6Wg
-#: sw/inc/strings.hrc:784
+#: sw/inc/strings.hrc:788
msgctxt "STR_AUTH_FIELD_ISBN"
msgid "ISBN"
msgstr "ISBN"
#. eFnnx
-#: sw/inc/strings.hrc:786
+#: sw/inc/strings.hrc:790
msgctxt "STR_IDXMRK_EDIT"
msgid "Edit Index Entry"
msgstr "የማውጫ ማስገቢያ ማረሚያ"
#. EHTHH
-#: sw/inc/strings.hrc:787
+#: sw/inc/strings.hrc:791
msgctxt "STR_IDXMRK_INSERT"
msgid "Insert Index Entry"
msgstr "የማውጫ ማስገቢያ መጨመሪያ"
#. D2gkA
-#: sw/inc/strings.hrc:788
+#: sw/inc/strings.hrc:792
msgctxt "STR_QUERY_CHANGE_AUTH_ENTRY"
msgid "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?"
msgstr "ሰነዱ ቀደም ሲል ቢብሊዮግራፊ ማስገቢያ ይዟል ነገር ግን ለተለየ ዳታ ነው: የ ነበረውን ማስገቢያ ማስተካከል ይፈልጋሉ?"
#. mK84T
-#: sw/inc/strings.hrc:790
+#: sw/inc/strings.hrc:794
msgctxt "STR_COMMENTS_LABEL"
msgid "Comments"
msgstr "አስተያየቶች"
#. fwecS
-#: sw/inc/strings.hrc:791
+#: sw/inc/strings.hrc:795
msgctxt "STR_SHOW_COMMENTS"
msgid "Show comments"
msgstr "አስተያየት ማሳያ"
#. HkUvy
-#: sw/inc/strings.hrc:792
+#: sw/inc/strings.hrc:796
msgctxt "STR_HIDE_COMMENTS"
msgid "Hide comments"
msgstr "አስተያየት መደበቂያ"
#. FcmEy
-#: sw/inc/strings.hrc:794
+#: sw/inc/strings.hrc:798
msgctxt "STR_DOUBLE_SHORTNAME"
msgid "Shortcut name already exists. Please choose another name."
msgstr "ይህ የአቋራጭ ስም ቀደም ሲል ነበር: እባክዎን ሌላ ስም ይምረጡ"
#. VhMST
-#: sw/inc/strings.hrc:795
+#: sw/inc/strings.hrc:799
msgctxt "STR_QUERY_DELETE"
msgid "Delete AutoText?"
msgstr "በራሱ ጽሁፍን ላጥፋው?"
#. E5MLr
-#: sw/inc/strings.hrc:796
+#: sw/inc/strings.hrc:800
msgctxt "STR_QUERY_DELETE_GROUP1"
msgid "Delete the category "
msgstr "ምድቡን ማጥፊያ "
#. qndNh
-#: sw/inc/strings.hrc:797
+#: sw/inc/strings.hrc:801
msgctxt "STR_QUERY_DELETE_GROUP2"
msgid "?"
msgstr "?"
#. B6xah
-#: sw/inc/strings.hrc:798
+#: sw/inc/strings.hrc:802
msgctxt "STR_GLOSSARY"
msgid "AutoText :"
msgstr "በራሱ ጽሁፍ :"
#. ChetY
-#: sw/inc/strings.hrc:799
+#: sw/inc/strings.hrc:803
msgctxt "STR_SAVE_GLOSSARY"
msgid "Save AutoText"
msgstr "በራሱ ጽሁፍ ማስቀመጫ"
#. QxAiF
-#: sw/inc/strings.hrc:800
+#: sw/inc/strings.hrc:804
msgctxt "STR_NO_GLOSSARIES"
msgid "There is no AutoText in this file."
msgstr "በዚህ ፋይል ውስጥ በራሱ ጽሁፍ የለም"
#. sG8Xt
-#: sw/inc/strings.hrc:801
+#: sw/inc/strings.hrc:805
msgctxt "STR_MY_AUTOTEXT"
msgid "My AutoText"
msgstr "የኔ በራሱ ጽሁፍ"
#. GaoqR
-#: sw/inc/strings.hrc:803
+#: sw/inc/strings.hrc:807
msgctxt "STR_NOGLOS"
msgid "AutoText for Shortcut '%1' not found."
msgstr "በራሱ ጽሁፎች ለ አቋራጭ '%1' አልተገኘም"
#. MwUEP
-#: sw/inc/strings.hrc:804
+#: sw/inc/strings.hrc:808
msgctxt "STR_NO_TABLE"
msgid "A table with no rows or no cells cannot be inserted"
msgstr "ሰንጠረዥ ያለ ረድፎች ወይንም ክፍሎች ማስገባት አይቻልም"
#. AawM4
-#: sw/inc/strings.hrc:805
+#: sw/inc/strings.hrc:809
msgctxt "STR_TABLE_TOO_LARGE"
msgid "The table cannot be inserted because it is too large"
msgstr "ሰንጠረዥ ማስገባት አልተቻለም ምክንያቱም በጣም ትልቅ ነው"
#. GGo8i
-#: sw/inc/strings.hrc:806
+#: sw/inc/strings.hrc:810
msgctxt "STR_ERR_INSERT_GLOS"
msgid "AutoText could not be created."
msgstr "በራሱ መጻፊያ መመፍጠር አልተቻለም"
#. DCPSB
-#: sw/inc/strings.hrc:807
+#: sw/inc/strings.hrc:811
msgctxt "STR_CLPBRD_FORMAT_ERROR"
msgid "Requested clipboard format is not available."
msgstr "የተጠየቀው የቁራጭ ሰሌዳ አቀራረብ አልተገኘም"
#. YxCCF
-#: sw/inc/strings.hrc:808
+#: sw/inc/strings.hrc:812
msgctxt "STR_PRIVATETEXT"
msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION የ ጽሁፍ ሰነድ"
#. 8ygN3
-#: sw/inc/strings.hrc:809
+#: sw/inc/strings.hrc:813
msgctxt "STR_PRIVATEGRAPHIC"
msgid "Image (%PRODUCTNAME %PRODUCTVERSION Text Document)"
msgstr "ምስል (%PRODUCTNAME %PRODUCTVERSION የ ጽሁፍ ሰነድ)"
#. ewPPB
-#: sw/inc/strings.hrc:810
+#: sw/inc/strings.hrc:814
msgctxt "STR_PRIVATEOLE"
msgid "Object (%PRODUCTNAME %PRODUCTVERSION Text Document)"
msgstr "እቃ (%PRODUCTNAME %PRODUCTVERSION የ ጽሁፍ ሰነድ)"
#. 9VEc3
-#: sw/inc/strings.hrc:811
+#: sw/inc/strings.hrc:815
msgctxt "STR_DDEFORMAT"
msgid "Dynamic Data Exchange (DDE link)"
msgstr "Dynamic Data Exchange (DDE link)"
#. svrE7
-#: sw/inc/strings.hrc:813
+#: sw/inc/strings.hrc:817
msgctxt "STR_DELETE_ALL_NOTES"
msgid "All Comments"
msgstr "ሁሉንም አስተያየቶች"
#. YGNN4
-#: sw/inc/strings.hrc:814
+#: sw/inc/strings.hrc:818
msgctxt "STR_FORMAT_ALL_NOTES"
msgid "All Comments"
msgstr "ሁሉንም አስተያየቶች"
#. GDH49
-#: sw/inc/strings.hrc:815
+#: sw/inc/strings.hrc:819
msgctxt "STR_DELETE_AUTHOR_NOTES"
msgid "Comments by "
msgstr "አስተያየቶች በ "
#. RwAcm
-#: sw/inc/strings.hrc:816
+#: sw/inc/strings.hrc:820
msgctxt "STR_NODATE"
msgid "(no date)"
msgstr "(ቀን የለም)"
#. ytxKG
-#: sw/inc/strings.hrc:817
+#: sw/inc/strings.hrc:821
msgctxt "STR_NOAUTHOR"
msgid "(no author)"
msgstr "(ደራሲ የለም)"
#. nAwMG
-#: sw/inc/strings.hrc:818
+#: sw/inc/strings.hrc:822
msgctxt "STR_REPLY"
msgid "Reply to $1"
msgstr "መልስ ወደ $1"
#. CVVa6
-#: sw/inc/strings.hrc:820
+#: sw/inc/strings.hrc:824
msgctxt "ST_TITLE_EDIT"
msgid "Edit Address Block"
msgstr "የአድራሻ መከልከያ ማረሚያ"
#. njGGA
-#: sw/inc/strings.hrc:821
+#: sw/inc/strings.hrc:825
msgctxt "ST_TITLE_MALE"
msgid "Custom Salutation (Male Recipients)"
msgstr "ሰላምታ ማስተካከያ (ለ ወንድ ተቀባዮች)"
#. ZVuKY
-#: sw/inc/strings.hrc:822
+#: sw/inc/strings.hrc:826
msgctxt "ST_TITLE_FEMALE"
msgid "Custom Salutation (Female Recipients)"
msgstr "ሰላምታ ማስተካከያ (ለ ሴት ተቀባዮች)"
#. h4yuq
-#: sw/inc/strings.hrc:823
+#: sw/inc/strings.hrc:827
msgctxt "ST_SALUTATIONELEMENTS"
msgid "Salutation e~lements"
msgstr "የሰላምታ አ~ካላት"
#. kWhqT
-#: sw/inc/strings.hrc:824
+#: sw/inc/strings.hrc:828
msgctxt "ST_INSERTSALUTATIONFIELD"
msgid "Add to salutation"
msgstr "ወደ ሰላምታ መጨመሪያ"
#. hvF3V
-#: sw/inc/strings.hrc:825
+#: sw/inc/strings.hrc:829
msgctxt "ST_REMOVESALUTATIONFIELD"
msgid "Remove from salutation"
msgstr "ከሰላምታ ውስጥ ማስወገጃ"
#. A6XaR
-#: sw/inc/strings.hrc:826
+#: sw/inc/strings.hrc:830
msgctxt "ST_DRAGSALUTATION"
msgid "1. ~Drag salutation elements into the box below"
msgstr "1. ~ይጎትቱ የ ሰላምታ አካሎችን እታች ወዳለው ሳጥን ውስጥ"
#. 4VJWL
-#: sw/inc/strings.hrc:827
+#: sw/inc/strings.hrc:831
msgctxt "ST_SALUTATION"
msgid "Salutation"
msgstr "ሰላምታ"
#. Vj6XT
-#: sw/inc/strings.hrc:828
+#: sw/inc/strings.hrc:832
msgctxt "ST_PUNCTUATION"
msgid "Punctuation Mark"
msgstr "የስርአት ነጥብ ምልክት"
#. bafeG
-#: sw/inc/strings.hrc:829
+#: sw/inc/strings.hrc:833
msgctxt "ST_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. tt6sA
-#: sw/inc/strings.hrc:830
+#: sw/inc/strings.hrc:834
msgctxt "ST_SALUTATIONMATCHING"
msgid "Assign the fields from your data source to match the salutation elements."
msgstr "ሜዳዎችን መመደቢያ ከእርስዎ የዳታ ምንጭ ጋር እንዲስማሙ ከሰላምታ አካላት ጋር"
#. zrUsN
-#: sw/inc/strings.hrc:831
+#: sw/inc/strings.hrc:835
msgctxt "ST_SALUTATIONPREVIEW"
msgid "Salutation preview"
msgstr "የሰላምታ ቅድመ እይታ"
#. 2UVE6
-#: sw/inc/strings.hrc:832
+#: sw/inc/strings.hrc:836
msgctxt "ST_ADDRESSELEMENT"
msgid "Address elements"
msgstr "የአድራሻ አካሎች"
#. Bd6pd
-#: sw/inc/strings.hrc:833
+#: sw/inc/strings.hrc:837
msgctxt "ST_SALUTATIONELEMENT"
msgid "Salutation elements"
msgstr "የሰላምታ አካሎች"
#. 9krzf
-#: sw/inc/strings.hrc:834
+#: sw/inc/strings.hrc:838
msgctxt "ST_MATCHESTO"
msgid "Matches to field:"
msgstr "ወደ ሜዳው ተዛምዷል :"
#. oahCQ
-#: sw/inc/strings.hrc:835
+#: sw/inc/strings.hrc:839
msgctxt "ST_PREVIEW"
msgid "Preview"
msgstr "ቅድመ እይታ"
#. ijdxe
-#: sw/inc/strings.hrc:836
+#: sw/inc/strings.hrc:840
msgctxt "ST_DELETE_CONFIRM"
msgid "Do you want to delete this registered data source?"
msgstr ""
#. kE5C3
-#: sw/inc/strings.hrc:838
+#: sw/inc/strings.hrc:842
msgctxt "STR_NOTASSIGNED"
msgid " not yet matched "
msgstr " ገና አልተዛመደም "
#. Y6FhG
-#: sw/inc/strings.hrc:839
+#: sw/inc/strings.hrc:843
msgctxt "STR_FILTER_ALL"
msgid "All files"
msgstr "ሁሉንም ፋይሎች"
#. 7cNjh
-#: sw/inc/strings.hrc:840
+#: sw/inc/strings.hrc:844
msgctxt "STR_FILTER_ALL_DATA"
msgid "Address lists(*.*)"
msgstr "የአድራሻ ዝርዝሮች (*.*)"
#. Ef8TY
-#: sw/inc/strings.hrc:841
+#: sw/inc/strings.hrc:845
msgctxt "STR_FILTER_SXB"
msgid "%PRODUCTNAME Base (*.odb)"
msgstr "%PRODUCTNAME Base (*.odb)"
#. 24opW
-#: sw/inc/strings.hrc:842
+#: sw/inc/strings.hrc:846
msgctxt "STR_FILTER_SXC"
msgid "%PRODUCTNAME Calc (*.ods;*.sxc)"
msgstr "%PRODUCTNAME Calc (*.ods;*.sxc)"
#. sq73T
-#: sw/inc/strings.hrc:843
+#: sw/inc/strings.hrc:847
msgctxt "STR_FILTER_SXW"
msgid "%PRODUCTNAME Writer (*.odt;*.sxw)"
msgstr "%PRODUCTNAME Writer (*.odt;*.sxw)"
#. QupGC
-#: sw/inc/strings.hrc:844
+#: sw/inc/strings.hrc:848
msgctxt "STR_FILTER_DBF"
msgid "dBase (*.dbf)"
msgstr "dBase (*.dbf)"
#. SzqRv
-#: sw/inc/strings.hrc:845
+#: sw/inc/strings.hrc:849
msgctxt "STR_FILTER_XLS"
msgid "Microsoft Excel (*.xls;*.xlsx)"
msgstr "Microsoft Excel (*.xls;*.xlsx)"
#. zAUu8
-#: sw/inc/strings.hrc:846
+#: sw/inc/strings.hrc:850
msgctxt "STR_FILTER_DOC"
msgid "Microsoft Word (*.doc;*.docx)"
msgstr "Microsoft Word (*.doc;*.docx)"
#. JBZFc
-#: sw/inc/strings.hrc:847
+#: sw/inc/strings.hrc:851
msgctxt "STR_FILTER_TXT"
msgid "Plain text (*.txt)"
msgstr "Plain text (*.txt)"
#. CRJb6
-#: sw/inc/strings.hrc:848
+#: sw/inc/strings.hrc:852
msgctxt "STR_FILTER_CSV"
msgid "Text Comma Separated (*.csv)"
msgstr "ጽሁፍ በ ኮማ የ ተለየ (*.csv)"
#. U4H2j
-#: sw/inc/strings.hrc:849
+#: sw/inc/strings.hrc:853
msgctxt "STR_FILTER_MDB"
msgid "Microsoft Access (*.mdb;*.mde)"
msgstr "Microsoft Access (*.mdb;*.mde)"
#. DwxF8
-#: sw/inc/strings.hrc:850
+#: sw/inc/strings.hrc:854
msgctxt "STR_FILTER_ACCDB"
msgid "Microsoft Access 2007 (*.accdb,*.accde)"
msgstr "Microsoft Access 2007 (*.accdb,*.accde)"
#. uDNRt
-#: sw/inc/strings.hrc:851
+#: sw/inc/strings.hrc:855
msgctxt "ST_CONFIGUREMAIL"
msgid ""
"In order to be able to send mail merge documents by email, %PRODUCTNAME requires information about the email account to be used.\n"
@@ -5536,91 +5562,91 @@ msgstr ""
"የ ኢ-ሜይል መግለጫ መረጃ አሁን ማስገባት ይፈልጋሉ?"
#. r9BVg
-#: sw/inc/strings.hrc:852
+#: sw/inc/strings.hrc:856
msgctxt "ST_FILTERNAME"
msgid "%PRODUCTNAME Address List (.csv)"
msgstr "%PRODUCTNAME የአድራሻ ዝርዝር (.csv)"
#. jiJuZ
-#: sw/inc/strings.hrc:854
+#: sw/inc/strings.hrc:858
msgctxt "ST_STARTING"
msgid "Select Starting Document"
msgstr "የሚጀምረውን ሰነድ ይምረጡ"
#. FiUyK
-#: sw/inc/strings.hrc:855
+#: sw/inc/strings.hrc:859
msgctxt "ST_DOCUMENTTYPE"
msgid "Select Document Type"
msgstr "የ ሰነዱን አይነት ይምረጡ"
#. QwrpS
-#: sw/inc/strings.hrc:856
+#: sw/inc/strings.hrc:860
msgctxt "ST_ADDRESSBLOCK"
msgid "Insert Address Block"
msgstr "የ አድራሻ መከለከያ ማስገቢያ"
#. omRZF
-#: sw/inc/strings.hrc:857
+#: sw/inc/strings.hrc:861
msgctxt "ST_ADDRESSLIST"
msgid "Select Address List"
msgstr "የ አድራሻ ዝርዝር ይምረጡ"
#. YrDuD
-#: sw/inc/strings.hrc:858
+#: sw/inc/strings.hrc:862
msgctxt "ST_GREETINGSLINE"
msgid "Create Salutation"
msgstr "ሰላምታ መፍጠሪያ"
#. tTr4B
-#: sw/inc/strings.hrc:859
+#: sw/inc/strings.hrc:863
msgctxt "ST_LAYOUT"
msgid "Adjust Layout"
msgstr "እቅድ ማስተካከያ"
#. S4p5M
-#: sw/inc/strings.hrc:860
+#: sw/inc/strings.hrc:864
msgctxt "ST_EXCLUDE"
msgid "Exclude recipient"
msgstr "ተቀባይ አትጨምር"
#. N5YUH
-#: sw/inc/strings.hrc:861
+#: sw/inc/strings.hrc:865
msgctxt "ST_FINISH"
msgid "~Finish"
msgstr "~ጨርሷል"
#. L5FEG
-#: sw/inc/strings.hrc:862
+#: sw/inc/strings.hrc:866
msgctxt "ST_MMWTITLE"
msgid "Mail Merge Wizard"
msgstr "የ ደብዳቤ ማዋሀጃ አዋቂ"
#. CEhZj
-#: sw/inc/strings.hrc:864
+#: sw/inc/strings.hrc:868
msgctxt "ST_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
#. v9hEB
-#: sw/inc/strings.hrc:865
+#: sw/inc/strings.hrc:869
msgctxt "ST_QUERY"
msgid "Query"
msgstr "ጥያቄ"
#. HxGAu
-#: sw/inc/strings.hrc:867
+#: sw/inc/strings.hrc:871
msgctxt "STR_QUERY_SPELL_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "ከ ሰነዱ መጀመሪያ ጀምሮ መመርመር ልቀጥል?"
#. gE7CA
-#: sw/inc/strings.hrc:868
+#: sw/inc/strings.hrc:872
msgctxt "STR_SPELLING_COMPLETED"
msgid "The spellcheck is complete."
msgstr "ፊደል ማረሚያው ጨርሷል"
#. 2SuqF
-#: sw/inc/strings.hrc:869
+#: sw/inc/strings.hrc:873
msgctxt "STR_DICTIONARY_UNAVAILABLE"
msgid "No dictionary available"
msgstr "ምንም መዝገበ ቃላት አልተገኘም"
@@ -5630,252 +5656,252 @@ msgstr "ምንም መዝገበ ቃላት አልተገኘም"
#. Description: strings for the types
#. --------------------------------------------------------------------
#. range document
-#: sw/inc/strings.hrc:875
+#: sw/inc/strings.hrc:879
msgctxt "STR_DATEFLD"
msgid "Date"
msgstr "ቀን"
#. V9cQp
-#: sw/inc/strings.hrc:876
+#: sw/inc/strings.hrc:880
msgctxt "STR_TIMEFLD"
msgid "Time"
msgstr "ሰአት"
#. 2zgWi
-#: sw/inc/strings.hrc:877
+#: sw/inc/strings.hrc:881
msgctxt "STR_FILENAMEFLD"
msgid "File name"
msgstr "የ ፋይል ስም"
#. FdSaU
-#: sw/inc/strings.hrc:878
+#: sw/inc/strings.hrc:882
msgctxt "STR_DBNAMEFLD"
msgid "Database Name"
msgstr "የ ዳታቤዝ ስም"
#. XZADh
-#: sw/inc/strings.hrc:879
+#: sw/inc/strings.hrc:883
msgctxt "STR_CHAPTERFLD"
msgid "Chapter"
msgstr "ምእራፍ"
#. wYWy2
-#: sw/inc/strings.hrc:880
+#: sw/inc/strings.hrc:884
msgctxt "STR_PAGENUMBERFLD"
msgid "Page number"
msgstr "የ ገጽ ቁጥር"
#. EXC6N
-#: sw/inc/strings.hrc:881
+#: sw/inc/strings.hrc:885
msgctxt "STR_DOCSTATFLD"
msgid "Statistics"
msgstr "ስታትስቲክስ"
#. EW86G
-#: sw/inc/strings.hrc:882
+#: sw/inc/strings.hrc:886
msgctxt "STR_AUTHORFLD"
msgid "Author"
msgstr "ደራሲው"
#. 5aFak
-#: sw/inc/strings.hrc:883
+#: sw/inc/strings.hrc:887
msgctxt "STR_TEMPLNAMEFLD"
msgid "Templates"
msgstr "ቴምፕሌትስ"
#. 3wdud
-#: sw/inc/strings.hrc:884
+#: sw/inc/strings.hrc:888
msgctxt "STR_EXTUSERFLD"
msgid "Sender"
msgstr "ላኪው"
#. LxZEm
#. range functions
-#: sw/inc/strings.hrc:886
+#: sw/inc/strings.hrc:890
msgctxt "STR_SETFLD"
msgid "Set variable"
msgstr "ተለዋዋጭ ማሰናጃ"
#. ckA26
-#: sw/inc/strings.hrc:887
+#: sw/inc/strings.hrc:891
msgctxt "STR_GETFLD"
msgid "Show variable"
msgstr "ተለዋዋጭ ማሳያ"
#. Fjzgu
-#: sw/inc/strings.hrc:888
+#: sw/inc/strings.hrc:892
msgctxt "STR_FORMELFLD"
msgid "Insert Formula"
msgstr "መቀመሪያ ማስገቢያ"
#. AXoAT
-#: sw/inc/strings.hrc:889
+#: sw/inc/strings.hrc:893
msgctxt "STR_INPUTFLD"
msgid "Input field"
msgstr "ማስገቢያ ሜዳ"
#. VfqNE
-#: sw/inc/strings.hrc:890
+#: sw/inc/strings.hrc:894
msgctxt "STR_SETINPUTFLD"
msgid "Input field (variable)"
msgstr "ማስገቢያ ሜዳ (ተለዋዋጭ)"
#. E8JAd
-#: sw/inc/strings.hrc:891
+#: sw/inc/strings.hrc:895
msgctxt "STR_USRINPUTFLD"
msgid "Input field (user)"
msgstr "ማስገቢያ ሜዳ (ተጠቃሚ)"
#. 8LGEQ
-#: sw/inc/strings.hrc:892
+#: sw/inc/strings.hrc:896
msgctxt "STR_CONDTXTFLD"
msgid "Conditional text"
msgstr "እንደ ሁኔታው ጽሁፍ"
#. jrZ7i
-#: sw/inc/strings.hrc:893
+#: sw/inc/strings.hrc:897
msgctxt "STR_DDEFLD"
msgid "DDE field"
msgstr "DDE field"
#. 9WAT9
-#: sw/inc/strings.hrc:894
+#: sw/inc/strings.hrc:898
msgctxt "STR_MACROFLD"
msgid "Execute macro"
msgstr "Execute macro"
#. qEBxa
-#: sw/inc/strings.hrc:895
+#: sw/inc/strings.hrc:899
msgctxt "STR_SEQFLD"
msgid "Number range"
msgstr "የቁጥር መጠን"
#. ACE5s
-#: sw/inc/strings.hrc:896
+#: sw/inc/strings.hrc:900
msgctxt "STR_SETREFPAGEFLD"
msgid "Set page variable"
msgstr "የ ገጽ ተለዋዋጭ ማሰናጃ"
#. ayB3N
-#: sw/inc/strings.hrc:897
+#: sw/inc/strings.hrc:901
msgctxt "STR_GETREFPAGEFLD"
msgid "Show page variable"
msgstr "የገጽ ተለዋዋጭ ማሳያ"
#. DBM4P
-#: sw/inc/strings.hrc:898
+#: sw/inc/strings.hrc:902
msgctxt "STR_INTERNETFLD"
msgid "Load URL"
msgstr "URL መጫኛ"
#. LJFF5
-#: sw/inc/strings.hrc:899
+#: sw/inc/strings.hrc:903
msgctxt "STR_JUMPEDITFLD"
msgid "Placeholder"
msgstr "ቦታ ያዢ"
#. zZCg6
-#: sw/inc/strings.hrc:900
+#: sw/inc/strings.hrc:904
msgctxt "STR_COMBINED_CHARS"
msgid "Combine characters"
msgstr "ባህሪዎች መቀላቀያ"
#. 9MGU6
-#: sw/inc/strings.hrc:901
+#: sw/inc/strings.hrc:905
msgctxt "STR_DROPDOWN"
msgid "Input list"
msgstr "ማስገቢያ ዝርዝር"
#. 7BWSk
#. range references
-#: sw/inc/strings.hrc:903
+#: sw/inc/strings.hrc:907
msgctxt "STR_SETREFFLD"
msgid "Set Reference"
msgstr "ማመሳከሪያ ማሰናጃ"
#. FJ2X8
-#: sw/inc/strings.hrc:904
+#: sw/inc/strings.hrc:908
msgctxt "STR_GETREFFLD"
msgid "Insert Reference"
msgstr "ማመሳከሪያ ማስገቢያ"
#. sztLS
#. range database
-#: sw/inc/strings.hrc:906
+#: sw/inc/strings.hrc:910
msgctxt "STR_DBFLD"
msgid "Mail merge fields"
msgstr "የ ደብዳቤ ማዋሀጃ ሜዳዎች"
#. JP2DU
-#: sw/inc/strings.hrc:907
+#: sw/inc/strings.hrc:911
msgctxt "STR_DBNEXTSETFLD"
msgid "Next record"
msgstr "የሚቀጥለው መዝገብ"
#. GizhA
-#: sw/inc/strings.hrc:908
+#: sw/inc/strings.hrc:912
msgctxt "STR_DBNUMSETFLD"
msgid "Any record"
msgstr "ማንኛውም መዝገብ"
#. aMGxm
-#: sw/inc/strings.hrc:909
+#: sw/inc/strings.hrc:913
msgctxt "STR_DBSETNUMBERFLD"
msgid "Record number"
msgstr "ከፍተኛ ቁጥር"
#. DtYzi
-#: sw/inc/strings.hrc:910
+#: sw/inc/strings.hrc:914
msgctxt "STR_PREVPAGEFLD"
msgid "Previous page"
msgstr "ቀደም ያለው ገጽ"
#. UCSej
-#: sw/inc/strings.hrc:911
+#: sw/inc/strings.hrc:915
msgctxt "STR_NEXTPAGEFLD"
msgid "Next page"
msgstr "የሚቀጥለው ገጽ"
#. M8Fac
-#: sw/inc/strings.hrc:912
+#: sw/inc/strings.hrc:916
msgctxt "STR_HIDDENTXTFLD"
msgid "Hidden text"
msgstr "የተደበቀ ጽሁፍ"
#. WvBF2
#. range user fields
-#: sw/inc/strings.hrc:914
+#: sw/inc/strings.hrc:918
msgctxt "STR_USERFLD"
msgid "User Field"
msgstr "የ ተጠቃሚ ሜዳ"
#. XELYN
-#: sw/inc/strings.hrc:915
+#: sw/inc/strings.hrc:919
msgctxt "STR_POSTITFLD"
msgid "Note"
msgstr "ማስታወሻ"
#. MB6kt
-#: sw/inc/strings.hrc:916
+#: sw/inc/strings.hrc:920
msgctxt "STR_SCRIPTFLD"
msgid "Script"
msgstr "ጽሁፍ"
#. BWU6A
-#: sw/inc/strings.hrc:917
+#: sw/inc/strings.hrc:921
msgctxt "STR_AUTHORITY"
msgid "Bibliography entry"
msgstr "የ ቢብሊዮግራፊ ማስገቢያ"
#. 7EGCR
-#: sw/inc/strings.hrc:918
+#: sw/inc/strings.hrc:922
msgctxt "STR_HIDDENPARAFLD"
msgid "Hidden Paragraph"
msgstr "የተደበቀ አንቀጽ"
#. dRBRK
#. range DocumentInfo
-#: sw/inc/strings.hrc:920
+#: sw/inc/strings.hrc:924
msgctxt "STR_DOCINFOFLD"
msgid "DocInformation"
msgstr "የ ሰነድ መረጃ"
@@ -5884,87 +5910,87 @@ msgstr "የ ሰነድ መረጃ"
#. --------------------------------------------------------------------
#. Description: SubCmd-Strings
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:924
+#: sw/inc/strings.hrc:928
msgctxt "FLD_DATE_STD"
msgid "Date"
msgstr "ቀን"
#. qMCEh
-#: sw/inc/strings.hrc:925
+#: sw/inc/strings.hrc:929
msgctxt "FLD_DATE_FIX"
msgid "Date (fixed)"
msgstr "ቀን (የተወሰነ)"
#. AXmyw
-#: sw/inc/strings.hrc:926
+#: sw/inc/strings.hrc:930
msgctxt "FLD_TIME_STD"
msgid "Time"
msgstr "ሰአት"
#. 6dxVs
-#: sw/inc/strings.hrc:927
+#: sw/inc/strings.hrc:931
msgctxt "FLD_TIME_FIX"
msgid "Time (fixed)"
msgstr "ሰአት (የተወሰነ)"
#. U3SW8
#. SubCmd Statistic
-#: sw/inc/strings.hrc:929
+#: sw/inc/strings.hrc:933
msgctxt "FLD_STAT_TABLE"
msgid "Tables"
msgstr "ሰንጠረዦች"
#. 7qW4K
-#: sw/inc/strings.hrc:930
+#: sw/inc/strings.hrc:934
msgctxt "FLD_STAT_CHAR"
msgid "Characters"
msgstr "ባህሪዎች"
#. zDRCp
-#: sw/inc/strings.hrc:931
+#: sw/inc/strings.hrc:935
msgctxt "FLD_STAT_WORD"
msgid "Words"
msgstr "ቃላቶች"
#. 2wgLC
-#: sw/inc/strings.hrc:932
+#: sw/inc/strings.hrc:936
msgctxt "FLD_STAT_PARA"
msgid "Paragraphs"
msgstr "አንቀጾች"
#. JPGG7
-#: sw/inc/strings.hrc:933
+#: sw/inc/strings.hrc:937
msgctxt "FLD_STAT_GRF"
msgid "Image"
msgstr "ምስል"
#. CzoFh
-#: sw/inc/strings.hrc:934
+#: sw/inc/strings.hrc:938
msgctxt "FLD_STAT_OBJ"
msgid "Objects"
msgstr "እቃዎች"
#. bDG6R
-#: sw/inc/strings.hrc:935
+#: sw/inc/strings.hrc:939
msgctxt "FLD_STAT_PAGE"
msgid "Pages"
msgstr "ገጾች"
#. yqhF5
#. SubCmd DDETypes
-#: sw/inc/strings.hrc:937
+#: sw/inc/strings.hrc:941
msgctxt "FMT_DDE_HOT"
msgid "DDE automatic"
msgstr "DDE automatic"
#. xPP2E
-#: sw/inc/strings.hrc:938
+#: sw/inc/strings.hrc:942
msgctxt "FMT_DDE_NORMAL"
msgid "DDE manual"
msgstr "DDE manual"
#. spdXd
-#: sw/inc/strings.hrc:939
+#: sw/inc/strings.hrc:943
msgctxt "FLD_INPUT_TEXT"
msgid "[Text]"
msgstr "[ጽሁፍ]"
@@ -5973,103 +5999,103 @@ msgstr "[ጽሁፍ]"
#. --------------------------------------------------------------------
#. Description: SubType Extuser
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:944
+#: sw/inc/strings.hrc:948
msgctxt "FLD_EU_FIRMA"
msgid "Company"
msgstr "ድርጅት"
#. WWxTK
-#: sw/inc/strings.hrc:945
+#: sw/inc/strings.hrc:949
msgctxt "FLD_EU_VORNAME"
msgid "First Name"
msgstr "የ መጀመሪያ ስም"
#. 4tdAc
-#: sw/inc/strings.hrc:946
+#: sw/inc/strings.hrc:950
msgctxt "FLD_EU_NAME"
msgid "Last Name"
msgstr "የ አባት ስም"
#. xTV7n
-#: sw/inc/strings.hrc:947
+#: sw/inc/strings.hrc:951
msgctxt "FLD_EU_ABK"
msgid "Initials"
msgstr "መነሻዎች"
#. AKD3k
-#: sw/inc/strings.hrc:948
+#: sw/inc/strings.hrc:952
msgctxt "FLD_EU_STRASSE"
msgid "Street"
msgstr "መንገድ"
#. ErMju
-#: sw/inc/strings.hrc:949
+#: sw/inc/strings.hrc:953
msgctxt "FLD_EU_LAND"
msgid "Country"
msgstr "አገር"
#. ESbkx
-#: sw/inc/strings.hrc:950
+#: sw/inc/strings.hrc:954
msgctxt "FLD_EU_PLZ"
msgid "Zip code"
msgstr "ፖሳቁ"
#. WDAc2
-#: sw/inc/strings.hrc:951
+#: sw/inc/strings.hrc:955
msgctxt "FLD_EU_ORT"
msgid "City"
msgstr "ከተማ"
#. pg7MV
-#: sw/inc/strings.hrc:952
+#: sw/inc/strings.hrc:956
msgctxt "FLD_EU_TITEL"
msgid "Title"
msgstr "አርእስት"
#. DwLhZ
-#: sw/inc/strings.hrc:953
+#: sw/inc/strings.hrc:957
msgctxt "FLD_EU_POS"
msgid "Position"
msgstr "ቦታ"
#. LDTdu
-#: sw/inc/strings.hrc:954
+#: sw/inc/strings.hrc:958
msgctxt "FLD_EU_TELPRIV"
msgid "Tel. (Home)"
msgstr "ስልክ (የ ቤት)"
#. JBZyj
-#: sw/inc/strings.hrc:955
+#: sw/inc/strings.hrc:959
msgctxt "FLD_EU_TELFIRMA"
msgid "Tel. (Work)"
msgstr "ስልክ (የስራ)"
#. 5EmGH
-#: sw/inc/strings.hrc:956
+#: sw/inc/strings.hrc:960
msgctxt "FLD_EU_FAX"
msgid "Fax"
msgstr "ፋክስ"
#. AtN9J
-#: sw/inc/strings.hrc:957
+#: sw/inc/strings.hrc:961
msgctxt "FLD_EU_EMAIL"
msgid "Email"
msgstr "ኢሜይል"
#. 6GBRm
-#: sw/inc/strings.hrc:958
+#: sw/inc/strings.hrc:962
msgctxt "FLD_EU_STATE"
msgid "State"
msgstr "አገር"
#. pbrdQ
-#: sw/inc/strings.hrc:959
+#: sw/inc/strings.hrc:963
msgctxt "FLD_PAGEREF_OFF"
msgid "off"
msgstr "ማጥፊያ"
#. wC8SE
-#: sw/inc/strings.hrc:960
+#: sw/inc/strings.hrc:964
msgctxt "FLD_PAGEREF_ON"
msgid "on"
msgstr "ማብሪያ"
@@ -6079,37 +6105,37 @@ msgstr "ማብሪያ"
#. Description: path name
#. --------------------------------------------------------------------
#. Format FileName
-#: sw/inc/strings.hrc:965
+#: sw/inc/strings.hrc:969
msgctxt "FMT_FF_NAME"
msgid "File name"
msgstr "የ ፋይል ስም"
#. RBpz3
-#: sw/inc/strings.hrc:966
+#: sw/inc/strings.hrc:970
msgctxt "FMT_FF_NAME_NOEXT"
msgid "File name without extension"
msgstr "የ ፋይሉ ስም ያለ ተጨማሪ"
#. BCzy8
-#: sw/inc/strings.hrc:967
+#: sw/inc/strings.hrc:971
msgctxt "FMT_FF_PATHNAME"
msgid "Path/File name"
msgstr "መንገድ/የ ፋይል ስም"
#. ChFwM
-#: sw/inc/strings.hrc:968
+#: sw/inc/strings.hrc:972
msgctxt "FMT_FF_PATH"
msgid "Path"
msgstr "መንገድ"
#. eEaBE
-#: sw/inc/strings.hrc:969
+#: sw/inc/strings.hrc:973
msgctxt "FMT_FF_UI_NAME"
msgid "Style"
msgstr "ዘዴ"
#. ANM2H
-#: sw/inc/strings.hrc:970
+#: sw/inc/strings.hrc:974
msgctxt "FMT_FF_UI_RANGE"
msgid "Category"
msgstr "ምድብ"
@@ -6118,25 +6144,25 @@ msgstr "ምድብ"
#. --------------------------------------------------------------------
#. Description: format chapter
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:974
+#: sw/inc/strings.hrc:978
msgctxt "FMT_CHAPTER_NAME"
msgid "Chapter name"
msgstr "የምእራፍ ስም"
#. tnLqE
-#: sw/inc/strings.hrc:975
+#: sw/inc/strings.hrc:979
msgctxt "FMT_CHAPTER_NO"
msgid "Chapter number"
msgstr "የምእራፍ ቁጥር"
#. qGEAs
-#: sw/inc/strings.hrc:976
+#: sw/inc/strings.hrc:980
msgctxt "FMT_CHAPTER_NO_NOSEPARATOR"
msgid "Chapter number without separator"
msgstr "የ ምእራፍ ቁጥር ያለ መለያ"
#. WFA5R
-#: sw/inc/strings.hrc:977
+#: sw/inc/strings.hrc:981
msgctxt "FMT_CHAPTER_NAMENO"
msgid "Chapter number and name"
msgstr "የምእራፍ ቁጥር እና ስም"
@@ -6145,55 +6171,55 @@ msgstr "የምእራፍ ቁጥር እና ስም"
#. --------------------------------------------------------------------
#. Description: formats
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:981
+#: sw/inc/strings.hrc:985
msgctxt "FMT_NUM_ABC"
msgid "A B C"
msgstr "A B C"
#. jm7G7
-#: sw/inc/strings.hrc:982
+#: sw/inc/strings.hrc:986
msgctxt "FMT_NUM_SABC"
msgid "a b c"
msgstr "a b c"
#. ETgy7
-#: sw/inc/strings.hrc:983
+#: sw/inc/strings.hrc:987
msgctxt "FMT_NUM_ABC_N"
msgid "A .. AA .. AAA"
msgstr "A .. AA .. AAA"
#. m84Fb
-#: sw/inc/strings.hrc:984
+#: sw/inc/strings.hrc:988
msgctxt "FMT_NUM_SABC_N"
msgid "a .. aa .. aaa"
msgstr "a .. aa .. aaa"
#. d9YtB
-#: sw/inc/strings.hrc:985
+#: sw/inc/strings.hrc:989
msgctxt "FMT_NUM_ROMAN"
msgid "Roman (I II III)"
msgstr "የሮማን (I II III)"
#. vA5RT
-#: sw/inc/strings.hrc:986
+#: sw/inc/strings.hrc:990
msgctxt "FMT_NUM_SROMAN"
msgid "Roman (i ii iii)"
msgstr "የሮማን (i ii iii)"
#. 3ZDgc
-#: sw/inc/strings.hrc:987
+#: sw/inc/strings.hrc:991
msgctxt "FMT_NUM_ARABIC"
msgid "Arabic (1 2 3)"
msgstr "የአረብኛ (1 2 3)"
#. CHmdp
-#: sw/inc/strings.hrc:988
+#: sw/inc/strings.hrc:992
msgctxt "FMT_NUM_PAGEDESC"
msgid "As Page Style"
msgstr "እንደ ገጽ ዘዴ"
#. xBKwZ
-#: sw/inc/strings.hrc:989
+#: sw/inc/strings.hrc:993
msgctxt "FMT_NUM_PAGESPECIAL"
msgid "Text"
msgstr "ጽሁፍ"
@@ -6202,13 +6228,13 @@ msgstr "ጽሁፍ"
#. --------------------------------------------------------------------
#. Description: Author
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:993
+#: sw/inc/strings.hrc:997
msgctxt "FMT_AUTHOR_NAME"
msgid "Name"
msgstr "ስም"
#. RCnZb
-#: sw/inc/strings.hrc:994
+#: sw/inc/strings.hrc:998
msgctxt "FMT_AUTHOR_SCUT"
msgid "Initials"
msgstr "መነሻዎች"
@@ -6217,49 +6243,49 @@ msgstr "መነሻዎች"
#. --------------------------------------------------------------------
#. Description: set variable
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:998
+#: sw/inc/strings.hrc:1002
msgctxt "FMT_SETVAR_SYS"
msgid "System"
msgstr "ስርአት"
#. qKXLW
-#: sw/inc/strings.hrc:999
+#: sw/inc/strings.hrc:1003
msgctxt "FMT_SETVAR_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. E86ZD
-#: sw/inc/strings.hrc:1000
+#: sw/inc/strings.hrc:1004
msgctxt "FMT_GETVAR_NAME"
msgid "Name"
msgstr "ስም"
#. FB3Rp
-#: sw/inc/strings.hrc:1001
+#: sw/inc/strings.hrc:1005
msgctxt "FMT_GETVAR_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. KiBai
-#: sw/inc/strings.hrc:1002
+#: sw/inc/strings.hrc:1006
msgctxt "FMT_USERVAR_CMD"
msgid "Formula"
msgstr "መቀመሪያ"
#. 9AsdS
-#: sw/inc/strings.hrc:1003
+#: sw/inc/strings.hrc:1007
msgctxt "FMT_USERVAR_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. GokUf
-#: sw/inc/strings.hrc:1004
+#: sw/inc/strings.hrc:1008
msgctxt "FMT_DBFLD_DB"
msgid "Database"
msgstr "ዳታቤዝ"
#. UBADL
-#: sw/inc/strings.hrc:1005
+#: sw/inc/strings.hrc:1009
msgctxt "FMT_DBFLD_SYS"
msgid "System"
msgstr "ስርአት"
@@ -6268,19 +6294,19 @@ msgstr "ስርአት"
#. --------------------------------------------------------------------
#. Description: storage fields
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1009
+#: sw/inc/strings.hrc:1013
msgctxt "FMT_REG_AUTHOR"
msgid "Author"
msgstr "ደራሲው"
#. aqFVp
-#: sw/inc/strings.hrc:1010
+#: sw/inc/strings.hrc:1014
msgctxt "FMT_REG_TIME"
msgid "Time"
msgstr "ሰአት"
#. FaZKx
-#: sw/inc/strings.hrc:1011
+#: sw/inc/strings.hrc:1015
msgctxt "FMT_REG_DATE"
msgid "Date"
msgstr "ቀን"
@@ -6289,79 +6315,79 @@ msgstr "ቀን"
#. --------------------------------------------------------------------
#. Description: formats references
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1015
+#: sw/inc/strings.hrc:1019
msgctxt "FMT_REF_TEXT"
msgid "Reference"
msgstr "ማመሳከሪያ"
#. L7dK7
-#: sw/inc/strings.hrc:1016
+#: sw/inc/strings.hrc:1020
msgctxt "FMT_REF_PAGE"
msgid "Page"
msgstr "ገጽ"
#. MaB3q
-#: sw/inc/strings.hrc:1017
+#: sw/inc/strings.hrc:1021
msgctxt "FMT_REF_CHAPTER"
msgid "Chapter"
msgstr "ምእራፍ"
#. 8FciB
-#: sw/inc/strings.hrc:1018
+#: sw/inc/strings.hrc:1022
msgctxt "FMT_REF_UPDOWN"
msgid "Above/Below"
msgstr "ከ ላይ/ከ ታች"
#. Vq8mj
-#: sw/inc/strings.hrc:1019
+#: sw/inc/strings.hrc:1023
msgctxt "FMT_REF_PAGE_PGDSC"
msgid "As Page Style"
msgstr "እንደ ገጽ ዘዴ"
#. CQitd
-#: sw/inc/strings.hrc:1020
+#: sw/inc/strings.hrc:1024
msgctxt "FMT_REF_ONLYNUMBER"
msgid "Category and Number"
msgstr "ምድብ እና ቁጥር"
#. BsvCn
-#: sw/inc/strings.hrc:1021
+#: sw/inc/strings.hrc:1025
msgctxt "FMT_REF_ONLYCAPTION"
msgid "Caption Text"
msgstr "የመግለጫ ጽሁፍ"
#. P7wiX
-#: sw/inc/strings.hrc:1022
+#: sw/inc/strings.hrc:1026
msgctxt "FMT_REF_ONLYSEQNO"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
#. QBGit
-#: sw/inc/strings.hrc:1023
+#: sw/inc/strings.hrc:1027
msgctxt "FMT_REF_NUMBER"
msgid "Number"
msgstr "ቁጥር"
#. CGkV7
-#: sw/inc/strings.hrc:1024
+#: sw/inc/strings.hrc:1028
msgctxt "FMT_REF_NUMBER_NO_CONTEXT"
msgid "Number (no context)"
msgstr "ቁጥር (አገባብ የለውም)"
#. XgSb3
-#: sw/inc/strings.hrc:1025
+#: sw/inc/strings.hrc:1029
msgctxt "FMT_REF_NUMBER_FULL_CONTEXT"
msgid "Number (full context)"
msgstr "ቁጥር (ሙሉ አገባብ አለው)"
#. zQTNF
-#: sw/inc/strings.hrc:1027
+#: sw/inc/strings.hrc:1031
msgctxt "FMT_REF_WITH_LOWERCASE_HU_ARTICLE"
msgid "Article a/az + "
msgstr "ጽሁፍ ከ a/az + "
#. 97Vs7
-#: sw/inc/strings.hrc:1028
+#: sw/inc/strings.hrc:1032
msgctxt "FMT_REF_WITH_UPPERCASE_HU_ARTICLE"
msgid "Article A/Az + "
msgstr "ጽሁፍ ከ A/Az + "
@@ -6370,31 +6396,31 @@ msgstr "ጽሁፍ ከ A/Az + "
#. --------------------------------------------------------------------
#. Description: placeholder
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1032
+#: sw/inc/strings.hrc:1036
msgctxt "FMT_MARK_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. rAQoE
-#: sw/inc/strings.hrc:1033
+#: sw/inc/strings.hrc:1037
msgctxt "FMT_MARK_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
#. biUa2
-#: sw/inc/strings.hrc:1034
+#: sw/inc/strings.hrc:1038
msgctxt "FMT_MARK_FRAME"
msgid "Frame"
msgstr "ክፈፍ"
#. 7mkZb
-#: sw/inc/strings.hrc:1035
+#: sw/inc/strings.hrc:1039
msgctxt "FMT_MARK_GRAFIC"
msgid "Image"
msgstr "ምስል"
#. GgbFY
-#: sw/inc/strings.hrc:1036
+#: sw/inc/strings.hrc:1040
msgctxt "FMT_MARK_OLE"
msgid "Object"
msgstr "እቃ"
@@ -6403,1482 +6429,1482 @@ msgstr "እቃ"
#. --------------------------------------------------------------------
#. Description: ExchangeStrings for Edit/NameFT
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1040
+#: sw/inc/strings.hrc:1044
msgctxt "STR_COND"
msgid "~Condition"
msgstr "~ሁኔታው"
#. X9cqJ
-#: sw/inc/strings.hrc:1041
+#: sw/inc/strings.hrc:1045
msgctxt "STR_TEXT"
msgid "Then, Else"
msgstr "ከዚያ ፡ ተጨማሪ"
#. bo8yF
-#: sw/inc/strings.hrc:1042
+#: sw/inc/strings.hrc:1046
msgctxt "STR_DDE_CMD"
msgid "DDE Statement"
msgstr "DDE Statement"
#. LixXA
-#: sw/inc/strings.hrc:1043
+#: sw/inc/strings.hrc:1047
msgctxt "STR_INSTEXT"
msgid "Hidden t~ext"
msgstr "የተደበቀ ጽ~ሁፍ"
#. EX3bJ
-#: sw/inc/strings.hrc:1044
+#: sw/inc/strings.hrc:1048
msgctxt "STR_MACNAME"
msgid "~Macro name"
msgstr "የ ~Macro ስም"
#. dNZtd
-#: sw/inc/strings.hrc:1045
+#: sw/inc/strings.hrc:1049
msgctxt "STR_PROMPT"
msgid "~Reference"
msgstr "~ማመሳከሪያ"
#. bfRPa
-#: sw/inc/strings.hrc:1046
+#: sw/inc/strings.hrc:1050
msgctxt "STR_COMBCHRS_FT"
msgid "Ch~aracters"
msgstr "ባህ~ሪዎች"
#. j2G5G
-#: sw/inc/strings.hrc:1047
+#: sw/inc/strings.hrc:1051
msgctxt "STR_OFFSET"
msgid "O~ffset"
msgstr "ማ~ካካሻ"
#. vEgGo
-#: sw/inc/strings.hrc:1048
+#: sw/inc/strings.hrc:1052
msgctxt "STR_VALUE"
msgid "Value"
msgstr "ዋጋ"
#. YQesU
-#: sw/inc/strings.hrc:1049
+#: sw/inc/strings.hrc:1053
msgctxt "STR_FORMULA"
msgid "Formula"
msgstr "መቀመሪያ"
#. Eq5xq
-#: sw/inc/strings.hrc:1050
+#: sw/inc/strings.hrc:1054
msgctxt "STR_CUSTOM_FIELD"
msgid "Custom"
msgstr "ማስተካከያ"
#. 32NzA
-#: sw/inc/strings.hrc:1052
+#: sw/inc/strings.hrc:1056
msgctxt "STR_CUSTOM_LABEL"
msgid "[User]"
msgstr "[ተጠቃሚ]"
#. dYQTU
-#: sw/inc/strings.hrc:1054
+#: sw/inc/strings.hrc:1058
msgctxt "STR_HDIST"
msgid "H. Pitch"
msgstr "የአግድም . ማሰናጃ"
#. xELZY
-#: sw/inc/strings.hrc:1055
+#: sw/inc/strings.hrc:1059
msgctxt "STR_VDIST"
msgid "V. Pitch"
msgstr "የቁመት . ማሰናጃ"
#. F9Ldz
-#: sw/inc/strings.hrc:1056
+#: sw/inc/strings.hrc:1060
msgctxt "STR_WIDTH"
msgid "Width"
msgstr "ስፋት"
#. rdxcb
-#: sw/inc/strings.hrc:1057
+#: sw/inc/strings.hrc:1061
msgctxt "STR_HEIGHT"
msgid "Height"
msgstr "እርዝመት"
#. DQm2h
-#: sw/inc/strings.hrc:1058
+#: sw/inc/strings.hrc:1062
msgctxt "STR_LEFT"
msgid "Left margin"
msgstr "የ ግራ መስመር"
#. imDMU
-#: sw/inc/strings.hrc:1059
+#: sw/inc/strings.hrc:1063
msgctxt "STR_UPPER"
msgid "Top margin"
msgstr "የ ላይ መስመር"
#. ayQss
-#: sw/inc/strings.hrc:1060
+#: sw/inc/strings.hrc:1064
msgctxt "STR_COLS"
msgid "Columns"
msgstr "አምዶች"
#. 3moLd
-#: sw/inc/strings.hrc:1061
+#: sw/inc/strings.hrc:1065
msgctxt "STR_ROWS"
msgid "Rows"
msgstr "ረድፎች"
#. QtVXg
-#: sw/inc/strings.hrc:1063
+#: sw/inc/strings.hrc:1067
msgctxt "STR_SERVICE_UNAVAILABLE"
msgid "The following service is not available: "
msgstr "የሚቀጥለው ግልጋሎት ዝግጁ አይደለም: "
#. XWMSH
-#: sw/inc/strings.hrc:1065
+#: sw/inc/strings.hrc:1069
msgctxt "STR_WORDCOUNT_HINT"
msgid "Word and character count. Click to open Word Count dialog."
msgstr "ቃላት እና ባህሪ መቁጠሪያ: ይጫኑ ለ መክፈት የ መቁጠሪያ ንግግር"
#. nxGNq
-#: sw/inc/strings.hrc:1066
+#: sw/inc/strings.hrc:1070
msgctxt "STR_VIEWLAYOUT_ONE"
msgid "Single-page view"
msgstr "በ ነጠላ-ገጽ መመልከቻ"
#. 57ju6
-#: sw/inc/strings.hrc:1067
+#: sw/inc/strings.hrc:1071
msgctxt "STR_VIEWLAYOUT_MULTI"
msgid "Multiple-page view"
msgstr "በርካታ-ገጽ መመልከቻ"
#. tbig8
-#: sw/inc/strings.hrc:1068
+#: sw/inc/strings.hrc:1072
msgctxt "STR_VIEWLAYOUT_BOOK"
msgid "Book view"
msgstr "በ መጽሀፍ መመልከቻ"
#. xBHUG
-#: sw/inc/strings.hrc:1069
+#: sw/inc/strings.hrc:1073
msgctxt "STR_BOOKCTRL_HINT"
msgid "Page number in document. Click to open Go to Page dialog or right-click for bookmark list."
msgstr "የ ገጽ ቁጥር በ ሰነድ ውስጥ: ይጫኑ የ መቃኛ መስኮት ለመክፈት ወይንም በ ቀኝ-ይጫኑ ለ ምልክት ማድረጊያ ዝርዝር"
#. XaF3v
-#: sw/inc/strings.hrc:1070
+#: sw/inc/strings.hrc:1074
msgctxt "STR_BOOKCTRL_HINT_EXTENDED"
msgid "Page number in document (Page number on printed document). Click to open Go to Page dialog."
msgstr "የ ገጽ ቁጥር በ ሰነድ ውስጥ (የ ገጽ ቁጥር በ ታተመ ሰነድ ላይ) ይጫኑ ለ መክፈት የ መሄጃ ወደ ገጽ ንግግር"
#. EWtd2
-#: sw/inc/strings.hrc:1071
+#: sw/inc/strings.hrc:1075
msgctxt "STR_TMPLCTRL_HINT"
msgid "Page Style. Right-click to change style or click to open Style dialog."
msgstr "የ ገጽ ዘዴ በ ቀኝ-ይጫኑ ዘዴውን ለመቀየር ወይንም የ ዘዴ ንግግርን ይክፈቱ"
#. jQAym
#. Strings for textual attributes.
-#: sw/inc/strings.hrc:1074
+#: sw/inc/strings.hrc:1078
msgctxt "STR_DROP_OVER"
msgid "Drop Caps over"
msgstr "ፊደል በ ትልቁ መጻፊያ"
#. PLAVt
-#: sw/inc/strings.hrc:1075
+#: sw/inc/strings.hrc:1079
msgctxt "STR_DROP_LINES"
msgid "rows"
msgstr "ረድፎች"
#. sg6Za
-#: sw/inc/strings.hrc:1076
+#: sw/inc/strings.hrc:1080
msgctxt "STR_NO_DROP_LINES"
msgid "No Drop Caps"
msgstr "ፊደል በ ትልቁ መጻፊያ የለም"
#. gueRC
-#: sw/inc/strings.hrc:1077
+#: sw/inc/strings.hrc:1081
msgctxt "STR_NO_PAGEDESC"
msgid "No page break"
msgstr "የ ገጽ መጨረሻ የለም"
#. G3CQN
-#: sw/inc/strings.hrc:1078
+#: sw/inc/strings.hrc:1082
msgctxt "STR_NO_MIRROR"
msgid "Don't mirror"
msgstr "አታንፀባርቅ"
#. MVEk8
-#: sw/inc/strings.hrc:1079
+#: sw/inc/strings.hrc:1083
msgctxt "STR_VERT_MIRROR"
msgid "Flip vertically"
msgstr "በ ቁመት መገልበጫ"
#. Dns6t
-#: sw/inc/strings.hrc:1080
+#: sw/inc/strings.hrc:1084
msgctxt "STR_HORI_MIRROR"
msgid "Flip horizontal"
msgstr "በ አግድም መገልበጫ"
#. ZUKCy
-#: sw/inc/strings.hrc:1081
+#: sw/inc/strings.hrc:1085
msgctxt "STR_BOTH_MIRROR"
msgid "Horizontal and Vertical Flip"
msgstr "በ አግድም እና በ ቁመት መገልበጫ"
#. LoQic
-#: sw/inc/strings.hrc:1082
+#: sw/inc/strings.hrc:1086
msgctxt "STR_MIRROR_TOGGLE"
msgid "+ mirror horizontal on even pages"
msgstr "+ ማንፀባረቂያ በ አግድም በሙሉ ገጽ ላይ"
#. kbnTf
-#: sw/inc/strings.hrc:1083
+#: sw/inc/strings.hrc:1087
msgctxt "STR_CHARFMT"
msgid "Character Style"
msgstr "የ ባህሪ ዘዴ"
#. D99ZJ
-#: sw/inc/strings.hrc:1084
+#: sw/inc/strings.hrc:1088
msgctxt "STR_NO_CHARFMT"
msgid "No Character Style"
msgstr "ምንም የ ባህሪ ዘዴ የለም"
#. fzG3P
-#: sw/inc/strings.hrc:1085
+#: sw/inc/strings.hrc:1089
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr "ግርጌ"
#. 9RCsQ
-#: sw/inc/strings.hrc:1086
+#: sw/inc/strings.hrc:1090
msgctxt "STR_NO_FOOTER"
msgid "No footer"
msgstr "ግርጌ የለም"
#. zFTin
-#: sw/inc/strings.hrc:1087
+#: sw/inc/strings.hrc:1091
msgctxt "STR_HEADER"
msgid "Header"
msgstr "ራስጌ"
#. PcYEB
-#: sw/inc/strings.hrc:1088
+#: sw/inc/strings.hrc:1092
msgctxt "STR_NO_HEADER"
msgid "No header"
msgstr "ራስጌ የለም"
#. Zm8cr
-#: sw/inc/strings.hrc:1089
+#: sw/inc/strings.hrc:1093
msgctxt "STR_SURROUND_IDEAL"
msgid "Optimal wrap"
msgstr "አጥጋቢ መጠቅለያ"
#. whxC3
-#: sw/inc/strings.hrc:1090
+#: sw/inc/strings.hrc:1094
msgctxt "STR_SURROUND_NONE"
msgid "No wrap"
msgstr "መጠቅለያ የለም"
#. 4tA4q
-#: sw/inc/strings.hrc:1091
+#: sw/inc/strings.hrc:1095
msgctxt "STR_SURROUND_THROUGH"
msgid "Through"
msgstr "በሙሉ"
#. gS6sZ
-#: sw/inc/strings.hrc:1092
+#: sw/inc/strings.hrc:1096
msgctxt "STR_SURROUND_PARALLEL"
msgid "Parallel wrap"
msgstr "አጓዳኝ መጠቅለያ"
#. tmVqi
-#: sw/inc/strings.hrc:1093
+#: sw/inc/strings.hrc:1097
msgctxt "STR_SURROUND_LEFT"
msgid "Left wrap"
msgstr "በ ግራ መጠቅለያ"
#. 3tBBF
-#: sw/inc/strings.hrc:1094
+#: sw/inc/strings.hrc:1098
msgctxt "STR_SURROUND_RIGHT"
msgid "Right wrap"
msgstr "በ ቀኝ መጠቅለያ"
#. SrG3D
-#: sw/inc/strings.hrc:1095
+#: sw/inc/strings.hrc:1099
msgctxt "STR_SURROUND_ANCHORONLY"
msgid "(Anchor only)"
msgstr "(ማስቆሚያ ብቻ)"
#. 9Ywzb
-#: sw/inc/strings.hrc:1096
+#: sw/inc/strings.hrc:1100
msgctxt "STR_FRM_WIDTH"
msgid "Width:"
msgstr "ስፋት:"
#. 2GYT7
-#: sw/inc/strings.hrc:1097
+#: sw/inc/strings.hrc:1101
msgctxt "STR_FRM_FIXEDHEIGHT"
msgid "Fixed height:"
msgstr "የተወሰነ እርዝመት:"
#. QrFMi
-#: sw/inc/strings.hrc:1098
+#: sw/inc/strings.hrc:1102
msgctxt "STR_FRM_MINHEIGHT"
msgid "Min. height:"
msgstr "ዝቅተኛ እርዝመት:"
#. kLiYd
-#: sw/inc/strings.hrc:1099
+#: sw/inc/strings.hrc:1103
msgctxt "STR_FLY_AT_PARA"
msgid "to paragraph"
msgstr "ወደ አንቀጽ"
#. bEavs
-#: sw/inc/strings.hrc:1100
+#: sw/inc/strings.hrc:1104
msgctxt "STR_FLY_AS_CHAR"
msgid "to character"
msgstr "ወደ ባህሪ"
#. hDUSa
-#: sw/inc/strings.hrc:1101
+#: sw/inc/strings.hrc:1105
msgctxt "STR_FLY_AT_PAGE"
msgid "to page"
msgstr "ወደ ገጽ"
#. JMHRz
-#: sw/inc/strings.hrc:1102
+#: sw/inc/strings.hrc:1106
msgctxt "STR_POS_X"
msgid "X Coordinate:"
msgstr "X Coordinate:"
#. oCZWW
-#: sw/inc/strings.hrc:1103
+#: sw/inc/strings.hrc:1107
msgctxt "STR_POS_Y"
msgid "Y Coordinate:"
msgstr "Y Coordinate:"
#. YNKE6
-#: sw/inc/strings.hrc:1104
+#: sw/inc/strings.hrc:1108
msgctxt "STR_VERT_TOP"
msgid "at top"
msgstr "ከ ላይ"
#. GPTAu
-#: sw/inc/strings.hrc:1105
+#: sw/inc/strings.hrc:1109
msgctxt "STR_VERT_CENTER"
msgid "Centered vertically"
msgstr "መሀከል በ ቁመት"
#. fcpTS
-#: sw/inc/strings.hrc:1106
+#: sw/inc/strings.hrc:1110
msgctxt "STR_VERT_BOTTOM"
msgid "at bottom"
msgstr "ከ ታች"
#. 37hos
-#: sw/inc/strings.hrc:1107
+#: sw/inc/strings.hrc:1111
msgctxt "STR_LINE_TOP"
msgid "Top of line"
msgstr "ከ መስመሩ በላይ"
#. MU7hC
-#: sw/inc/strings.hrc:1108
+#: sw/inc/strings.hrc:1112
msgctxt "STR_LINE_CENTER"
msgid "Line centered"
msgstr "መሀከል ማስመሪያ"
#. ZvEq7
-#: sw/inc/strings.hrc:1109
+#: sw/inc/strings.hrc:1113
msgctxt "STR_LINE_BOTTOM"
msgid "Bottom of line"
msgstr "ከ መስመሩ በታች"
#. X9utp
-#: sw/inc/strings.hrc:1110
+#: sw/inc/strings.hrc:1114
msgctxt "STR_REGISTER_ON"
msgid "Register-true"
msgstr "በ እውነት-መመዝገቢያ"
#. YDuHJ
-#: sw/inc/strings.hrc:1111
+#: sw/inc/strings.hrc:1115
msgctxt "STR_REGISTER_OFF"
msgid "Not register-true"
msgstr "በ እውነት-መመዝገቢያ"
#. 4RL9X
-#: sw/inc/strings.hrc:1112
+#: sw/inc/strings.hrc:1116
msgctxt "STR_HORI_RIGHT"
msgid "at the right"
msgstr "በ ቀኝ በኩል"
#. wzGK7
-#: sw/inc/strings.hrc:1113
+#: sw/inc/strings.hrc:1117
msgctxt "STR_HORI_CENTER"
msgid "Centered horizontally"
msgstr "በ አግድም መሀከል ላይ"
#. ngRmB
-#: sw/inc/strings.hrc:1114
+#: sw/inc/strings.hrc:1118
msgctxt "STR_HORI_LEFT"
msgid "at the left"
msgstr "በ ግራ በኩል"
#. JyHkM
-#: sw/inc/strings.hrc:1115
+#: sw/inc/strings.hrc:1119
msgctxt "STR_HORI_INSIDE"
msgid "inside"
msgstr "ውስጥ"
#. iXSZZ
-#: sw/inc/strings.hrc:1116
+#: sw/inc/strings.hrc:1120
msgctxt "STR_HORI_OUTSIDE"
msgid "outside"
msgstr "ውጪ"
#. kDY9Z
-#: sw/inc/strings.hrc:1117
+#: sw/inc/strings.hrc:1121
msgctxt "STR_HORI_FULL"
msgid "Full width"
msgstr "በ ሙሉ ስፋት"
#. Hvn8D
-#: sw/inc/strings.hrc:1118
+#: sw/inc/strings.hrc:1122
msgctxt "STR_COLUMNS"
msgid "Columns"
msgstr "አምዶች"
#. 6j6TA
-#: sw/inc/strings.hrc:1119
+#: sw/inc/strings.hrc:1123
msgctxt "STR_LINE_WIDTH"
msgid "Separator Width:"
msgstr "መለያያ ስፋት:"
#. dvdDt
-#: sw/inc/strings.hrc:1120
+#: sw/inc/strings.hrc:1124
msgctxt "STR_MAX_FTN_HEIGHT"
msgid "Max. footnote area:"
msgstr "ከፍተኛ የ ግርጌ ማስታወሻ ቦታ:"
#. BWqF3
-#: sw/inc/strings.hrc:1121
+#: sw/inc/strings.hrc:1125
msgctxt "STR_EDIT_IN_READONLY"
msgid "Editable in read-only document"
msgstr "በንባብ-ብቻ ሰነድ ውስጥ ሊታረም የሚችል"
#. SCL5F
-#: sw/inc/strings.hrc:1122
+#: sw/inc/strings.hrc:1126
msgctxt "STR_LAYOUT_SPLIT"
msgid "Split"
msgstr "መክፈያ"
#. AETHf
-#: sw/inc/strings.hrc:1123
+#: sw/inc/strings.hrc:1127
msgctxt "STR_NUMRULE_ON"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
#. 7HmsY
-#: sw/inc/strings.hrc:1124
+#: sw/inc/strings.hrc:1128
msgctxt "STR_NUMRULE_OFF"
msgid "no numbering"
msgstr "ቁጥር መስጫ የለም"
#. QDaFk
-#: sw/inc/strings.hrc:1125
+#: sw/inc/strings.hrc:1129
msgctxt "STR_CONNECT1"
msgid "linked to "
msgstr "ተገናኝቷል ወደ "
#. rWmT8
-#: sw/inc/strings.hrc:1126
+#: sw/inc/strings.hrc:1130
msgctxt "STR_CONNECT2"
msgid "and "
msgstr "እና "
#. H2Kwq
-#: sw/inc/strings.hrc:1127
+#: sw/inc/strings.hrc:1131
msgctxt "STR_LINECOUNT"
msgid "Count lines"
msgstr "መስመሮች መቁጠሪያ"
#. yjSiJ
-#: sw/inc/strings.hrc:1128
+#: sw/inc/strings.hrc:1132
msgctxt "STR_DONTLINECOUNT"
msgid "don't count lines"
msgstr "መስመሮች አትቁጠር"
#. HE4BV
-#: sw/inc/strings.hrc:1129
+#: sw/inc/strings.hrc:1133
msgctxt "STR_LINCOUNT_START"
msgid "restart line count with: "
msgstr "እንደገና ማስጀመሪያ ቆጠራውን በ: "
#. 7Q8qC
-#: sw/inc/strings.hrc:1130
+#: sw/inc/strings.hrc:1134
msgctxt "STR_LUMINANCE"
msgid "Brightness: "
msgstr "ብርሁነት: "
#. sNxPE
-#: sw/inc/strings.hrc:1131
+#: sw/inc/strings.hrc:1135
msgctxt "STR_CHANNELR"
msgid "Red: "
msgstr "ቀይ: "
#. u73NC
-#: sw/inc/strings.hrc:1132
+#: sw/inc/strings.hrc:1136
msgctxt "STR_CHANNELG"
msgid "Green: "
msgstr "አረንጓዴ: "
#. qQsPp
-#: sw/inc/strings.hrc:1133
+#: sw/inc/strings.hrc:1137
msgctxt "STR_CHANNELB"
msgid "Blue: "
msgstr "ሰማያዊ: "
#. BS4nZ
-#: sw/inc/strings.hrc:1134
+#: sw/inc/strings.hrc:1138
msgctxt "STR_CONTRAST"
msgid "Contrast: "
msgstr "ማነጻጸሪያ: "
#. avJBK
-#: sw/inc/strings.hrc:1135
+#: sw/inc/strings.hrc:1139
msgctxt "STR_GAMMA"
msgid "Gamma: "
msgstr "ጋማ: "
#. HQCJZ
-#: sw/inc/strings.hrc:1136
+#: sw/inc/strings.hrc:1140
msgctxt "STR_TRANSPARENCY"
msgid "Transparency: "
msgstr "ግልጽነት: "
#. 5jDK3
-#: sw/inc/strings.hrc:1137
+#: sw/inc/strings.hrc:1141
msgctxt "STR_INVERT"
msgid "Invert"
msgstr "መገልበጫ"
#. DVSAx
-#: sw/inc/strings.hrc:1138
+#: sw/inc/strings.hrc:1142
msgctxt "STR_INVERT_NOT"
msgid "do not invert"
msgstr "አትገልብጥ"
#. Z7tXB
-#: sw/inc/strings.hrc:1139
+#: sw/inc/strings.hrc:1143
msgctxt "STR_DRAWMODE"
msgid "Graphics mode: "
msgstr "በ ንድፎች ዘዴ: "
#. RXuUF
-#: sw/inc/strings.hrc:1140
+#: sw/inc/strings.hrc:1144
msgctxt "STR_DRAWMODE_STD"
msgid "Standard"
msgstr "መደበኛ"
#. kbALJ
-#: sw/inc/strings.hrc:1141
+#: sw/inc/strings.hrc:1145
msgctxt "STR_DRAWMODE_GREY"
msgid "Grayscales"
msgstr "ግራጫማ"
#. eSHEj
-#: sw/inc/strings.hrc:1142
+#: sw/inc/strings.hrc:1146
msgctxt "STR_DRAWMODE_BLACKWHITE"
msgid "Black & White"
msgstr "ጥቁር & ነጭ"
#. tABTr
-#: sw/inc/strings.hrc:1143
+#: sw/inc/strings.hrc:1147
msgctxt "STR_DRAWMODE_WATERMARK"
msgid "Watermark"
msgstr "የ ውሀ ምልክት"
#. 8SwC3
-#: sw/inc/strings.hrc:1144
+#: sw/inc/strings.hrc:1148
msgctxt "STR_ROTATION"
msgid "Rotation"
msgstr "ማዞሪያ"
#. hWEeF
-#: sw/inc/strings.hrc:1145
+#: sw/inc/strings.hrc:1149
msgctxt "STR_GRID_NONE"
msgid "No grid"
msgstr "መጋጠሚያ የለም"
#. HEuEv
-#: sw/inc/strings.hrc:1146
+#: sw/inc/strings.hrc:1150
msgctxt "STR_GRID_LINES_ONLY"
msgid "Grid (lines only)"
msgstr "መጋጠሚያ (ለ መስመሮች ብቻ)"
#. VFgMq
-#: sw/inc/strings.hrc:1147
+#: sw/inc/strings.hrc:1151
msgctxt "STR_GRID_LINES_CHARS"
msgid "Grid (lines and characters)"
msgstr "መጋጠሚያ (ለ መስመሮች እና ባህሪዎች)"
#. VRJrB
-#: sw/inc/strings.hrc:1148
+#: sw/inc/strings.hrc:1152
msgctxt "STR_FOLLOW_TEXT_FLOW"
msgid "Follow text flow"
msgstr "የ ጽሁፉን ፍሰት መከተያ"
#. Sb3Je
-#: sw/inc/strings.hrc:1149
+#: sw/inc/strings.hrc:1153
msgctxt "STR_DONT_FOLLOW_TEXT_FLOW"
msgid "Do not follow text flow"
msgstr "የ ጽሁፉን ፍሰት አትከተል"
#. yXFKP
-#: sw/inc/strings.hrc:1150
+#: sw/inc/strings.hrc:1154
msgctxt "STR_CONNECT_BORDER_ON"
msgid "Merge borders"
msgstr "ድንበሮች ማዋሀጃ"
#. vwHbS
-#: sw/inc/strings.hrc:1151
+#: sw/inc/strings.hrc:1155
msgctxt "STR_CONNECT_BORDER_OFF"
msgid "Do not merge borders"
msgstr "ድንበሮችን አታዋህድ"
#. 3874B
-#: sw/inc/strings.hrc:1153
+#: sw/inc/strings.hrc:1157
msgctxt "ST_TBL"
msgid "Table"
msgstr "ሰንጠረዥ"
#. PCNdr
-#: sw/inc/strings.hrc:1154
+#: sw/inc/strings.hrc:1158
msgctxt "ST_FRM"
msgid "Text Frame"
msgstr "የጽሁፍ ክፈፍ"
#. Fsnm6
-#: sw/inc/strings.hrc:1155
+#: sw/inc/strings.hrc:1159
msgctxt "ST_PGE"
msgid "Page"
msgstr "ገጽ"
#. pKFCz
-#: sw/inc/strings.hrc:1156
+#: sw/inc/strings.hrc:1160
msgctxt "ST_DRW"
msgid "Drawing"
msgstr "መሳያ"
#. amiSY
-#: sw/inc/strings.hrc:1157
+#: sw/inc/strings.hrc:1161
msgctxt "ST_CTRL"
msgid "Control"
msgstr "መቆጣጠሪያ"
#. GEw9u
-#: sw/inc/strings.hrc:1158
+#: sw/inc/strings.hrc:1162
msgctxt "ST_REG"
msgid "Section"
msgstr "ክፍል"
#. bEiyL
-#: sw/inc/strings.hrc:1159
+#: sw/inc/strings.hrc:1163
msgctxt "ST_BKM"
msgid "Bookmark"
msgstr "ምልክት ማድረጊያ"
#. 6gXCo
-#: sw/inc/strings.hrc:1160
+#: sw/inc/strings.hrc:1164
msgctxt "ST_GRF"
msgid "Graphics"
msgstr "ንድፎች"
#. d5eSc
-#: sw/inc/strings.hrc:1161
+#: sw/inc/strings.hrc:1165
msgctxt "ST_OLE"
msgid "OLE object"
msgstr "የ OLE እቃ"
#. h5QQ8
-#: sw/inc/strings.hrc:1162
+#: sw/inc/strings.hrc:1166
msgctxt "ST_OUTL"
msgid "Headings"
msgstr "ራስጌዎች"
#. Cbktp
-#: sw/inc/strings.hrc:1163
+#: sw/inc/strings.hrc:1167
msgctxt "ST_SEL"
msgid "Selection"
msgstr "ምርጫዎች"
#. nquvS
-#: sw/inc/strings.hrc:1164
+#: sw/inc/strings.hrc:1168
msgctxt "ST_FTN"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
#. GpAUo
-#: sw/inc/strings.hrc:1165
+#: sw/inc/strings.hrc:1169
msgctxt "ST_MARK"
msgid "Reminder"
msgstr "አስታዋሽ"
#. nDFKa
-#: sw/inc/strings.hrc:1166
+#: sw/inc/strings.hrc:1170
msgctxt "ST_POSTIT"
msgid "Comment"
msgstr "አስተያየት"
#. qpbDE
-#: sw/inc/strings.hrc:1167
+#: sw/inc/strings.hrc:1171
msgctxt "ST_SRCH_REP"
msgid "Repeat search"
msgstr "መፈለጊያ መድገሚያ"
#. ipxfH
-#: sw/inc/strings.hrc:1168
+#: sw/inc/strings.hrc:1172
msgctxt "ST_INDEX_ENTRY"
msgid "Index entry"
msgstr "የ ማውጫ ማስገቢያ"
#. sfmff
-#: sw/inc/strings.hrc:1169
+#: sw/inc/strings.hrc:1173
msgctxt "ST_TABLE_FORMULA"
msgid "Table formula"
msgstr "የ መቀመሪያ ሰንጠረዥ"
#. DtkuT
-#: sw/inc/strings.hrc:1170
+#: sw/inc/strings.hrc:1174
msgctxt "ST_TABLE_FORMULA_ERROR"
msgid "Wrong table formula"
msgstr "የ ተሳሳተ የ መቀመሪያ ሰንጠረዥ"
#. ECFxw
#. Strings for the quickhelp of the View-PgUp/Down-Buttons
-#: sw/inc/strings.hrc:1172
+#: sw/inc/strings.hrc:1176
msgctxt "STR_IMGBTN_TBL_DOWN"
msgid "Next table"
msgstr "የሚቀጥለው ሰንጠረዥ"
#. vPiab
-#: sw/inc/strings.hrc:1173
+#: sw/inc/strings.hrc:1177
msgctxt "STR_IMGBTN_FRM_DOWN"
msgid "Next text frame"
msgstr "የሚቀጥለው የ ጽሁፍ ክፈፍ"
#. M4BCA
-#: sw/inc/strings.hrc:1174
+#: sw/inc/strings.hrc:1178
msgctxt "STR_IMGBTN_PGE_DOWN"
msgid "Next page"
msgstr "የሚቀጥለው ገጽ"
#. UWeq4
-#: sw/inc/strings.hrc:1175
+#: sw/inc/strings.hrc:1179
msgctxt "STR_IMGBTN_DRW_DOWN"
msgid "Next drawing"
msgstr "የሚቀጥለው መሳያ"
#. ZVCrD
-#: sw/inc/strings.hrc:1176
+#: sw/inc/strings.hrc:1180
msgctxt "STR_IMGBTN_CTRL_DOWN"
msgid "Next control"
msgstr "የሚቀጥለው መቆጣጠሪያ"
#. NGAqr
-#: sw/inc/strings.hrc:1177
+#: sw/inc/strings.hrc:1181
msgctxt "STR_IMGBTN_REG_DOWN"
msgid "Next section"
msgstr "የሚቀጥለው ክፍል"
#. Mwcvm
-#: sw/inc/strings.hrc:1178
+#: sw/inc/strings.hrc:1182
msgctxt "STR_IMGBTN_BKM_DOWN"
msgid "Next bookmark"
msgstr "የሚቀጥለው ምልክት ማድረጊያ"
#. xbxDs
-#: sw/inc/strings.hrc:1179
+#: sw/inc/strings.hrc:1183
msgctxt "STR_IMGBTN_GRF_DOWN"
msgid "Next graphic"
msgstr "የሚቀጥለው ንድፍ"
#. 4ovAF
-#: sw/inc/strings.hrc:1180
+#: sw/inc/strings.hrc:1184
msgctxt "STR_IMGBTN_OLE_DOWN"
msgid "Next OLE object"
msgstr "የሚቀጥለው የ OLE እቃ"
#. YzK6w
-#: sw/inc/strings.hrc:1181
+#: sw/inc/strings.hrc:1185
msgctxt "STR_IMGBTN_OUTL_DOWN"
msgid "Next heading"
msgstr "የሚቀጥለው ራስጌ"
#. skdRc
-#: sw/inc/strings.hrc:1182
+#: sw/inc/strings.hrc:1186
msgctxt "STR_IMGBTN_SEL_DOWN"
msgid "Next selection"
msgstr "የሚቀጥለው ምርጫ"
#. RBFga
-#: sw/inc/strings.hrc:1183
+#: sw/inc/strings.hrc:1187
msgctxt "STR_IMGBTN_FTN_DOWN"
msgid "Next footnote"
msgstr "የ ሚቀጥለው የ ግርጌ ማስታወሻ"
#. GNLrx
-#: sw/inc/strings.hrc:1184
+#: sw/inc/strings.hrc:1188
msgctxt "STR_IMGBTN_MARK_DOWN"
msgid "Next Reminder"
msgstr "የሚቀጥለው አስታዋሽ"
#. mFCfp
-#: sw/inc/strings.hrc:1185
+#: sw/inc/strings.hrc:1189
msgctxt "STR_IMGBTN_POSTIT_DOWN"
msgid "Next Comment"
msgstr "የሚቀጥለው አስተያየት"
#. gbnwp
-#: sw/inc/strings.hrc:1186
+#: sw/inc/strings.hrc:1190
msgctxt "STR_IMGBTN_SRCH_REP_DOWN"
msgid "Continue search forward"
msgstr "ፍለጋውን ወደፊት መቀጠያ"
#. TXYkA
-#: sw/inc/strings.hrc:1187
+#: sw/inc/strings.hrc:1191
msgctxt "STR_IMGBTN_INDEX_ENTRY_DOWN"
msgid "Next index entry"
msgstr "የሚቀጥለው ማውጫ ማስገቢያ"
#. EyvbV
-#: sw/inc/strings.hrc:1188
+#: sw/inc/strings.hrc:1192
msgctxt "STR_IMGBTN_TBL_UP"
msgid "Previous table"
msgstr "ቀደም ያለው ሰንጠረዥ"
#. ygrTh
-#: sw/inc/strings.hrc:1189
+#: sw/inc/strings.hrc:1193
msgctxt "STR_IMGBTN_FRM_UP"
msgid "Previous text frame"
msgstr "ቀደም ያለው የ ጽሁፍ ክፈፍ"
#. eQPFD
-#: sw/inc/strings.hrc:1190
+#: sw/inc/strings.hrc:1194
msgctxt "STR_IMGBTN_PGE_UP"
msgid "Previous page"
msgstr "ቀደም ያለው ገጽ"
#. p5jbU
-#: sw/inc/strings.hrc:1191
+#: sw/inc/strings.hrc:1195
msgctxt "STR_IMGBTN_DRW_UP"
msgid "Previous drawing"
msgstr "ቀደም ያለው መሳያ"
#. 2WMmZ
-#: sw/inc/strings.hrc:1192
+#: sw/inc/strings.hrc:1196
msgctxt "STR_IMGBTN_CTRL_UP"
msgid "Previous control"
msgstr "ቀደም ያለው መቆጣጠሪያ"
#. 6uGDP
-#: sw/inc/strings.hrc:1193
+#: sw/inc/strings.hrc:1197
msgctxt "STR_IMGBTN_REG_UP"
msgid "Previous section"
msgstr "ቀደም ያለው ክፍል"
#. YYCtk
-#: sw/inc/strings.hrc:1194
+#: sw/inc/strings.hrc:1198
msgctxt "STR_IMGBTN_BKM_UP"
msgid "Previous bookmark"
msgstr "ቀደም ያለው ምልክት ማድረጊያ"
#. nFLdX
-#: sw/inc/strings.hrc:1195
+#: sw/inc/strings.hrc:1199
msgctxt "STR_IMGBTN_GRF_UP"
msgid "Previous graphic"
msgstr "ቀደም ያለው ንድፍ"
#. VuxvB
-#: sw/inc/strings.hrc:1196
+#: sw/inc/strings.hrc:1200
msgctxt "STR_IMGBTN_OLE_UP"
msgid "Previous OLE object"
msgstr "ቀደም ያለው የ OLE እቃ"
#. QSuct
-#: sw/inc/strings.hrc:1197
+#: sw/inc/strings.hrc:1201
msgctxt "STR_IMGBTN_OUTL_UP"
msgid "Previous heading"
msgstr "ቀደም ያለው ራስጌ"
#. CzLBr
-#: sw/inc/strings.hrc:1198
+#: sw/inc/strings.hrc:1202
msgctxt "STR_IMGBTN_SEL_UP"
msgid "Previous selection"
msgstr "ቀደም ያለው ምርጫ"
#. B7PoL
-#: sw/inc/strings.hrc:1199
+#: sw/inc/strings.hrc:1203
msgctxt "STR_IMGBTN_FTN_UP"
msgid "Previous footnote"
msgstr "ቀደም ያለው የ ግርጌ ማስታወሻ"
#. AgtLD
-#: sw/inc/strings.hrc:1200
+#: sw/inc/strings.hrc:1204
msgctxt "STR_IMGBTN_MARK_UP"
msgid "Previous Reminder"
msgstr "ቀደም ያለው አስታዋሽ"
#. GJQ6F
-#: sw/inc/strings.hrc:1201
+#: sw/inc/strings.hrc:1205
msgctxt "STR_IMGBTN_POSTIT_UP"
msgid "Previous Comment"
msgstr "ቀደም ያለው አስተያየት"
#. GWnfD
-#: sw/inc/strings.hrc:1202
+#: sw/inc/strings.hrc:1206
msgctxt "STR_IMGBTN_SRCH_REP_UP"
msgid "Continue search backwards"
msgstr "የ ኋሊዮሽ ፍለጋውን መቀጠያ"
#. uDtcG
-#: sw/inc/strings.hrc:1203
+#: sw/inc/strings.hrc:1207
msgctxt "STR_IMGBTN_INDEX_ENTRY_UP"
msgid "Previous index entry"
msgstr "ቀደም ያለው የማውጫ ማስገቢያ"
#. VR6DX
-#: sw/inc/strings.hrc:1204
+#: sw/inc/strings.hrc:1208
msgctxt "STR_IMGBTN_TBLFML_UP"
msgid "Previous table formula"
msgstr "ቀደም ያለው የ ሰንጠረዥ መቀመሪያ"
#. GqESF
-#: sw/inc/strings.hrc:1205
+#: sw/inc/strings.hrc:1209
msgctxt "STR_IMGBTN_TBLFML_DOWN"
msgid "Next table formula"
msgstr "የሚቀጥለው የ ሰንጠረዥ መቀመሪያ"
#. gBgxo
-#: sw/inc/strings.hrc:1206
+#: sw/inc/strings.hrc:1210
msgctxt "STR_IMGBTN_TBLFML_ERR_UP"
msgid "Previous faulty table formula"
msgstr "ቀደም ያለው የተሳሳተ የ ሰንጠረዥ መቀመሪያ"
#. UAon9
-#: sw/inc/strings.hrc:1207
+#: sw/inc/strings.hrc:1211
msgctxt "STR_IMGBTN_TBLFML_ERR_DOWN"
msgid "Next faulty table formula"
msgstr "የሚቀጥለው የተሳሳተ የ ሰንጠረዥ መቀመሪያ"
#. hSYa3
-#: sw/inc/strings.hrc:1209
+#: sw/inc/strings.hrc:1213
msgctxt "STR_REDLINE_INSERT"
msgid "Inserted"
msgstr "ተጨምሯል"
#. LnFkq
-#: sw/inc/strings.hrc:1210
+#: sw/inc/strings.hrc:1214
msgctxt "STR_REDLINE_DELETE"
msgid "Deleted"
msgstr "ጠፍቷል"
#. cTNEn
-#: sw/inc/strings.hrc:1211
+#: sw/inc/strings.hrc:1215
msgctxt "STR_REDLINE_FORMAT"
msgid "Formatted"
msgstr "አቀራረብ"
#. YWr7C
-#: sw/inc/strings.hrc:1212
+#: sw/inc/strings.hrc:1216
msgctxt "STR_REDLINE_TABLE"
msgid "Table changed"
msgstr "ሰንጠረዡ ተቀይሯል"
#. 6xVDN
-#: sw/inc/strings.hrc:1213
+#: sw/inc/strings.hrc:1217
msgctxt "STR_REDLINE_FMTCOLL"
msgid "Applied Paragraph Styles"
msgstr "የ ተፈጸሙ የ አንቀጽ ዘዴዎች"
#. 32AND
-#: sw/inc/strings.hrc:1214
+#: sw/inc/strings.hrc:1218
msgctxt "STR_REDLINE_PARAGRAPH_FORMAT"
msgid "Paragraph formatting changed"
msgstr "የ አንቀጽ አቀራረብ ተቀይሯል"
#. wLDkj
-#: sw/inc/strings.hrc:1215
+#: sw/inc/strings.hrc:1219
msgctxt "STR_REDLINE_TABLE_ROW_INSERT"
msgid "Row Inserted"
msgstr "ረድፍ ገብቷል"
#. Eb5Gb
-#: sw/inc/strings.hrc:1216
+#: sw/inc/strings.hrc:1220
msgctxt "STR_REDLINE_TABLE_ROW_DELETE"
msgid "Row Deleted"
msgstr "ረድፍ ጠፍቷል"
#. i5ZJt
-#: sw/inc/strings.hrc:1217
+#: sw/inc/strings.hrc:1221
msgctxt "STR_REDLINE_TABLE_CELL_INSERT"
msgid "Cell Inserted"
msgstr "ክፍል ገብቷል"
#. 4gE3z
-#: sw/inc/strings.hrc:1218
+#: sw/inc/strings.hrc:1222
msgctxt "STR_REDLINE_TABLE_CELL_DELETE"
msgid "Cell Deleted"
msgstr "ክፍል ጠፍቷል"
#. DRCyp
-#: sw/inc/strings.hrc:1219
+#: sw/inc/strings.hrc:1223
msgctxt "STR_ENDNOTE"
msgid "Endnote: "
msgstr "የ መጨረሻ ማስታወሻ: "
#. qpW2q
-#: sw/inc/strings.hrc:1220
+#: sw/inc/strings.hrc:1224
msgctxt "STR_FTNNOTE"
msgid "Footnote: "
msgstr "የ ግርጌ ማስታወሻ: "
#. 3RFUd
-#: sw/inc/strings.hrc:1221
+#: sw/inc/strings.hrc:1225
#, c-format
msgctxt "STR_SMARTTAG_CLICK"
msgid "%s-click to open Smart Tag menu"
msgstr "%s-ይጫኑ Smart Tag menu ለመክፈት"
#. QCD36
-#: sw/inc/strings.hrc:1222
+#: sw/inc/strings.hrc:1226
msgctxt "STR_HEADER_TITLE"
msgid "Header (%1)"
msgstr "ራስጌ (%1)"
#. AYjgB
-#: sw/inc/strings.hrc:1223
+#: sw/inc/strings.hrc:1227
msgctxt "STR_FIRST_HEADER_TITLE"
msgid "First Page Header (%1)"
msgstr "የ መጀመሪያ ገጽ ራስጌ (%1)"
#. qVX2k
-#: sw/inc/strings.hrc:1224
+#: sw/inc/strings.hrc:1228
msgctxt "STR_LEFT_HEADER_TITLE"
msgid "Left Page Header (%1)"
msgstr "የ ግራ ገጽ ራስጌ (%1)"
#. DSg3b
-#: sw/inc/strings.hrc:1225
+#: sw/inc/strings.hrc:1229
msgctxt "STR_RIGHT_HEADER_TITLE"
msgid "Right Page Header (%1)"
msgstr "የ ቀኝ ገጽ ራስጌ (%1)"
#. 6GzuM
-#: sw/inc/strings.hrc:1226
+#: sw/inc/strings.hrc:1230
msgctxt "STR_FOOTER_TITLE"
msgid "Footer (%1)"
msgstr "ግርጌ (%1)"
#. FDVNH
-#: sw/inc/strings.hrc:1227
+#: sw/inc/strings.hrc:1231
msgctxt "STR_FIRST_FOOTER_TITLE"
msgid "First Page Footer (%1)"
msgstr "የ መጀመሪያ ገጽ ግርጌ (%1)"
#. SL7r3
-#: sw/inc/strings.hrc:1228
+#: sw/inc/strings.hrc:1232
msgctxt "STR_LEFT_FOOTER_TITLE"
msgid "Left Page Footer (%1)"
msgstr "የ ግራ ገጽ ግርጌ (%1)"
#. CBvih
-#: sw/inc/strings.hrc:1229
+#: sw/inc/strings.hrc:1233
msgctxt "STR_RIGHT_FOOTER_TITLE"
msgid "Right Page Footer (%1)"
msgstr "የ ቀኝ ገጽ ግርጌ (%1)"
#. s8v3h
-#: sw/inc/strings.hrc:1230
+#: sw/inc/strings.hrc:1234
msgctxt "STR_DELETE_HEADER"
msgid "Delete Header..."
msgstr "ራስጌ ማጥፊያ..."
#. wL3Fr
-#: sw/inc/strings.hrc:1231
+#: sw/inc/strings.hrc:1235
msgctxt "STR_FORMAT_HEADER"
msgid "Format Header..."
msgstr "የ ራስጌ አቀራረብ..."
#. DrAUe
-#: sw/inc/strings.hrc:1232
+#: sw/inc/strings.hrc:1236
msgctxt "STR_DELETE_FOOTER"
msgid "Delete Footer..."
msgstr "ግርጌ ማጥፊያ..."
#. 9Xgou
-#: sw/inc/strings.hrc:1233
+#: sw/inc/strings.hrc:1237
msgctxt "STR_FORMAT_FOOTER"
msgid "Format Footer..."
msgstr "የ ግርጌ አቀራረብ..."
#. ApT5B
-#: sw/inc/strings.hrc:1235
+#: sw/inc/strings.hrc:1239
msgctxt "STR_UNFLOAT_TABLE"
msgid "Un-float Table"
msgstr "ሰንጠረዥ-አታንሳፍፍ"
#. uvDKE
-#: sw/inc/strings.hrc:1237
+#: sw/inc/strings.hrc:1241
msgctxt "STR_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "የ ምስል ፋይል መክፈት አልተቻለም"
#. iJuAv
-#: sw/inc/strings.hrc:1238
+#: sw/inc/strings.hrc:1242
msgctxt "STR_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr "የ ምስል ፋይል ማንበብ አልተቻለም"
#. Bwwho
-#: sw/inc/strings.hrc:1239
+#: sw/inc/strings.hrc:1243
msgctxt "STR_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr "ያልታወቀ የምስል አቀራረብ"
#. bfog5
-#: sw/inc/strings.hrc:1240
+#: sw/inc/strings.hrc:1244
msgctxt "STR_GRFILTER_VERSIONERROR"
msgid "This image file version is not supported"
msgstr "ይህ የምስል ፋይል አይነት የተደገፈ አይደለም"
#. xy4Vm
-#: sw/inc/strings.hrc:1241
+#: sw/inc/strings.hrc:1245
msgctxt "STR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "የምስል ማጣሪያ አልተገኘም"
#. tEqyq
-#: sw/inc/strings.hrc:1242
+#: sw/inc/strings.hrc:1246
msgctxt "STR_GRFILTER_TOOBIG"
msgid "Not enough memory to insert the image."
msgstr "ስእሉን ለማስገባት በቂ memory የለም"
#. 5ihue
-#: sw/inc/strings.hrc:1243
+#: sw/inc/strings.hrc:1247
msgctxt "STR_INSERT_GRAPHIC"
msgid "Insert Image"
msgstr "ምስል ማስገቢያ"
#. GWzLN
-#: sw/inc/strings.hrc:1244
+#: sw/inc/strings.hrc:1248
msgctxt "STR_REDLINE_COMMENT"
msgid "Comment: "
msgstr "አስተያየት : "
#. CoJc8
-#: sw/inc/strings.hrc:1245
+#: sw/inc/strings.hrc:1249
msgctxt "STR_REDLINE_INSERTED"
msgid "Insertion"
msgstr "ማስገቢያ"
#. dfMEF
-#: sw/inc/strings.hrc:1246
+#: sw/inc/strings.hrc:1250
msgctxt "STR_REDLINE_DELETED"
msgid "Deletion"
msgstr "ማጥፊያ"
#. NytQQ
-#: sw/inc/strings.hrc:1247
+#: sw/inc/strings.hrc:1251
msgctxt "STR_REDLINE_AUTOFMT"
msgid "AutoCorrect"
msgstr "በራሱ አራሚ"
#. YRAQL
-#: sw/inc/strings.hrc:1248
+#: sw/inc/strings.hrc:1252
msgctxt "STR_REDLINE_FORMATTED"
msgid "Formats"
msgstr "አቀራረብ"
#. ELCVU
-#: sw/inc/strings.hrc:1249
+#: sw/inc/strings.hrc:1253
msgctxt "STR_REDLINE_TABLECHG"
msgid "Table Changes"
msgstr "ሰንጠረዡ ተቀይሯል"
#. PzfQF
-#: sw/inc/strings.hrc:1250
+#: sw/inc/strings.hrc:1254
msgctxt "STR_REDLINE_FMTCOLLSET"
msgid "Applied Paragraph Styles"
msgstr "የ አንቀጽ ዘዴዎች መፈጸሚያ"
#. sgEbW
-#: sw/inc/strings.hrc:1251
+#: sw/inc/strings.hrc:1255
msgctxt "STR_PAGE"
msgid "Page "
msgstr "ገጽ "
#. 3DpEx
-#: sw/inc/strings.hrc:1252
+#: sw/inc/strings.hrc:1256
msgctxt "STR_PAGE_COUNT"
msgid "Page %1 of %2"
msgstr "ገጽ %1 ከ %2"
#. HSbzS
-#: sw/inc/strings.hrc:1253
+#: sw/inc/strings.hrc:1257
msgctxt "STR_PAGE_COUNT_CUSTOM"
msgid "Page %1 of %2 (Page %3)"
msgstr "ገጽ %1 ከ %2 (ገጽ %3)"
#. a7tDc
-#: sw/inc/strings.hrc:1254
+#: sw/inc/strings.hrc:1258
msgctxt "STR_PAGE_COUNT_PRINTED"
msgid "Page %1 of %2 (Page %3 of %4 to print)"
msgstr ""
#. KjML8
#. Strings for gallery/background
-#: sw/inc/strings.hrc:1256
+#: sw/inc/strings.hrc:1260
msgctxt "STR_SWBG_PARAGRAPH"
msgid "Paragraph"
msgstr "አንቀጽ"
#. aAtmp
-#: sw/inc/strings.hrc:1257
+#: sw/inc/strings.hrc:1261
msgctxt "STR_SWBG_GRAPHIC"
msgid "Image"
msgstr "ምስል"
#. UBDMK
-#: sw/inc/strings.hrc:1258
+#: sw/inc/strings.hrc:1262
msgctxt "STR_SWBG_OLE"
msgid "OLE object"
msgstr "የ OLE እቃ"
#. xEWbo
-#: sw/inc/strings.hrc:1259
+#: sw/inc/strings.hrc:1263
msgctxt "STR_SWBG_FRAME"
msgid "Frame"
msgstr "ክፈፍ"
#. hfJns
-#: sw/inc/strings.hrc:1260
+#: sw/inc/strings.hrc:1264
msgctxt "STR_SWBG_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
#. GRqNY
-#: sw/inc/strings.hrc:1261
+#: sw/inc/strings.hrc:1265
msgctxt "STR_SWBG_TABLE_ROW"
msgid "Table row"
msgstr "የሰንጠረዥ ረድፍ"
#. CDQY4
-#: sw/inc/strings.hrc:1262
+#: sw/inc/strings.hrc:1266
msgctxt "STR_SWBG_TABLE_CELL"
msgid "Table cell"
msgstr "የሰንጠረዥ ክፍል"
#. 2Db9T
-#: sw/inc/strings.hrc:1263
+#: sw/inc/strings.hrc:1267
msgctxt "STR_SWBG_PAGE"
msgid "Page"
msgstr "ገጽ"
#. 63FuG
-#: sw/inc/strings.hrc:1264
+#: sw/inc/strings.hrc:1268
msgctxt "STR_SWBG_HEADER"
msgid "Header"
msgstr "ራስጌ"
#. aDuAY
-#: sw/inc/strings.hrc:1265
+#: sw/inc/strings.hrc:1269
msgctxt "STR_SWBG_FOOTER"
msgid "Footer"
msgstr "ግርጌ"
#. uAp9i
#. End: strings for gallery/background
-#: sw/inc/strings.hrc:1268
+#: sw/inc/strings.hrc:1272
msgctxt "STR_WRITER_WEBDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION HTML Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION HTML ሰነድ"
#. y2GBv
-#: sw/inc/strings.hrc:1270
+#: sw/inc/strings.hrc:1274
msgctxt "STR_TITLE"
msgid "Title"
msgstr "አርእስት"
#. AipGR
-#: sw/inc/strings.hrc:1271
+#: sw/inc/strings.hrc:1275
msgctxt "STR_ALPHA"
msgid "Separator"
msgstr "መለያያ"
#. CoSEf
-#: sw/inc/strings.hrc:1272
+#: sw/inc/strings.hrc:1276
msgctxt "STR_LEVEL"
msgid "Level "
msgstr "ደረጃ "
#. JdTF4
-#: sw/inc/strings.hrc:1273
+#: sw/inc/strings.hrc:1277
msgctxt "STR_FILE_NOT_FOUND"
msgid "The file, \"%1\" in the \"%2\" path could not be found."
msgstr "ፋይሉን \"%1\" በ \"%2\" መንገድ ውስጥ ማግኘት አልተቻለም"
#. zRWDZ
-#: sw/inc/strings.hrc:1274
+#: sw/inc/strings.hrc:1278
msgctxt "STR_USER_DEFINED_INDEX"
msgid "User-Defined Index"
msgstr "ተጠቃሚው-የተወሰነ ማውጫ"
#. t5uWs
-#: sw/inc/strings.hrc:1275
+#: sw/inc/strings.hrc:1279
msgctxt "STR_NOSORTKEY"
msgid "<None>"
msgstr "<ምንም>"
#. vSSnJ
-#: sw/inc/strings.hrc:1276
+#: sw/inc/strings.hrc:1280
msgctxt "STR_NO_CHAR_STYLE"
msgid "<None>"
msgstr "<ምንም>"
#. NSx98
-#: sw/inc/strings.hrc:1277
+#: sw/inc/strings.hrc:1281
msgctxt "STR_DELIM"
msgid "S"
msgstr "S"
#. hK8CX
-#: sw/inc/strings.hrc:1278
+#: sw/inc/strings.hrc:1282
msgctxt "STR_TOKEN_ENTRY_NO"
msgid "E#"
msgstr "E#"
#. 8EgTx
-#: sw/inc/strings.hrc:1279
+#: sw/inc/strings.hrc:1283
msgctxt "STR_TOKEN_ENTRY"
msgid "E"
msgstr "E"
#. gxt8B
-#: sw/inc/strings.hrc:1280
+#: sw/inc/strings.hrc:1284
msgctxt "STR_TOKEN_TAB_STOP"
msgid "T"
msgstr "T"
#. pGAb4
-#: sw/inc/strings.hrc:1281
+#: sw/inc/strings.hrc:1285
msgctxt "STR_TOKEN_PAGE_NUMS"
msgid "#"
msgstr "#"
#. teDm3
-#: sw/inc/strings.hrc:1282
+#: sw/inc/strings.hrc:1286
msgctxt "STR_TOKEN_CHAPTER_INFO"
msgid "CI"
msgstr "CI"
#. XWaFn
-#: sw/inc/strings.hrc:1283
+#: sw/inc/strings.hrc:1287
msgctxt "STR_TOKEN_LINK_START"
msgid "LS"
msgstr "LS"
#. xp6D6
-#: sw/inc/strings.hrc:1284
+#: sw/inc/strings.hrc:1288
msgctxt "STR_TOKEN_LINK_END"
msgid "LE"
msgstr "LE"
#. AogDK
-#: sw/inc/strings.hrc:1285
+#: sw/inc/strings.hrc:1289
msgctxt "STR_TOKEN_AUTHORITY"
msgid "A"
msgstr "A"
#. 5A4jw
-#: sw/inc/strings.hrc:1286
+#: sw/inc/strings.hrc:1290
msgctxt "STR_TOKEN_HELP_ENTRY_NO"
msgid "Chapter number"
msgstr "የምእራፍ ቁጥር"
#. FH365
-#: sw/inc/strings.hrc:1287
+#: sw/inc/strings.hrc:1291
msgctxt "STR_TOKEN_HELP_ENTRY"
msgid "Entry"
msgstr "ማስገቢያ"
#. xZjtZ
-#: sw/inc/strings.hrc:1288
+#: sw/inc/strings.hrc:1292
msgctxt "STR_TOKEN_HELP_TAB_STOP"
msgid "Tab stop"
msgstr "ማስረጊያ ማቆሚያ"
#. aXW8y
-#: sw/inc/strings.hrc:1289
+#: sw/inc/strings.hrc:1293
msgctxt "STR_TOKEN_HELP_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. MCUd2
-#: sw/inc/strings.hrc:1290
+#: sw/inc/strings.hrc:1294
msgctxt "STR_TOKEN_HELP_PAGE_NUMS"
msgid "Page number"
msgstr "የ ገጽ ቁጥር"
#. pXqw3
-#: sw/inc/strings.hrc:1291
+#: sw/inc/strings.hrc:1295
msgctxt "STR_TOKEN_HELP_CHAPTER_INFO"
msgid "Chapter info"
msgstr "የምእራፍ መረጃ"
#. DRBSD
-#: sw/inc/strings.hrc:1292
+#: sw/inc/strings.hrc:1296
msgctxt "STR_TOKEN_HELP_LINK_START"
msgid "Hyperlink start"
msgstr "Hyperlink መጀመሪያ"
#. Ytn5g
-#: sw/inc/strings.hrc:1293
+#: sw/inc/strings.hrc:1297
msgctxt "STR_TOKEN_HELP_LINK_END"
msgid "Hyperlink end"
msgstr "Hyperlink መጨረሻ"
#. hRo3J
-#: sw/inc/strings.hrc:1294
+#: sw/inc/strings.hrc:1298
msgctxt "STR_TOKEN_HELP_AUTHORITY"
msgid "Bibliography entry: "
msgstr "የ ቢብሊዮግራፊ ማስገቢያ...: "
#. ZKG5v
-#: sw/inc/strings.hrc:1295
+#: sw/inc/strings.hrc:1299
msgctxt "STR_CHARSTYLE"
msgid "Character Style: "
msgstr "የ ባህሪ ዘዴ: "
#. d9BES
-#: sw/inc/strings.hrc:1296
+#: sw/inc/strings.hrc:1300
msgctxt "STR_STRUCTURE"
msgid "Structure text"
msgstr "የ ጽሁፍ አካል"
#. kwoGP
-#: sw/inc/strings.hrc:1297
+#: sw/inc/strings.hrc:1301
msgctxt "STR_ADDITIONAL_ACCNAME_STRING1"
msgid "Press Ctrl+Alt+A to move focus for more operations"
msgstr "ይጫኑ Ctrl+Alt+A ትኩረቱን ወደ ተጨማሪ ተግባሮች ለማንቀሳቀስ"
#. Avm9y
-#: sw/inc/strings.hrc:1298
+#: sw/inc/strings.hrc:1302
msgctxt "STR_ADDITIONAL_ACCNAME_STRING2"
msgid "Press left or right arrow to choose the structure controls"
msgstr "ይጫኑ የ ግራ ወይንም የ ቀኝ ቀስት የ መቆጣጠሪያ አካሎችን ለመምረጥ"
#. 59eRi
-#: sw/inc/strings.hrc:1299
+#: sw/inc/strings.hrc:1303
msgctxt "STR_ADDITIONAL_ACCNAME_STRING3"
msgid "Press Ctrl+Alt+B to move focus back to the current structure control"
msgstr "ይጫኑ Ctrl+Alt+B ወደ አሁኑ የ መቆጣጠሪያ አካል ትኩረቱን ለ መመለስ"
#. 8AagG
-#: sw/inc/strings.hrc:1300
+#: sw/inc/strings.hrc:1304
msgctxt "STR_AUTOMARK_TYPE"
msgid "Selection file for the alphabetical index (*.sdi)"
msgstr "የ ፋይል ምርጫዎች በ ፊደል ማውጫ (*.sdi)"
@@ -7887,277 +7913,277 @@ msgstr "የ ፋይል ምርጫዎች በ ፊደል ማውጫ (*.sdi)"
#. -----------------------------------------------------------------------
#. Description: character alignment for frmsh.cxx - context menu
#. -----------------------------------------------------------------------
-#: sw/inc/strings.hrc:1305
+#: sw/inc/strings.hrc:1309
msgctxt "STR_FRMUI_TOP_BASE"
msgid "Base line at ~top"
msgstr "መሰረታዊ መስመር ከ ~ላይ"
#. 5GiEA
-#: sw/inc/strings.hrc:1306
+#: sw/inc/strings.hrc:1310
msgctxt "STR_FRMUI_BOTTOM_BASE"
msgid "~Base line at bottom"
msgstr "~መሰረታዊ መስመር ከ ታች"
#. sdyVF
-#: sw/inc/strings.hrc:1307
+#: sw/inc/strings.hrc:1311
msgctxt "STR_FRMUI_CENTER_BASE"
msgid "Base line ~centered"
msgstr "መሰረታዊ መስመር ~መሀከል"
#. NAXyZ
-#: sw/inc/strings.hrc:1308
+#: sw/inc/strings.hrc:1312
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert object"
msgstr "እቃ ማስገቢያ"
#. 5C6Rc
-#: sw/inc/strings.hrc:1309
+#: sw/inc/strings.hrc:1313
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit object"
msgstr "እቃ ማረሚያ"
#. 3QFYB
-#: sw/inc/strings.hrc:1310
+#: sw/inc/strings.hrc:1314
msgctxt "STR_FRMUI_COLL_HEADER"
msgid " (Template: "
msgstr " (ቴምፕሌት: "
#. oUhnK
-#: sw/inc/strings.hrc:1311
+#: sw/inc/strings.hrc:1315
msgctxt "STR_FRMUI_BORDER"
msgid "Borders"
msgstr "ድንበሮች"
#. T2SH2
-#: sw/inc/strings.hrc:1312
+#: sw/inc/strings.hrc:1316
msgctxt "STR_FRMUI_PATTERN"
msgid "Background"
msgstr "መደብ"
#. K6Yvs
-#: sw/inc/strings.hrc:1314
+#: sw/inc/strings.hrc:1318
msgctxt "STR_TEXTCOLL_HEADER"
msgid "(Paragraph Style: "
msgstr "(የ አንቀጽ ዘዴ: "
#. Fsanh
-#: sw/inc/strings.hrc:1315
+#: sw/inc/strings.hrc:1319
msgctxt "STR_ILLEGAL_PAGENUM"
msgid "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages."
msgstr "የ ገጽ ቁጥሮች ወደ አሁኑ ገጽ መስጠት አልተቻለም: ሙሉ ቁጥሮች በ ግራ ገጾች ላይ ይሆናሉ: ጎዶሎ ቁጥሮች በ ቀኝ ገጾች ላይ ይሆናሉ"
#. VZnJf
-#: sw/inc/strings.hrc:1317
+#: sw/inc/strings.hrc:1321
msgctxt "STR_WRITER_GLOBALDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION ዋናው ሰነድ"
#. kWe9j
-#: sw/inc/strings.hrc:1319
+#: sw/inc/strings.hrc:1323
msgctxt "STR_QUERY_CONNECT"
msgid "A file connection will delete the contents of the current section. Connect anyway?"
msgstr "የፋይል ግንኙነት የአሁኑን ክፍል ይዞታዎች ያጠፋቸዋል ፡ ለማንኛውም ልቀጥል?"
#. dLuAF
-#: sw/inc/strings.hrc:1320
+#: sw/inc/strings.hrc:1324
msgctxt "STR_WRONG_PASSWORD"
msgid "The password entered is invalid."
msgstr "ያስገቡት የ መግቢያ ቃል ዋጋ የለውም"
#. oUR7Y
-#: sw/inc/strings.hrc:1321
+#: sw/inc/strings.hrc:1325
msgctxt "STR_WRONG_PASSWD_REPEAT"
msgid "The password has not been set."
msgstr "የመግቢያ ቃል አልተሰናዳም"
#. GBVqD
-#: sw/inc/strings.hrc:1323
+#: sw/inc/strings.hrc:1327
msgctxt "STR_HYP_OK"
msgid "Hyphenation completed"
msgstr "ጭረት ተጠናቋል"
#. rZBXF
-#: sw/inc/strings.hrc:1324
+#: sw/inc/strings.hrc:1328
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "ምንም (ፊደሎቹን አታርም)"
#. Z8EjG
-#: sw/inc/strings.hrc:1325
+#: sw/inc/strings.hrc:1329
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr "ነባሩን ቋንቋ እንደነበረ መመለሻ"
#. YEXdS
-#: sw/inc/strings.hrc:1326
+#: sw/inc/strings.hrc:1330
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "ተጨማሪ..."
#. QecQ3
-#: sw/inc/strings.hrc:1327
+#: sw/inc/strings.hrc:1331
msgctxt "STR_IGNORE_SELECTION"
msgid "~Ignore"
msgstr "~መተው"
#. aaiBM
-#: sw/inc/strings.hrc:1328
+#: sw/inc/strings.hrc:1332
msgctxt "STR_EXPLANATION_LINK"
msgid "Explanations..."
msgstr "መግለጫዎች..."
#. kSDGu
-#: sw/inc/strings.hrc:1330
+#: sw/inc/strings.hrc:1334
msgctxt "STR_QUERY_SPECIAL_FORCED"
msgid "Check special regions is deactivated. Check anyway?"
msgstr "የተለዩ አካባቢዎች ተሰናክለው እንደሆን መመርመሪያ: ለማንኛውም ልመርምር?"
#. KiAdJ
-#: sw/inc/strings.hrc:1331
+#: sw/inc/strings.hrc:1335
msgctxt "STR_NO_MERGE_ENTRY"
msgid "Could not merge documents."
msgstr "ሰነዱን ማዋሀድ አልተቻለም"
#. FqsCt
-#: sw/inc/strings.hrc:1332
+#: sw/inc/strings.hrc:1336
msgctxt "STR_NO_BASE_FOR_MERGE"
msgid "%PRODUCTNAME Base component is absent, and it is required to use Mail Merge."
msgstr "%PRODUCTNAME መሰረታዊ አካል ጎድሏል: የ ደብዳቤ ማዋሀጃ መጠቀም ያስፈልጋል:"
#. wcuf4
-#: sw/inc/strings.hrc:1333
+#: sw/inc/strings.hrc:1337
msgctxt "STR_ERR_SRCSTREAM"
msgid "The source cannot be loaded."
msgstr "ምንጩን መጫን አልተቻለም"
#. K9qMS
-#: sw/inc/strings.hrc:1334
+#: sw/inc/strings.hrc:1338
msgctxt "STR_ERR_NO_FAX"
msgid "No fax printer has been set under Tools/Options/%1/Print."
msgstr "ምንም የ ፋክስ ማተሚያ አልተዘጋጀም በ መሳሪያዎች/ምርጫዎች/%1/ማተሚያ ስር"
#. XWQ8w
-#: sw/inc/strings.hrc:1335
+#: sw/inc/strings.hrc:1339
msgctxt "STR_WEBOPTIONS"
msgid "HTML document"
msgstr "የ HTML ሰነድ"
#. qVZBx
-#: sw/inc/strings.hrc:1336
+#: sw/inc/strings.hrc:1340
msgctxt "STR_TEXTOPTIONS"
msgid "Text document"
msgstr "የ ጽሁፍ ሰነድ"
#. qmmPU
-#: sw/inc/strings.hrc:1337
+#: sw/inc/strings.hrc:1341
msgctxt "STR_SCAN_NOSOURCE"
msgid "Source not specified."
msgstr "ምንጩ አልተገለጸም"
#. 2LgDJ
-#: sw/inc/strings.hrc:1338
+#: sw/inc/strings.hrc:1342
msgctxt "STR_NUM_LEVEL"
msgid "Level "
msgstr "ደረጃ "
#. AcAD8
-#: sw/inc/strings.hrc:1339
+#: sw/inc/strings.hrc:1343
msgctxt "STR_NUM_OUTLINE"
msgid "Outline "
msgstr "ረቂቅ "
#. DE9FZ
-#: sw/inc/strings.hrc:1340
+#: sw/inc/strings.hrc:1344
msgctxt "STR_EDIT_FOOTNOTE"
msgid "Edit Footnote/Endnote"
msgstr "የ ግርጌ/መጨረሻ ማስታወሻ ማረሚያ"
#. EzBCZ
-#: sw/inc/strings.hrc:1341
+#: sw/inc/strings.hrc:1345
msgctxt "STR_NB_REPLACED"
msgid "Search key replaced XX times."
msgstr "መፈለጊያው ቁልፍ በዚህ XX ያህል ጊዜ ተቀይሯል"
#. fgywB
-#: sw/inc/strings.hrc:1342
+#: sw/inc/strings.hrc:1346
msgctxt "STR_SRCVIEW_ROW"
msgid "Row "
msgstr "ረድፍ "
#. GUc4a
-#: sw/inc/strings.hrc:1343
+#: sw/inc/strings.hrc:1347
msgctxt "STR_SRCVIEW_COL"
msgid "Column "
msgstr "አምድ "
#. yMyuo
-#: sw/inc/strings.hrc:1344
+#: sw/inc/strings.hrc:1348
msgctxt "STR_SAVEAS_SRC"
msgid "~Export source..."
msgstr "ምንጩን ~መላኪያ..."
#. ywFCb
-#: sw/inc/strings.hrc:1345
+#: sw/inc/strings.hrc:1349
msgctxt "STR_SAVEACOPY_SRC"
msgid "~Export copy of source..."
msgstr "~መላኪያ የ ኮፒ ምንጭ..."
#. BT3M3
-#: sw/inc/strings.hrc:1347
+#: sw/inc/strings.hrc:1351
msgctxt "ST_CONTINUE"
msgid "~Continue"
msgstr "~ይቀጥሉ"
#. ZR9aw
-#: sw/inc/strings.hrc:1348
+#: sw/inc/strings.hrc:1352
msgctxt "ST_SENDINGTO"
msgid "Sending to: %1"
msgstr "በመላክ ላይ ወደ: %1"
#. YCNYb
-#: sw/inc/strings.hrc:1349
+#: sw/inc/strings.hrc:1353
msgctxt "ST_COMPLETED"
msgid "Successfully sent"
msgstr "ተሳክቶ ተልኳል"
#. fmHmE
-#: sw/inc/strings.hrc:1350
+#: sw/inc/strings.hrc:1354
msgctxt "ST_FAILED"
msgid "Sending failed"
msgstr "መላክ አልተቻለም"
#. yAAPM
-#: sw/inc/strings.hrc:1352
+#: sw/inc/strings.hrc:1356
msgctxt "STR_SENDER_TOKENS"
msgid "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;"
msgstr "ድርጅት;CR;የ መጀመሪያ ስም; ;የ አባት ስም;CR;አድራሻ ;CR;ከተማ ; ;ከፍለ ሀገር; ;ፖ.ሳ.ቁጥር ;CR;አገር;CR;"
#. mWrXk
-#: sw/inc/strings.hrc:1354
+#: sw/inc/strings.hrc:1358
msgctxt "STR_TBL_FORMULA"
msgid "Text formula"
msgstr "ጽሁፍ መቀመሪያ"
#. y63Nw
-#: sw/inc/strings.hrc:1356
+#: sw/inc/strings.hrc:1360
msgctxt "STR_MENU_ZOOM"
msgid "~Zoom"
msgstr "~ማሳያ"
#. YzA5m
-#: sw/inc/strings.hrc:1357
+#: sw/inc/strings.hrc:1361
msgctxt "STR_MENU_UP"
msgid "~Upwards"
msgstr "~ወደ ላይ"
#. M9SMe
-#: sw/inc/strings.hrc:1358
+#: sw/inc/strings.hrc:1362
msgctxt "STR_MENU_DOWN"
msgid "Do~wnwards"
msgstr "ወደ ~ታች"
#. RmBFW
-#: sw/inc/strings.hrc:1361
+#: sw/inc/strings.hrc:1365
msgctxt "STR_DROP_DOWN_EMPTY_LIST"
msgid "No Item specified"
msgstr "ምንም እቃ አልተገለጸም"
@@ -8166,7 +8192,7 @@ msgstr "ምንም እቃ አልተገለጸም"
#. --------------------------------------------------------------------
#. Description: Classification strings
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1367
+#: sw/inc/strings.hrc:1371
msgctxt "STR_CLASSIFICATION_LEVEL_CHANGED"
msgid "Document classification has changed because a paragraph classification level is higher"
msgstr "ሰነድ መመደቢያ ተቀይሯል ምክንያቱም የ አንቀጽ መመደቢያ ደረጃ ከፍተኛ ነው"
@@ -8175,121 +8201,121 @@ msgstr "ሰነድ መመደቢያ ተቀይሯል ምክንያቱም የ አን
#. --------------------------------------------------------------------
#. Description: Paragraph Signature
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1372
+#: sw/inc/strings.hrc:1376
msgctxt "STR_VALID"
msgid " Valid "
msgstr " ዋጋ ያለው "
#. xAKRC
-#: sw/inc/strings.hrc:1373
+#: sw/inc/strings.hrc:1377
msgctxt "STR_INVALID"
msgid "Invalid"
msgstr "ዋጋ የሌለው"
#. pDAHz
-#: sw/inc/strings.hrc:1374
+#: sw/inc/strings.hrc:1378
msgctxt "STR_INVALID_SIGNATURE"
msgid "Invalid Signature"
msgstr "ዋጋ የሌለው ፊርማ"
#. etEEx
-#: sw/inc/strings.hrc:1375
+#: sw/inc/strings.hrc:1379
msgctxt "STR_SIGNED_BY"
msgid "Signed-by"
msgstr "የ ተፈረመው-በ"
#. BK7ub
-#: sw/inc/strings.hrc:1376
+#: sw/inc/strings.hrc:1380
msgctxt "STR_PARAGRAPH_SIGNATURE"
msgid "Paragraph Signature"
msgstr "የ አንቀጽ ፊርማ"
#. kZKCf
-#: sw/inc/strings.hrc:1378
+#: sw/inc/strings.hrc:1382
msgctxt "labeldialog|cards"
msgid "Business Cards"
msgstr "የ ንግድ ካርዶች"
#. ECFij
-#: sw/inc/strings.hrc:1380
+#: sw/inc/strings.hrc:1384
msgctxt "STR_MAILCONFIG_DLG_TITLE"
msgid "Email settings"
msgstr "ኢሜይል ማሰናጃ"
#. PwrB9
-#: sw/inc/strings.hrc:1382
+#: sw/inc/strings.hrc:1386
msgctxt "optredlinepage|insertedpreview"
msgid "Insert"
msgstr "ማስገቢያ"
#. NL48o
-#: sw/inc/strings.hrc:1383
+#: sw/inc/strings.hrc:1387
msgctxt "optredlinepage|deletedpreview"
msgid "Delete"
msgstr "ማጥፊያ"
#. PW4Bz
-#: sw/inc/strings.hrc:1384
+#: sw/inc/strings.hrc:1388
msgctxt "optredlinepage|changedpreview"
msgid "Attributes"
msgstr "መለያዎች"
#. yfgiq
-#: sw/inc/strings.hrc:1386
+#: sw/inc/strings.hrc:1390
msgctxt "createautomarkdialog|searchterm"
msgid "Search term"
msgstr "መፈለጊያ ደንብ"
#. fhLzk
-#: sw/inc/strings.hrc:1387
+#: sw/inc/strings.hrc:1391
msgctxt "createautomarkdialog|alternative"
msgid "Alternative entry"
msgstr "አማራጭ ማስገቢያ"
#. gD4D3
-#: sw/inc/strings.hrc:1388
+#: sw/inc/strings.hrc:1392
msgctxt "createautomarkdialog|key1"
msgid "1st key"
msgstr "1ኛ ቁልፍ"
#. BFszo
-#: sw/inc/strings.hrc:1389
+#: sw/inc/strings.hrc:1393
msgctxt "createautomarkdialog|key2"
msgid "2nd key"
msgstr "2ኛ ቁልፍ"
#. EoAB8
-#: sw/inc/strings.hrc:1390
+#: sw/inc/strings.hrc:1394
msgctxt "createautomarkdialog|comment"
msgid "Comment"
msgstr "አስተያየት"
#. Shstx
-#: sw/inc/strings.hrc:1391
+#: sw/inc/strings.hrc:1395
msgctxt "createautomarkdialog|casesensitive"
msgid "Match case"
msgstr "ጉዳዩን ማመሳሰያ"
#. 8Cjvb
-#: sw/inc/strings.hrc:1392
+#: sw/inc/strings.hrc:1396
msgctxt "createautomarkdialog|wordonly"
msgid "Word only"
msgstr "ቃላት ብቻ"
#. zD8rb
-#: sw/inc/strings.hrc:1393
+#: sw/inc/strings.hrc:1397
msgctxt "createautomarkdialog|yes"
msgid "Yes"
msgstr "አዎ"
#. 4tTop
-#: sw/inc/strings.hrc:1394
+#: sw/inc/strings.hrc:1398
msgctxt "createautomarkdialog|no"
msgid "No"
msgstr "አይ"
#. KhKwa
-#: sw/inc/strings.hrc:1396
+#: sw/inc/strings.hrc:1400
msgctxt "sidebarwrap|customlabel"
msgid "Custom"
msgstr "ማስተካከያ"
@@ -12774,11 +12800,11 @@ msgctxt "insertbreak|pagerb-atkobject"
msgid "Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page."
msgstr "በ እጅ የ አምድ መጨረሻ ማስገቢያ እና ማንቀሳቀሻ የተገኘውን ጽሁፍ ወደ መጠቆሚያው ቀኝ በኩል ወደሚቀጥለው ጽሁፍ መጀመሪያ ወደሚቀጥለው ገጽ: ያስገቡት የ ገጽ መጨረሻ የሚታየው በ ምንም በማይታተሙ ድንበር በ አዲስ ገጽ ላይ ከ ላይ በኩል ነው"
-#. CQ5Em
+#. qAj3x
#: sw/uiconfig/swriter/ui/insertbreak.ui:171
msgctxt "insertbreak|styleft"
-msgid "Style:"
-msgstr "ዘዴ:"
+msgid "Page Style:"
+msgstr ""
#. BWnND
#: sw/uiconfig/swriter/ui/insertbreak.ui:188
@@ -14598,146 +14624,128 @@ msgctxt "navigatorpanel|contenttoggle|tooltip_text"
msgid "Toggle Master View"
msgstr "ዋናውን መመልከቻ መቀያየሪያ"
-#. RZhFC
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:47
-msgctxt "navigatorpanel|navigation|tooltip_text"
-msgid "Navigation"
-msgstr "መቃኛ"
-
-#. 6Frp3
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:60
-msgctxt "navigatorpanel|back|tooltip_text"
-msgid "Back"
-msgstr "ወደ ኋላ"
-
-#. r8tsB
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:73
-msgctxt "navigatorpanel|forward|tooltip_text"
-msgid "Forward"
-msgstr "ወደ ፊት"
-
-#. mHVom
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:86
-msgctxt "navigatorpanel|dragmode|tooltip_text"
-msgid "Drag Mode"
-msgstr "መጎተቻ ዘዴ"
-
-#. SndsZ
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:109
-msgctxt "navigatorpanel|chapterup|tooltip_text"
-msgid "Promote Chapter"
-msgstr "ምእራፍ ማሳደጊያ"
-
-#. MRuAa
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:122
-msgctxt "navigatorpanel|chapterdown|tooltip_text"
-msgid "Demote Chapter"
-msgstr "ምእራፍ ማሳነሻ"
-
#. sxyvw
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:135
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:80
msgctxt "navigatorpanel|listbox|tooltip_text"
msgid "List Box On/Off"
msgstr "ዝርዝር ሳጥን ማብሪያ/ማጥፊያ"
#. DgvFE
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:148
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:93
msgctxt "navigatorpanel|root|tooltip_text"
msgid "Content Navigation View"
msgstr "ይዞታ መቃኛ መመልከቻ"
#. GbEFs
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:171
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:116
msgctxt "navigatorpanel|reminder|tooltip_text"
msgid "Set Reminder"
msgstr "አስታዋሽ ማሰናጃ"
#. Ngjxu
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:194
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:139
msgctxt "navigatorpanel|header|tooltip_text"
msgid "Header"
msgstr "ራስጌ"
#. dfTJU
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:207
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:152
msgctxt "navigatorpanel|footer|tooltip_text"
msgid "Footer"
msgstr "ግርጌ"
#. EefnL
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:220
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:165
msgctxt "navigatorpanel|anchor|tooltip_text"
msgid "Anchor<->Text"
msgstr "ጽሁፍ <-> ማስቆሚያ"
#. PjUEP
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:243
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:188
msgctxt "navigatorpanel|headings|tooltip_text"
msgid "Heading Levels Shown"
msgstr "የ ራስጌ ደረጃዎች ማሳያ"
+#. mHVom
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:211
+msgctxt "navigatorpanel|dragmode|tooltip_text"
+msgid "Drag Mode"
+msgstr "መጎተቻ ዘዴ"
+
#. ijAjg
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:266
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:234
msgctxt "navigatorpanel|promote|tooltip_text"
msgid "Promote Level"
msgstr "ደረጃ ማሳደጊያ"
#. A7vWQ
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:279
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:247
msgctxt "navigatorpanel|demote|tooltip_text"
msgid "Demote Level"
msgstr "ደረጃ ማሳነሻ"
+#. SndsZ
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:260
+msgctxt "navigatorpanel|chapterup|tooltip_text"
+msgid "Promote Chapter"
+msgstr "ምእራፍ ማሳደጊያ"
+
+#. MRuAa
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:273
+msgctxt "navigatorpanel|chapterdown|tooltip_text"
+msgid "Demote Chapter"
+msgstr "ምእራፍ ማሳነሻ"
+
#. 3rY8r
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:304
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:298
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "ሰነድ"
#. wavgT
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:307
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:301
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "ንቁ መስኮት"
#. 3yk2y
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:341
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:335
msgctxt "navigatorpanel|globaltoggle|tooltip_text"
msgid "Toggle Master View"
msgstr "ዋናውን መመልከቻ መቀያየሪያ"
#. HS3W2
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:364
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:358
msgctxt "navigatorpanel|edit|tooltip_text"
msgid "Edit"
msgstr "ማረሚያ"
#. svmCG
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:377
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:371
msgctxt "navigatorpanel|update|tooltip_text"
msgid "Update"
msgstr "ማሻሻያ"
#. tu94A
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:390
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:384
msgctxt "navigatorpanel|insert|tooltip_text"
msgid "Insert"
msgstr "ማስገቢያ"
#. MvgHM
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:413
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:407
msgctxt "navigatorpanel|save|tooltip_text"
msgid "Save Contents as well"
msgstr "እንዲሁም ይዞታዎችን ማስቀመጫ"
#. yEETn
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:436
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:430
msgctxt "navigatorpanel|moveup|tooltip_text"
msgid "Move Up"
msgstr "ወደ ላይ ማንቀሳቀሻ"
#. KN3mN
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:449
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:443
msgctxt "navigatorpanel|movedown|tooltip_text"
msgid "Move Down"
msgstr "ወደ ታች ማንቀሳቀሻ"
@@ -16589,80 +16597,88 @@ msgctxt "optformataidspage|bookmarks"
msgid "Bookmarks"
msgstr ""
+#. 3RWMe
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:214
+msgctxt "optformataidspage|bookmarks_label|tooltip_text"
+msgid ""
+"| indicates a point bookmark\n"
+"[ ] indicate the start and end of a bookmark on a text range"
+msgstr ""
+
#. XzAvH
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:234
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:236
msgctxt "optformataidspage|displayfl"
msgid "Display formatting"
msgstr "አቀራረብ ማሳያ"
#. ufN3R
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:265
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:267
msgctxt "optformataidspage|mathbaseline"
msgid "Math baseline alignment"
msgstr "የ ሂሳብ መሰረታዊ መስመር ማሰለፊያ"
#. tFDwg
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:286
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:288
msgctxt "optformataidspage|layoutopt"
msgid "Layout Assistance"
msgstr "የ እቅድ ረዳት"
#. s9cDX
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:317
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:319
msgctxt "optformataidspage|cursoronoff"
msgid "_Direct cursor"
msgstr "_በቀጥታ መጠቆሚያ"
#. 8eyNs
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:340
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:342
msgctxt "optformataidspage|fillmode"
msgid "Insert:"
msgstr ""
#. ACvNA
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:357
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:359
msgctxt "optformataidspage|filltab"
msgid "Tabs"
msgstr ""
#. CgFKr
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:358
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:360
msgctxt "optformataidspage|filltabandspace"
msgid "Tabs and spaces"
msgstr ""
#. 5FinN
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:359
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:361
msgctxt "optformataidspage|fillspace"
msgid "Spaces"
msgstr ""
#. mSGUr
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:360
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:362
msgctxt "optformataidspage|fillindent"
msgid "Left paragraph margin"
msgstr ""
#. 7REyM
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:361
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:363
msgctxt "optformataidspage|fillmargin"
msgid "Paragraph alignment"
msgstr ""
#. zGjgi
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:384
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:386
msgctxt "optformataidspage|cursorlabel"
msgid "Direct Cursor"
msgstr "በቀጥታ መጠቆሚያ"
#. A7s4f
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:415
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:417
msgctxt "optformataidspage|cursorinprot"
msgid "Enable cursor"
msgstr "መጠቆሚያ ማስቻያ"
#. nfGAn
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:436
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:438
msgctxt "optformataidspage|cursoropt"
msgid "Protected Areas"
msgstr "የሚጠበቁ ቦታዎች"
@@ -17920,7 +17936,7 @@ msgid "Macro"
msgstr "Macro"
#. EqTqQ
-#: sw/uiconfig/swriter/ui/picturepage.ui:31
+#: sw/uiconfig/swriter/ui/picturepage.ui:32
msgctxt "picturepage|browse"
msgid "Browse..."
msgstr "መቃኛ..."
@@ -17968,31 +17984,31 @@ msgid "On right pages"
msgstr "በ ቀኝ ገጾች ላይ"
#. M9Lxh
-#: sw/uiconfig/swriter/ui/picturepage.ui:220
+#: sw/uiconfig/swriter/ui/picturepage.ui:230
msgctxt "picturepage|label2"
msgid "Flip"
msgstr "መገልበጫ"
#. vEJFW
-#: sw/uiconfig/swriter/ui/picturepage.ui:260
+#: sw/uiconfig/swriter/ui/picturepage.ui:270
msgctxt "picturepage|FT_ANGLE"
msgid "_Angle:"
msgstr "_አንግል:"
-#. Q6xq6
-#: sw/uiconfig/swriter/ui/picturepage.ui:302
-msgctxt "picturepage|FT_ANGLEPRESETS"
-msgid "Default _settings:"
-msgstr "ነባር _ማሰናጃዎች:"
-
#. hBc6G
-#: sw/uiconfig/swriter/ui/picturepage.ui:317
+#: sw/uiconfig/swriter/ui/picturepage.ui:313
msgctxt "picturepage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr "ማዞሪያ አንግል"
+#. Q6xq6
+#: sw/uiconfig/swriter/ui/picturepage.ui:326
+msgctxt "picturepage|FT_ANGLEPRESETS"
+msgid "Default _settings:"
+msgstr "ነባር _ማሰናጃዎች:"
+
#. HpCfF
-#: sw/uiconfig/swriter/ui/picturepage.ui:341
+#: sw/uiconfig/swriter/ui/picturepage.ui:351
msgctxt "picturepage|label2"
msgid "Rotation Angle"
msgstr "ማዞሪያ አንግል"
@@ -18673,11 +18689,11 @@ msgctxt "renameobjectdialog|RenameObjectDialog"
msgid "Rename object: "
msgstr "እቃውን እንደገና መሰየሚያ : "
-#. HBbjR
+#. kWc8q
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:106
msgctxt "renameobjectdialog|label2"
-msgid "New name"
-msgstr "አዲስ ስም"
+msgid "New name:"
+msgstr ""
#. Yffi5
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:136
@@ -19075,32 +19091,20 @@ msgctxt "sidebartableedit|column_width_label"
msgid "Column width:"
msgstr ""
-#. GpDXc
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:245
-msgctxt "sidebartableedit|opt_row_size_label"
-msgid "Optimize a row:"
-msgstr ""
-
-#. CAoRG
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:260
-msgctxt "sidebartableedit|opt_column_size_label"
-msgid "Optimize a column:"
-msgstr ""
-
#. MDyQt
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:366
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:336
msgctxt "sidebartableedit|delete_label"
msgid "Delete:"
msgstr ""
#. 6wzLa
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:426
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:396
msgctxt "sidebartableedit|split_merge_label"
msgid "Split/Merge:"
msgstr ""
#. Em3y9
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:543
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:503
msgctxt "sidebartableedit|misc_label"
msgid "Miscellaneous:"
msgstr ""
@@ -19129,38 +19133,44 @@ msgctxt "sidebarwrap|spacingLB|tooltip_text"
msgid "Set the amount of space between the image and surrounding text"
msgstr "በ ጽሁፉ እና በ ምስል ዙሪያ እንዲኖር የሚፈልጉትን ክፍተት ማሰናጃ"
+#. akira
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:47
+msgctxt "sidebarwrap|label2"
+msgid "Wrap:"
+msgstr ""
+
#. KrFLE
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:53
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:73
msgctxt "sidebarwrap|wrapoff|tooltip_text"
msgid "Wrap Off"
msgstr ""
#. bCeup
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:65
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:86
msgctxt "sidebarwrap|wrapon|tooltip_text"
msgid "Wrap On"
msgstr ""
#. wGP6B
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:78
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:99
msgctxt "sidebarwrap|wrapideal|tooltip_text"
msgid "Wrap Ideal"
msgstr ""
#. JtHu6
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:104
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:112
msgctxt "sidebarwrap|wrapleft|tooltip_text"
msgid "Wrap Left"
msgstr ""
#. rQbTA
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:117
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:125
msgctxt "sidebarwrap|wrapright|tooltip_text"
msgid "Wrap Right"
msgstr ""
#. G23BK
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:130
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:138
msgctxt "sidebarwrap|wrapthrough|tooltip_text"
msgid "Wrap Through"
msgstr ""
@@ -19705,17 +19715,17 @@ msgctxt "tabletextflowpage|liststore1"
msgid "Vertical (top to bottom)"
msgstr "በ ቁመት (ከ ላይ ወደ ታች)"
-#. 5CGH9
+#. 7yaYB
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:300
msgctxt "tabletextflowpage|liststore1"
-msgid "Use superordinate object settings"
-msgstr "ከፍተኛ የ እቃ ማሰናጃዎች መጠቀሚያ"
+msgid "Vertical (bottom to top)"
+msgstr "በ ቁመት (ከ ታች ወደ ላይ)"
-#. 7yaYB
+#. 5CGH9
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:301
msgctxt "tabletextflowpage|liststore1"
-msgid "Vertical (bottom to top)"
-msgstr "በ ቁመት (ከ ታች ወደ ላይ)"
+msgid "Use superordinate object settings"
+msgstr "ከፍተኛ የ እቃ ማሰናጃዎች መጠቀሚያ"
#. tWodL
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:322
@@ -21224,6 +21234,59 @@ msgctxt "watermarkdialog|ColorLabel"
msgid "Color"
msgstr "ቀለም"
+#. ekn6L
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:8
+msgctxt "wordcount-mobile|WordCountDialog"
+msgid "Word Count"
+msgstr ""
+
+#. CivM9
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:81
+msgctxt "wordcount-mobile|label9"
+msgid "Selection"
+msgstr ""
+
+#. CNFqp
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:108
+msgctxt "wordcount-mobile|label10"
+msgid "Document"
+msgstr ""
+
+#. RBG3u
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:134
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:326
+msgctxt "wordcount-mobile|label1"
+msgid "Words"
+msgstr ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
#. bNHAL
#: sw/uiconfig/swriter/ui/wordcount.ui:8
msgctxt "wordcount|WordCountDialog"
diff --git a/source/am/vcl/messages.po b/source/am/vcl/messages.po
index e0a69770508..ee23bbb28ab 100644
--- a/source/am/vcl/messages.po
+++ b/source/am/vcl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-17 16:46+0100\n"
+"POT-Creation-Date: 2020-02-27 14:32+0100\n"
"PO-Revision-Date: 2019-07-20 17:29+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1966,314 +1966,320 @@ msgctxt "printdialog|moreoptions"
msgid "More Options..."
msgstr "ተጫማሪ ምርጫዎች..."
+#. JFBoP
+#: vcl/uiconfig/ui/printdialog.ui:112
+msgctxt "printdialog|print"
+msgid "_Print"
+msgstr ""
+
#. M3L4L
-#: vcl/uiconfig/ui/printdialog.ui:172
+#: vcl/uiconfig/ui/printdialog.ui:171
msgctxt "printdialog|printpreview"
msgid "Print preview"
msgstr ""
#. Aq6Gv
-#: vcl/uiconfig/ui/printdialog.ui:202
+#: vcl/uiconfig/ui/printdialog.ui:201
msgctxt "printdialog|lastpage"
msgid "Last page"
msgstr ""
#. CZQLF
-#: vcl/uiconfig/ui/printdialog.ui:217
+#: vcl/uiconfig/ui/printdialog.ui:216
msgctxt "printdialog|forward"
msgid "Next page"
msgstr "የሚቀጥለው ገጽ"
#. yyFVV
-#: vcl/uiconfig/ui/printdialog.ui:231
+#: vcl/uiconfig/ui/printdialog.ui:230
msgctxt "printdialog|totalnumpages"
msgid "/ %n"
msgstr "/ %n"
#. ebceU
-#: vcl/uiconfig/ui/printdialog.ui:259
+#: vcl/uiconfig/ui/printdialog.ui:258
msgctxt "printdialog|backward"
msgid "Previous page"
msgstr "ያለፈው ገጽ"
#. SbgFv
-#: vcl/uiconfig/ui/printdialog.ui:274
+#: vcl/uiconfig/ui/printdialog.ui:273
msgctxt "printdialog|firstpage"
msgid "First page"
msgstr ""
-#. 92rNi
-#: vcl/uiconfig/ui/printdialog.ui:300
+#. dQEY8
+#: vcl/uiconfig/ui/printdialog.ui:299
msgctxt "printdialog|previewbox"
-msgid "Preview"
-msgstr "ቅድመ እይታ"
+msgid "Pre_view"
+msgstr ""
#. qgQDX
-#: vcl/uiconfig/ui/printdialog.ui:401
+#: vcl/uiconfig/ui/printdialog.ui:400
msgctxt "printdialog|labelstatus"
msgid "Status:"
msgstr "ሁኔታው:"
#. dyo2j
-#: vcl/uiconfig/ui/printdialog.ui:416
+#: vcl/uiconfig/ui/printdialog.ui:415
msgctxt "printdialog|status"
msgid "Default Printer"
msgstr "ነባር ማተሚያ"
#. oBACQ
-#: vcl/uiconfig/ui/printdialog.ui:429
+#: vcl/uiconfig/ui/printdialog.ui:428
msgctxt "printdialog|setup"
msgid "Properties..."
msgstr "ባህሪዎች..."
#. AJGau
-#: vcl/uiconfig/ui/printdialog.ui:457
+#: vcl/uiconfig/ui/printdialog.ui:456
msgctxt "printdialog|labelprinter"
msgid "Printer"
msgstr "ማተሚያ"
#. AyxGJ
-#: vcl/uiconfig/ui/printdialog.ui:497
+#: vcl/uiconfig/ui/printdialog.ui:496
msgctxt "printdialog|rbAllPages"
msgid "_All pages"
msgstr "_ሁሉንም ገጾች"
#. pYtbq
-#: vcl/uiconfig/ui/printdialog.ui:515
+#: vcl/uiconfig/ui/printdialog.ui:514
msgctxt "printdialog|rbPageRange"
msgid "_Pages:"
msgstr "_ገጾች:"
#. 786QC
-#: vcl/uiconfig/ui/printdialog.ui:537
+#: vcl/uiconfig/ui/printdialog.ui:536
msgctxt "printdialog|pagerange"
msgid "e.g.: 1, 3-5, 7, 9"
msgstr "ለምሳሌ: 1, 3-5, 7, 9"
#. V3apS
-#: vcl/uiconfig/ui/printdialog.ui:546
+#: vcl/uiconfig/ui/printdialog.ui:545
msgctxt "printdialog|rmEvenPages"
msgid "_Even pages"
msgstr "_ሙሉ ገጾች"
#. ELsCF
-#: vcl/uiconfig/ui/printdialog.ui:565
+#: vcl/uiconfig/ui/printdialog.ui:564
msgctxt "printdialog|rbOddPages"
msgid "_Odd pages"
msgstr "_ጎዶሎ ገጾች"
#. Z5kiB
-#: vcl/uiconfig/ui/printdialog.ui:584
+#: vcl/uiconfig/ui/printdialog.ui:583
msgctxt "printdialog|rbRangeSelection"
msgid "_Selection"
msgstr "_ምርጫው"
#. wn2kB
-#: vcl/uiconfig/ui/printdialog.ui:620
+#: vcl/uiconfig/ui/printdialog.ui:619
msgctxt "printdialog|fromwhich"
msgid "_From which print:"
msgstr "ከ _የትኛው ህትመት:"
#. Cuc2u
-#: vcl/uiconfig/ui/printdialog.ui:645
+#: vcl/uiconfig/ui/printdialog.ui:644
msgctxt "printdialog|labelpapersides"
msgid "Paper _sides:"
msgstr "የ ወረቀት ጎኖች:"
#. SYxRJ
-#: vcl/uiconfig/ui/printdialog.ui:660
+#: vcl/uiconfig/ui/printdialog.ui:659
msgctxt "printdialog|liststore4"
msgid "Print on one side (simplex)"
msgstr ""
#. hCZPg
-#: vcl/uiconfig/ui/printdialog.ui:661
+#: vcl/uiconfig/ui/printdialog.ui:660
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex long edge)"
msgstr ""
#. iqr9C
-#: vcl/uiconfig/ui/printdialog.ui:662
+#: vcl/uiconfig/ui/printdialog.ui:661
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex short edge)"
msgstr ""
#. AVv6D
-#: vcl/uiconfig/ui/printdialog.ui:676
+#: vcl/uiconfig/ui/printdialog.ui:675
msgctxt "printdialog|labelcopies"
msgid "_Number of copies:"
msgstr "የ ኮፒዎች _ቁጥር:"
#. G6QEr
-#: vcl/uiconfig/ui/printdialog.ui:709
+#: vcl/uiconfig/ui/printdialog.ui:708
msgctxt "printdialog|collate"
msgid "_Collate"
msgstr "_ማወዳደሪያ"
-#. RnCCD
-#: vcl/uiconfig/ui/printdialog.ui:745
+#. BT4nY
+#: vcl/uiconfig/ui/printdialog.ui:744
msgctxt "printdialog|cbPrintOrder"
-msgid "_Order:"
-msgstr "_ደንብ:"
+msgid "Order:"
+msgstr ""
#. vwjVt
-#: vcl/uiconfig/ui/printdialog.ui:756
+#: vcl/uiconfig/ui/printdialog.ui:755
msgctxt "printdialog|reverseorder"
msgid "Print in _reverse order"
msgstr "በ _ግልባጭ ደንብ ማተሚያ"
#. R82MM
-#: vcl/uiconfig/ui/printdialog.ui:776
+#: vcl/uiconfig/ui/printdialog.ui:775
msgctxt "printdialog|rangeexpander"
msgid "_more"
msgstr ""
#. ehfCG
-#: vcl/uiconfig/ui/printdialog.ui:794
+#: vcl/uiconfig/ui/printdialog.ui:793
msgctxt "printdialog|label2"
msgid "Range and Copies"
msgstr "መጠን እና ኮፒዎች"
#. CBLet
-#: vcl/uiconfig/ui/printdialog.ui:835
+#: vcl/uiconfig/ui/printdialog.ui:834
msgctxt "printdialog|labelorientation"
msgid "Orientation:"
msgstr "አቅጣጫ:"
#. U4byk
-#: vcl/uiconfig/ui/printdialog.ui:849
+#: vcl/uiconfig/ui/printdialog.ui:848
msgctxt "printdialog|labelsize"
msgid "Paper size:"
msgstr "የ ወረቀት መጠን:"
#. X9iBj
-#: vcl/uiconfig/ui/printdialog.ui:865
+#: vcl/uiconfig/ui/printdialog.ui:864
msgctxt "printdialog|liststore3"
msgid "Automatic"
msgstr "ራሱ በራሱ"
#. vaWZE
-#: vcl/uiconfig/ui/printdialog.ui:866
+#: vcl/uiconfig/ui/printdialog.ui:865
msgctxt "printdialog|liststore3"
msgid "Portrait"
msgstr "ምስል"
#. Qnpje
-#: vcl/uiconfig/ui/printdialog.ui:867
+#: vcl/uiconfig/ui/printdialog.ui:866
msgctxt "printdialog|liststore3"
msgid "Landscape"
msgstr "በ መሬት አቀማመጥ"
#. EZdsx
-#: vcl/uiconfig/ui/printdialog.ui:910
+#: vcl/uiconfig/ui/printdialog.ui:909
msgctxt "printdialog|pagespersheetbtn"
msgid "Pages per sheet:"
msgstr "ገጾች በ ወረቀት:"
#. DKP5g
-#: vcl/uiconfig/ui/printdialog.ui:958
+#: vcl/uiconfig/ui/printdialog.ui:957
msgctxt "printdialog|liststore1"
msgid "Custom"
msgstr "ማስተካከያ"
#. 65WWt
-#: vcl/uiconfig/ui/printdialog.ui:974
+#: vcl/uiconfig/ui/printdialog.ui:973
msgctxt "printdialog|pagespersheettxt"
msgid "Pages:"
msgstr "ገጾች:"
#. DM5aX
-#: vcl/uiconfig/ui/printdialog.ui:999
+#: vcl/uiconfig/ui/printdialog.ui:998
msgctxt "printdialog|by"
msgid "by"
msgstr "በ"
#. szcD7
-#: vcl/uiconfig/ui/printdialog.ui:1025
+#: vcl/uiconfig/ui/printdialog.ui:1024
msgctxt "printdialog|pagemargintxt1"
msgid "Margin:"
msgstr "መስመር:"
#. iGg2m
-#: vcl/uiconfig/ui/printdialog.ui:1050
+#: vcl/uiconfig/ui/printdialog.ui:1049
msgctxt "printdialog|pagemargintxt2"
msgid "between pages"
msgstr "በገጾች መካከል"
#. oryuw
-#: vcl/uiconfig/ui/printdialog.ui:1062
+#: vcl/uiconfig/ui/printdialog.ui:1061
msgctxt "printdialog|sheetmargintxt1"
msgid "Distance:"
msgstr "እርቀት:"
#. XhfvB
-#: vcl/uiconfig/ui/printdialog.ui:1087
+#: vcl/uiconfig/ui/printdialog.ui:1086
msgctxt "printdialog|sheetmargintxt2"
msgid "to sheet border"
msgstr "የ ወረቀቱ ድንበር"
#. AGWe3
-#: vcl/uiconfig/ui/printdialog.ui:1100
+#: vcl/uiconfig/ui/printdialog.ui:1099
msgctxt "printdialog|labelorder"
msgid "Order:"
msgstr "ደንብ:"
#. psAku
-#: vcl/uiconfig/ui/printdialog.ui:1115
+#: vcl/uiconfig/ui/printdialog.ui:1114
msgctxt "printdialog|liststore2"
msgid "Left to right, then down"
msgstr "ከ ግራ ወደ ቀኝ: ከዚያ ወደ ታች"
#. fnfLt
-#: vcl/uiconfig/ui/printdialog.ui:1116
+#: vcl/uiconfig/ui/printdialog.ui:1115
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then right"
msgstr "ከ ላይ ወደ ታች ከዚያ ወደ ቀኝ"
#. y6nZE
-#: vcl/uiconfig/ui/printdialog.ui:1117
+#: vcl/uiconfig/ui/printdialog.ui:1116
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then left"
msgstr "ከ ላይ ወደ ታች: ክዚያ ወደ ግራ"
#. PteTg
-#: vcl/uiconfig/ui/printdialog.ui:1118
+#: vcl/uiconfig/ui/printdialog.ui:1117
msgctxt "printdialog|liststore2"
msgid "Right to left, then down"
msgstr "ከ ቀኝ ወደ ግራ: ከዚያ ወደ ታች"
#. QG59F
-#: vcl/uiconfig/ui/printdialog.ui:1129
+#: vcl/uiconfig/ui/printdialog.ui:1128
msgctxt "printdialog|bordercb"
msgid "Draw a border around each page"
msgstr "በ አያንዳንዱ ገጽ ዙሪያ ድንበር መሳያ"
#. Yo4xV
-#: vcl/uiconfig/ui/printdialog.ui:1145
+#: vcl/uiconfig/ui/printdialog.ui:1144
msgctxt "printdialog|brochure"
msgid "Brochure"
msgstr "መግለጫ ጽሁፍ"
#. JMA7A
-#: vcl/uiconfig/ui/printdialog.ui:1173
+#: vcl/uiconfig/ui/printdialog.ui:1172
msgctxt "printdialog|collationpreview"
msgid "Collation preview"
msgstr ""
#. bF4up
-#: vcl/uiconfig/ui/printdialog.ui:1206
+#: vcl/uiconfig/ui/printdialog.ui:1205
msgctxt "printdialog|layoutexpander"
msgid "m_ore"
msgstr ""
#. rCBA5
-#: vcl/uiconfig/ui/printdialog.ui:1224
+#: vcl/uiconfig/ui/printdialog.ui:1223
msgctxt "printdialog|label3"
msgid "Page Layout"
msgstr "የ ገጽ እቅድ"
#. A2iC5
-#: vcl/uiconfig/ui/printdialog.ui:1243
+#: vcl/uiconfig/ui/printdialog.ui:1242
msgctxt "printdialog|generallabel"
msgid "General"
msgstr "ባጠቃላይ"
diff --git a/source/an/basctl/messages.po b/source/an/basctl/messages.po
index e487637c32d..03446cf10ea 100644
--- a/source/an/basctl/messages.po
+++ b/source/an/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-01-15 15:08+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -244,69 +244,51 @@ msgctxt "RID_STR_WATCHNAME"
msgid "Watch"
msgstr ""
-#. VoaBX
-#: basctl/inc/strings.hrc:64
-msgctxt "RID_STR_WATCHVARIABLE"
-msgid "Variable"
-msgstr ""
-
-#. qADE3
-#: basctl/inc/strings.hrc:65
-msgctxt "RID_STR_WATCHVALUE"
-msgid "Value"
-msgstr "Valura"
-
-#. rzQCr
-#: basctl/inc/strings.hrc:66
-msgctxt "RID_STR_WATCHTYPE"
-msgid "Type"
-msgstr "Tipo"
-
#. 84TYn
-#: basctl/inc/strings.hrc:67
+#: basctl/inc/strings.hrc:64
msgctxt "RID_STR_STACKNAME"
msgid "Call Stack"
msgstr ""
#. DBfyu
-#: basctl/inc/strings.hrc:68
+#: basctl/inc/strings.hrc:65
msgctxt "RID_STR_STDDIALOGNAME"
msgid "Dialog"
msgstr ""
#. hUHfi
-#: basctl/inc/strings.hrc:69
+#: basctl/inc/strings.hrc:66
msgctxt "RID_STR_NEWLIB"
msgid "New Library"
msgstr ""
#. kisd2
-#: basctl/inc/strings.hrc:70
+#: basctl/inc/strings.hrc:67
msgctxt "RID_STR_NEWMOD"
msgid "New Module"
msgstr ""
#. YeULe
-#: basctl/inc/strings.hrc:71
+#: basctl/inc/strings.hrc:68
msgctxt "RID_STR_NEWDLG"
msgid "New Dialog"
msgstr ""
#. jYa97
-#: basctl/inc/strings.hrc:72
+#: basctl/inc/strings.hrc:69
#, fuzzy
msgctxt "RID_STR_ALL"
msgid "All"
msgstr "Totz"
#. yF2LY
-#: basctl/inc/strings.hrc:73
+#: basctl/inc/strings.hrc:70
msgctxt "RID_STR_PAGE"
msgid "Page"
msgstr "Pachina"
#. DHuFN
-#: basctl/inc/strings.hrc:74
+#: basctl/inc/strings.hrc:71
msgctxt "RID_STR_WILLSTOPPRG"
msgid ""
"You will have to restart the program after this edit.\n"
@@ -314,128 +296,128 @@ msgid ""
msgstr ""
#. 4qWED
-#: basctl/inc/strings.hrc:75
+#: basctl/inc/strings.hrc:72
msgctxt "RID_STR_SEARCHALLMODULES"
msgid "Do you want to replace the text in all active modules?"
msgstr ""
#. FFBmA
-#: basctl/inc/strings.hrc:76
+#: basctl/inc/strings.hrc:73
msgctxt "RID_STR_REMOVEWATCH"
msgid "Watch:"
msgstr ""
#. ndtng
-#: basctl/inc/strings.hrc:77
+#: basctl/inc/strings.hrc:74
msgctxt "RID_STR_STACK"
msgid "Calls: "
msgstr ""
#. wwfg3
-#: basctl/inc/strings.hrc:78
+#: basctl/inc/strings.hrc:75
msgctxt "RID_STR_USERMACROS"
msgid "My Macros"
msgstr ""
#. XenwN
-#: basctl/inc/strings.hrc:79
+#: basctl/inc/strings.hrc:76
msgctxt "RID_STR_USERDIALOGS"
msgid "My Dialogs"
msgstr ""
#. Mwj7u
-#: basctl/inc/strings.hrc:80
+#: basctl/inc/strings.hrc:77
msgctxt "RID_STR_USERMACROSDIALOGS"
msgid "My Macros & Dialogs"
msgstr ""
#. EAJgs
-#: basctl/inc/strings.hrc:81
+#: basctl/inc/strings.hrc:78
msgctxt "RID_STR_SHAREMACROS"
msgid "%PRODUCTNAME Macros"
msgstr ""
#. tPefb
-#: basctl/inc/strings.hrc:82
+#: basctl/inc/strings.hrc:79
msgctxt "RID_STR_SHAREDIALOGS"
msgid "%PRODUCTNAME Dialogs"
msgstr ""
#. BNWgY
-#: basctl/inc/strings.hrc:83
+#: basctl/inc/strings.hrc:80
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr ""
#. BAMA5
-#: basctl/inc/strings.hrc:84
+#: basctl/inc/strings.hrc:81
msgctxt "RID_STR_REMOVEWATCHTIP"
msgid "Remove Watch"
msgstr ""
#. oUqF6
-#: basctl/inc/strings.hrc:85
+#: basctl/inc/strings.hrc:82
msgctxt "RID_STR_QUERYREPLACEMACRO"
msgid "Do you want to overwrite the XX macro?"
msgstr ""
#. Tho9k
-#: basctl/inc/strings.hrc:86
+#: basctl/inc/strings.hrc:83
msgctxt "RID_STR_TRANSLATION_NOTLOCALIZED"
msgid "<Not localized>"
msgstr ""
#. xQyRD
-#: basctl/inc/strings.hrc:87
+#: basctl/inc/strings.hrc:84
msgctxt "RID_STR_TRANSLATION_DEFAULT"
msgid "[Default Language]"
msgstr ""
#. PqDTe
-#: basctl/inc/strings.hrc:88
+#: basctl/inc/strings.hrc:85
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
msgstr ""
#. N3DE8
-#: basctl/inc/strings.hrc:89
+#: basctl/inc/strings.hrc:86
msgctxt "RID_STR_USERFORMS"
msgid "Forms"
msgstr ""
#. 4dGqP
-#: basctl/inc/strings.hrc:90
+#: basctl/inc/strings.hrc:87
msgctxt "RID_STR_NORMAL_MODULES"
msgid "Modules"
msgstr ""
#. u87jq
-#: basctl/inc/strings.hrc:91
+#: basctl/inc/strings.hrc:88
msgctxt "RID_STR_CLASS_MODULES"
msgid "Class Modules"
msgstr ""
#. 8gC8E
-#: basctl/inc/strings.hrc:92
+#: basctl/inc/strings.hrc:89
#, fuzzy
msgctxt "RID_STR_DLGIMP_CLASH_RENAME"
msgid "Rename"
msgstr "Cambiar o ~nombre"
#. FCqSS
-#: basctl/inc/strings.hrc:93
+#: basctl/inc/strings.hrc:90
msgctxt "RID_STR_DLGIMP_CLASH_REPLACE"
msgid "Replace"
msgstr ""
#. 5EucM
-#: basctl/inc/strings.hrc:94
+#: basctl/inc/strings.hrc:91
msgctxt "RID_STR_DLGIMP_CLASH_TITLE"
msgid "Dialog Import - Name already used"
msgstr ""
#. yG2bx
-#: basctl/inc/strings.hrc:95
+#: basctl/inc/strings.hrc:92
msgctxt "RID_STR_DLGIMP_CLASH_TEXT"
msgid ""
"The library already contains a dialog with the name:\n"
@@ -447,25 +429,25 @@ msgid ""
msgstr ""
#. FRQSJ
-#: basctl/inc/strings.hrc:96
+#: basctl/inc/strings.hrc:93
msgctxt "RID_STR_DLGIMP_MISMATCH_ADD"
msgid "Add"
msgstr "Adhibir"
#. inETw
-#: basctl/inc/strings.hrc:97
+#: basctl/inc/strings.hrc:94
msgctxt "RID_STR_DLGIMP_MISMATCH_OMIT"
msgid "Omit"
msgstr ""
#. 227xE
-#: basctl/inc/strings.hrc:98
+#: basctl/inc/strings.hrc:95
msgctxt "RID_STR_DLGIMP_MISMATCH_TITLE"
msgid "Dialog Import - Language Mismatch"
msgstr ""
#. zcJw8
-#: basctl/inc/strings.hrc:99
+#: basctl/inc/strings.hrc:96
msgctxt "RID_STR_DLGIMP_MISMATCH_TEXT"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
@@ -477,111 +459,111 @@ msgid ""
msgstr ""
#. FcvDu
-#: basctl/inc/strings.hrc:100
+#: basctl/inc/strings.hrc:97
msgctxt "RID_STR_PRINTDLG_PAGES"
msgid "Pages:"
msgstr ""
#. 4AR5D
-#: basctl/inc/strings.hrc:101
+#: basctl/inc/strings.hrc:98
msgctxt "RID_STR_PRINTDLG_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. xfLXi
-#: basctl/inc/strings.hrc:102
+#: basctl/inc/strings.hrc:99
msgctxt "RID_STR_PRINTDLG_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Q9KBj
-#: basctl/inc/strings.hrc:103
+#: basctl/inc/strings.hrc:100
msgctxt "RID_STR_PRINTDLG_PRINTEVENPAGES"
msgid "~Even pages"
msgstr ""
#. 93Gmy
-#: basctl/inc/strings.hrc:104
+#: basctl/inc/strings.hrc:101
msgctxt "RID_STR_PRINTDLG_PRINTODDPAGES"
msgid "~Odd pages"
msgstr ""
#. dALHq
-#: basctl/inc/strings.hrc:105
+#: basctl/inc/strings.hrc:102
msgctxt "RID_STR_CHOOSE"
msgid "Choose"
msgstr ""
#. edPrX
-#: basctl/inc/strings.hrc:106
+#: basctl/inc/strings.hrc:103
msgctxt "RID_STR_RUN"
msgid "Run"
msgstr ""
#. DJbpA
-#: basctl/inc/strings.hrc:107
+#: basctl/inc/strings.hrc:104
msgctxt "RID_STR_RECORD"
msgid "~Save"
msgstr ""
#. 7Gzqz
-#: basctl/inc/strings.hrc:108
+#: basctl/inc/strings.hrc:105
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr ""
#. 2AA4t
-#: basctl/inc/strings.hrc:109
+#: basctl/inc/strings.hrc:106
msgctxt "RID_STR_TLB_MACROS"
msgid "Objects Tree"
msgstr ""
#. NtqMk
#. Property Browser Headline ----------------------------------------------------------------
-#: basctl/inc/strings.hrc:111
+#: basctl/inc/strings.hrc:108
#, fuzzy
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "Propiedatz..."
#. FnkAZ
-#: basctl/inc/strings.hrc:112
+#: basctl/inc/strings.hrc:109
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr ""
#. aeAPC
-#: basctl/inc/strings.hrc:113
+#: basctl/inc/strings.hrc:110
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr ""
#. GNZHF
-#: basctl/inc/strings.hrc:114
+#: basctl/inc/strings.hrc:111
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr ""
#. uf3Kt
-#: basctl/inc/strings.hrc:115
+#: basctl/inc/strings.hrc:112
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr ""
#. jnJoF
-#: basctl/inc/strings.hrc:116
+#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr ""
#. SnKF3
-#: basctl/inc/strings.hrc:117
+#: basctl/inc/strings.hrc:114
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr ""
#. G6SqW
-#: basctl/inc/strings.hrc:118
+#: basctl/inc/strings.hrc:115
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr ""
@@ -605,61 +587,61 @@ msgid "Existing Macros In:"
msgstr ""
#. Mfysc
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:250
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:248
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr ""
#. Qth4v
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:266
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:264
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr ""
#. BpDb6
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:313
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:311
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr ""
#. izDZr
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:336
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:334
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr ""
#. dxu7W
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:350
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:348
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr ""
#. 9Uhec
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:364
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:362
msgctxt "basicmacrodialog|delete"
msgid "_Delete"
msgstr ""
#. XkqFC
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:378
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:376
msgctxt "basicmacrodialog|new"
msgid "_New"
msgstr ""
#. Gh52t
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:392
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:390
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr ""
#. wAJj2
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:406
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:404
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr ""
#. 2xdsE
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:420
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:418
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr ""
@@ -773,6 +755,24 @@ msgctxt "dialogpage|export"
msgid "_Export..."
msgstr ""
+#. EGyCn
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:110
+msgctxt "dockingwatch|RID_STR_WATCHVARIABLE"
+msgid "Variable"
+msgstr ""
+
+#. QUHSf
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:122
+msgctxt "dockingwatch|RID_STR_WATCHVALUE"
+msgid "Value"
+msgstr ""
+
+#. ik3CG
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:136
+msgctxt "dockingwatch|RID_STR_WATCHTYPE"
+msgid "Type"
+msgstr ""
+
#. worE9
#: basctl/uiconfig/basicide/ui/exportdialog.ui:8
msgctxt "exportdialog|ExportDialog"
diff --git a/source/an/chart2/messages.po b/source/an/chart2/messages.po
index fb0c13adf65..06d0d1205a6 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-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-17 12:21+0100\n"
"PO-Revision-Date: 2020-01-07 12:23+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"
@@ -2207,55 +2207,55 @@ msgid "Data series '%1'"
msgstr ""
#. mZfrk
-#: chart2/uiconfig/ui/sidebartype.ui:84
+#: chart2/uiconfig/ui/sidebartype.ui:81
msgctxt "sidebartype|3dlook"
msgid "_3D Look"
msgstr ""
#. mjrkY
-#: chart2/uiconfig/ui/sidebartype.ui:103
+#: chart2/uiconfig/ui/sidebartype.ui:101
msgctxt "sidebartype|3dscheme"
msgid "Simple"
msgstr ""
#. urfc7
-#: chart2/uiconfig/ui/sidebartype.ui:104
+#: chart2/uiconfig/ui/sidebartype.ui:102
msgctxt "sidebartype|3dscheme"
msgid "Realistic"
msgstr ""
#. gYXXE
-#: chart2/uiconfig/ui/sidebartype.ui:125
+#: chart2/uiconfig/ui/sidebartype.ui:123
msgctxt "sidebartype|shapeft"
msgid "Sh_ape"
msgstr ""
#. B6KS5
-#: chart2/uiconfig/ui/sidebartype.ui:186
+#: chart2/uiconfig/ui/sidebartype.ui:184
msgctxt "sidebartype|stack"
msgid "_Stack series"
msgstr ""
#. Yau6n
-#: chart2/uiconfig/ui/sidebartype.ui:210
+#: chart2/uiconfig/ui/sidebartype.ui:208
msgctxt "sidebartype|ontop"
msgid "On top"
msgstr ""
#. f2J43
-#: chart2/uiconfig/ui/sidebartype.ui:225
+#: chart2/uiconfig/ui/sidebartype.ui:223
msgctxt "sidebartype|percent"
msgid "Percent"
msgstr ""
#. iDSaa
-#: chart2/uiconfig/ui/sidebartype.ui:240
+#: chart2/uiconfig/ui/sidebartype.ui:238
msgctxt "sidebartype|deep"
msgid "Deep"
msgstr ""
#. KaS7Z
-#: chart2/uiconfig/ui/sidebartype.ui:269
+#: chart2/uiconfig/ui/sidebartype.ui:268
msgctxt "sidebartype|linetypeft"
msgid "_Line type"
msgstr ""
@@ -2291,17 +2291,11 @@ msgid "_Sort by X values"
msgstr ""
#. thu3G
-#: chart2/uiconfig/ui/sidebartype.ui:334
+#: chart2/uiconfig/ui/sidebartype.ui:335
msgctxt "sidebartype|nolinesft"
msgid "_Number of lines"
msgstr ""
-#. pkRru
-#: chart2/uiconfig/ui/sidebartype.ui:379
-msgctxt "sidebartype|lbl_chartType"
-msgid "Chart Type:"
-msgstr ""
-
#. Ledzw
#: chart2/uiconfig/ui/smoothlinesdlg.ui:22
msgctxt "smoothlinesdlg|SmoothLinesDialog"
diff --git a/source/an/cui/messages.po b/source/an/cui/messages.po
index 4619270d8d4..3ef953c9917 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-02-10 17:53+0100\n"
-"PO-Revision-Date: 2020-02-10 17:37+0000\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"PO-Revision-Date: 2020-02-19 23:15+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"
@@ -3448,10 +3448,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
-#. voTvB
+#. EabEN
#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "New versions of %PRODUCTNAME do not only bring new features and bug fixes. They also include security patches. Stay safe, and keep yourself updated!"
+msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
@@ -4089,25 +4089,25 @@ msgid "_Search"
msgstr ""
#. BMohC
-#: cui/uiconfig/ui/aboutconfigdialog.ui:195
+#: cui/uiconfig/ui/aboutconfigdialog.ui:196
msgctxt "aboutconfigdialog|preference"
msgid "Preference Name"
msgstr ""
#. PiV9t
-#: cui/uiconfig/ui/aboutconfigdialog.ui:214
+#: cui/uiconfig/ui/aboutconfigdialog.ui:216
msgctxt "aboutconfigdialog|property"
msgid "Property"
msgstr ""
#. g6RFE
-#: cui/uiconfig/ui/aboutconfigdialog.ui:227
+#: cui/uiconfig/ui/aboutconfigdialog.ui:230
msgctxt "aboutconfigdialog|type"
msgid "Type"
msgstr "Tipo"
#. BYBgx
-#: cui/uiconfig/ui/aboutconfigdialog.ui:240
+#: cui/uiconfig/ui/aboutconfigdialog.ui:244
msgctxt "aboutconfigdialog|value"
msgid "Value"
msgstr "Valura"
@@ -4120,10 +4120,9 @@ msgstr "Nombre"
#. SPnss
#: cui/uiconfig/ui/aboutconfigvaluedialog.ui:90
-#, fuzzy
msgctxt "aboutconfigvaluedialog|label1"
msgid "Value:"
-msgstr "Valura"
+msgstr "Valura:"
#. fFDEn
#: cui/uiconfig/ui/aboutdialog.ui:8
@@ -6596,91 +6595,91 @@ msgid "Connection Pool"
msgstr ""
#. XfFi7
-#: cui/uiconfig/ui/croppage.ui:82
+#: cui/uiconfig/ui/croppage.ui:85
msgctxt "croppage|keepscale"
msgid "Keep _scale"
msgstr ""
#. fCWwt
-#: cui/uiconfig/ui/croppage.ui:100
+#: cui/uiconfig/ui/croppage.ui:102
msgctxt "croppage|keepsize"
msgid "Keep image si_ze"
msgstr ""
#. JcdEh
-#: cui/uiconfig/ui/croppage.ui:125
+#: cui/uiconfig/ui/croppage.ui:126
msgctxt "croppage|label2"
msgid "_Left:"
msgstr ""
#. J8z8h
-#: cui/uiconfig/ui/croppage.ui:152
+#: cui/uiconfig/ui/croppage.ui:153
msgctxt "croppage|label3"
msgid "_Right:"
msgstr ""
#. GxnM4
-#: cui/uiconfig/ui/croppage.ui:191
+#: cui/uiconfig/ui/croppage.ui:192
msgctxt "croppage|label4"
msgid "_Top:"
msgstr ""
#. VAUDo
-#: cui/uiconfig/ui/croppage.ui:205
+#: cui/uiconfig/ui/croppage.ui:206
#, fuzzy
msgctxt "croppage|label5"
msgid "_Bottom:"
msgstr "Cobaixo"
+#. BSBCG
+#: cui/uiconfig/ui/croppage.ui:302
+#, fuzzy
+msgctxt "croppage|origsize"
+msgid "_Original Size"
+msgstr "Mida ~orichinal"
+
#. 8CoGW
-#: cui/uiconfig/ui/croppage.ui:255
+#: cui/uiconfig/ui/croppage.ui:332
msgctxt "croppage|label1"
msgid "Crop"
msgstr ""
#. VG8gn
-#: cui/uiconfig/ui/croppage.ui:289
+#: cui/uiconfig/ui/croppage.ui:367
msgctxt "croppage|label6"
msgid "_Width:"
msgstr ""
#. bcKhi
-#: cui/uiconfig/ui/croppage.ui:315
+#: cui/uiconfig/ui/croppage.ui:393
msgctxt "croppage|label7"
msgid "_Height:"
msgstr ""
#. JVnvr
-#: cui/uiconfig/ui/croppage.ui:345
+#: cui/uiconfig/ui/croppage.ui:423
msgctxt "croppage|label10"
msgid "Scale"
msgstr "Escalar"
#. Brcxv
-#: cui/uiconfig/ui/croppage.ui:379
+#: cui/uiconfig/ui/croppage.ui:457
msgctxt "croppage|label8"
msgid "_Width:"
msgstr ""
#. tacwF
-#: cui/uiconfig/ui/croppage.ui:406
+#: cui/uiconfig/ui/croppage.ui:484
msgctxt "croppage|label9"
msgid "_Height:"
msgstr ""
#. aBkuE
-#: cui/uiconfig/ui/croppage.ui:437
+#: cui/uiconfig/ui/croppage.ui:515
msgctxt "croppage|label11"
msgid "Image Size"
msgstr ""
-#. BSBCG
-#: cui/uiconfig/ui/croppage.ui:506
-#, fuzzy
-msgctxt "croppage|origsize"
-msgid "_Original Size"
-msgstr "Mida ~orichinal"
-
#. AFMP6
#: cui/uiconfig/ui/cuiimapdlg.ui:8
#, fuzzy
@@ -7432,7 +7431,7 @@ msgid "_Transparency:"
msgstr ""
#. vELSr
-#: cui/uiconfig/ui/effectspage.ui:623
+#: cui/uiconfig/ui/effectspage.ui:624
msgctxt "effectspage|fontcolorft3"
msgid "Font Color"
msgstr ""
@@ -8326,25 +8325,25 @@ msgid "Line _color:"
msgstr ""
#. 3hgCJ
-#: cui/uiconfig/ui/hatchpage.ui:308
+#: cui/uiconfig/ui/hatchpage.ui:307
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr ""
#. uvmDA
-#: cui/uiconfig/ui/hatchpage.ui:356
+#: cui/uiconfig/ui/hatchpage.ui:354
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "Opcions"
#. D8ovo
-#: cui/uiconfig/ui/hatchpage.ui:406
+#: cui/uiconfig/ui/hatchpage.ui:404
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "Eixemplo"
#. GbfFA
-#: cui/uiconfig/ui/hatchpage.ui:428
+#: cui/uiconfig/ui/hatchpage.ui:426
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr ""
diff --git a/source/an/dbaccess/messages.po b/source/an/dbaccess/messages.po
index 1de2a0b80bc..b1a8b6bdc5c 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: 2019-12-06 13:08+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-04-24 10:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3822,27 +3822,27 @@ msgid "Named p_ipe:"
msgstr ""
#. CzRyx
-#: dbaccess/uiconfig/ui/namematchingpage.ui:73
+#: dbaccess/uiconfig/ui/namematchingpage.ui:67
#, fuzzy
msgctxt "namematchingpage|all"
msgid "_All"
msgstr "Totz"
#. db6rw
-#: dbaccess/uiconfig/ui/namematchingpage.ui:87
+#: dbaccess/uiconfig/ui/namematchingpage.ui:81
#, fuzzy
msgctxt "namematchingpage|none"
msgid "Non_e"
msgstr "~Garra"
#. yScg2
-#: dbaccess/uiconfig/ui/namematchingpage.ui:119
+#: dbaccess/uiconfig/ui/namematchingpage.ui:113
msgctxt "namematchingpage|leftlabel"
msgid "Source table: "
msgstr ""
#. SCMEA
-#: dbaccess/uiconfig/ui/namematchingpage.ui:206
+#: dbaccess/uiconfig/ui/namematchingpage.ui:200
msgctxt "namematchingpage|rightlabel"
msgid "Destination table: "
msgstr ""
diff --git a/source/an/desktop/messages.po b/source/an/desktop/messages.po
index 84caa7efb6b..14b287896b4 100644
--- a/source/an/desktop/messages.po
+++ b/source/an/desktop/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-01-17 16:45+0100\n"
-"PO-Revision-Date: 2020-01-24 17:01+0000\n"
+"PO-Revision-Date: 2020-02-18 14:15+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"
"Language: an\n"
@@ -13,14 +13,14 @@ 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 3.10.3\n"
"X-POOTLE-MTIME: 1535974853.000000\n"
#. v2iwK
#: desktop/inc/strings.hrc:25
msgctxt "RID_STR_COPYING_PACKAGE"
msgid "Copying: "
-msgstr ""
+msgstr "Se ye copiando: "
#. 2dzDt
#: desktop/inc/strings.hrc:26
diff --git a/source/an/dictionaries/an_ES.po b/source/an/dictionaries/an_ES.po
index 8cb8de692d8..f5c0a9d2179 100644
--- a/source/an/dictionaries/an_ES.po
+++ b/source/an/dictionaries/an_ES.po
@@ -3,21 +3,24 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"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"
+"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariesan_es/an/>\n"
"Language: an\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: LibreOffice\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1369347430.000000\n"
+#. ZDeD7
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Aragonese spelling dictionary"
-msgstr ""
+msgstr "Diccionariu ortográficu d'aragonés"
diff --git a/source/an/framework/messages.po b/source/an/framework/messages.po
index 6bd08587002..7bf55c7e31c 100644
--- a/source/an/framework/messages.po
+++ b/source/an/framework/messages.po
@@ -3,103 +3,130 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-27 13:56+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"PO-Revision-Date: 2017-12-14 11:26+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: an\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1513250763.000000\n"
+#. 5dTDC
#: framework/inc/strings.hrc:25
#, fuzzy
msgctxt "STR_MENU_HEADFOOTALL"
msgid "All"
msgstr "Totz"
+#. oyXqc
#: framework/inc/strings.hrc:26
msgctxt "STR_UPDATEDOC"
msgid "~Update"
msgstr ""
+#. GD4Gd
#: framework/inc/strings.hrc:27
msgctxt "STR_CLOSEDOC_ANDRETURN"
msgid "~Close & Return to "
msgstr ""
+#. 2AsV6
#: framework/inc/strings.hrc:28
msgctxt "STR_TOOLBAR_VISIBLE_BUTTONS"
msgid "Visible ~Buttons"
msgstr ""
+#. 342Pc
#: framework/inc/strings.hrc:29
msgctxt "STR_TOOLBAR_CUSTOMIZE_TOOLBAR"
msgid "~Customize Toolbar..."
msgstr ""
+#. DhTM2
#: framework/inc/strings.hrc:30
+msgctxt "STR_TOOLBAR_UNDOCK_TOOLBAR"
+msgid "U~ndock Toolbar"
+msgstr ""
+
+#. 7GcGg
+#: framework/inc/strings.hrc:31
msgctxt "STR_TOOLBAR_DOCK_TOOLBAR"
msgid "~Dock Toolbar"
msgstr ""
-#: framework/inc/strings.hrc:31
+#. hFZqj
+#: framework/inc/strings.hrc:32
msgctxt "STR_TOOLBAR_DOCK_ALL_TOOLBARS"
msgid "Dock ~All Toolbars"
msgstr ""
-#: framework/inc/strings.hrc:32
+#. xUzeo
+#: framework/inc/strings.hrc:33
msgctxt "STR_TOOLBAR_LOCK_TOOLBAR"
msgid "~Lock Toolbar Position"
msgstr ""
-#: framework/inc/strings.hrc:33
+#. a9XNN
+#: framework/inc/strings.hrc:34
msgctxt "STR_TOOLBAR_CLOSE_TOOLBAR"
msgid "Close ~Toolbar"
msgstr ""
-#: framework/inc/strings.hrc:34
+#. JGEgE
+#: framework/inc/strings.hrc:35
msgctxt "STR_SAVECOPYDOC"
msgid "Save Copy ~as..."
msgstr ""
-#: framework/inc/strings.hrc:35
+#. JJrop
+#: framework/inc/strings.hrc:36
msgctxt "STR_NODOCUMENT"
msgid "No Documents"
msgstr ""
-#: framework/inc/strings.hrc:36
+#. Sc7No
+#: framework/inc/strings.hrc:37
msgctxt "STR_CLEAR_RECENT_FILES"
msgid "Clear List"
msgstr ""
-#: framework/inc/strings.hrc:37
+#. y5BFt
+#: framework/inc/strings.hrc:38
msgctxt "STR_CLEAR_RECENT_FILES_HELP"
msgid "Clears the list with the most recently opened files. This action can not be undone."
msgstr ""
-#: framework/inc/strings.hrc:38
+#. JDATD
+#: framework/inc/strings.hrc:39
msgctxt "STR_REMOTE_TITLE"
msgid " (Remote)"
msgstr ""
-#: framework/inc/strings.hrc:39
+#. JFH6k
+#: framework/inc/strings.hrc:40
msgctxt "STR_SAFEMODE_TITLE"
msgid " (Safe Mode)"
msgstr ""
-#: framework/inc/strings.hrc:40
+#. D4pBb
+#: framework/inc/strings.hrc:41
msgctxt "STR_TOOLBAR_TITLE_ADDON"
msgid "Add-On %num%"
msgstr ""
-#: framework/inc/strings.hrc:41
+#. 5HFDW
+#: framework/inc/strings.hrc:42
msgctxt "STR_FULL_DISC_RETRY_BUTTON"
msgid "Retry"
msgstr ""
-#: framework/inc/strings.hrc:42
+#. Cu3Ch
+#: framework/inc/strings.hrc:43
msgctxt "STR_FULL_DISC_MSG"
msgid ""
"%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n"
@@ -111,64 +138,75 @@ msgid ""
"\n"
msgstr ""
-#: framework/inc/strings.hrc:43
+#. oPFZY
+#: framework/inc/strings.hrc:44
msgctxt "STR_RESTORE_TOOLBARS"
msgid "~Reset"
msgstr ""
-#: framework/inc/strings.hrc:44
+#. ntyDa
+#: framework/inc/strings.hrc:45
msgctxt "STR_CORRUPT_UICFG_SHARE"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to reinstall the application."
msgstr ""
-#: framework/inc/strings.hrc:45
+#. grsAx
+#: framework/inc/strings.hrc:46
msgctxt "STR_CORRUPT_UICFG_USER"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to remove your user profile for the application."
msgstr ""
-#: framework/inc/strings.hrc:46
+#. qMSRF
+#: framework/inc/strings.hrc:47
msgctxt "STR_CORRUPT_UICFG_GENERAL"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to remove your user profile for the application first or try to reinstall the application."
msgstr ""
-#: framework/inc/strings.hrc:47
+#. 9FEe5
+#: framework/inc/strings.hrc:48
msgctxt "STR_UNTITLED_DOCUMENT"
msgid "Untitled"
msgstr ""
+#. HDUNU
#. To translators: for displaying 'Multiple Languages' in the language statusbar control
-#: framework/inc/strings.hrc:49
+#: framework/inc/strings.hrc:50
msgctxt "STR_LANGSTATUS_MULTIPLE_LANGUAGES"
msgid "Multiple Languages"
msgstr ""
-#: framework/inc/strings.hrc:50
+#. rZBXF
+#: framework/inc/strings.hrc:51
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr ""
-#: framework/inc/strings.hrc:51
+#. Z8EjG
+#: framework/inc/strings.hrc:52
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr ""
-#: framework/inc/strings.hrc:52
+#. YEXdS
+#: framework/inc/strings.hrc:53
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr ""
-#: framework/inc/strings.hrc:53
+#. tTsdD
+#: framework/inc/strings.hrc:54
msgctxt "STR_SET_LANGUAGE_FOR_PARAGRAPH"
msgid "Set Language for Paragraph"
msgstr ""
-#: framework/inc/strings.hrc:54
+#. m72Ea
+#: framework/inc/strings.hrc:55
msgctxt "STR_LANGSTATUS_HINT"
msgid "Text Language. Right-click to set character or paragraph language"
msgstr ""
diff --git a/source/an/officecfg/registry/data/org/openoffice/Office/UI.po b/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
index b0088a6492d..2747e778ae6 100644
--- a/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2020-02-10 17:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/an/>\n"
@@ -19506,16 +19506,15 @@ msgctxt ""
msgid "Find Parenthesis"
msgstr "Buscar parentesi"
-#. f5DAE
+#. mmxND
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:BasicIDEAppear\n"
"Label\n"
"value.text"
-msgid "Edit Macros"
-msgstr "Editar macros"
+msgid "Edit Macros..."
+msgstr ""
#. Ws9jQ
#: GenericCommands.xcu
@@ -29832,6 +29831,16 @@ msgctxt ""
msgid "Background Color..."
msgstr "Color de fondo"
+#. u6JdE
+#: ReportCommands.xcu
+msgctxt ""
+"ReportCommands.xcu\n"
+".ReportCommands.UserInterface.Commands..uno:DSBEditDoc\n"
+"Label\n"
+"value.text"
+msgid "Edit Mode"
+msgstr ""
+
#. GZdEa
#: ReportCommands.xcu
msgctxt ""
@@ -36967,6 +36976,56 @@ msgctxt ""
msgid "Content Controls"
msgstr ""
+#. SGVjq
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectMenu\n"
+"Label\n"
+"value.text"
+msgid "~Protect Document"
+msgstr ""
+
+#. ByLdE
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectFields\n"
+"Label\n"
+"value.text"
+msgid "Protect Fields"
+msgstr ""
+
+#. zDPPk
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectFields\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect fields in current document"
+msgstr ""
+
+#. CdnED
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectBookmarks\n"
+"Label\n"
+"value.text"
+msgid "Protect Bookmarks"
+msgstr ""
+
+#. WjWoa
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectBookmarks\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect bookmarks in current document"
+msgstr ""
+
#. joS9f
#: WriterFormWindowState.xcu
#, fuzzy
diff --git a/source/an/sc/messages.po b/source/an/sc/messages.po
index 33d878b77d5..e8023802e2a 100644
--- a/source/an/sc/messages.po
+++ b/source/an/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
-"PO-Revision-Date: 2020-02-10 17:38+0000\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
+"PO-Revision-Date: 2020-02-19 23:15+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/scmessages/an/>\n"
"Language: an\n"
@@ -18227,7 +18227,6 @@ msgstr "Desactivar protección d'a grabación"
#. rFdAS
#: sc/inc/strings.hrc:60
-#, fuzzy
msgctxt "SCSTR_PASSWORD"
msgid "Password:"
msgstr "Clau:"
@@ -22587,83 +22586,83 @@ msgid "Cancel"
msgstr ""
#. nHoB2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:16
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:18
#, fuzzy
msgctxt "definedatabaserangedialog|DefineDatabaseRangeDialog"
msgid "Define Database Range"
msgstr "Modificar aria de base de datos"
#. 4FqWF
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:176
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:179
msgctxt "definedatabaserangedialog|Name"
msgid "Name"
msgstr "Nombre"
#. FUAH2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:241
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:244
#, fuzzy
msgctxt "definedatabaserangedialog|Range"
msgid "Range"
msgstr "Aria"
#. N8Lui
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:276
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:279
msgctxt "definedatabaserangedialog|modify"
msgid "M_odify"
msgstr ""
#. TniCB
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:329
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:332
msgctxt "definedatabaserangedialog|ContainsColumnLabels"
msgid "Co_ntains column labels"
msgstr ""
#. QBs5X
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:345
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:348
msgctxt "definedatabaserangedialog|ContainsTotalsRow"
msgid "Contains _totals row"
msgstr ""
#. AeZB2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:361
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:364
msgctxt "definedatabaserangedialog|InsertOrDeleteCells"
msgid "Insert or delete _cells"
msgstr ""
#. EveBu
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:377
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:380
msgctxt "definedatabaserangedialog|KeepFormatting"
msgid "Keep _formatting"
msgstr ""
#. rSf5f
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:393
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:396
msgctxt "definedatabaserangedialog|DontSaveImportedData"
msgid "Don't save _imported data"
msgstr ""
#. nYJiV
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:411
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:414
#, fuzzy
msgctxt "definedatabaserangedialog|Source"
msgid "Source:"
msgstr "Orichen"
#. q2F5V
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:424
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:427
msgctxt "definedatabaserangedialog|Operations"
msgid "Operations:"
msgstr ""
#. XXY4E
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:437
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:440
#, fuzzy
msgctxt "definedatabaserangedialog|invalid"
msgid "Invalid range"
msgstr "Referencia no valida"
#. dHJw9
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:454
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:457
msgctxt "definedatabaserangedialog|label1"
msgid "Options"
msgstr "Opcions"
@@ -24696,213 +24695,213 @@ msgid "~File"
msgstr "~Fichero"
#. EBQTu
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3546
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3539
msgctxt "CalcNotebookbar|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. f8rkJ
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3827
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3820
msgctxt "CalcNotebookbar|increaseindent1|tooltip_text"
msgid "Increase Indent"
msgstr ""
#. TBHRy
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3841
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3834
msgctxt "CalcNotebookbar|decreaseindent1|tooltip_text"
msgid "Decrease Indent"
msgstr ""
#. 6GvMB
-#: sc/uiconfig/scalc/ui/notebookbar.ui:4815
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4808
msgctxt "CalcNotebookbar|HomeMenuButton"
msgid "_Home"
msgstr ""
#. yghFn
-#: sc/uiconfig/scalc/ui/notebookbar.ui:4924
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4917
msgctxt "CalcNotebookbar|CalcLabel"
msgid "~Home"
msgstr ""
#. bBEGh
-#: sc/uiconfig/scalc/ui/notebookbar.ui:5483
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5476
msgctxt "CalcNotebookbar|FieldMenuButton"
msgid "Fiel_d"
msgstr ""
#. VCk9a
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6004
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5997
msgctxt "CalcNotebookbar|InsertMenuButton"
msgid "_Insert"
msgstr ""
#. HnjBi
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6112
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6105
msgctxt "CalcNotebookbar|InsertLabel"
msgid "~Insert"
msgstr ""
#. xmARL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6523
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6549
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6987
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6516
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6542
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6980
msgctxt "CalcNotebookbar|objectalign|tooltip_text"
msgid "Object Align"
msgstr ""
#. 4FwmH
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7212
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7205
msgctxt "CalcNotebookbar|reviewb"
msgid "_Layout"
msgstr ""
#. eWinY
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7297
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7290
msgctxt "CalcNotebookbar|PageLayoutLabel"
msgid "~Layout"
msgstr ""
#. MHnRF
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8403
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8396
msgctxt "CalcNotebookbar|Statistics"
msgid "_Statistics"
msgstr ""
#. BiHBE
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8454
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8447
msgctxt "CalcNotebookbar|DataMenuButton"
msgid "_Data"
msgstr ""
#. xzx9j
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8563
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8556
msgctxt "CalcNotebookbar|DataLabel"
msgid "~Data"
msgstr ""
#. CBEHA
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9385
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9378
msgctxt "CalcNotebookbar|ReviewMenuButton"
msgid "_Review"
msgstr ""
#. 7FXbr
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9471
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9464
msgctxt "CalcNotebookbar|ReviewLabel"
msgid "~Review"
msgstr ""
#. NT37F
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10377
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10370
msgctxt "CalcNotebookbar|ViewMenuButton"
msgid "_View"
msgstr ""
#. rPdAq
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10463
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10456
msgctxt "CalcNotebookbar|ViewLabel"
msgid "~View"
msgstr ""
#. zaUCM
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11517
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11510
msgctxt "CalcNotebookbar|GraphicMenuButton"
msgid "Ima_ge"
msgstr ""
#. rwprK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11642
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11635
msgctxt "CalcNotebookbar|ImageLabel"
msgid "Ima~ge"
msgstr ""
#. EjbzV
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12861
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12854
msgctxt "CalcNotebookbar|DrawMenuButton"
msgid "_Draw"
msgstr ""
#. iagRv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12971
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12964
msgctxt "CalcNotebookbar|DrawLabel"
msgid "~Draw"
msgstr ""
#. EgeGL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13443
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13436
msgctxt "CalcNotebookbar|ConvertMenuButton"
msgid "Convert"
msgstr ""
#. PdjTP
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13743
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13736
msgctxt "CalcNotebookbar|frame:Menu Draw"
msgid "_Object"
msgstr ""
#. xTKVv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13853
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13846
msgctxt "CalcNotebookbar|FrameLabel"
msgid "~Object"
msgstr "~Obchecto"
#. cHyKz
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14428
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14421
msgctxt "CalcNotebookbar|MediaMenuButton"
msgid "_Media"
msgstr ""
#. CJ2qx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14536
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14529
msgctxt "CalcNotebookbar|MediaLabel"
msgid "~Media"
msgstr ""
#. eQK6A
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14937
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14930
msgctxt "CalcNotebookbar|PrintMenuButton"
msgid "_Print"
msgstr ""
#. sCGyG
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15021
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15014
msgctxt "CalcNotebookbar|PrintLabel"
msgid "~Print"
msgstr ""
#. 5JVAt
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15856
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15849
msgctxt "CalcNotebookbar|FormMenuButton"
msgid "Fo_rm"
msgstr ""
#. CCEAK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15941
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15934
msgctxt "CalcNotebookbar|FormLabel"
msgid "Fo~rm"
msgstr ""
#. mrTYB
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15998
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15991
msgctxt "WriterNotebookbar|FormMenuButton"
msgid "E_xtension"
msgstr ""
#. Gtj2Y
-#: sc/uiconfig/scalc/ui/notebookbar.ui:16083
+#: sc/uiconfig/scalc/ui/notebookbar.ui:16076
msgctxt "WriterNotebookbar|ExtensionLabel"
msgid "E~xtension"
msgstr ""
#. 3Ec6T
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17311
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17304
msgctxt "CalcNotebookbar|ToolsMenuButton"
msgid "_Tools"
msgstr ""
#. fWgEx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17396
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17389
msgctxt "CalcNotebookbar|DevLabel"
msgid "~Tools"
msgstr ""
@@ -24920,188 +24919,188 @@ msgid "~File"
msgstr "~Fichero"
#. UWfVg
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3576
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6256
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3567
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6247
msgctxt "notebookbar_compact|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. JDRKC
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4653
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4644
msgctxt "notebookbar_compact|HomeMenuButton"
msgid "_Menu"
msgstr ""
#. Svdz9
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4705
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4696
msgctxt "notebookbar_compact|CalcLabel"
msgid "~Home"
msgstr ""
#. ecBqZ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5212
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5203
msgctxt "notebookbar_compact|FieldMenuButton"
msgid "Fiel_d"
msgstr ""
#. zveKA
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5730
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5721
msgctxt "notebookbar_compact|InsertMenuButton"
msgid "_Insert"
msgstr ""
#. CDXv3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5785
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5776
msgctxt "notebookbar_compact|InsertLabel"
msgid "~Insert"
msgstr ""
#. EvytN
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6419
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6410
msgctxt "notebookbar_compact|PageMenuButton"
msgid "_Layout"
msgstr ""
#. TbQMa
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6471
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6462
msgctxt "notebookbar_compact|LayoutLabel"
msgid "~Layout"
msgstr ""
#. QqjZP
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7330
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7321
msgctxt "notebookbar_compact|Statistics"
msgid "_Statistics"
msgstr ""
#. GFZNz
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7396
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7387
msgctxt "notebookbar_compact|DataMenuButton"
msgid "_Data"
msgstr ""
#. TCt7E
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7447
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7438
msgctxt "notebookbar_compact|DataLabel"
msgid "~Data"
msgstr ""
#. jYD7j
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8145
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8136
msgctxt "notebookbar_compact|ReviewMenuButton"
msgid "_Review"
msgstr ""
#. Lbj5B
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8197
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8188
msgctxt "notebookbar_compact|ReviewLabel"
msgid "~Review"
msgstr ""
#. 35kA2
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8879
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8870
msgctxt "notebookbar_compact|ViewMenuButton"
msgid "_View"
msgstr ""
#. ZGh8C
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8931
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8922
msgctxt "notebookbar_compact|ViewLabel"
msgid "~View"
msgstr ""
#. dV94w
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10321
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10312
msgctxt "notebookbar_compact|GraphicMenuButton"
msgid "Im_age"
msgstr ""
#. ekWoX
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10373
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10364
msgctxt "notebookbar_compact|ImageLabel"
msgid "Ima~ge"
msgstr ""
#. 8eQN8
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11786
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11777
msgctxt "notebookbar_compact|DrawMenuButton"
msgid "D_raw"
msgstr ""
#. FBf68
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11838
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11829
msgctxt "notebookbar_compact|ShapeLabel"
msgid "~Draw"
msgstr ""
#. DoVwy
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12816
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12807
msgctxt "notebookbar_compact|ObjectMenuButton"
msgid "Object"
msgstr "Obchecto"
#. JXKiY
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12868
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12859
msgctxt "notebookbar_compact|FrameLabel"
msgid "~Object"
msgstr "~Obchecto"
#. q8wnS
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13588
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13579
msgctxt "notebookbar_compact|MediaButton"
msgid "_Media"
msgstr ""
#. 7HDt3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13641
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13632
msgctxt "notebookbar_compact|MediaLabel"
msgid "~Media"
msgstr ""
#. vSDok
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14215
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14206
msgctxt "notebookbar_compact|PrintPreviewButton"
msgid "Print"
msgstr ""
#. goiqQ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14267
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14258
msgctxt "notebookbar_compact|FormLabel"
msgid "~Print"
msgstr ""
#. EBGs5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15622
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15613
msgctxt "notebookbar_compact|FormButton"
msgid "Fo_rm"
msgstr ""
#. EKA8X
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15674
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15665
msgctxt "notebookbar_compact|FormLabel"
msgid "Fo~rm"
msgstr ""
#. 8SvE5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15754
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15745
msgctxt "notebookbar_compact|ExtensionMenuButton"
msgid "E_xtension"
msgstr ""
#. WH5NR
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15812
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15803
msgctxt "notebookbar_compact|ExtensionLabel"
msgid "E~xtension"
msgstr ""
#. 8fhwb
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16845
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16836
msgctxt "notebookbar_compact|ToolsMenuButton"
msgid "_Tools"
msgstr ""
#. kpc43
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16897
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16888
msgctxt "notebookbar_compact|DevLabel"
msgid "~Tools"
msgstr ""
@@ -28591,43 +28590,43 @@ msgid "Select the background color of the selected cells."
msgstr ""
#. wCWut
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:43
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:45
msgctxt "sidebarcellappearance|cellbackground|tooltip_text"
msgid "Select the background color of the selected cells."
msgstr ""
#. DKEkN
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:69
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:71
msgctxt "sidebarcellappearance|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. D2TVi
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:90
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:92
msgctxt "sidebarcellappearance|borderlinecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr ""
#. GqfZD
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:98
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:102
msgctxt "sidebarcellappearance|linecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr ""
#. 8AUBs
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:108
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:112
msgctxt "sidebarcellappearance|borderlinecolor-atkobject"
msgid "Border Line Color"
msgstr ""
#. VgXDF
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:128
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:134
msgctxt "sidebarcellappearance|linestyle|tooltip_text"
msgid "Select the line style of the borders."
msgstr ""
#. jaxhA
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:138
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:144
msgctxt "sidebarcellappearance|borderlinestyle-atkobject"
msgid "Border Line Style"
msgstr ""
diff --git a/source/an/sd/messages.po b/source/an/sd/messages.po
index 460d59194d5..56d22a65564 100644
--- a/source/an/sd/messages.po
+++ b/source/an/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2020-02-10 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/sdmessages/an/>\n"
@@ -1165,269 +1165,248 @@ msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
-#. A6KgG
-#: sd/inc/strings.hrc:160
-#, fuzzy
-msgctxt "STR_DRAGTYPE_URL"
-msgid "Insert as Hyperlink"
-msgstr "Ficar como enlaz"
-
-#. VB7Zq
-#: sd/inc/strings.hrc:161
-#, fuzzy
-msgctxt "STR_DRAGTYPE_EMBEDDED"
-msgid "Insert as Copy"
-msgstr "Ficar como copia"
-
-#. aAqZD
-#: sd/inc/strings.hrc:162
-#, fuzzy
-msgctxt "STR_DRAGTYPE_LINK"
-msgid "Insert as Link"
-msgstr "Ficar como enlaz"
-
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:160
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Iniciar"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:161
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Enta la cucha"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:162
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Enta la dreita"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:163
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Cobalto"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:164
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Cobaixo"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:165
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr ""
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:166
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr ""
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:167
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr ""
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr ""
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:169
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "~Horizontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr ""
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:171
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Totz"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:172
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr ""
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:173
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr ""
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:174
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr ""
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:175
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr ""
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:176
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr ""
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:177
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr ""
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:178
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr ""
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:179
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr ""
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:180
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr ""
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:181
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr ""
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:182
msgctxt "STR_FIX"
msgid "Fixed"
msgstr ""
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:183
msgctxt "STR_VAR"
msgid "Variable"
msgstr ""
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:184
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Estandar"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:185
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr ""
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:186
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr ""
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:187
#, fuzzy
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Nombre d'o fichero"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:188
#, fuzzy
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Rota/Nombre d'o fichero"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:189
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr ""
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:190
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr ""
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:191
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr ""
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:192
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr ""
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:193
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:194
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:195
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr ""
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:196
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr ""
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:197
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:198
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:201
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1435,159 +1414,159 @@ msgid ""
msgstr ""
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:202
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Texto"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:203
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr ""
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:204
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr ""
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:205
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr ""
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:206
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notas"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:207
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr ""
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:208
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr ""
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:209
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr ""
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr ""
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr ""
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr ""
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:215
#, fuzzy
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Nombres"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:216
#, fuzzy
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Apellidos"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Texto"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Imachen"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr ""
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr ""
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:221
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr ""
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:222
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr ""
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:223
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr ""
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:224
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr ""
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:225
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:226
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:227
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1595,816 +1574,828 @@ msgid ""
msgstr ""
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:228
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr ""
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:229
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr ""
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:230
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr ""
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:231
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr ""
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:232
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr ""
#. KVfUE
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:233
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list and double-click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr ""
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:235
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
+#. rBmcL
+#: sd/inc/strings.hrc:236
+msgctxt "STR_TOOLTIP_RENAME"
+msgid "Duplicate or empty names are not possible"
+msgstr ""
+
#. FUm5F
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:237
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nombre"
#. VSdio
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:238
msgctxt "STR_TITLE_RENAMEMASTER"
msgid "Rename Master Slide"
msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:241
+#: sd/inc/strings.hrc:239
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr ""
#. i4T9w
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:240
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr ""
#. vS6wi
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:241
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr ""
#. xFBgg
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:242
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr ""
#. 8JGJD
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:243
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr ""
#. oNFN3
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:244
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr ""
#. GisCz
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:245
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr ""
#. rvtjX
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:246
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr ""
#. RoVvC
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:247
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr ""
#. RXzA4
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:248
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr ""
#. TuP6n
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:249
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr ""
#. CCuCb
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:250
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:251
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:252
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr ""
#. EEf4k
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:254
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr ""
#. RDARn
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:255
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr ""
#. CU9DK
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:256
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Pachinas"
#. C7hf2
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:257
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr ""
#. bAJoa
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:258
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr ""
#. nDrpm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:259
#, fuzzy
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Disenyo"
#. peCQY
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:260
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:261
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr ""
#. oyUYa
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:262
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Estilos de celda"
-#. dqvxZ
-#: sd/inc/strings.hrc:265
-msgctxt "STR_NAVIGATOR_SHOW_NAMED_SHAPES"
-msgid "Named shapes"
-msgstr ""
-
-#. GwNKU
-#: sd/inc/strings.hrc:266
-msgctxt "STR_NAVIGATOR_SHOW_ALL_SHAPES"
-msgid "All shapes"
-msgstr ""
-
#. BQmNo
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:263
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:264
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:265
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Comentarios"
#. 76dF3
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:266
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:267
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr ""
#. koDfS
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Ficar una fuella"
#. re2hh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:269
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr ""
#. iBBLh
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:270
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:271
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:272
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:273
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:274
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
-#. QY89q
-#: sd/inc/strings.hrc:279
-msgctxt "STR_OBJECTS_TREE"
-msgid "Page Tree"
-msgstr ""
-
#. 5FSEq
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:275
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:277
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fundo"
#. qGFWm
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:278
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr ""
#. j9GG4
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:279
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Disenyo"
#. nU2g2
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:280
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr ""
#. zQSpC
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:281
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:282
msgctxt "STR_PAGE"
msgid "Slide"
msgstr ""
#. TTD8A
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:283
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Pachina"
#. p8GEE
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:284
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr ""
#. r3w8y
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:285
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:286
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:287
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr ""
#. nTgKn
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:288
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:289
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr ""
#. hBB6T
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:290
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr ""
#. ZC2XQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr ""
+#. MhEh8
+#: sd/inc/strings.hrc:293
+msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
+msgid "Double-tap to edit the title text format"
+msgstr ""
+
+#. eMDBG
+#: sd/inc/strings.hrc:294
+msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
+msgid "Double-tap to edit the outline text format"
+msgstr ""
+
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr ""
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr ""
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr ""
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr ""
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr ""
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr ""
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
+#. Qxj2R
+#: sd/inc/strings.hrc:303
+msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
+msgid "Double-tap to move the slide"
+msgstr ""
+
+#. iibds
+#: sd/inc/strings.hrc:304
+msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
+msgid "Double-tap to edit the notes format"
+msgstr ""
+
#. oBXBx
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:318
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Por defecto"
#. rEPYV
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:319
#, fuzzy
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titol"
#. tRuKR
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:320
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default"
msgstr "Por defecto"
#. pxfDw
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:321
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr ""
#. uDXFb
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:322
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:323
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. wCkjy
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:324
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Setup"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:328
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Texto"
#. v7u2t
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:334
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:352
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:352
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:355
#, fuzzy
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titol"
#. zn6qa
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:356
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
#. JVyHE
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:357
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr ""
#. riaKo
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:358
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:359
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Fundo"
#. EdWfd
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:360
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notas"
#. FQqif
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:361
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr ""
#. kjKWf
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:362
#, fuzzy
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Compartir o documento"
#. VCFFA
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_BANDED_CELL"
msgid "Banding cell"
msgstr ""
#. FBzD4
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:364
msgctxt "STR_POOLSHEET_HEADER"
msgid "Header"
msgstr "Capitero"
#. kut56
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:365
msgctxt "STR_POOLSHEET_TOTAL"
msgid "Total line"
msgstr ""
#. 4UBCG
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:366
msgctxt "STR_POOLSHEET_FIRST_COLUMN"
msgid "First column"
msgstr ""
#. f3Zfa
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:367
msgctxt "STR_POOLSHEET_LAST_COLUMN"
msgid "Last column"
msgstr ""
#. HAeDt
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:368
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:369
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2412,720 +2403,720 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. Fi6GE
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_D_DRAWVIEW_D"
msgid "This is where you create and edit drawings."
msgstr ""
#. GfnmX
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. SWtFN
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_I_DRAWVIEW_D"
msgid "This is where you create and edit slides."
msgstr ""
#. YCVqM
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr ""
#. feLwF
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_D"
msgid "This is where you enter or edit text in list form."
msgstr ""
#. k2hXi
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
#. A22hR
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr ""
#. Syiwi
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_NOTESVIEW_D"
msgid "This is where you enter and view notes."
msgstr ""
#. qr5ov
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
#. 9EyMA
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_D"
msgid "This is where you decide on the layout for handouts."
msgstr ""
#. Ycpb4
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Presentación"
#. 4WCzf
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Presentación"
#. R6kyg
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Presentación"
#. X8c9Z
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr ""
#. FeAdu
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. ogNjh
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_TITLE_D"
msgid "PresentationTitleShape"
msgstr ""
#. bFvTq
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_OUTLINER_D"
msgid "PresentationOutlinerShape"
msgstr ""
#. wAE9M
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_SUBTITLE_D"
msgid "PresentationSubtitleShape"
msgstr ""
#. RYA3y
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:396
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_D"
msgid "PresentationPageShape"
msgstr "Presentación"
#. VVZyE
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_P_NOTES_D"
msgid "PresentationNotesShape"
msgstr ""
#. Pqhhf
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_HANDOUT_D"
msgid "PresentationHandoutShape"
msgstr ""
#. KzpQq
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_UNKNOWN_D"
msgid "Unknown accessible presentation shape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
#. 4YzQz
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_FOOTER_D"
msgid "PresentationFooterShape"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Presentación"
#. zpVS7
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HEADER_D"
msgid "PresentationHeaderShape"
msgstr ""
#. EfHeH
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. 7Dbde
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_DATE_D"
msgid "PresentationDateAndTimeShape"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. q7Hqe
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_NUMBER_D"
msgid "PresentationPageNumberShape"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr ""
#. ubJop
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titol"
#. Va4KF
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:410
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr ""
#. 6FKRE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:411
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
#. eSBEi
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:412
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Pachina"
#. WEaeZ
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:413
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notas"
#. buhox
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:414
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr ""
#. 4xBQg
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:415
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:416
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Piet de pachina"
#. SrrR4
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:417
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Capitero"
#. CCwKy
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:418
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Calendata"
#. EFmn4
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:419
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Numero"
#. wFpMQ
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:420
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr ""
#. EV4W5
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "~Garra"
#. 9izAz
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
#. oEQ7B
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
#. Lf9gB
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr ""
#. xxDXG
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Escala"
#. SvBeK
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr ""
#. CSbCE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
#. cZUiD
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr ""
#. U5ZDL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. vKLER
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:432
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Tipo de letra"
#. Fdsks
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr ""
#. nT7dm
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. q24Fe
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr ""
#. w7G4Q
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr ""
#. R3GgU
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr ""
#. YEwoz
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr ""
#. wiQPZ
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:440
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "~Color"
#. f5u6C
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:441
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
#. N7jGX
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:442
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
#. vasqr
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:443
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr ""
#. CjvLY
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:444
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Sencilla"
#. CdYt2
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:445
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. dVJoV
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:446
msgctxt "STR_CUSTOMANIMATION_LIST_HELPTEXT"
msgid "First select the slide element and then click 'Add...' to add an animation effect."
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:447
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:448
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:449
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:450
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:451
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:452
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:453
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "~Garra"
#. KAsTD
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:455
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr ""
#. DEYnN
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:456
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:457
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:459
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:460
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:461
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:462
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr ""
#. s4c9W
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:463
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr ""
#. bxiPE
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:464
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Edita o comentario..."
#. g6k7E
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:466
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:468
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr ""
#. Q76cw
-#: sd/inc/strings.hrc:470
+#: sd/inc/strings.hrc:469
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabla"
#. xCRmu
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Documento"
#. uBxPs
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:475
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:475
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Conteniu"
#. AdWKp
-#: sd/inc/strings.hrc:477
+#: sd/inc/strings.hrc:476
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
#. GkLky
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:477
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr ""
#. EFkVE
-#: sd/inc/strings.hrc:479
+#: sd/inc/strings.hrc:478
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr ""
#. ZcDFL
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:479
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr ""
#. CSUbC
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:480
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "~Color"
#. WmYKp
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:481
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr ""
#. qDGVE
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:482
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr ""
#. K7m8L
-#: sd/inc/strings.hrc:484
+#: sd/inc/strings.hrc:483
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:484
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
#. AEeCf
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:485
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:486
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:488
+#: sd/inc/strings.hrc:487
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:490
+#: sd/inc/strings.hrc:489
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:491
+#: sd/inc/strings.hrc:490
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:492
+#: sd/inc/strings.hrc:491
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:493
+#: sd/inc/strings.hrc:492
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. T5Pap
-#: sd/inc/strings.hrc:495
+#: sd/inc/strings.hrc:494
#, fuzzy
msgctxt "STR_SD_NONE"
msgid "- None -"
msgstr "- garra -"
#. 6GhtE
-#: sd/inc/strings.hrc:497
+#: sd/inc/strings.hrc:496
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:499
+#: sd/inc/strings.hrc:498
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
@@ -5796,56 +5787,92 @@ msgctxt "mastermenu|small"
msgid "Show S_mall Preview"
msgstr ""
+#. qF7zf
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:12
+msgctxt "navigatorpanelSTR_DRAGTYPE_URL"
+msgid "Insert as Hyperlink"
+msgstr ""
+
+#. ptpuN
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:20
+msgctxt "navigatorpanel|STR_DRAGTYPE_LINK"
+msgid "Insert as Link"
+msgstr ""
+
+#. z7JSR
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:29
+msgctxt "navigatorpanel|STR_DRAGTYPE_EMBEDDED"
+msgid "Insert as Copy"
+msgstr ""
+
#. 3rY8r
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:22
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:64
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "Documento"
#. wavgT
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:25
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:67
#, fuzzy
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "Finestra activa"
+#. D6ag8
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:118
+msgctxt "navigatorpanel|STR_OBJECTS_TREE"
+msgid "Page Tree"
+msgstr ""
+
#. LKqE8
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:58
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:139
msgctxt "navigatorpanel|first|tooltip_text"
msgid "First Slide"
msgstr ""
#. NWPFk
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:71
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:151
msgctxt "navigatorpanel|previous|tooltip_text"
msgid "Previous Slide"
msgstr ""
#. bkvQE
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:84
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:163
msgctxt "navigatorpanel|next|tooltip_text"
msgid "Next Slide"
msgstr ""
#. FVSHF
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:97
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:175
msgctxt "navigatorpanel|last|tooltip_text"
msgid "Last Slide"
msgstr ""
#. mHVom
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:120
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:197
#, fuzzy
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr "Modo d'arrocegue"
#. Qb5a9
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:133
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:209
msgctxt "navigatorpanel|shapes|tooltip_text"
msgid "Show Shapes"
msgstr ""
+#. pzb3K
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:237
+msgctxt "navigatorpanel|STR_NAVIGATOR_SHOW_NAMED_SHAPES"
+msgid "Named shapes"
+msgstr ""
+
+#. dLEPF
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:246
+msgctxt "navigatorpanel|STR_NAVIGATOR_SHOW_ALL_SHAPES"
+msgid "All shapes"
+msgstr ""
+
#. qGFEo
#: sd/uiconfig/simpress/ui/notebookbar.ui:3200
msgctxt "impressnotebookbar|FileLabel"
diff --git a/source/an/sfx2/messages.po b/source/an/sfx2/messages.po
index 6bd5ed293f5..22dac5ead8a 100644
--- a/source/an/sfx2/messages.po
+++ b/source/an/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-02-10 17:54+0100\n"
-"PO-Revision-Date: 2020-01-24 17:01+0000\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"PO-Revision-Date: 2020-02-19 23:15+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"
"Language: an\n"
@@ -991,10 +991,10 @@ msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
-#. YXSet
+#. eG5qc
#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
-msgid "Regex"
+msgid "Regular expression"
msgstr ""
#. TaDCG
@@ -2210,10 +2210,10 @@ msgctxt "addtargetdialog|type"
msgid "Text"
msgstr ""
-#. vL3CV
+#. dGQqg
#: sfx2/uiconfig/ui/addtargetdialog.ui:167
msgctxt "addtargetdialog|type"
-msgid "Regex"
+msgid "Regular expression"
msgstr ""
#. wgzA4
@@ -3371,10 +3371,9 @@ msgstr "U~suario"
#. FRqiZ
#: sfx2/uiconfig/ui/password.ui:118
-#, fuzzy
msgctxt "password|pass1ft"
msgid "Password:"
-msgstr "~Clau"
+msgstr "Clau:"
#. HE8mc
#: sfx2/uiconfig/ui/password.ui:132
@@ -3399,10 +3398,9 @@ msgstr "~Clau"
#. zDBUt
#: sfx2/uiconfig/ui/password.ui:230
-#, fuzzy
msgctxt "password|pass2ft"
msgid "Password:"
-msgstr "~Clau"
+msgstr "Clau:"
#. 8RcEw
#: sfx2/uiconfig/ui/password.ui:244
@@ -3445,7 +3443,7 @@ msgstr ""
#: sfx2/uiconfig/ui/querysavedialog.ui:25
msgctxt "querysavedialog|discard"
msgid "Do_n’t Save"
-msgstr ""
+msgstr "_No alzar"
#. 6WbvE
#: sfx2/uiconfig/ui/safemodequerydialog.ui:7
diff --git a/source/an/svl/messages.po b/source/an/svl/messages.po
index 9d9c7e4f1a2..e56466ef987 100644
--- a/source/an/svl/messages.po
+++ b/source/an/svl/messages.po
@@ -3,18 +3,28 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-27 13:56+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
+"PO-Revision-Date: 2018-02-27 14:23+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: an\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1519741439.000000\n"
+#. PDMJD
#. Internet Media Type Presentations
#: include/svl/svl.hrc:26
msgctxt "STR_SVT_MIMETYPE_CNT_FSYSBOX"
msgid "Workplace"
msgstr ""
+
+#. k4iRz
+#: include/svl/svl.hrc:27
+msgctxt "STR_FILECTRL_BUTTONTEXT"
+msgid "Browse..."
+msgstr ""
diff --git a/source/an/svtools/messages.po b/source/an/svtools/messages.po
index 0d5137b1a89..ad67a98499d 100644
--- a/source/an/svtools/messages.po
+++ b/source/an/svtools/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-07 14:10+0100\n"
-"PO-Revision-Date: 2020-01-07 12:18+0000\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"PO-Revision-Date: 2020-02-19 23:15+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/an/>\n"
"Language: an\n"
@@ -813,957 +813,950 @@ msgctxt "STR_SVT_FONTMAP_NOTAVAILABLE"
msgid "This font has not been installed. The closest available font will be used."
msgstr ""
-#. k4iRz
-#: include/svtools/strings.hrc:182
-#, fuzzy
-msgctxt "STR_FILECTRL_BUTTONTEXT"
-msgid "Browse..."
-msgstr "~Navegar..."
-
#. KCmDe
-#: include/svtools/strings.hrc:183
+#: include/svtools/strings.hrc:182
msgctxt "STR_TABBAR_PUSHBUTTON_MOVET0HOME"
msgid "Move To Home"
msgstr ""
#. f6NAc
-#: include/svtools/strings.hrc:184
+#: include/svtools/strings.hrc:183
msgctxt "STR_TABBAR_PUSHBUTTON_MOVELEFT"
msgid "Move Left"
msgstr ""
#. nrvoV
-#: include/svtools/strings.hrc:185
+#: include/svtools/strings.hrc:184
msgctxt "STR_TABBAR_PUSHBUTTON_MOVERIGHT"
msgid "Move Right"
msgstr ""
#. ZQgUu
-#: include/svtools/strings.hrc:186
+#: include/svtools/strings.hrc:185
msgctxt "STR_TABBAR_PUSHBUTTON_MOVETOEND"
msgid "Move To End"
msgstr ""
#. mZ4Ln
-#: include/svtools/strings.hrc:187
+#: include/svtools/strings.hrc:186
msgctxt "STR_TABBAR_PUSHBUTTON_ADDTAB"
msgid "Add"
msgstr "Adhibir"
#. 4K4AF
-#: include/svtools/strings.hrc:189
+#: include/svtools/strings.hrc:188
msgctxt "STR_SVT_ACC_RULER_HORZ_NAME"
msgid "Horizontal Ruler"
msgstr ""
#. PG9qt
-#: include/svtools/strings.hrc:190
+#: include/svtools/strings.hrc:189
msgctxt "STR_SVT_ACC_RULER_VERT_NAME"
msgid "Vertical Ruler"
msgstr ""
#. WKngA
-#: include/svtools/strings.hrc:192
+#: include/svtools/strings.hrc:191
msgctxt "STR_SVT_1BIT_THRESHOLD"
msgid "1 bit threshold"
msgstr ""
#. dByxQ
-#: include/svtools/strings.hrc:193
+#: include/svtools/strings.hrc:192
msgctxt "STR_SVT_1BIT_DITHERED"
msgid "1 bit dithered"
msgstr ""
#. kciH5
-#: include/svtools/strings.hrc:194
+#: include/svtools/strings.hrc:193
msgctxt "STR_SVT_4BIT_GRAYSCALE"
msgid "4 bit grayscale"
msgstr ""
#. TrBvg
-#: include/svtools/strings.hrc:195
+#: include/svtools/strings.hrc:194
msgctxt "STR_SVT_4BIT_COLOR_PALETTE"
msgid "4 bit color"
msgstr ""
#. q6mH9
-#: include/svtools/strings.hrc:196
+#: include/svtools/strings.hrc:195
msgctxt "STR_SVT_8BIT_GRAYSCALE"
msgid "8 bit grayscale"
msgstr ""
#. 8u2Zf
-#: include/svtools/strings.hrc:197
+#: include/svtools/strings.hrc:196
msgctxt "STR_SVT_8BIT_COLOR_PALETTE"
msgid "8 bit color"
msgstr ""
#. DZVK4
-#: include/svtools/strings.hrc:198
+#: include/svtools/strings.hrc:197
msgctxt "STR_SVT_24BIT_TRUE_COLOR"
msgid "24 bit true color"
msgstr ""
#. Grnub
-#: include/svtools/strings.hrc:199
+#: include/svtools/strings.hrc:198
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_1"
msgid "The image needs about %1 KB of memory."
msgstr ""
#. FCnVT
-#: include/svtools/strings.hrc:200
+#: include/svtools/strings.hrc:199
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_2"
msgid "The image needs about %1 KB of memory, the file size is %2 KB."
msgstr ""
#. CdHU8
-#: include/svtools/strings.hrc:201
+#: include/svtools/strings.hrc:200
msgctxt "STR_SVT_ESTIMATED_SIZE_VEC"
msgid "The file size is %1 KB."
msgstr ""
#. TaCaF
-#: include/svtools/strings.hrc:202
+#: include/svtools/strings.hrc:201
msgctxt "STR_SVT_HOST"
msgid "host"
msgstr ""
#. ERaxD
-#: include/svtools/strings.hrc:203
+#: include/svtools/strings.hrc:202
msgctxt "STR_SVT_PORT"
msgid "port"
msgstr ""
#. W88Be
-#: include/svtools/strings.hrc:204
+#: include/svtools/strings.hrc:203
msgctxt "STR_SVT_OTHER_CMIS"
msgid "Other CMIS"
msgstr ""
#. E9JF5
-#: include/svtools/strings.hrc:205
+#: include/svtools/strings.hrc:204
msgctxt "STR_SVT_PRNDLG_READY"
msgid "Ready"
msgstr ""
#. 6zER8
-#: include/svtools/strings.hrc:206
+#: include/svtools/strings.hrc:205
#, fuzzy
msgctxt "STR_SVT_PRNDLG_PAUSED"
msgid "Paused"
msgstr "Meter en pausa"
#. nqqYs
-#: include/svtools/strings.hrc:207
+#: include/svtools/strings.hrc:206
msgctxt "STR_SVT_PRNDLG_PENDING"
msgid "Pending deletion"
msgstr ""
#. CGn9R
-#: include/svtools/strings.hrc:208
+#: include/svtools/strings.hrc:207
msgctxt "STR_SVT_PRNDLG_BUSY"
msgid "Busy"
msgstr ""
#. nyGEq
-#: include/svtools/strings.hrc:209
+#: include/svtools/strings.hrc:208
msgctxt "STR_SVT_PRNDLG_INITIALIZING"
msgid "Initializing"
msgstr ""
#. hduW4
-#: include/svtools/strings.hrc:210
+#: include/svtools/strings.hrc:209
msgctxt "STR_SVT_PRNDLG_WAITING"
msgid "Waiting"
msgstr ""
#. FYGFz
-#: include/svtools/strings.hrc:211
+#: include/svtools/strings.hrc:210
msgctxt "STR_SVT_PRNDLG_WARMING_UP"
msgid "Warming up"
msgstr ""
#. qntFR
-#: include/svtools/strings.hrc:212
+#: include/svtools/strings.hrc:211
msgctxt "STR_SVT_PRNDLG_PROCESSING"
msgid "Processing"
msgstr ""
#. tUmmx
-#: include/svtools/strings.hrc:213
+#: include/svtools/strings.hrc:212
msgctxt "STR_SVT_PRNDLG_PRINTING"
msgid "Printing"
msgstr ""
#. BMWJx
-#: include/svtools/strings.hrc:214
+#: include/svtools/strings.hrc:213
msgctxt "STR_SVT_PRNDLG_OFFLINE"
msgid "Offline"
msgstr ""
#. drDMK
-#: include/svtools/strings.hrc:215
+#: include/svtools/strings.hrc:214
msgctxt "STR_SVT_PRNDLG_ERROR"
msgid "Error"
msgstr ""
#. FnMTQ
-#: include/svtools/strings.hrc:216
+#: include/svtools/strings.hrc:215
msgctxt "STR_SVT_PRNDLG_SERVER_UNKNOWN"
msgid "Unknown Server"
msgstr ""
#. vuLYa
-#: include/svtools/strings.hrc:217
+#: include/svtools/strings.hrc:216
msgctxt "STR_SVT_PRNDLG_PAPER_JAM"
msgid "Paper jam"
msgstr ""
#. qG4ZG
-#: include/svtools/strings.hrc:218
+#: include/svtools/strings.hrc:217
msgctxt "STR_SVT_PRNDLG_PAPER_OUT"
msgid "Not enough paper"
msgstr ""
#. bB9PC
-#: include/svtools/strings.hrc:219
+#: include/svtools/strings.hrc:218
msgctxt "STR_SVT_PRNDLG_MANUAL_FEED"
msgid "Manual feed"
msgstr ""
#. eMZJo
-#: include/svtools/strings.hrc:220
+#: include/svtools/strings.hrc:219
msgctxt "STR_SVT_PRNDLG_PAPER_PROBLEM"
msgid "Paper problem"
msgstr ""
#. RU3Li
-#: include/svtools/strings.hrc:221
+#: include/svtools/strings.hrc:220
msgctxt "STR_SVT_PRNDLG_IO_ACTIVE"
msgid "I/O active"
msgstr ""
#. VEuAd
-#: include/svtools/strings.hrc:222
+#: include/svtools/strings.hrc:221
msgctxt "STR_SVT_PRNDLG_OUTPUT_BIN_FULL"
msgid "Output bin full"
msgstr ""
#. MinDm
-#: include/svtools/strings.hrc:223
+#: include/svtools/strings.hrc:222
msgctxt "STR_SVT_PRNDLG_TONER_LOW"
msgid "Toner low"
msgstr ""
#. AjnQj
-#: include/svtools/strings.hrc:224
+#: include/svtools/strings.hrc:223
msgctxt "STR_SVT_PRNDLG_NO_TONER"
msgid "No toner"
msgstr ""
#. CtvCS
-#: include/svtools/strings.hrc:225
+#: include/svtools/strings.hrc:224
msgctxt "STR_SVT_PRNDLG_PAGE_PUNT"
msgid "Delete Page"
msgstr ""
#. iGWiT
-#: include/svtools/strings.hrc:226
+#: include/svtools/strings.hrc:225
msgctxt "STR_SVT_PRNDLG_USER_INTERVENTION"
msgid "User intervention necessary"
msgstr ""
#. 7xg4W
-#: include/svtools/strings.hrc:227
+#: include/svtools/strings.hrc:226
msgctxt "STR_SVT_PRNDLG_OUT_OF_MEMORY"
msgid "Insufficient memory"
msgstr ""
#. DcNFt
-#: include/svtools/strings.hrc:228
+#: include/svtools/strings.hrc:227
msgctxt "STR_SVT_PRNDLG_DOOR_OPEN"
msgid "Cover open"
msgstr ""
#. CHiEH
-#: include/svtools/strings.hrc:229
+#: include/svtools/strings.hrc:228
msgctxt "STR_SVT_PRNDLG_POWER_SAVE"
msgid "Power save mode"
msgstr ""
#. bYbeA
-#: include/svtools/strings.hrc:230
+#: include/svtools/strings.hrc:229
msgctxt "STR_SVT_PRNDLG_DEFPRINTER"
msgid "Default printer"
msgstr ""
#. 9QCL5
-#: include/svtools/strings.hrc:231
+#: include/svtools/strings.hrc:230
msgctxt "STR_SVT_PRNDLG_JOBCOUNT"
msgid "%d documents"
msgstr ""
#. yobGc
-#: include/svtools/strings.hrc:233
+#: include/svtools/strings.hrc:232
msgctxt "STR_NO_FIELD_SELECTION"
msgid "<none>"
msgstr ""
#. Fa4nQ
-#: include/svtools/strings.hrc:234
+#: include/svtools/strings.hrc:233
msgctxt "STR_FIELD_COMPANY"
msgid "Company"
msgstr "Interpresa"
#. DdDzQ
-#: include/svtools/strings.hrc:235
+#: include/svtools/strings.hrc:234
msgctxt "STR_FIELD_DEPARTMENT"
msgid "Department"
msgstr "Departamento"
#. LXmyi
-#: include/svtools/strings.hrc:236
+#: include/svtools/strings.hrc:235
#, fuzzy
msgctxt "STR_FIELD_FIRSTNAME"
msgid "First name"
msgstr "Nombres"
#. 2MkxF
-#: include/svtools/strings.hrc:237
+#: include/svtools/strings.hrc:236
#, fuzzy
msgctxt "STR_FIELD_LASTNAME"
msgid "Last name"
msgstr "Apellidos"
#. VyyM6
-#: include/svtools/strings.hrc:238
+#: include/svtools/strings.hrc:237
msgctxt "STR_FIELD_STREET"
msgid "Street"
msgstr ""
#. wUdSC
-#: include/svtools/strings.hrc:239
+#: include/svtools/strings.hrc:238
msgctxt "STR_FIELD_COUNTRY"
msgid "Country"
msgstr "País"
#. tAg9k
-#: include/svtools/strings.hrc:240
+#: include/svtools/strings.hrc:239
msgctxt "STR_FIELD_ZIPCODE"
msgid "ZIP Code"
msgstr ""
#. UYGgj
-#: include/svtools/strings.hrc:241
+#: include/svtools/strings.hrc:240
msgctxt "STR_FIELD_CITY"
msgid "City"
msgstr "Ciudat"
#. vTYyD
-#: include/svtools/strings.hrc:242
+#: include/svtools/strings.hrc:241
msgctxt "STR_FIELD_TITLE"
msgid "Title"
msgstr "Titol"
#. E7qqB
-#: include/svtools/strings.hrc:243
+#: include/svtools/strings.hrc:242
msgctxt "STR_FIELD_POSITION"
msgid "Position"
msgstr "Posición"
#. NiFzB
-#: include/svtools/strings.hrc:244
+#: include/svtools/strings.hrc:243
msgctxt "STR_FIELD_ADDRFORM"
msgid "Addr. Form"
msgstr ""
#. CFDX6
-#: include/svtools/strings.hrc:245
+#: include/svtools/strings.hrc:244
msgctxt "STR_FIELD_INITIALS"
msgid "Initials"
msgstr ""
#. 2DADo
-#: include/svtools/strings.hrc:246
+#: include/svtools/strings.hrc:245
msgctxt "STR_FIELD_SALUTATION"
msgid "Complimentary close"
msgstr ""
#. 8MWGd
-#: include/svtools/strings.hrc:247
+#: include/svtools/strings.hrc:246
msgctxt "STR_FIELD_HOMETEL"
msgid "Tel: Home"
msgstr ""
#. fX9J4
-#: include/svtools/strings.hrc:248
+#: include/svtools/strings.hrc:247
msgctxt "STR_FIELD_WORKTEL"
msgid "Tel: Work"
msgstr ""
#. Ss9vd
-#: include/svtools/strings.hrc:249
+#: include/svtools/strings.hrc:248
msgctxt "STR_FIELD_FAX"
msgid "Fax"
msgstr ""
#. MgbsU
-#: include/svtools/strings.hrc:250
+#: include/svtools/strings.hrc:249
msgctxt "STR_FIELD_EMAIL"
msgid "Email"
msgstr ""
#. aHNGY
-#: include/svtools/strings.hrc:251
+#: include/svtools/strings.hrc:250
msgctxt "STR_FIELD_URL"
msgid "URL"
msgstr ""
#. CGutA
-#: include/svtools/strings.hrc:252
+#: include/svtools/strings.hrc:251
msgctxt "STR_FIELD_NOTE"
msgid "Note"
msgstr "Nota"
#. btBDG
-#: include/svtools/strings.hrc:253
+#: include/svtools/strings.hrc:252
msgctxt "STR_FIELD_USER1"
msgid "User 1"
msgstr ""
#. A4nkT
-#: include/svtools/strings.hrc:254
+#: include/svtools/strings.hrc:253
msgctxt "STR_FIELD_USER2"
msgid "User 2"
msgstr ""
#. J48Kt
-#: include/svtools/strings.hrc:255
+#: include/svtools/strings.hrc:254
msgctxt "STR_FIELD_USER3"
msgid "User 3"
msgstr ""
#. 3BxjF
-#: include/svtools/strings.hrc:256
+#: include/svtools/strings.hrc:255
msgctxt "STR_FIELD_USER4"
msgid "User 4"
msgstr ""
#. tBBKp
-#: include/svtools/strings.hrc:257
+#: include/svtools/strings.hrc:256
msgctxt "STR_FIELD_ID"
msgid "ID"
msgstr ""
#. H3ygA
-#: include/svtools/strings.hrc:258
+#: include/svtools/strings.hrc:257
msgctxt "STR_FIELD_STATE"
msgid "State"
msgstr "Estau/Provincia"
#. xP2AC
-#: include/svtools/strings.hrc:259
+#: include/svtools/strings.hrc:258
msgctxt "STR_FIELD_OFFICETEL"
msgid "Tel: Office"
msgstr ""
#. P6Vm5
-#: include/svtools/strings.hrc:260
+#: include/svtools/strings.hrc:259
msgctxt "STR_FIELD_PAGER"
msgid "Pager"
msgstr "Busca"
#. ayErk
-#: include/svtools/strings.hrc:261
+#: include/svtools/strings.hrc:260
msgctxt "STR_FIELD_MOBILE"
msgid "Mobile"
msgstr ""
#. 26wjz
-#: include/svtools/strings.hrc:262
+#: include/svtools/strings.hrc:261
msgctxt "STR_FIELD_TELOTHER"
msgid "Tel: Other"
msgstr ""
#. runZ4
-#: include/svtools/strings.hrc:263
+#: include/svtools/strings.hrc:262
msgctxt "STR_FIELD_CALENDAR"
msgid "Calendar"
msgstr "Calandario"
#. 7niGM
-#: include/svtools/strings.hrc:264
+#: include/svtools/strings.hrc:263
msgctxt "STR_FIELD_INVITE"
msgid "Invite"
msgstr ""
#. Fqcgq
-#: include/svtools/strings.hrc:266
+#: include/svtools/strings.hrc:265
msgctxt "STR_SVT_DEFAULT_SERVICE_LABEL"
msgid "$user$'s $service$"
msgstr ""
#. 8TFP9
-#: include/svtools/strings.hrc:268
+#: include/svtools/strings.hrc:267
msgctxt "STR_WARNING_JAVANOTFOUND"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr ""
#. EmFJc
-#: include/svtools/strings.hrc:269
+#: include/svtools/strings.hrc:268
msgctxt "STR_WARNING_JAVANOTFOUND_WIN"
msgid "%PRODUCTNAME requires a %BITNESS-bit Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr ""
#. 7Adh2
-#: include/svtools/strings.hrc:270
+#: include/svtools/strings.hrc:269
msgctxt "STR_WARNING_JAVANOTFOUND_MAC"
msgid "%PRODUCTNAME requires Oracle's Java Development Kit (JDK) on macOS 10.10 or greater to perform this task. Please install them and restart %PRODUCTNAME."
msgstr ""
#. 76BEm
-#: include/svtools/strings.hrc:271
+#: include/svtools/strings.hrc:270
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_MAC"
msgid "The %PRODUCTNAME configuration has been changed. Under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr ""
#. BZvFF
-#: include/svtools/strings.hrc:272
+#: include/svtools/strings.hrc:271
msgctxt "STR_WARNING_INVALIDJAVASETTINGS"
msgid "The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr ""
#. Tunzz
-#: include/svtools/strings.hrc:273
+#: include/svtools/strings.hrc:272
msgctxt "STR_ERROR_JVMCREATIONFAILED_MAC"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced."
msgstr ""
#. rKxCS
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:273
msgctxt "STR_ERROR_JVMCREATIONFAILED"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Advanced."
msgstr ""
#. QPEUX
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:274
msgctxt "STR_WARNING_JAVANOTFOUND_TITLE"
msgid "JRE Required"
msgstr ""
#. XD3FG
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:275
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_TITLE"
msgid "Select JRE"
msgstr ""
#. WETqJ
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:276
msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr ""
#. q7s6f
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr ""
#. PZmAB
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr ""
#. eNRzD
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Graficos"
#. Enc4X
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr ""
#. sP5AK
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr ""
#. jAA7S
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr ""
#. CEhUy
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr ""
#. E2Kzj
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr ""
#. BU7Pw
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr ""
#. kBbwy
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:287
#, fuzzy
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Documento HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr ""
#. c9WiE
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr ""
#. gBQzN
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr ""
#. J4Pki
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr ""
#. 33Dez
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr ""
#. pcLE6
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr ""
#. 7bMJT
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:294
#, fuzzy
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Enla~z"
#. hDFtd
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr ""
#. Xcec2
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr ""
#. FWiWT
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr ""
#. WBsxH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr ""
#. SPQtV
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:299
#, fuzzy
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "~Fichero"
#. Vh78a
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr ""
#. ZK69j
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:301
#, fuzzy
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Documento de texto"
#. p2aL6
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Fuella de calculo"
#. SCtHH
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:303
#, fuzzy
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Presentación"
#. 5gtdF
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:304
#, fuzzy
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "~Debuxo"
#. suagX
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:305
#, fuzzy
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Documento HTML"
#. iLqe2
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:306
#, fuzzy
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Documento m~aestro"
#. FF4fa
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:307
#, fuzzy
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "~Formula"
#. t58zy
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Base de datos"
#. DiNGB
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr ""
#. FYKGV
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr ""
#. CTUQg
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr ""
#. Cbvtx
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr ""
#. FBCWx
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr ""
#. MEF3h
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr ""
#. 55Dof
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr ""
#. 82Acc
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr ""
#. 3CBfJ
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr ""
#. DS7CP
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr ""
#. syag8
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr ""
#. fHGcD
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr ""
#. CFw78
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr ""
#. tJhDC
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr ""
#. f9ZNL
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr ""
#. PCBqi
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr ""
#. Npija
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr ""
#. tVnQQ
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr ""
#. t6krU
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr ""
#. ims8J
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr ""
#. oEsdN
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr ""
#. Bt5dS
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr ""
#. sMAZA
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr ""
#. ufLx7
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr ""
#. TjbnG
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr ""
#. FbCGb
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr ""
#. JRP2W
-#: include/svtools/strings.hrc:336
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr ""
#. 3QUto
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr ""
#. 5CfAm
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr ""
#. PBGYD
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr ""
#. RgRyf
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr ""
#. b8JK6
-#: include/svtools/strings.hrc:342
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:343
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:344
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:345
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -4867,6 +4860,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Guadeloupean Creole French"
msgstr ""
+#. 2b2P4
+#: svtools/inc/langtab.hrc:424
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Ligurian"
+msgstr ""
+
+#. 3LvEE
+#: svtools/inc/langtab.hrc:425
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Minangkabau"
+msgstr ""
+
#. Fsz7D
#: svtools/inc/templwin.hrc:41
msgctxt "STRARY_SVT_DOCINFO"
@@ -5331,10 +5336,9 @@ msgstr ""
#. 8boor
#: svtools/uiconfig/ui/placeedit.ui:392
-#, fuzzy
msgctxt "placeedit|passwordLabel"
msgid "Password:"
-msgstr "~Clau"
+msgstr "Clau:"
#. DFwBC
#: svtools/uiconfig/ui/placeedit.ui:415
diff --git a/source/an/svx/messages.po b/source/an/svx/messages.po
index d0e3b8e6421..62ff74fe741 100644
--- a/source/an/svx/messages.po
+++ b/source/an/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-02-10 17:54+0100\n"
-"PO-Revision-Date: 2020-01-17 18:11+0000\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"PO-Revision-Date: 2020-02-19 23:15+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"
"Language: an\n"
@@ -15935,10 +15935,9 @@ msgstr ""
#. y7gka
#: svx/uiconfig/ui/paralinespacingcontrol.ui:143
-#, fuzzy
msgctxt "paralinespacingcontrol|value_label"
msgid "Value:"
-msgstr "Valura"
+msgstr "Valura:"
#. XcHVH
#: svx/uiconfig/ui/paralinespacingcontrol.ui:197
@@ -16760,110 +16759,110 @@ msgid "Select the effect to apply."
msgstr ""
#. JKTDJ
-#: svx/uiconfig/ui/sidebararea.ui:220
+#: svx/uiconfig/ui/sidebararea.ui:223
msgctxt "sidebararea|fillattr-atkobject"
msgid "Hatching/Bitmap"
msgstr ""
#. 6ziwq
-#: svx/uiconfig/ui/sidebararea.ui:235
+#: svx/uiconfig/ui/sidebararea.ui:238
msgctxt "sidebararea|fillgrad1|tooltip_text"
msgid "Fill gradient from."
msgstr ""
#. UE2EH
-#: svx/uiconfig/ui/sidebararea.ui:259
+#: svx/uiconfig/ui/sidebararea.ui:262
msgctxt "sidebararea|gradangle|tooltip_text"
msgid "Select the gradient angle."
msgstr ""
#. fuzvt
-#: svx/uiconfig/ui/sidebararea.ui:264
+#: svx/uiconfig/ui/sidebararea.ui:267
msgctxt "sidebararea|gradangle-atkobject"
msgid "Gradient angle"
msgstr ""
#. FjG3M
-#: svx/uiconfig/ui/sidebararea.ui:278
+#: svx/uiconfig/ui/sidebararea.ui:281
msgctxt "sidebararea|fillgrad2|tooltip_text"
msgid "Fill gradient to."
msgstr ""
#. VnsM7
-#: svx/uiconfig/ui/sidebararea.ui:295
+#: svx/uiconfig/ui/sidebararea.ui:298
msgctxt "sidebararea|transparencylabel|tooltip_text"
msgid "Transparency"
msgstr "Transparencia"
#. RZtCX
-#: svx/uiconfig/ui/sidebararea.ui:296
+#: svx/uiconfig/ui/sidebararea.ui:299
msgctxt "sidebararea|transparencylabel"
msgid "_Transparency:"
msgstr ""
#. hrKBN
-#: svx/uiconfig/ui/sidebararea.ui:309
+#: svx/uiconfig/ui/sidebararea.ui:312
msgctxt "sidebararea|transtype|tooltip_text"
msgid "Select the type of transparency to apply."
msgstr ""
#. qG4kJ
-#: svx/uiconfig/ui/sidebararea.ui:311
+#: svx/uiconfig/ui/sidebararea.ui:314
#, fuzzy
msgctxt "sidebararea|transtype"
msgid "None"
msgstr "~Garra"
#. AAqxT
-#: svx/uiconfig/ui/sidebararea.ui:312
+#: svx/uiconfig/ui/sidebararea.ui:315
msgctxt "sidebararea|transtype"
msgid "Solid"
msgstr ""
#. GzSAp
-#: svx/uiconfig/ui/sidebararea.ui:313
+#: svx/uiconfig/ui/sidebararea.ui:316
msgctxt "sidebararea|transtype"
msgid "Linear"
msgstr ""
#. vXTqG
-#: svx/uiconfig/ui/sidebararea.ui:314
+#: svx/uiconfig/ui/sidebararea.ui:317
msgctxt "sidebararea|transtype"
msgid "Axial"
msgstr ""
#. 7BS94
-#: svx/uiconfig/ui/sidebararea.ui:315
+#: svx/uiconfig/ui/sidebararea.ui:318
msgctxt "sidebararea|transtype"
msgid "Radial"
msgstr ""
#. tvpBz
-#: svx/uiconfig/ui/sidebararea.ui:316
+#: svx/uiconfig/ui/sidebararea.ui:319
msgctxt "sidebararea|transtype"
msgid "Ellipsoid"
msgstr ""
#. RWDy2
-#: svx/uiconfig/ui/sidebararea.ui:317
+#: svx/uiconfig/ui/sidebararea.ui:320
msgctxt "sidebararea|transtype"
msgid "Quadratic"
msgstr ""
#. ozP7p
-#: svx/uiconfig/ui/sidebararea.ui:318
+#: svx/uiconfig/ui/sidebararea.ui:321
msgctxt "sidebararea|transtype"
msgid "Square"
msgstr ""
#. J46j4
-#: svx/uiconfig/ui/sidebararea.ui:322
+#: svx/uiconfig/ui/sidebararea.ui:325
msgctxt "sidebararea|transtype-atkobject"
msgid "Transparency Type"
msgstr ""
#. 8hBpk
-#: svx/uiconfig/ui/sidebararea.ui:343
+#: svx/uiconfig/ui/sidebararea.ui:346
msgctxt "sidebararea|gradient|tooltip_text"
msgid "Specify the variation of gradient transparency."
msgstr ""
@@ -17019,147 +17018,147 @@ msgctxt "sidebargraphic|setgamma-atkobject"
msgid "Gamma value"
msgstr ""
-#. rBdfj
-#: svx/uiconfig/ui/sidebarline.ui:36
-msgctxt "sidebarline|widthlabel"
-msgid "_Line:"
-msgstr ""
-
-#. R56Ey
-#: svx/uiconfig/ui/sidebarline.ui:58
-msgctxt "sidebarline|linestyle|tooltip_text"
-msgid "Select the style of the line."
-msgstr ""
-
-#. 5yM6T
-#: svx/uiconfig/ui/sidebarline.ui:70
-msgctxt "sidebarline|linestyle|tooltip_text"
-msgid "Select the style of the arrowheads."
-msgstr ""
-
#. JA5zE
-#: svx/uiconfig/ui/sidebarline.ui:103
+#: svx/uiconfig/ui/sidebarline.ui:38
msgctxt "sidebarline|widthlabel"
msgid "_Width:"
msgstr ""
#. HokBv
-#: svx/uiconfig/ui/sidebarline.ui:117
+#: svx/uiconfig/ui/sidebarline.ui:52
msgctxt "sidebarline|width|tooltip_text"
msgid "Select the width of the line."
msgstr ""
#. hqTEs
-#: svx/uiconfig/ui/sidebarline.ui:144
+#: svx/uiconfig/ui/sidebarline.ui:80
#, fuzzy
msgctxt "sidebarline|colorlabel"
msgid "_Color:"
msgstr "~Color"
#. oEqwH
-#: svx/uiconfig/ui/sidebarline.ui:158
+#: svx/uiconfig/ui/sidebarline.ui:94
msgctxt "sidebarline|color|tooltip_text"
msgid "Select the color of the line."
msgstr ""
#. JbEBs
-#: svx/uiconfig/ui/sidebarline.ui:167
+#: svx/uiconfig/ui/sidebarline.ui:102
msgctxt "sidebarline|setcolor|tooltip_text"
msgid "Select the color of the line."
msgstr ""
#. XiUKD
-#: svx/uiconfig/ui/sidebarline.ui:186
+#: svx/uiconfig/ui/sidebarline.ui:122
msgctxt "sidebarline|translabel"
msgid "_Transparency:"
msgstr ""
#. t32c8
-#: svx/uiconfig/ui/sidebarline.ui:200
+#: svx/uiconfig/ui/sidebarline.ui:136
msgctxt "sidebarline|linetransparency|tooltip_text"
msgid "Specify the transparency of the line."
msgstr ""
#. kDWvG
-#: svx/uiconfig/ui/sidebarline.ui:205
+#: svx/uiconfig/ui/sidebarline.ui:140
msgctxt "sidebarline|linetransparency-atkobject"
msgid "Transparency"
msgstr "Transparencia"
+#. rBdfj
+#: svx/uiconfig/ui/sidebarline.ui:158
+msgctxt "sidebarline|widthlabel"
+msgid "_Line:"
+msgstr ""
+
+#. 5yM6T
+#: svx/uiconfig/ui/sidebarline.ui:181
+msgctxt "sidebarline|linestyle|tooltip_text"
+msgid "Select the style of the arrowheads."
+msgstr ""
+
+#. R56Ey
+#: svx/uiconfig/ui/sidebarline.ui:193
+msgctxt "sidebarline|linestyle|tooltip_text"
+msgid "Select the style of the line."
+msgstr ""
+
#. AZukk
-#: svx/uiconfig/ui/sidebarline.ui:237
+#: svx/uiconfig/ui/sidebarline.ui:249
msgctxt "sidebarline|cornerlabel"
msgid "_Corner style:"
msgstr ""
#. DhDzF
-#: svx/uiconfig/ui/sidebarline.ui:251
+#: svx/uiconfig/ui/sidebarline.ui:263
msgctxt "sidebarline|edgestyle|tooltip_text"
msgid "Select the style of the edge connections."
msgstr ""
#. CUdXF
-#: svx/uiconfig/ui/sidebarline.ui:253
+#: svx/uiconfig/ui/sidebarline.ui:265
msgctxt "sidebarline|edgestyle"
msgid "Rounded"
msgstr ""
#. jPD2D
-#: svx/uiconfig/ui/sidebarline.ui:254
+#: svx/uiconfig/ui/sidebarline.ui:266
msgctxt "sidebarline|edgestyle"
msgid "- none -"
msgstr "- garra -"
#. MuNWz
-#: svx/uiconfig/ui/sidebarline.ui:255
+#: svx/uiconfig/ui/sidebarline.ui:267
msgctxt "sidebarline|edgestyle"
msgid "Mitered"
msgstr ""
#. Dftrf
-#: svx/uiconfig/ui/sidebarline.ui:256
+#: svx/uiconfig/ui/sidebarline.ui:268
msgctxt "sidebarline|edgestyle"
msgid "Beveled"
msgstr ""
#. EG2LW
-#: svx/uiconfig/ui/sidebarline.ui:260
+#: svx/uiconfig/ui/sidebarline.ui:272
msgctxt "sidebarline|edgestyle-atkobject"
msgid "Corner Style"
msgstr ""
#. rHzFD
-#: svx/uiconfig/ui/sidebarline.ui:273
+#: svx/uiconfig/ui/sidebarline.ui:285
msgctxt "sidebarline|caplabel"
msgid "Ca_p style:"
msgstr ""
#. PbDF7
-#: svx/uiconfig/ui/sidebarline.ui:287
+#: svx/uiconfig/ui/sidebarline.ui:299
msgctxt "sidebarline|linecapstyle|tooltip_text"
msgid "Select the style of the line caps."
msgstr ""
#. 9qZVm
-#: svx/uiconfig/ui/sidebarline.ui:289
+#: svx/uiconfig/ui/sidebarline.ui:301
msgctxt "sidebarline|linecapstyle"
msgid "Flat"
msgstr ""
#. AK2DH
-#: svx/uiconfig/ui/sidebarline.ui:290
+#: svx/uiconfig/ui/sidebarline.ui:302
msgctxt "sidebarline|linecapstyle"
msgid "Round"
msgstr ""
#. 52VUc
-#: svx/uiconfig/ui/sidebarline.ui:291
+#: svx/uiconfig/ui/sidebarline.ui:303
msgctxt "sidebarline|linecapstyle"
msgid "Square"
msgstr ""
#. AxAHn
-#: svx/uiconfig/ui/sidebarline.ui:295
+#: svx/uiconfig/ui/sidebarline.ui:307
msgctxt "sidebarline|linecapstyle-atkobject"
msgid "Cap Style"
msgstr ""
diff --git a/source/an/sw/messages.po b/source/an/sw/messages.po
index f864f260b63..5f1594bc93e 100644
--- a/source/an/sw/messages.po
+++ b/source/an/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:54+0100\n"
"PO-Revision-Date: 2020-02-10 17:38+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"
@@ -2962,10 +2962,10 @@ msgctxt "STR_HYPH_TITLE"
msgid "Hyphenation"
msgstr ""
-#. zMC8E
+#. EDxsk
#: sw/inc/strings.hrc:397
msgctxt "STR_HYPH_MISSING"
-msgid "Missing hyphenation info"
+msgid "Missing hyphenation data"
msgstr ""
#. TEP66
@@ -3913,1712 +3913,1738 @@ msgctxt "STR_TABLE_NAME"
msgid "table: $1$2$3"
msgstr ""
-#. WTcCB
+#. AtWxA
#: sw/inc/strings.hrc:554
-msgctxt "STR_CHAPTER_NAME"
+msgctxt "STR_CHAPTERS"
msgid "chapter"
-msgstr ""
-
-#. NBkBh
-#: sw/inc/strings.hrc:555
-msgctxt "STR_CHAPTERS_NAME"
-msgid "chapters"
-msgstr ""
+msgid_plural "chapters"
+msgstr[0] ""
+msgstr[1] ""
#. 2JCL2
-#: sw/inc/strings.hrc:556
+#: sw/inc/strings.hrc:555
msgctxt "STR_PARAGRAPH_UNDO"
msgid "paragraph"
msgstr ""
#. DvnGA
-#: sw/inc/strings.hrc:557
+#: sw/inc/strings.hrc:556
msgctxt "STR_PARAGRAPH_SIGN_UNDO"
msgid "Paragraph sign"
msgstr ""
#. oL9GG
-#: sw/inc/strings.hrc:558
+#: sw/inc/strings.hrc:557
msgctxt "STR_UNDO_FLYFRMFMT_TITLE"
msgid "Change object title of $1"
msgstr ""
#. 3Cv7E
-#: sw/inc/strings.hrc:559
+#: sw/inc/strings.hrc:558
msgctxt "STR_UNDO_FLYFRMFMT_DESCRIPTION"
msgid "Change object description of $1"
msgstr ""
#. rWw8U
-#: sw/inc/strings.hrc:560
+#: sw/inc/strings.hrc:559
msgctxt "STR_UNDO_TBLSTYLE_CREATE"
msgid "Create table style: $1"
msgstr ""
#. jGxgy
-#: sw/inc/strings.hrc:561
+#: sw/inc/strings.hrc:560
msgctxt "STR_UNDO_TBLSTYLE_DELETE"
msgid "Delete table style: $1"
msgstr ""
#. 6NWP3
-#: sw/inc/strings.hrc:562
+#: sw/inc/strings.hrc:561
msgctxt "STR_UNDO_TBLSTYLE_UPDATE"
msgid "Update table style: $1"
msgstr ""
#. JegfU
-#: sw/inc/strings.hrc:563
+#: sw/inc/strings.hrc:562
msgctxt "STR_UNDO_TABLE_DELETE"
msgid "Delete table"
msgstr ""
#. KSMpJ
-#: sw/inc/strings.hrc:564
+#: sw/inc/strings.hrc:563
msgctxt "STR_UNDO_INSERT_FORM_FIELD"
msgid "Insert form field"
msgstr ""
#. 2zJmG
-#: sw/inc/strings.hrc:565
+#: sw/inc/strings.hrc:564
msgctxt "STR_DROP_DOWN_FIELD_ITEM_LIMIT"
msgid "You can specify maximum of 25 items for a drop-down form field."
msgstr ""
#. CUXeF
-#: sw/inc/strings.hrc:567
+#: sw/inc/strings.hrc:566
msgctxt "STR_ACCESS_DOC_NAME"
msgid "Document view"
msgstr ""
#. FrBrC
-#: sw/inc/strings.hrc:568
+#: sw/inc/strings.hrc:567
msgctxt "STR_ACCESS_DOC_DESC"
msgid "Document view"
msgstr ""
#. BCEgS
-#: sw/inc/strings.hrc:569
+#: sw/inc/strings.hrc:568
msgctxt "STR_ACCESS_HEADER_NAME"
msgid "Header $(ARG1)"
msgstr ""
#. zKdDR
-#: sw/inc/strings.hrc:570
+#: sw/inc/strings.hrc:569
msgctxt "STR_ACCESS_HEADER_DESC"
msgid "Header page $(ARG1)"
msgstr ""
#. NhFrV
-#: sw/inc/strings.hrc:571
+#: sw/inc/strings.hrc:570
msgctxt "STR_ACCESS_FOOTER_NAME"
msgid "Footer $(ARG1)"
msgstr ""
#. 6GJNd
-#: sw/inc/strings.hrc:572
+#: sw/inc/strings.hrc:571
msgctxt "STR_ACCESS_FOOTER_DESC"
msgid "Footer page $(ARG1)"
msgstr ""
#. VGUwW
-#: sw/inc/strings.hrc:573
+#: sw/inc/strings.hrc:572
msgctxt "STR_ACCESS_FOOTNOTE_NAME"
msgid "Footnote $(ARG1)"
msgstr ""
#. a7XMU
-#: sw/inc/strings.hrc:574
+#: sw/inc/strings.hrc:573
msgctxt "STR_ACCESS_FOOTNOTE_DESC"
msgid "Footnote $(ARG1)"
msgstr ""
#. 3ExiP
-#: sw/inc/strings.hrc:575
+#: sw/inc/strings.hrc:574
msgctxt "STR_ACCESS_ENDNOTE_NAME"
msgid "Endnote $(ARG1)"
msgstr ""
#. 8XdTm
-#: sw/inc/strings.hrc:576
+#: sw/inc/strings.hrc:575
msgctxt "STR_ACCESS_ENDNOTE_DESC"
msgid "Endnote $(ARG1)"
msgstr ""
#. 4sTZN
-#: sw/inc/strings.hrc:577
+#: sw/inc/strings.hrc:576
msgctxt "STR_ACCESS_TABLE_DESC"
msgid "$(ARG1) on page $(ARG2)"
msgstr ""
#. Z5Uy9
-#: sw/inc/strings.hrc:578
+#: sw/inc/strings.hrc:577
msgctxt "STR_ACCESS_PAGE_NAME"
msgid "Page $(ARG1)"
msgstr ""
#. CWroT
-#: sw/inc/strings.hrc:579
+#: sw/inc/strings.hrc:578
msgctxt "STR_ACCESS_PAGE_DESC"
msgid "Page: $(ARG1)"
msgstr ""
#. iwfxM
-#: sw/inc/strings.hrc:580
+#: sw/inc/strings.hrc:579
msgctxt "STR_ACCESS_ANNOTATION_AUTHOR_NAME"
msgid "Author"
msgstr "Autor"
#. sff9t
-#: sw/inc/strings.hrc:581
+#: sw/inc/strings.hrc:580
msgctxt "STR_ACCESS_ANNOTATION_DATE_NAME"
msgid "Date"
msgstr "Calendata"
#. VScXC
-#: sw/inc/strings.hrc:582
+#: sw/inc/strings.hrc:581
msgctxt "STR_ACCESS_ANNOTATION_RESOLVED_NAME"
msgid "Resolved"
msgstr ""
#. JtzA4
-#: sw/inc/strings.hrc:583
+#: sw/inc/strings.hrc:582
#, fuzzy
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_NAME"
msgid "Actions"
msgstr "Acción"
#. cHWqM
-#: sw/inc/strings.hrc:584
+#: sw/inc/strings.hrc:583
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_DESC"
msgid "Activate this button to open a list of actions which can be performed on this comment and other comments"
msgstr ""
#. 9YxaB
-#: sw/inc/strings.hrc:585
+#: sw/inc/strings.hrc:584
msgctxt "STR_ACCESS_PREVIEW_DOC_NAME"
msgid "Document preview"
msgstr ""
#. eYFFo
-#: sw/inc/strings.hrc:586
+#: sw/inc/strings.hrc:585
msgctxt "STR_ACCESS_PREVIEW_DOC_SUFFIX"
msgid "(Preview mode)"
msgstr ""
#. Fp7Hn
-#: sw/inc/strings.hrc:587
+#: sw/inc/strings.hrc:586
#, fuzzy
msgctxt "STR_ACCESS_DOC_WORDPROCESSING"
msgid "%PRODUCTNAME Document"
msgstr "Documentos de %PRODNAME"
#. CsQKH
-#: sw/inc/strings.hrc:589
+#: sw/inc/strings.hrc:588
msgctxt "STR_COMCORE_READERROR"
msgid "Read Error"
msgstr ""
#. ztbVu
-#: sw/inc/strings.hrc:590
+#: sw/inc/strings.hrc:589
msgctxt "STR_COMCORE_CANT_SHOW"
msgid "Image cannot be displayed."
msgstr ""
#. iJsFt
-#: sw/inc/strings.hrc:591
+#: sw/inc/strings.hrc:590
msgctxt "STR_ERROR_CLPBRD_READ"
msgid "Error reading from the clipboard."
msgstr ""
#. bXZQD
-#: sw/inc/strings.hrc:593
+#: sw/inc/strings.hrc:592
msgctxt "STR_COLUMN_BREAK"
msgid "Manual Column Break"
msgstr ""
#. 7DzNG
-#: sw/inc/strings.hrc:595
+#: sw/inc/strings.hrc:594
msgctxt "STR_CHART2_ROW_LABEL_TEXT"
msgid "Row %ROWNUMBER"
msgstr ""
#. GYFVF
-#: sw/inc/strings.hrc:596
+#: sw/inc/strings.hrc:595
msgctxt "STR_CHART2_COL_LABEL_TEXT"
msgid "Column %COLUMNLETTER"
msgstr ""
#. GGS2b
-#: sw/inc/strings.hrc:597
+#: sw/inc/strings.hrc:596
#, fuzzy
msgctxt "STR_STYLE_FAMILY_CHARACTER"
msgid "Character"
msgstr "Importar"
#. KBw5e
-#: sw/inc/strings.hrc:598
+#: sw/inc/strings.hrc:597
msgctxt "STR_STYLE_FAMILY_PARAGRAPH"
msgid "Paragraph"
msgstr ""
#. ERH8o
-#: sw/inc/strings.hrc:599
+#: sw/inc/strings.hrc:598
msgctxt "STR_STYLE_FAMILY_FRAME"
msgid "Frame"
msgstr ""
#. Cqjn8
-#: sw/inc/strings.hrc:600
+#: sw/inc/strings.hrc:599
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Pages"
msgstr "Pachinas"
#. ncffA
-#: sw/inc/strings.hrc:601
+#: sw/inc/strings.hrc:600
msgctxt "STR_STYLE_FAMILY_NUMBERING"
msgid "Numbering"
msgstr ""
#. NydLs
-#: sw/inc/strings.hrc:602
+#: sw/inc/strings.hrc:601
msgctxt "STR_STYLE_FAMILY_TABLE"
msgid "Table"
msgstr "Tabla"
#. XUhuM
-#: sw/inc/strings.hrc:603
+#: sw/inc/strings.hrc:602
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell"
msgstr ""
#. DRqDZ
-#: sw/inc/strings.hrc:605
+#: sw/inc/strings.hrc:604
msgctxt "ST_SCRIPT_ASIAN"
msgid "Asian"
msgstr ""
#. owFtq
-#: sw/inc/strings.hrc:606
+#: sw/inc/strings.hrc:605
msgctxt "ST_SCRIPT_CTL"
msgid "CTL"
msgstr ""
#. ap5iF
-#: sw/inc/strings.hrc:607
+#: sw/inc/strings.hrc:606
msgctxt "ST_SCRIPT_WESTERN"
msgid "Western"
msgstr ""
#. HD64i
-#: sw/inc/strings.hrc:608
+#: sw/inc/strings.hrc:607
#, fuzzy
msgctxt "STR_PRINTOPTUI_PRODUCTNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. q6egu
-#: sw/inc/strings.hrc:609
+#: sw/inc/strings.hrc:608
msgctxt "STR_PRINTOPTUI_CONTENTS"
msgid "Contents"
msgstr "Conteniu"
#. Ka4fM
-#: sw/inc/strings.hrc:610
+#: sw/inc/strings.hrc:609
msgctxt "STR_PRINTOPTUI_PAGE_BACKGROUND"
msgid "Page ba~ckground"
msgstr ""
#. YPEEH
-#: sw/inc/strings.hrc:611
+#: sw/inc/strings.hrc:610
msgctxt "STR_PRINTOPTUI_PICTURES"
msgid "~Images and other graphic objects"
msgstr ""
#. L6GSj
-#: sw/inc/strings.hrc:612
+#: sw/inc/strings.hrc:611
msgctxt "STR_PRINTOPTUI_HIDDEN"
msgid "Hidden te~xt"
msgstr ""
#. pXiRN
-#: sw/inc/strings.hrc:613
+#: sw/inc/strings.hrc:612
msgctxt "STR_PRINTOPTUI_TEXT_PLACEHOLDERS"
msgid "~Text placeholders"
msgstr ""
#. JBWVd
-#: sw/inc/strings.hrc:614
+#: sw/inc/strings.hrc:613
msgctxt "STR_PRINTOPTUI_FORM_CONTROLS"
msgid "Form control~s"
msgstr ""
#. X8Bfu
-#: sw/inc/strings.hrc:615
+#: sw/inc/strings.hrc:614
#, fuzzy
msgctxt "STR_PRINTOPTUI_COLOR"
msgid "Color"
msgstr "~Color"
#. kQDcq
-#: sw/inc/strings.hrc:616
+#: sw/inc/strings.hrc:615
msgctxt "STR_PRINTOPTUI_PRINT_BLACK"
msgid "Print text in blac~k"
msgstr ""
#. DEELn
-#: sw/inc/strings.hrc:617
+#: sw/inc/strings.hrc:616
msgctxt "STR_PRINTOPTUI_PAGES_TEXT"
msgid "Pages:"
msgstr ""
#. uddbB
-#: sw/inc/strings.hrc:618
+#: sw/inc/strings.hrc:617
msgctxt "STR_PRINTOPTUI_PRINT_BLANK"
msgid "Print ~automatically inserted blank pages"
msgstr ""
#. MTJt2
-#: sw/inc/strings.hrc:619
+#: sw/inc/strings.hrc:618
msgctxt "STR_PRINTOPTUI_ONLY_PAPER"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. 4uBam
-#: sw/inc/strings.hrc:620
+#: sw/inc/strings.hrc:619
msgctxt "STR_PRINTOPTUI_NONE"
msgid "None (document only)"
msgstr ""
#. pbQtA
-#: sw/inc/strings.hrc:621
+#: sw/inc/strings.hrc:620
msgctxt "STR_PRINTOPTUI_COMMENTS_ONLY"
msgid "Comments only"
msgstr ""
#. sVnbD
-#: sw/inc/strings.hrc:622
+#: sw/inc/strings.hrc:621
msgctxt "STR_PRINTOPTUI_PLACE_END"
msgid "Place at end of document"
msgstr ""
#. D4BXH
-#: sw/inc/strings.hrc:623
+#: sw/inc/strings.hrc:622
msgctxt "STR_PRINTOPTUI_PLACE_PAGE"
msgid "Place at end of page"
msgstr ""
#. 6rzab
-#: sw/inc/strings.hrc:624
+#: sw/inc/strings.hrc:623
#, fuzzy
msgctxt "STR_PRINTOPTUI_COMMENTS"
msgid "~Comments"
msgstr "~Comentarios"
#. cnqLU
-#: sw/inc/strings.hrc:625
+#: sw/inc/strings.hrc:624
msgctxt "STR_PRINTOPTUI_BROCHURE"
msgid "Broch~ure"
msgstr ""
#. t6drz
-#: sw/inc/strings.hrc:626
+#: sw/inc/strings.hrc:625
msgctxt "STR_PRINTOPTUI_LEFT_SCRIPT"
msgid "Left-to-right script"
msgstr ""
#. QgmxB
-#: sw/inc/strings.hrc:627
+#: sw/inc/strings.hrc:626
msgctxt "STR_PRINTOPTUI_RIGHT_SCRIPT"
msgid "Right-to-left script"
msgstr ""
-#. jaqAs
-#: sw/inc/strings.hrc:628
+#. t4Cm7
+#: sw/inc/strings.hrc:627
msgctxt "STR_PRINTOPTUI_PRINTALLPAGES"
-msgid "All ~Pages"
+msgid "~All Pages"
msgstr ""
#. ZDRM2
-#: sw/inc/strings.hrc:629
+#: sw/inc/strings.hrc:628
msgctxt "STR_PRINTOPTUI_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. F862f
-#: sw/inc/strings.hrc:630
+#: sw/inc/strings.hrc:629
msgctxt "STR_PRINTOPTUI_PRINTEVENPAGES"
msgid "~Even pages"
msgstr ""
#. ttxxB
-#: sw/inc/strings.hrc:631
+#: sw/inc/strings.hrc:630
msgctxt "STR_PRINTOPTUI_PRINTODDPAGES"
msgid "~Odd pages"
msgstr ""
#. rajyx
-#: sw/inc/strings.hrc:632
+#: sw/inc/strings.hrc:631
msgctxt "STR_PRINTOPTUI_PRINTSELECTION"
msgid "~Selection"
msgstr ""
#. 9EXcV
-#: sw/inc/strings.hrc:633
+#: sw/inc/strings.hrc:632
msgctxt "STR_PRINTOPTUI_PLACE_MARGINS"
msgid "Place in margins"
msgstr ""
#. NGQw3
-#: sw/inc/strings.hrc:635
+#: sw/inc/strings.hrc:634
msgctxt "STR_FORMULA_CALC"
msgid "Functions"
msgstr "Funcions"
#. D3RCG
-#: sw/inc/strings.hrc:636
+#: sw/inc/strings.hrc:635
msgctxt "STR_FORMULA_CANCEL"
msgid "Cancel"
msgstr "Cancelar"
#. 3Tg3C
-#: sw/inc/strings.hrc:637
+#: sw/inc/strings.hrc:636
msgctxt "STR_FORMULA_APPLY"
msgid "Apply"
msgstr "Aplicar"
#. UDkFb
-#: sw/inc/strings.hrc:638
+#: sw/inc/strings.hrc:637
msgctxt "STR_ACCESS_FORMULA_TOOLBAR"
msgid "Formula Tool Bar"
msgstr ""
#. Z3CB5
-#: sw/inc/strings.hrc:639
+#: sw/inc/strings.hrc:638
msgctxt "STR_ACCESS_FORMULA_TYPE"
msgid "Formula Type"
msgstr ""
#. 3CCa7
-#: sw/inc/strings.hrc:640
+#: sw/inc/strings.hrc:639
msgctxt "STR_ACCESS_FORMULA_TEXT"
msgid "Formula Text"
msgstr ""
#. FXNer
-#: sw/inc/strings.hrc:642
+#: sw/inc/strings.hrc:641
msgctxt "STR_ACCESS_TL_GLOBAL"
msgid "Global View"
msgstr ""
#. aeeRP
-#: sw/inc/strings.hrc:643
+#: sw/inc/strings.hrc:642
msgctxt "STR_ACCESS_TL_CONTENT"
msgid "Content Navigation View"
msgstr ""
#. UAExA
-#: sw/inc/strings.hrc:644
+#: sw/inc/strings.hrc:643
msgctxt "STR_OUTLINE_LEVEL"
msgid "Outline Level"
msgstr ""
#. yERK6
-#: sw/inc/strings.hrc:645
+#: sw/inc/strings.hrc:644
#, fuzzy
msgctxt "STR_DRAGMODE"
msgid "Drag Mode"
msgstr "Modo d'arrocegue"
#. PAB4k
-#: sw/inc/strings.hrc:646
+#: sw/inc/strings.hrc:645
msgctxt "STR_SEND_OUTLINE_TO_CLIPBOARD_ENTRY"
msgid "Send Outline to Clipboard"
msgstr ""
-#. DMBCD
+#. b5tPU
+#: sw/inc/strings.hrc:646
+msgctxt "STR_OUTLINE_TRACKING"
+msgid "Outline Tracking"
+msgstr ""
+
+#. qzXwn
#: sw/inc/strings.hrc:647
+msgctxt "STR_OUTLINE_TRACKING_DEFAULT"
+msgid "Default"
+msgstr ""
+
+#. HGDgJ
+#: sw/inc/strings.hrc:648
+msgctxt "STR_OUTLINE_TRACKING_FOCUS"
+msgid "Focus"
+msgstr ""
+
+#. BYRpF
+#: sw/inc/strings.hrc:649
+msgctxt "STR_OUTLINE_TRACKING_OFF"
+msgid "Off"
+msgstr ""
+
+#. bh39E
+#: sw/inc/strings.hrc:650
+msgctxt "STR_GOTO"
+msgid "Go to"
+msgstr ""
+
+#. DMBCD
+#: sw/inc/strings.hrc:651
msgctxt "STR_SELECT"
msgid "Select"
msgstr ""
#. LXGe4
-#: sw/inc/strings.hrc:648
+#: sw/inc/strings.hrc:652
msgctxt "STR_DEMOTE_CHAPTER"
msgid "Demote Chapter"
msgstr ""
#. JXiwa
-#: sw/inc/strings.hrc:649
+#: sw/inc/strings.hrc:653
msgctxt "STR_PROMOTE_CHAPTER"
msgid "Promote Chapter"
msgstr ""
#. 7BYGD
-#: sw/inc/strings.hrc:650
+#: sw/inc/strings.hrc:654
msgctxt "STR_DEMOTE_LEVEL"
msgid "Demote Level"
msgstr ""
#. DdvQg
-#: sw/inc/strings.hrc:651
+#: sw/inc/strings.hrc:655
msgctxt "STR_PROMOTE_LEVEL"
msgid "Promote Level"
msgstr ""
#. 9Fipd
-#: sw/inc/strings.hrc:652
+#: sw/inc/strings.hrc:656
msgctxt "STR_EXPANDALL"
msgid "Expand All"
msgstr ""
#. FxGVt
-#: sw/inc/strings.hrc:653
+#: sw/inc/strings.hrc:657
msgctxt "STR_COLLAPSEALL"
msgid "Collapse All"
msgstr ""
#. xvSRm
-#: sw/inc/strings.hrc:654
+#: sw/inc/strings.hrc:658
#, fuzzy
msgctxt "STR_HYPERLINK"
msgid "Insert as Hyperlink"
msgstr "Ficar como enlaz"
#. sdfGe
-#: sw/inc/strings.hrc:655
+#: sw/inc/strings.hrc:659
#, fuzzy
msgctxt "STR_LINK_REGION"
msgid "Insert as Link"
msgstr "Ficar como enlaz"
#. Suaiz
-#: sw/inc/strings.hrc:656
+#: sw/inc/strings.hrc:660
#, fuzzy
msgctxt "STR_COPY_REGION"
msgid "Insert as Copy"
msgstr "Ficar como copia"
#. VgdhT
-#: sw/inc/strings.hrc:657
+#: sw/inc/strings.hrc:661
#, fuzzy
msgctxt "STR_DISPLAY"
msgid "Display"
msgstr "Visualizar"
#. 3VXp5
-#: sw/inc/strings.hrc:658
+#: sw/inc/strings.hrc:662
#, fuzzy
msgctxt "STR_ACTIVE_VIEW"
msgid "Active Window"
msgstr "Finestra activa"
#. fAAUc
-#: sw/inc/strings.hrc:659
+#: sw/inc/strings.hrc:663
#, fuzzy
msgctxt "STR_HIDDEN"
msgid "hidden"
msgstr "amagau"
#. 3VWjq
-#: sw/inc/strings.hrc:660
+#: sw/inc/strings.hrc:664
#, fuzzy
msgctxt "STR_ACTIVE"
msgid "active"
msgstr "activo"
#. YjPvg
-#: sw/inc/strings.hrc:661
+#: sw/inc/strings.hrc:665
#, fuzzy
msgctxt "STR_INACTIVE"
msgid "inactive"
msgstr "inactivo"
#. tBPKU
-#: sw/inc/strings.hrc:662
+#: sw/inc/strings.hrc:666
#, fuzzy
msgctxt "STR_EDIT_ENTRY"
msgid "Edit..."
msgstr "~Editar..."
#. ppC87
-#: sw/inc/strings.hrc:663
+#: sw/inc/strings.hrc:667
msgctxt "STR_UPDATE"
msgid "~Update"
msgstr ""
#. 44Esc
-#: sw/inc/strings.hrc:664
+#: sw/inc/strings.hrc:668
msgctxt "STR_EDIT_CONTENT"
msgid "Edit"
msgstr ""
#. w3ZrD
-#: sw/inc/strings.hrc:665
+#: sw/inc/strings.hrc:669
msgctxt "STR_EDIT_LINK"
msgid "Edit link"
msgstr ""
#. xyPWE
-#: sw/inc/strings.hrc:666
+#: sw/inc/strings.hrc:670
msgctxt "STR_EDIT_INSERT"
msgid "Insert"
msgstr ""
#. AT9SS
-#: sw/inc/strings.hrc:667
+#: sw/inc/strings.hrc:671
#, fuzzy
msgctxt "STR_INDEX"
msgid "~Index"
msgstr "Indiz"
#. MnBLc
-#: sw/inc/strings.hrc:668
+#: sw/inc/strings.hrc:672
#, fuzzy
msgctxt "STR_FILE"
msgid "File"
msgstr "~Fichero"
#. DdBgh
-#: sw/inc/strings.hrc:669
+#: sw/inc/strings.hrc:673
msgctxt "STR_NEW_FILE"
msgid "New Document"
msgstr ""
#. aV9Uy
-#: sw/inc/strings.hrc:670
+#: sw/inc/strings.hrc:674
msgctxt "STR_INSERT_TEXT"
msgid "Text"
msgstr "Texto"
#. 5rD3D
-#: sw/inc/strings.hrc:671
+#: sw/inc/strings.hrc:675
msgctxt "STR_DELETE"
msgid "Delete"
msgstr "Eliminar"
#. 9MrsU
-#: sw/inc/strings.hrc:672
+#: sw/inc/strings.hrc:676
#, fuzzy
msgctxt "STR_DELETE_ENTRY"
msgid "~Delete"
msgstr "Eli~minar"
#. A28Rb
-#: sw/inc/strings.hrc:673
+#: sw/inc/strings.hrc:677
msgctxt "STR_UPDATE_SEL"
msgid "Selection"
msgstr "Selección"
#. gRBxA
-#: sw/inc/strings.hrc:674
+#: sw/inc/strings.hrc:678
msgctxt "STR_UPDATE_INDEX"
msgid "Indexes"
msgstr ""
#. WKwLS
-#: sw/inc/strings.hrc:675
+#: sw/inc/strings.hrc:679
msgctxt "STR_UPDATE_LINK"
msgid "Links"
msgstr ""
#. TaaJK
-#: sw/inc/strings.hrc:676
+#: sw/inc/strings.hrc:680
#, fuzzy
msgctxt "STR_UPDATE_ALL"
msgid "All"
msgstr "Totz"
#. 6neCN
-#: sw/inc/strings.hrc:677
+#: sw/inc/strings.hrc:681
msgctxt "STR_REMOVE_INDEX"
msgid "~Remove Index"
msgstr ""
#. RH2h9
-#: sw/inc/strings.hrc:678
+#: sw/inc/strings.hrc:682
msgctxt "STR_REMOVE_TBL_PROTECTION"
msgid "~Unprotect"
msgstr ""
#. HpMeb
-#: sw/inc/strings.hrc:679
+#: sw/inc/strings.hrc:683
#, fuzzy
msgctxt "STR_INVISIBLE"
msgid "hidden"
msgstr "amagau"
#. XcCnB
-#: sw/inc/strings.hrc:680
+#: sw/inc/strings.hrc:684
msgctxt "STR_BROKEN_LINK"
msgid "File not found: "
msgstr ""
#. 8BkZE
-#: sw/inc/strings.hrc:681
+#: sw/inc/strings.hrc:685
msgctxt "STR_RENAME"
msgid "~Rename..."
msgstr ""
#. FnvNk
-#: sw/inc/strings.hrc:682
+#: sw/inc/strings.hrc:686
msgctxt "STR_READONLY_IDX"
msgid "Read-~only"
msgstr ""
#. DojWF
-#: sw/inc/strings.hrc:683
+#: sw/inc/strings.hrc:687
msgctxt "STR_POSTIT_SHOW"
msgid "Show All"
msgstr ""
#. virAB
-#: sw/inc/strings.hrc:684
+#: sw/inc/strings.hrc:688
msgctxt "STR_POSTIT_HIDE"
msgid "Hide All"
msgstr ""
#. aJwW2
-#: sw/inc/strings.hrc:685
+#: sw/inc/strings.hrc:689
msgctxt "STR_POSTIT_DELETE"
msgid "Delete All"
msgstr ""
#. UC53U
-#: sw/inc/strings.hrc:686
+#: sw/inc/strings.hrc:690
msgctxt "STR_RESOLVED"
msgid "RESOLVED"
msgstr ""
#. 6VGuk
-#: sw/inc/strings.hrc:687
+#: sw/inc/strings.hrc:691
msgctxt "STR_PROTECTED"
msgid "Protected"
msgstr ""
#. 3ceMF
-#: sw/inc/strings.hrc:689
+#: sw/inc/strings.hrc:693
msgctxt "STR_MARGIN_TOOLTIP_LEFT"
msgid "Left: "
msgstr ""
#. EiXF2
-#: sw/inc/strings.hrc:690
+#: sw/inc/strings.hrc:694
msgctxt "STR_MARGIN_TOOLTIP_RIGHT"
msgid ". Right: "
msgstr ""
#. UFpVa
-#: sw/inc/strings.hrc:691
+#: sw/inc/strings.hrc:695
msgctxt "STR_MARGIN_TOOLTIP_INNER"
msgid "Inner: "
msgstr ""
#. XE7Wb
-#: sw/inc/strings.hrc:692
+#: sw/inc/strings.hrc:696
msgctxt "STR_MARGIN_TOOLTIP_OUTER"
msgid ". Outer: "
msgstr ""
#. 3A8Vg
-#: sw/inc/strings.hrc:693
+#: sw/inc/strings.hrc:697
msgctxt "STR_MARGIN_TOOLTIP_TOP"
msgid ". Top: "
msgstr ""
#. dRhyZ
-#: sw/inc/strings.hrc:694
+#: sw/inc/strings.hrc:698
msgctxt "STR_MARGIN_TOOLTIP_BOT"
msgid ". Bottom: "
msgstr ""
#. XuC4Y
#. Error calculator
-#: sw/inc/strings.hrc:697
+#: sw/inc/strings.hrc:701
msgctxt "STR_POSTIT_PAGE"
msgid "Page"
msgstr "Pachina"
#. AeDYh
-#: sw/inc/strings.hrc:698
+#: sw/inc/strings.hrc:702
msgctxt "STR_POSTIT_LINE"
msgid "Line"
msgstr ""
#. kfJG6
-#: sw/inc/strings.hrc:699
+#: sw/inc/strings.hrc:703
msgctxt "STR_POSTIT_AUTHOR"
msgid "Author"
msgstr "Autor"
#. gejqG
-#: sw/inc/strings.hrc:700
+#: sw/inc/strings.hrc:704
msgctxt "STR_CALC_SYNTAX"
msgid "** Syntax Error **"
msgstr ""
#. q6dUT
-#: sw/inc/strings.hrc:701
+#: sw/inc/strings.hrc:705
msgctxt "STR_CALC_ZERODIV"
msgid "** Division by zero **"
msgstr ""
#. HSo6d
-#: sw/inc/strings.hrc:702
+#: sw/inc/strings.hrc:706
msgctxt "STR_CALC_BRACK"
msgid "** Wrong use of brackets **"
msgstr ""
#. jcNfg
-#: sw/inc/strings.hrc:703
+#: sw/inc/strings.hrc:707
msgctxt "STR_CALC_POW"
msgid "** Square function overflow **"
msgstr ""
#. C453V
-#: sw/inc/strings.hrc:704
+#: sw/inc/strings.hrc:708
msgctxt "STR_CALC_OVERFLOW"
msgid "** Overflow **"
msgstr ""
#. KEQfz
-#: sw/inc/strings.hrc:705
+#: sw/inc/strings.hrc:709
msgctxt "STR_CALC_DEFAULT"
msgid "** Error **"
msgstr ""
#. hxrg9
-#: sw/inc/strings.hrc:706
+#: sw/inc/strings.hrc:710
msgctxt "STR_CALC_ERROR"
msgid "** Expression is faulty **"
msgstr ""
#. 2yBhF
-#: sw/inc/strings.hrc:707
+#: sw/inc/strings.hrc:711
msgctxt "STR_GETREFFLD_REFITEMNOTFOUND"
msgid "Error: Reference source not found"
msgstr ""
#. jgRW7
-#: sw/inc/strings.hrc:708
+#: sw/inc/strings.hrc:712
#, fuzzy
msgctxt "STR_TEMPLATE_NONE"
msgid "None"
msgstr "Nota"
#. KRD6s
-#: sw/inc/strings.hrc:709
+#: sw/inc/strings.hrc:713
msgctxt "STR_FIELD_FIXED"
msgid "(fixed)"
msgstr ""
#. FCRUB
-#: sw/inc/strings.hrc:710
+#: sw/inc/strings.hrc:714
msgctxt "STR_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
#. ocA84
-#: sw/inc/strings.hrc:711
+#: sw/inc/strings.hrc:715
msgctxt "STR_TOI"
msgid "Alphabetical Index"
msgstr ""
#. GDCRF
-#: sw/inc/strings.hrc:712
+#: sw/inc/strings.hrc:716
#, fuzzy
msgctxt "STR_TOU"
msgid "User-Defined"
msgstr "Definiu por l'~usuario"
#. vnaNc
-#: sw/inc/strings.hrc:713
+#: sw/inc/strings.hrc:717
msgctxt "STR_TOC"
msgid "Table of Contents"
msgstr ""
#. BESjb
-#: sw/inc/strings.hrc:714
+#: sw/inc/strings.hrc:718
msgctxt "STR_TOX_AUTH"
msgid "Bibliography"
msgstr ""
#. ZFBUD
-#: sw/inc/strings.hrc:715
+#: sw/inc/strings.hrc:719
msgctxt "STR_TOX_CITATION"
msgid "Citation"
msgstr ""
#. WAs8q
-#: sw/inc/strings.hrc:716
+#: sw/inc/strings.hrc:720
msgctxt "STR_TOX_TBL"
msgid "Index of Tables"
msgstr ""
#. NFzTx
-#: sw/inc/strings.hrc:717
+#: sw/inc/strings.hrc:721
msgctxt "STR_TOX_OBJ"
msgid "Table of Objects"
msgstr ""
#. mSyms
-#: sw/inc/strings.hrc:718
+#: sw/inc/strings.hrc:722
msgctxt "STR_TOX_ILL"
msgid "Table of Figures"
msgstr ""
#. TspkU
#. SubType DocInfo
-#: sw/inc/strings.hrc:720
+#: sw/inc/strings.hrc:724
msgctxt "FLD_DOCINFO_TITEL"
msgid "Title"
msgstr "Titol"
#. ziEpC
-#: sw/inc/strings.hrc:721
+#: sw/inc/strings.hrc:725
msgctxt "FLD_DOCINFO_THEMA"
msgid "Subject"
msgstr ""
#. FCVZS
-#: sw/inc/strings.hrc:722
+#: sw/inc/strings.hrc:726
msgctxt "FLD_DOCINFO_KEYS"
msgid "Keywords"
msgstr ""
#. kHC7q
-#: sw/inc/strings.hrc:723
+#: sw/inc/strings.hrc:727
msgctxt "FLD_DOCINFO_COMMENT"
msgid "Comments"
msgstr "Comentarios"
#. i6psX
-#: sw/inc/strings.hrc:724
+#: sw/inc/strings.hrc:728
msgctxt "FLD_DOCINFO_CREATE"
msgid "Created"
msgstr ""
#. L2Bxp
-#: sw/inc/strings.hrc:725
+#: sw/inc/strings.hrc:729
msgctxt "FLD_DOCINFO_CHANGE"
msgid "Modified"
msgstr ""
#. D2YKS
-#: sw/inc/strings.hrc:726
+#: sw/inc/strings.hrc:730
msgctxt "FLD_DOCINFO_PRINT"
msgid "Last printed"
msgstr ""
#. QtuZM
-#: sw/inc/strings.hrc:727
+#: sw/inc/strings.hrc:731
msgctxt "FLD_DOCINFO_DOCNO"
msgid "Revision number"
msgstr ""
#. YDFbi
-#: sw/inc/strings.hrc:728
+#: sw/inc/strings.hrc:732
msgctxt "FLD_DOCINFO_EDIT"
msgid "Total editing time"
msgstr ""
#. EpZ9C
-#: sw/inc/strings.hrc:729
+#: sw/inc/strings.hrc:733
msgctxt "STR_PAGEDESC_NAME"
msgid "Convert $(ARG1)"
msgstr ""
#. nY3NU
-#: sw/inc/strings.hrc:730
+#: sw/inc/strings.hrc:734
msgctxt "STR_PAGEDESC_FIRSTNAME"
msgid "First convert $(ARG1)"
msgstr ""
#. eQtGV
-#: sw/inc/strings.hrc:731
+#: sw/inc/strings.hrc:735
msgctxt "STR_PAGEDESC_FOLLOWNAME"
msgid "Next convert $(ARG1)"
msgstr ""
#. aBwxC
-#: sw/inc/strings.hrc:732
+#: sw/inc/strings.hrc:736
msgctxt "STR_AUTH_TYPE_ARTICLE"
msgid "Article"
msgstr ""
#. di8ud
-#: sw/inc/strings.hrc:733
+#: sw/inc/strings.hrc:737
msgctxt "STR_AUTH_TYPE_BOOK"
msgid "Book"
msgstr ""
#. GD5KJ
-#: sw/inc/strings.hrc:734
+#: sw/inc/strings.hrc:738
msgctxt "STR_AUTH_TYPE_BOOKLET"
msgid "Brochures"
msgstr ""
#. mfFSf
-#: sw/inc/strings.hrc:735
+#: sw/inc/strings.hrc:739
msgctxt "STR_AUTH_TYPE_CONFERENCE"
msgid "Conference proceedings"
msgstr ""
#. Et2Px
-#: sw/inc/strings.hrc:736
+#: sw/inc/strings.hrc:740
msgctxt "STR_AUTH_TYPE_INBOOK"
msgid "Book excerpt"
msgstr ""
#. ys2B8
-#: sw/inc/strings.hrc:737
+#: sw/inc/strings.hrc:741
msgctxt "STR_AUTH_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr ""
#. mdEqj
-#: sw/inc/strings.hrc:738
+#: sw/inc/strings.hrc:742
msgctxt "STR_AUTH_TYPE_INPROCEEDINGS"
msgid "Conference proceedings"
msgstr ""
#. jNmVD
-#: sw/inc/strings.hrc:739
+#: sw/inc/strings.hrc:743
msgctxt "STR_AUTH_TYPE_JOURNAL"
msgid "Journal"
msgstr ""
#. M3xkM
-#: sw/inc/strings.hrc:740
+#: sw/inc/strings.hrc:744
msgctxt "STR_AUTH_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr ""
#. EJAj4
-#: sw/inc/strings.hrc:741
+#: sw/inc/strings.hrc:745
msgctxt "STR_AUTH_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr ""
#. NoUCv
-#: sw/inc/strings.hrc:742
+#: sw/inc/strings.hrc:746
msgctxt "STR_AUTH_TYPE_MISC"
msgid "Miscellaneous"
msgstr ""
#. qNGGE
-#: sw/inc/strings.hrc:743
+#: sw/inc/strings.hrc:747
msgctxt "STR_AUTH_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr ""
#. L7W7R
-#: sw/inc/strings.hrc:744
+#: sw/inc/strings.hrc:748
msgctxt "STR_AUTH_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr ""
#. X8bGG
-#: sw/inc/strings.hrc:745
+#: sw/inc/strings.hrc:749
msgctxt "STR_AUTH_TYPE_TECHREPORT"
msgid "Research report"
msgstr ""
#. 4dDC9
-#: sw/inc/strings.hrc:746
+#: sw/inc/strings.hrc:750
msgctxt "STR_AUTH_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr ""
#. Gb38d
-#: sw/inc/strings.hrc:747
+#: sw/inc/strings.hrc:751
msgctxt "STR_AUTH_TYPE_EMAIL"
msgid "Email"
msgstr ""
#. 9HKD6
-#: sw/inc/strings.hrc:748
+#: sw/inc/strings.hrc:752
msgctxt "STR_AUTH_TYPE_WWW"
msgid "WWW document"
msgstr ""
#. qA449
-#: sw/inc/strings.hrc:749
+#: sw/inc/strings.hrc:753
msgctxt "STR_AUTH_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "Definiu por l'~usuario"
#. nyzxz
-#: sw/inc/strings.hrc:750
+#: sw/inc/strings.hrc:754
msgctxt "STR_AUTH_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "Definiu por l'~usuario"
#. cCFTF
-#: sw/inc/strings.hrc:751
+#: sw/inc/strings.hrc:755
msgctxt "STR_AUTH_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "Definiu por l'~usuario"
#. mrqJC
-#: sw/inc/strings.hrc:752
+#: sw/inc/strings.hrc:756
msgctxt "STR_AUTH_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "Definiu por l'~usuario"
#. fFs86
-#: sw/inc/strings.hrc:753
+#: sw/inc/strings.hrc:757
msgctxt "STR_AUTH_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "Definiu por l'~usuario"
#. nsCwi
-#: sw/inc/strings.hrc:754
+#: sw/inc/strings.hrc:758
msgctxt "STR_AUTH_FIELD_IDENTIFIER"
msgid "Short name"
msgstr ""
#. CpKgc
-#: sw/inc/strings.hrc:755
+#: sw/inc/strings.hrc:759
msgctxt "STR_AUTH_FIELD_AUTHORITY_TYPE"
msgid "Type"
msgstr "Tipo"
#. kUGDr
-#: sw/inc/strings.hrc:756
+#: sw/inc/strings.hrc:760
msgctxt "STR_AUTH_FIELD_ADDRESS"
msgid "Address"
msgstr "Adreza"
#. DquVQ
-#: sw/inc/strings.hrc:757
+#: sw/inc/strings.hrc:761
msgctxt "STR_AUTH_FIELD_ANNOTE"
msgid "Annotation"
msgstr ""
#. sduuV
-#: sw/inc/strings.hrc:758
+#: sw/inc/strings.hrc:762
msgctxt "STR_AUTH_FIELD_AUTHOR"
msgid "Author(s)"
msgstr ""
#. fXvz6
-#: sw/inc/strings.hrc:759
+#: sw/inc/strings.hrc:763
msgctxt "STR_AUTH_FIELD_BOOKTITLE"
msgid "Book title"
msgstr ""
#. c8PFE
-#: sw/inc/strings.hrc:760
+#: sw/inc/strings.hrc:764
msgctxt "STR_AUTH_FIELD_CHAPTER"
msgid "Chapter"
msgstr "Capítol"
#. GXqxF
-#: sw/inc/strings.hrc:761
+#: sw/inc/strings.hrc:765
msgctxt "STR_AUTH_FIELD_EDITION"
msgid "Edition"
msgstr ""
#. p7A3p
-#: sw/inc/strings.hrc:762
+#: sw/inc/strings.hrc:766
msgctxt "STR_AUTH_FIELD_EDITOR"
msgid "Editor"
msgstr ""
#. aAFEz
-#: sw/inc/strings.hrc:763
+#: sw/inc/strings.hrc:767
msgctxt "STR_AUTH_FIELD_HOWPUBLISHED"
msgid "Publication type"
msgstr ""
#. 8DwdJ
-#: sw/inc/strings.hrc:764
+#: sw/inc/strings.hrc:768
msgctxt "STR_AUTH_FIELD_INSTITUTION"
msgid "Institution"
msgstr ""
#. VWNxy
-#: sw/inc/strings.hrc:765
+#: sw/inc/strings.hrc:769
msgctxt "STR_AUTH_FIELD_JOURNAL"
msgid "Journal"
msgstr ""
#. Da4fW
-#: sw/inc/strings.hrc:766
+#: sw/inc/strings.hrc:770
#, fuzzy
msgctxt "STR_AUTH_FIELD_MONTH"
msgid "Month"
msgstr "mes"
#. SdSBt
-#: sw/inc/strings.hrc:767
+#: sw/inc/strings.hrc:771
msgctxt "STR_AUTH_FIELD_NOTE"
msgid "Note"
msgstr "Nota"
#. MZYpD
-#: sw/inc/strings.hrc:768
+#: sw/inc/strings.hrc:772
msgctxt "STR_AUTH_FIELD_NUMBER"
msgid "Number"
msgstr "Numero"
#. ZB7Go
-#: sw/inc/strings.hrc:769
+#: sw/inc/strings.hrc:773
#, fuzzy
msgctxt "STR_AUTH_FIELD_ORGANIZATIONS"
msgid "Organization"
msgstr "NombreOrganización"
#. C4CdP
-#: sw/inc/strings.hrc:770
+#: sw/inc/strings.hrc:774
msgctxt "STR_AUTH_FIELD_PAGES"
msgid "Page(s)"
msgstr ""
#. yFPFa
-#: sw/inc/strings.hrc:771
+#: sw/inc/strings.hrc:775
msgctxt "STR_AUTH_FIELD_PUBLISHER"
msgid "Publisher"
msgstr ""
#. d9u3p
-#: sw/inc/strings.hrc:772
+#: sw/inc/strings.hrc:776
msgctxt "STR_AUTH_FIELD_SCHOOL"
msgid "University"
msgstr ""
#. Qxsdb
-#: sw/inc/strings.hrc:773
+#: sw/inc/strings.hrc:777
msgctxt "STR_AUTH_FIELD_SERIES"
msgid "Series"
msgstr ""
#. YhXPg
-#: sw/inc/strings.hrc:774
+#: sw/inc/strings.hrc:778
msgctxt "STR_AUTH_FIELD_TITLE"
msgid "Title"
msgstr "Titol"
#. qEBhL
-#: sw/inc/strings.hrc:775
+#: sw/inc/strings.hrc:779
msgctxt "STR_AUTH_FIELD_TYPE"
msgid "Type of report"
msgstr ""
#. Sij9w
-#: sw/inc/strings.hrc:776
+#: sw/inc/strings.hrc:780
msgctxt "STR_AUTH_FIELD_VOLUME"
msgid "Volume"
msgstr ""
#. K8miv
-#: sw/inc/strings.hrc:777
+#: sw/inc/strings.hrc:781
#, fuzzy
msgctxt "STR_AUTH_FIELD_YEAR"
msgid "Year"
msgstr "anyo"
#. pFMSV
-#: sw/inc/strings.hrc:778
+#: sw/inc/strings.hrc:782
msgctxt "STR_AUTH_FIELD_URL"
msgid "URL"
msgstr ""
#. xFG3c
-#: sw/inc/strings.hrc:779
+#: sw/inc/strings.hrc:783
msgctxt "STR_AUTH_FIELD_CUSTOM1"
msgid "User-defined1"
msgstr "Definiu por l'~usuario"
#. wtDyU
-#: sw/inc/strings.hrc:780
+#: sw/inc/strings.hrc:784
msgctxt "STR_AUTH_FIELD_CUSTOM2"
msgid "User-defined2"
msgstr "Definiu por l'~usuario"
#. VH3Se
-#: sw/inc/strings.hrc:781
+#: sw/inc/strings.hrc:785
msgctxt "STR_AUTH_FIELD_CUSTOM3"
msgid "User-defined3"
msgstr "Definiu por l'~usuario"
#. twuKb
-#: sw/inc/strings.hrc:782
+#: sw/inc/strings.hrc:786
msgctxt "STR_AUTH_FIELD_CUSTOM4"
msgid "User-defined4"
msgstr "Definiu por l'~usuario"
#. WAo7Z
-#: sw/inc/strings.hrc:783
+#: sw/inc/strings.hrc:787
msgctxt "STR_AUTH_FIELD_CUSTOM5"
msgid "User-defined5"
msgstr "Definiu por l'~usuario"
#. 3r6Wg
-#: sw/inc/strings.hrc:784
+#: sw/inc/strings.hrc:788
msgctxt "STR_AUTH_FIELD_ISBN"
msgid "ISBN"
msgstr ""
#. eFnnx
-#: sw/inc/strings.hrc:786
+#: sw/inc/strings.hrc:790
msgctxt "STR_IDXMRK_EDIT"
msgid "Edit Index Entry"
msgstr ""
#. EHTHH
-#: sw/inc/strings.hrc:787
+#: sw/inc/strings.hrc:791
msgctxt "STR_IDXMRK_INSERT"
msgid "Insert Index Entry"
msgstr ""
#. D2gkA
-#: sw/inc/strings.hrc:788
+#: sw/inc/strings.hrc:792
msgctxt "STR_QUERY_CHANGE_AUTH_ENTRY"
msgid "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?"
msgstr ""
#. mK84T
-#: sw/inc/strings.hrc:790
+#: sw/inc/strings.hrc:794
#, fuzzy
msgctxt "STR_COMMENTS_LABEL"
msgid "Comments"
msgstr "Comentario"
#. fwecS
-#: sw/inc/strings.hrc:791
+#: sw/inc/strings.hrc:795
#, fuzzy
msgctxt "STR_SHOW_COMMENTS"
msgid "Show comments"
msgstr "Amostrar comentarios"
#. HkUvy
-#: sw/inc/strings.hrc:792
+#: sw/inc/strings.hrc:796
msgctxt "STR_HIDE_COMMENTS"
msgid "Hide comments"
msgstr ""
#. FcmEy
-#: sw/inc/strings.hrc:794
+#: sw/inc/strings.hrc:798
msgctxt "STR_DOUBLE_SHORTNAME"
msgid "Shortcut name already exists. Please choose another name."
msgstr ""
#. VhMST
-#: sw/inc/strings.hrc:795
+#: sw/inc/strings.hrc:799
msgctxt "STR_QUERY_DELETE"
msgid "Delete AutoText?"
msgstr ""
#. E5MLr
-#: sw/inc/strings.hrc:796
+#: sw/inc/strings.hrc:800
msgctxt "STR_QUERY_DELETE_GROUP1"
msgid "Delete the category "
msgstr ""
#. qndNh
-#: sw/inc/strings.hrc:797
+#: sw/inc/strings.hrc:801
msgctxt "STR_QUERY_DELETE_GROUP2"
msgid "?"
msgstr ""
#. B6xah
-#: sw/inc/strings.hrc:798
+#: sw/inc/strings.hrc:802
msgctxt "STR_GLOSSARY"
msgid "AutoText :"
msgstr ""
#. ChetY
-#: sw/inc/strings.hrc:799
+#: sw/inc/strings.hrc:803
msgctxt "STR_SAVE_GLOSSARY"
msgid "Save AutoText"
msgstr ""
#. QxAiF
-#: sw/inc/strings.hrc:800
+#: sw/inc/strings.hrc:804
msgctxt "STR_NO_GLOSSARIES"
msgid "There is no AutoText in this file."
msgstr ""
#. sG8Xt
-#: sw/inc/strings.hrc:801
+#: sw/inc/strings.hrc:805
msgctxt "STR_MY_AUTOTEXT"
msgid "My AutoText"
msgstr ""
#. GaoqR
-#: sw/inc/strings.hrc:803
+#: sw/inc/strings.hrc:807
msgctxt "STR_NOGLOS"
msgid "AutoText for Shortcut '%1' not found."
msgstr ""
#. MwUEP
-#: sw/inc/strings.hrc:804
+#: sw/inc/strings.hrc:808
msgctxt "STR_NO_TABLE"
msgid "A table with no rows or no cells cannot be inserted"
msgstr ""
#. AawM4
-#: sw/inc/strings.hrc:805
+#: sw/inc/strings.hrc:809
msgctxt "STR_TABLE_TOO_LARGE"
msgid "The table cannot be inserted because it is too large"
msgstr ""
#. GGo8i
-#: sw/inc/strings.hrc:806
+#: sw/inc/strings.hrc:810
msgctxt "STR_ERR_INSERT_GLOS"
msgid "AutoText could not be created."
msgstr ""
#. DCPSB
-#: sw/inc/strings.hrc:807
+#: sw/inc/strings.hrc:811
msgctxt "STR_CLPBRD_FORMAT_ERROR"
msgid "Requested clipboard format is not available."
msgstr ""
#. YxCCF
-#: sw/inc/strings.hrc:808
+#: sw/inc/strings.hrc:812
msgctxt "STR_PRIVATETEXT"
msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
msgstr ""
#. 8ygN3
-#: sw/inc/strings.hrc:809
+#: sw/inc/strings.hrc:813
msgctxt "STR_PRIVATEGRAPHIC"
msgid "Image (%PRODUCTNAME %PRODUCTVERSION Text Document)"
msgstr ""
#. ewPPB
-#: sw/inc/strings.hrc:810
+#: sw/inc/strings.hrc:814
msgctxt "STR_PRIVATEOLE"
msgid "Object (%PRODUCTNAME %PRODUCTVERSION Text Document)"
msgstr ""
#. 9VEc3
-#: sw/inc/strings.hrc:811
+#: sw/inc/strings.hrc:815
msgctxt "STR_DDEFORMAT"
msgid "Dynamic Data Exchange (DDE link)"
msgstr ""
#. svrE7
-#: sw/inc/strings.hrc:813
+#: sw/inc/strings.hrc:817
msgctxt "STR_DELETE_ALL_NOTES"
msgid "All Comments"
msgstr ""
#. YGNN4
-#: sw/inc/strings.hrc:814
+#: sw/inc/strings.hrc:818
msgctxt "STR_FORMAT_ALL_NOTES"
msgid "All Comments"
msgstr ""
#. GDH49
-#: sw/inc/strings.hrc:815
+#: sw/inc/strings.hrc:819
msgctxt "STR_DELETE_AUTHOR_NOTES"
msgid "Comments by "
msgstr ""
#. RwAcm
-#: sw/inc/strings.hrc:816
+#: sw/inc/strings.hrc:820
msgctxt "STR_NODATE"
msgid "(no date)"
msgstr ""
#. ytxKG
-#: sw/inc/strings.hrc:817
+#: sw/inc/strings.hrc:821
msgctxt "STR_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. nAwMG
-#: sw/inc/strings.hrc:818
+#: sw/inc/strings.hrc:822
msgctxt "STR_REPLY"
msgid "Reply to $1"
msgstr ""
#. CVVa6
-#: sw/inc/strings.hrc:820
+#: sw/inc/strings.hrc:824
msgctxt "ST_TITLE_EDIT"
msgid "Edit Address Block"
msgstr ""
#. njGGA
-#: sw/inc/strings.hrc:821
+#: sw/inc/strings.hrc:825
msgctxt "ST_TITLE_MALE"
msgid "Custom Salutation (Male Recipients)"
msgstr ""
#. ZVuKY
-#: sw/inc/strings.hrc:822
+#: sw/inc/strings.hrc:826
msgctxt "ST_TITLE_FEMALE"
msgid "Custom Salutation (Female Recipients)"
msgstr ""
#. h4yuq
-#: sw/inc/strings.hrc:823
+#: sw/inc/strings.hrc:827
msgctxt "ST_SALUTATIONELEMENTS"
msgid "Salutation e~lements"
msgstr ""
#. kWhqT
-#: sw/inc/strings.hrc:824
+#: sw/inc/strings.hrc:828
msgctxt "ST_INSERTSALUTATIONFIELD"
msgid "Add to salutation"
msgstr ""
#. hvF3V
-#: sw/inc/strings.hrc:825
+#: sw/inc/strings.hrc:829
msgctxt "ST_REMOVESALUTATIONFIELD"
msgid "Remove from salutation"
msgstr ""
#. A6XaR
-#: sw/inc/strings.hrc:826
+#: sw/inc/strings.hrc:830
msgctxt "ST_DRAGSALUTATION"
msgid "1. ~Drag salutation elements into the box below"
msgstr ""
#. 4VJWL
-#: sw/inc/strings.hrc:827
+#: sw/inc/strings.hrc:831
msgctxt "ST_SALUTATION"
msgid "Salutation"
msgstr ""
#. Vj6XT
-#: sw/inc/strings.hrc:828
+#: sw/inc/strings.hrc:832
msgctxt "ST_PUNCTUATION"
msgid "Punctuation Mark"
msgstr ""
#. bafeG
-#: sw/inc/strings.hrc:829
+#: sw/inc/strings.hrc:833
msgctxt "ST_TEXT"
msgid "Text"
msgstr "Texto"
#. tt6sA
-#: sw/inc/strings.hrc:830
+#: sw/inc/strings.hrc:834
msgctxt "ST_SALUTATIONMATCHING"
msgid "Assign the fields from your data source to match the salutation elements."
msgstr ""
#. zrUsN
-#: sw/inc/strings.hrc:831
+#: sw/inc/strings.hrc:835
msgctxt "ST_SALUTATIONPREVIEW"
msgid "Salutation preview"
msgstr ""
#. 2UVE6
-#: sw/inc/strings.hrc:832
+#: sw/inc/strings.hrc:836
msgctxt "ST_ADDRESSELEMENT"
msgid "Address elements"
msgstr ""
#. Bd6pd
-#: sw/inc/strings.hrc:833
+#: sw/inc/strings.hrc:837
msgctxt "ST_SALUTATIONELEMENT"
msgid "Salutation elements"
msgstr ""
#. 9krzf
-#: sw/inc/strings.hrc:834
+#: sw/inc/strings.hrc:838
msgctxt "ST_MATCHESTO"
msgid "Matches to field:"
msgstr ""
#. oahCQ
-#: sw/inc/strings.hrc:835
+#: sw/inc/strings.hrc:839
msgctxt "ST_PREVIEW"
msgid "Preview"
msgstr ""
#. ijdxe
-#: sw/inc/strings.hrc:836
+#: sw/inc/strings.hrc:840
msgctxt "ST_DELETE_CONFIRM"
msgid "Do you want to delete this registered data source?"
msgstr ""
#. kE5C3
-#: sw/inc/strings.hrc:838
+#: sw/inc/strings.hrc:842
msgctxt "STR_NOTASSIGNED"
msgid " not yet matched "
msgstr ""
#. Y6FhG
-#: sw/inc/strings.hrc:839
+#: sw/inc/strings.hrc:843
msgctxt "STR_FILTER_ALL"
msgid "All files"
msgstr "Totz os fichers"
#. 7cNjh
-#: sw/inc/strings.hrc:840
+#: sw/inc/strings.hrc:844
msgctxt "STR_FILTER_ALL_DATA"
msgid "Address lists(*.*)"
msgstr ""
#. Ef8TY
-#: sw/inc/strings.hrc:841
+#: sw/inc/strings.hrc:845
msgctxt "STR_FILTER_SXB"
msgid "%PRODUCTNAME Base (*.odb)"
msgstr ""
#. 24opW
-#: sw/inc/strings.hrc:842
+#: sw/inc/strings.hrc:846
msgctxt "STR_FILTER_SXC"
msgid "%PRODUCTNAME Calc (*.ods;*.sxc)"
msgstr ""
#. sq73T
-#: sw/inc/strings.hrc:843
+#: sw/inc/strings.hrc:847
msgctxt "STR_FILTER_SXW"
msgid "%PRODUCTNAME Writer (*.odt;*.sxw)"
msgstr ""
#. QupGC
-#: sw/inc/strings.hrc:844
+#: sw/inc/strings.hrc:848
msgctxt "STR_FILTER_DBF"
msgid "dBase (*.dbf)"
msgstr ""
#. SzqRv
-#: sw/inc/strings.hrc:845
+#: sw/inc/strings.hrc:849
msgctxt "STR_FILTER_XLS"
msgid "Microsoft Excel (*.xls;*.xlsx)"
msgstr ""
#. zAUu8
-#: sw/inc/strings.hrc:846
+#: sw/inc/strings.hrc:850
msgctxt "STR_FILTER_DOC"
msgid "Microsoft Word (*.doc;*.docx)"
msgstr ""
#. JBZFc
-#: sw/inc/strings.hrc:847
+#: sw/inc/strings.hrc:851
msgctxt "STR_FILTER_TXT"
msgid "Plain text (*.txt)"
msgstr ""
#. CRJb6
-#: sw/inc/strings.hrc:848
+#: sw/inc/strings.hrc:852
msgctxt "STR_FILTER_CSV"
msgid "Text Comma Separated (*.csv)"
msgstr ""
#. U4H2j
-#: sw/inc/strings.hrc:849
+#: sw/inc/strings.hrc:853
msgctxt "STR_FILTER_MDB"
msgid "Microsoft Access (*.mdb;*.mde)"
msgstr ""
#. DwxF8
-#: sw/inc/strings.hrc:850
+#: sw/inc/strings.hrc:854
msgctxt "STR_FILTER_ACCDB"
msgid "Microsoft Access 2007 (*.accdb,*.accde)"
msgstr ""
#. uDNRt
-#: sw/inc/strings.hrc:851
+#: sw/inc/strings.hrc:855
msgctxt "ST_CONFIGUREMAIL"
msgid ""
"In order to be able to send mail merge documents by email, %PRODUCTNAME requires information about the email account to be used.\n"
@@ -5627,91 +5653,91 @@ msgid ""
msgstr ""
#. r9BVg
-#: sw/inc/strings.hrc:852
+#: sw/inc/strings.hrc:856
msgctxt "ST_FILTERNAME"
msgid "%PRODUCTNAME Address List (.csv)"
msgstr ""
#. jiJuZ
-#: sw/inc/strings.hrc:854
+#: sw/inc/strings.hrc:858
msgctxt "ST_STARTING"
msgid "Select Starting Document"
msgstr ""
#. FiUyK
-#: sw/inc/strings.hrc:855
+#: sw/inc/strings.hrc:859
msgctxt "ST_DOCUMENTTYPE"
msgid "Select Document Type"
msgstr ""
#. QwrpS
-#: sw/inc/strings.hrc:856
+#: sw/inc/strings.hrc:860
msgctxt "ST_ADDRESSBLOCK"
msgid "Insert Address Block"
msgstr ""
#. omRZF
-#: sw/inc/strings.hrc:857
+#: sw/inc/strings.hrc:861
msgctxt "ST_ADDRESSLIST"
msgid "Select Address List"
msgstr ""
#. YrDuD
-#: sw/inc/strings.hrc:858
+#: sw/inc/strings.hrc:862
msgctxt "ST_GREETINGSLINE"
msgid "Create Salutation"
msgstr ""
#. tTr4B
-#: sw/inc/strings.hrc:859
+#: sw/inc/strings.hrc:863
msgctxt "ST_LAYOUT"
msgid "Adjust Layout"
msgstr ""
#. S4p5M
-#: sw/inc/strings.hrc:860
+#: sw/inc/strings.hrc:864
msgctxt "ST_EXCLUDE"
msgid "Exclude recipient"
msgstr ""
#. N5YUH
-#: sw/inc/strings.hrc:861
+#: sw/inc/strings.hrc:865
msgctxt "ST_FINISH"
msgid "~Finish"
msgstr ""
#. L5FEG
-#: sw/inc/strings.hrc:862
+#: sw/inc/strings.hrc:866
msgctxt "ST_MMWTITLE"
msgid "Mail Merge Wizard"
msgstr ""
#. CEhZj
-#: sw/inc/strings.hrc:864
+#: sw/inc/strings.hrc:868
msgctxt "ST_TABLE"
msgid "Table"
msgstr "Tabla"
#. v9hEB
-#: sw/inc/strings.hrc:865
+#: sw/inc/strings.hrc:869
msgctxt "ST_QUERY"
msgid "Query"
msgstr "Consulta"
#. HxGAu
-#: sw/inc/strings.hrc:867
+#: sw/inc/strings.hrc:871
msgctxt "STR_QUERY_SPELL_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr ""
#. gE7CA
-#: sw/inc/strings.hrc:868
+#: sw/inc/strings.hrc:872
msgctxt "STR_SPELLING_COMPLETED"
msgid "The spellcheck is complete."
msgstr ""
#. 2SuqF
-#: sw/inc/strings.hrc:869
+#: sw/inc/strings.hrc:873
msgctxt "STR_DICTIONARY_UNAVAILABLE"
msgid "No dictionary available"
msgstr ""
@@ -5721,255 +5747,255 @@ msgstr ""
#. Description: strings for the types
#. --------------------------------------------------------------------
#. range document
-#: sw/inc/strings.hrc:875
+#: sw/inc/strings.hrc:879
msgctxt "STR_DATEFLD"
msgid "Date"
msgstr "Calendata"
#. V9cQp
-#: sw/inc/strings.hrc:876
+#: sw/inc/strings.hrc:880
msgctxt "STR_TIMEFLD"
msgid "Time"
msgstr "Hora"
#. 2zgWi
-#: sw/inc/strings.hrc:877
+#: sw/inc/strings.hrc:881
#, fuzzy
msgctxt "STR_FILENAMEFLD"
msgid "File name"
msgstr "Nombre d'o fichero"
#. FdSaU
-#: sw/inc/strings.hrc:878
+#: sw/inc/strings.hrc:882
msgctxt "STR_DBNAMEFLD"
msgid "Database Name"
msgstr ""
#. XZADh
-#: sw/inc/strings.hrc:879
+#: sw/inc/strings.hrc:883
msgctxt "STR_CHAPTERFLD"
msgid "Chapter"
msgstr "Capítol"
#. wYWy2
-#: sw/inc/strings.hrc:880
+#: sw/inc/strings.hrc:884
msgctxt "STR_PAGENUMBERFLD"
msgid "Page number"
msgstr ""
#. EXC6N
-#: sw/inc/strings.hrc:881
+#: sw/inc/strings.hrc:885
#, fuzzy
msgctxt "STR_DOCSTATFLD"
msgid "Statistics"
msgstr "Estatistica"
#. EW86G
-#: sw/inc/strings.hrc:882
+#: sw/inc/strings.hrc:886
msgctxt "STR_AUTHORFLD"
msgid "Author"
msgstr "Autor"
#. 5aFak
-#: sw/inc/strings.hrc:883
+#: sw/inc/strings.hrc:887
msgctxt "STR_TEMPLNAMEFLD"
msgid "Templates"
msgstr ""
#. 3wdud
-#: sw/inc/strings.hrc:884
+#: sw/inc/strings.hrc:888
msgctxt "STR_EXTUSERFLD"
msgid "Sender"
msgstr ""
#. LxZEm
#. range functions
-#: sw/inc/strings.hrc:886
+#: sw/inc/strings.hrc:890
msgctxt "STR_SETFLD"
msgid "Set variable"
msgstr ""
#. ckA26
-#: sw/inc/strings.hrc:887
+#: sw/inc/strings.hrc:891
msgctxt "STR_GETFLD"
msgid "Show variable"
msgstr ""
#. Fjzgu
-#: sw/inc/strings.hrc:888
+#: sw/inc/strings.hrc:892
msgctxt "STR_FORMELFLD"
msgid "Insert Formula"
msgstr ""
#. AXoAT
-#: sw/inc/strings.hrc:889
+#: sw/inc/strings.hrc:893
msgctxt "STR_INPUTFLD"
msgid "Input field"
msgstr ""
#. VfqNE
-#: sw/inc/strings.hrc:890
+#: sw/inc/strings.hrc:894
msgctxt "STR_SETINPUTFLD"
msgid "Input field (variable)"
msgstr ""
#. E8JAd
-#: sw/inc/strings.hrc:891
+#: sw/inc/strings.hrc:895
msgctxt "STR_USRINPUTFLD"
msgid "Input field (user)"
msgstr ""
#. 8LGEQ
-#: sw/inc/strings.hrc:892
+#: sw/inc/strings.hrc:896
msgctxt "STR_CONDTXTFLD"
msgid "Conditional text"
msgstr ""
#. jrZ7i
-#: sw/inc/strings.hrc:893
+#: sw/inc/strings.hrc:897
msgctxt "STR_DDEFLD"
msgid "DDE field"
msgstr ""
#. 9WAT9
-#: sw/inc/strings.hrc:894
+#: sw/inc/strings.hrc:898
msgctxt "STR_MACROFLD"
msgid "Execute macro"
msgstr ""
#. qEBxa
-#: sw/inc/strings.hrc:895
+#: sw/inc/strings.hrc:899
msgctxt "STR_SEQFLD"
msgid "Number range"
msgstr ""
#. ACE5s
-#: sw/inc/strings.hrc:896
+#: sw/inc/strings.hrc:900
msgctxt "STR_SETREFPAGEFLD"
msgid "Set page variable"
msgstr ""
#. ayB3N
-#: sw/inc/strings.hrc:897
+#: sw/inc/strings.hrc:901
msgctxt "STR_GETREFPAGEFLD"
msgid "Show page variable"
msgstr ""
#. DBM4P
-#: sw/inc/strings.hrc:898
+#: sw/inc/strings.hrc:902
msgctxt "STR_INTERNETFLD"
msgid "Load URL"
msgstr ""
#. LJFF5
-#: sw/inc/strings.hrc:899
+#: sw/inc/strings.hrc:903
msgctxt "STR_JUMPEDITFLD"
msgid "Placeholder"
msgstr ""
#. zZCg6
-#: sw/inc/strings.hrc:900
+#: sw/inc/strings.hrc:904
msgctxt "STR_COMBINED_CHARS"
msgid "Combine characters"
msgstr ""
#. 9MGU6
-#: sw/inc/strings.hrc:901
+#: sw/inc/strings.hrc:905
msgctxt "STR_DROPDOWN"
msgid "Input list"
msgstr ""
#. 7BWSk
#. range references
-#: sw/inc/strings.hrc:903
+#: sw/inc/strings.hrc:907
msgctxt "STR_SETREFFLD"
msgid "Set Reference"
msgstr ""
#. FJ2X8
-#: sw/inc/strings.hrc:904
+#: sw/inc/strings.hrc:908
msgctxt "STR_GETREFFLD"
msgid "Insert Reference"
msgstr ""
#. sztLS
#. range database
-#: sw/inc/strings.hrc:906
+#: sw/inc/strings.hrc:910
msgctxt "STR_DBFLD"
msgid "Mail merge fields"
msgstr ""
#. JP2DU
-#: sw/inc/strings.hrc:907
+#: sw/inc/strings.hrc:911
#, fuzzy
msgctxt "STR_DBNEXTSETFLD"
msgid "Next record"
msgstr "Rechistro siguient"
#. GizhA
-#: sw/inc/strings.hrc:908
+#: sw/inc/strings.hrc:912
msgctxt "STR_DBNUMSETFLD"
msgid "Any record"
msgstr ""
#. aMGxm
-#: sw/inc/strings.hrc:909
+#: sw/inc/strings.hrc:913
msgctxt "STR_DBSETNUMBERFLD"
msgid "Record number"
msgstr ""
#. DtYzi
-#: sw/inc/strings.hrc:910
+#: sw/inc/strings.hrc:914
msgctxt "STR_PREVPAGEFLD"
msgid "Previous page"
msgstr ""
#. UCSej
-#: sw/inc/strings.hrc:911
+#: sw/inc/strings.hrc:915
msgctxt "STR_NEXTPAGEFLD"
msgid "Next page"
msgstr ""
#. M8Fac
-#: sw/inc/strings.hrc:912
+#: sw/inc/strings.hrc:916
msgctxt "STR_HIDDENTXTFLD"
msgid "Hidden text"
msgstr ""
#. WvBF2
#. range user fields
-#: sw/inc/strings.hrc:914
+#: sw/inc/strings.hrc:918
msgctxt "STR_USERFLD"
msgid "User Field"
msgstr ""
#. XELYN
-#: sw/inc/strings.hrc:915
+#: sw/inc/strings.hrc:919
msgctxt "STR_POSTITFLD"
msgid "Note"
msgstr "Nota"
#. MB6kt
-#: sw/inc/strings.hrc:916
+#: sw/inc/strings.hrc:920
msgctxt "STR_SCRIPTFLD"
msgid "Script"
msgstr ""
#. BWU6A
-#: sw/inc/strings.hrc:917
+#: sw/inc/strings.hrc:921
msgctxt "STR_AUTHORITY"
msgid "Bibliography entry"
msgstr ""
#. 7EGCR
-#: sw/inc/strings.hrc:918
+#: sw/inc/strings.hrc:922
msgctxt "STR_HIDDENPARAFLD"
msgid "Hidden Paragraph"
msgstr ""
#. dRBRK
#. range DocumentInfo
-#: sw/inc/strings.hrc:920
+#: sw/inc/strings.hrc:924
#, fuzzy
msgctxt "STR_DOCINFOFLD"
msgid "DocInformation"
@@ -5979,89 +6005,89 @@ msgstr "Información"
#. --------------------------------------------------------------------
#. Description: SubCmd-Strings
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:924
+#: sw/inc/strings.hrc:928
msgctxt "FLD_DATE_STD"
msgid "Date"
msgstr "Calendata"
#. qMCEh
-#: sw/inc/strings.hrc:925
+#: sw/inc/strings.hrc:929
msgctxt "FLD_DATE_FIX"
msgid "Date (fixed)"
msgstr ""
#. AXmyw
-#: sw/inc/strings.hrc:926
+#: sw/inc/strings.hrc:930
msgctxt "FLD_TIME_STD"
msgid "Time"
msgstr "Hora"
#. 6dxVs
-#: sw/inc/strings.hrc:927
+#: sw/inc/strings.hrc:931
msgctxt "FLD_TIME_FIX"
msgid "Time (fixed)"
msgstr ""
#. U3SW8
#. SubCmd Statistic
-#: sw/inc/strings.hrc:929
+#: sw/inc/strings.hrc:933
#, fuzzy
msgctxt "FLD_STAT_TABLE"
msgid "Tables"
msgstr "Tabla"
#. 7qW4K
-#: sw/inc/strings.hrc:930
+#: sw/inc/strings.hrc:934
#, fuzzy
msgctxt "FLD_STAT_CHAR"
msgid "Characters"
msgstr "Importar"
#. zDRCp
-#: sw/inc/strings.hrc:931
+#: sw/inc/strings.hrc:935
msgctxt "FLD_STAT_WORD"
msgid "Words"
msgstr ""
#. 2wgLC
-#: sw/inc/strings.hrc:932
+#: sw/inc/strings.hrc:936
msgctxt "FLD_STAT_PARA"
msgid "Paragraphs"
msgstr ""
#. JPGG7
-#: sw/inc/strings.hrc:933
+#: sw/inc/strings.hrc:937
msgctxt "FLD_STAT_GRF"
msgid "Image"
msgstr "Imachen"
#. CzoFh
-#: sw/inc/strings.hrc:934
+#: sw/inc/strings.hrc:938
msgctxt "FLD_STAT_OBJ"
msgid "Objects"
msgstr "Obchectos"
#. bDG6R
-#: sw/inc/strings.hrc:935
+#: sw/inc/strings.hrc:939
msgctxt "FLD_STAT_PAGE"
msgid "Pages"
msgstr "Pachinas"
#. yqhF5
#. SubCmd DDETypes
-#: sw/inc/strings.hrc:937
+#: sw/inc/strings.hrc:941
msgctxt "FMT_DDE_HOT"
msgid "DDE automatic"
msgstr ""
#. xPP2E
-#: sw/inc/strings.hrc:938
+#: sw/inc/strings.hrc:942
msgctxt "FMT_DDE_NORMAL"
msgid "DDE manual"
msgstr ""
#. spdXd
-#: sw/inc/strings.hrc:939
+#: sw/inc/strings.hrc:943
msgctxt "FLD_INPUT_TEXT"
msgid "[Text]"
msgstr ""
@@ -6070,103 +6096,103 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: SubType Extuser
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:944
+#: sw/inc/strings.hrc:948
msgctxt "FLD_EU_FIRMA"
msgid "Company"
msgstr "Interpresa"
#. WWxTK
-#: sw/inc/strings.hrc:945
+#: sw/inc/strings.hrc:949
msgctxt "FLD_EU_VORNAME"
msgid "First Name"
msgstr "Nombres"
#. 4tdAc
-#: sw/inc/strings.hrc:946
+#: sw/inc/strings.hrc:950
msgctxt "FLD_EU_NAME"
msgid "Last Name"
msgstr "Apellidos"
#. xTV7n
-#: sw/inc/strings.hrc:947
+#: sw/inc/strings.hrc:951
msgctxt "FLD_EU_ABK"
msgid "Initials"
msgstr ""
#. AKD3k
-#: sw/inc/strings.hrc:948
+#: sw/inc/strings.hrc:952
msgctxt "FLD_EU_STRASSE"
msgid "Street"
msgstr ""
#. ErMju
-#: sw/inc/strings.hrc:949
+#: sw/inc/strings.hrc:953
msgctxt "FLD_EU_LAND"
msgid "Country"
msgstr "País"
#. ESbkx
-#: sw/inc/strings.hrc:950
+#: sw/inc/strings.hrc:954
msgctxt "FLD_EU_PLZ"
msgid "Zip code"
msgstr ""
#. WDAc2
-#: sw/inc/strings.hrc:951
+#: sw/inc/strings.hrc:955
msgctxt "FLD_EU_ORT"
msgid "City"
msgstr "Ciudat"
#. pg7MV
-#: sw/inc/strings.hrc:952
+#: sw/inc/strings.hrc:956
msgctxt "FLD_EU_TITEL"
msgid "Title"
msgstr "Titol"
#. DwLhZ
-#: sw/inc/strings.hrc:953
+#: sw/inc/strings.hrc:957
msgctxt "FLD_EU_POS"
msgid "Position"
msgstr "Posición"
#. LDTdu
-#: sw/inc/strings.hrc:954
+#: sw/inc/strings.hrc:958
msgctxt "FLD_EU_TELPRIV"
msgid "Tel. (Home)"
msgstr ""
#. JBZyj
-#: sw/inc/strings.hrc:955
+#: sw/inc/strings.hrc:959
msgctxt "FLD_EU_TELFIRMA"
msgid "Tel. (Work)"
msgstr ""
#. 5EmGH
-#: sw/inc/strings.hrc:956
+#: sw/inc/strings.hrc:960
msgctxt "FLD_EU_FAX"
msgid "Fax"
msgstr ""
#. AtN9J
-#: sw/inc/strings.hrc:957
+#: sw/inc/strings.hrc:961
msgctxt "FLD_EU_EMAIL"
msgid "Email"
msgstr ""
#. 6GBRm
-#: sw/inc/strings.hrc:958
+#: sw/inc/strings.hrc:962
msgctxt "FLD_EU_STATE"
msgid "State"
msgstr "Estau/Provincia"
#. pbrdQ
-#: sw/inc/strings.hrc:959
+#: sw/inc/strings.hrc:963
msgctxt "FLD_PAGEREF_OFF"
msgid "off"
msgstr ""
#. wC8SE
-#: sw/inc/strings.hrc:960
+#: sw/inc/strings.hrc:964
msgctxt "FLD_PAGEREF_ON"
msgid "on"
msgstr "o"
@@ -6176,40 +6202,40 @@ msgstr "o"
#. Description: path name
#. --------------------------------------------------------------------
#. Format FileName
-#: sw/inc/strings.hrc:965
+#: sw/inc/strings.hrc:969
#, fuzzy
msgctxt "FMT_FF_NAME"
msgid "File name"
msgstr "Nombre d'o fichero"
#. RBpz3
-#: sw/inc/strings.hrc:966
+#: sw/inc/strings.hrc:970
msgctxt "FMT_FF_NAME_NOEXT"
msgid "File name without extension"
msgstr ""
#. BCzy8
-#: sw/inc/strings.hrc:967
+#: sw/inc/strings.hrc:971
#, fuzzy
msgctxt "FMT_FF_PATHNAME"
msgid "Path/File name"
msgstr "Rota/Nombre d'o fichero"
#. ChFwM
-#: sw/inc/strings.hrc:968
+#: sw/inc/strings.hrc:972
msgctxt "FMT_FF_PATH"
msgid "Path"
msgstr ""
#. eEaBE
-#: sw/inc/strings.hrc:969
+#: sw/inc/strings.hrc:973
#, fuzzy
msgctxt "FMT_FF_UI_NAME"
msgid "Style"
msgstr "E~stilo"
#. ANM2H
-#: sw/inc/strings.hrc:970
+#: sw/inc/strings.hrc:974
#, fuzzy
msgctxt "FMT_FF_UI_RANGE"
msgid "Category"
@@ -6219,25 +6245,25 @@ msgstr "ID Categoría"
#. --------------------------------------------------------------------
#. Description: format chapter
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:974
+#: sw/inc/strings.hrc:978
msgctxt "FMT_CHAPTER_NAME"
msgid "Chapter name"
msgstr ""
#. tnLqE
-#: sw/inc/strings.hrc:975
+#: sw/inc/strings.hrc:979
msgctxt "FMT_CHAPTER_NO"
msgid "Chapter number"
msgstr ""
#. qGEAs
-#: sw/inc/strings.hrc:976
+#: sw/inc/strings.hrc:980
msgctxt "FMT_CHAPTER_NO_NOSEPARATOR"
msgid "Chapter number without separator"
msgstr ""
#. WFA5R
-#: sw/inc/strings.hrc:977
+#: sw/inc/strings.hrc:981
msgctxt "FMT_CHAPTER_NAMENO"
msgid "Chapter number and name"
msgstr ""
@@ -6246,56 +6272,56 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: formats
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:981
+#: sw/inc/strings.hrc:985
msgctxt "FMT_NUM_ABC"
msgid "A B C"
msgstr ""
#. jm7G7
-#: sw/inc/strings.hrc:982
+#: sw/inc/strings.hrc:986
msgctxt "FMT_NUM_SABC"
msgid "a b c"
msgstr ""
#. ETgy7
-#: sw/inc/strings.hrc:983
+#: sw/inc/strings.hrc:987
msgctxt "FMT_NUM_ABC_N"
msgid "A .. AA .. AAA"
msgstr ""
#. m84Fb
-#: sw/inc/strings.hrc:984
+#: sw/inc/strings.hrc:988
msgctxt "FMT_NUM_SABC_N"
msgid "a .. aa .. aaa"
msgstr ""
#. d9YtB
-#: sw/inc/strings.hrc:985
+#: sw/inc/strings.hrc:989
msgctxt "FMT_NUM_ROMAN"
msgid "Roman (I II III)"
msgstr ""
#. vA5RT
-#: sw/inc/strings.hrc:986
+#: sw/inc/strings.hrc:990
msgctxt "FMT_NUM_SROMAN"
msgid "Roman (i ii iii)"
msgstr ""
#. 3ZDgc
-#: sw/inc/strings.hrc:987
+#: sw/inc/strings.hrc:991
msgctxt "FMT_NUM_ARABIC"
msgid "Arabic (1 2 3)"
msgstr ""
#. CHmdp
-#: sw/inc/strings.hrc:988
+#: sw/inc/strings.hrc:992
#, fuzzy
msgctxt "FMT_NUM_PAGEDESC"
msgid "As Page Style"
msgstr "Estilo d'a fuella"
#. xBKwZ
-#: sw/inc/strings.hrc:989
+#: sw/inc/strings.hrc:993
msgctxt "FMT_NUM_PAGESPECIAL"
msgid "Text"
msgstr "Texto"
@@ -6304,13 +6330,13 @@ msgstr "Texto"
#. --------------------------------------------------------------------
#. Description: Author
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:993
+#: sw/inc/strings.hrc:997
msgctxt "FMT_AUTHOR_NAME"
msgid "Name"
msgstr "Nombre"
#. RCnZb
-#: sw/inc/strings.hrc:994
+#: sw/inc/strings.hrc:998
msgctxt "FMT_AUTHOR_SCUT"
msgid "Initials"
msgstr ""
@@ -6319,50 +6345,50 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: set variable
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:998
+#: sw/inc/strings.hrc:1002
msgctxt "FMT_SETVAR_SYS"
msgid "System"
msgstr ""
#. qKXLW
-#: sw/inc/strings.hrc:999
+#: sw/inc/strings.hrc:1003
msgctxt "FMT_SETVAR_TEXT"
msgid "Text"
msgstr "Texto"
#. E86ZD
-#: sw/inc/strings.hrc:1000
+#: sw/inc/strings.hrc:1004
msgctxt "FMT_GETVAR_NAME"
msgid "Name"
msgstr "Nombre"
#. FB3Rp
-#: sw/inc/strings.hrc:1001
+#: sw/inc/strings.hrc:1005
msgctxt "FMT_GETVAR_TEXT"
msgid "Text"
msgstr "Texto"
#. KiBai
-#: sw/inc/strings.hrc:1002
+#: sw/inc/strings.hrc:1006
#, fuzzy
msgctxt "FMT_USERVAR_CMD"
msgid "Formula"
msgstr "~Formula"
#. 9AsdS
-#: sw/inc/strings.hrc:1003
+#: sw/inc/strings.hrc:1007
msgctxt "FMT_USERVAR_TEXT"
msgid "Text"
msgstr "Texto"
#. GokUf
-#: sw/inc/strings.hrc:1004
+#: sw/inc/strings.hrc:1008
msgctxt "FMT_DBFLD_DB"
msgid "Database"
msgstr "Base de datos"
#. UBADL
-#: sw/inc/strings.hrc:1005
+#: sw/inc/strings.hrc:1009
msgctxt "FMT_DBFLD_SYS"
msgid "System"
msgstr ""
@@ -6371,19 +6397,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: storage fields
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1009
+#: sw/inc/strings.hrc:1013
msgctxt "FMT_REG_AUTHOR"
msgid "Author"
msgstr "Autor"
#. aqFVp
-#: sw/inc/strings.hrc:1010
+#: sw/inc/strings.hrc:1014
msgctxt "FMT_REG_TIME"
msgid "Time"
msgstr "Hora"
#. FaZKx
-#: sw/inc/strings.hrc:1011
+#: sw/inc/strings.hrc:1015
msgctxt "FMT_REG_DATE"
msgid "Date"
msgstr "Calendata"
@@ -6392,80 +6418,80 @@ msgstr "Calendata"
#. --------------------------------------------------------------------
#. Description: formats references
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1015
+#: sw/inc/strings.hrc:1019
msgctxt "FMT_REF_TEXT"
msgid "Reference"
msgstr ""
#. L7dK7
-#: sw/inc/strings.hrc:1016
+#: sw/inc/strings.hrc:1020
msgctxt "FMT_REF_PAGE"
msgid "Page"
msgstr "Pachina"
#. MaB3q
-#: sw/inc/strings.hrc:1017
+#: sw/inc/strings.hrc:1021
msgctxt "FMT_REF_CHAPTER"
msgid "Chapter"
msgstr "Capítol"
#. 8FciB
-#: sw/inc/strings.hrc:1018
+#: sw/inc/strings.hrc:1022
msgctxt "FMT_REF_UPDOWN"
msgid "Above/Below"
msgstr ""
#. Vq8mj
-#: sw/inc/strings.hrc:1019
+#: sw/inc/strings.hrc:1023
#, fuzzy
msgctxt "FMT_REF_PAGE_PGDSC"
msgid "As Page Style"
msgstr "Estilo d'a fuella"
#. CQitd
-#: sw/inc/strings.hrc:1020
+#: sw/inc/strings.hrc:1024
msgctxt "FMT_REF_ONLYNUMBER"
msgid "Category and Number"
msgstr ""
#. BsvCn
-#: sw/inc/strings.hrc:1021
+#: sw/inc/strings.hrc:1025
msgctxt "FMT_REF_ONLYCAPTION"
msgid "Caption Text"
msgstr ""
#. P7wiX
-#: sw/inc/strings.hrc:1022
+#: sw/inc/strings.hrc:1026
msgctxt "FMT_REF_ONLYSEQNO"
msgid "Numbering"
msgstr ""
#. QBGit
-#: sw/inc/strings.hrc:1023
+#: sw/inc/strings.hrc:1027
msgctxt "FMT_REF_NUMBER"
msgid "Number"
msgstr "Numero"
#. CGkV7
-#: sw/inc/strings.hrc:1024
+#: sw/inc/strings.hrc:1028
msgctxt "FMT_REF_NUMBER_NO_CONTEXT"
msgid "Number (no context)"
msgstr ""
#. XgSb3
-#: sw/inc/strings.hrc:1025
+#: sw/inc/strings.hrc:1029
msgctxt "FMT_REF_NUMBER_FULL_CONTEXT"
msgid "Number (full context)"
msgstr ""
#. zQTNF
-#: sw/inc/strings.hrc:1027
+#: sw/inc/strings.hrc:1031
msgctxt "FMT_REF_WITH_LOWERCASE_HU_ARTICLE"
msgid "Article a/az + "
msgstr ""
#. 97Vs7
-#: sw/inc/strings.hrc:1028
+#: sw/inc/strings.hrc:1032
msgctxt "FMT_REF_WITH_UPPERCASE_HU_ARTICLE"
msgid "Article A/Az + "
msgstr ""
@@ -6474,31 +6500,31 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: placeholder
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1032
+#: sw/inc/strings.hrc:1036
msgctxt "FMT_MARK_TEXT"
msgid "Text"
msgstr "Texto"
#. rAQoE
-#: sw/inc/strings.hrc:1033
+#: sw/inc/strings.hrc:1037
msgctxt "FMT_MARK_TABLE"
msgid "Table"
msgstr "Tabla"
#. biUa2
-#: sw/inc/strings.hrc:1034
+#: sw/inc/strings.hrc:1038
msgctxt "FMT_MARK_FRAME"
msgid "Frame"
msgstr ""
#. 7mkZb
-#: sw/inc/strings.hrc:1035
+#: sw/inc/strings.hrc:1039
msgctxt "FMT_MARK_GRAFIC"
msgid "Image"
msgstr "Imachen"
#. GgbFY
-#: sw/inc/strings.hrc:1036
+#: sw/inc/strings.hrc:1040
msgctxt "FMT_MARK_OLE"
msgid "Object"
msgstr "Obchecto"
@@ -6507,1498 +6533,1498 @@ msgstr "Obchecto"
#. --------------------------------------------------------------------
#. Description: ExchangeStrings for Edit/NameFT
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1040
+#: sw/inc/strings.hrc:1044
msgctxt "STR_COND"
msgid "~Condition"
msgstr ""
#. X9cqJ
-#: sw/inc/strings.hrc:1041
+#: sw/inc/strings.hrc:1045
msgctxt "STR_TEXT"
msgid "Then, Else"
msgstr ""
#. bo8yF
-#: sw/inc/strings.hrc:1042
+#: sw/inc/strings.hrc:1046
msgctxt "STR_DDE_CMD"
msgid "DDE Statement"
msgstr ""
#. LixXA
-#: sw/inc/strings.hrc:1043
+#: sw/inc/strings.hrc:1047
msgctxt "STR_INSTEXT"
msgid "Hidden t~ext"
msgstr ""
#. EX3bJ
-#: sw/inc/strings.hrc:1044
+#: sw/inc/strings.hrc:1048
msgctxt "STR_MACNAME"
msgid "~Macro name"
msgstr ""
#. dNZtd
-#: sw/inc/strings.hrc:1045
+#: sw/inc/strings.hrc:1049
msgctxt "STR_PROMPT"
msgid "~Reference"
msgstr ""
#. bfRPa
-#: sw/inc/strings.hrc:1046
+#: sw/inc/strings.hrc:1050
#, fuzzy
msgctxt "STR_COMBCHRS_FT"
msgid "Ch~aracters"
msgstr "Importar"
#. j2G5G
-#: sw/inc/strings.hrc:1047
+#: sw/inc/strings.hrc:1051
msgctxt "STR_OFFSET"
msgid "O~ffset"
msgstr ""
#. vEgGo
-#: sw/inc/strings.hrc:1048
+#: sw/inc/strings.hrc:1052
msgctxt "STR_VALUE"
msgid "Value"
msgstr "Valura"
#. YQesU
-#: sw/inc/strings.hrc:1049
+#: sw/inc/strings.hrc:1053
#, fuzzy
msgctxt "STR_FORMULA"
msgid "Formula"
msgstr "~Formula"
#. Eq5xq
-#: sw/inc/strings.hrc:1050
+#: sw/inc/strings.hrc:1054
#, fuzzy
msgctxt "STR_CUSTOM_FIELD"
msgid "Custom"
msgstr "Personalizau 1"
#. 32NzA
-#: sw/inc/strings.hrc:1052
+#: sw/inc/strings.hrc:1056
msgctxt "STR_CUSTOM_LABEL"
msgid "[User]"
msgstr ""
#. dYQTU
-#: sw/inc/strings.hrc:1054
+#: sw/inc/strings.hrc:1058
msgctxt "STR_HDIST"
msgid "H. Pitch"
msgstr ""
#. xELZY
-#: sw/inc/strings.hrc:1055
+#: sw/inc/strings.hrc:1059
msgctxt "STR_VDIST"
msgid "V. Pitch"
msgstr ""
#. F9Ldz
-#: sw/inc/strings.hrc:1056
+#: sw/inc/strings.hrc:1060
msgctxt "STR_WIDTH"
msgid "Width"
msgstr ""
#. rdxcb
-#: sw/inc/strings.hrc:1057
+#: sw/inc/strings.hrc:1061
msgctxt "STR_HEIGHT"
msgid "Height"
msgstr ""
#. DQm2h
-#: sw/inc/strings.hrc:1058
+#: sw/inc/strings.hrc:1062
msgctxt "STR_LEFT"
msgid "Left margin"
msgstr ""
#. imDMU
-#: sw/inc/strings.hrc:1059
+#: sw/inc/strings.hrc:1063
msgctxt "STR_UPPER"
msgid "Top margin"
msgstr ""
#. ayQss
-#: sw/inc/strings.hrc:1060
+#: sw/inc/strings.hrc:1064
#, fuzzy
msgctxt "STR_COLS"
msgid "Columns"
msgstr "Columna"
#. 3moLd
-#: sw/inc/strings.hrc:1061
+#: sw/inc/strings.hrc:1065
#, fuzzy
msgctxt "STR_ROWS"
msgid "Rows"
msgstr "Ringlera"
#. QtVXg
-#: sw/inc/strings.hrc:1063
+#: sw/inc/strings.hrc:1067
msgctxt "STR_SERVICE_UNAVAILABLE"
msgid "The following service is not available: "
msgstr ""
#. XWMSH
-#: sw/inc/strings.hrc:1065
+#: sw/inc/strings.hrc:1069
msgctxt "STR_WORDCOUNT_HINT"
msgid "Word and character count. Click to open Word Count dialog."
msgstr ""
#. nxGNq
-#: sw/inc/strings.hrc:1066
+#: sw/inc/strings.hrc:1070
msgctxt "STR_VIEWLAYOUT_ONE"
msgid "Single-page view"
msgstr ""
#. 57ju6
-#: sw/inc/strings.hrc:1067
+#: sw/inc/strings.hrc:1071
msgctxt "STR_VIEWLAYOUT_MULTI"
msgid "Multiple-page view"
msgstr ""
#. tbig8
-#: sw/inc/strings.hrc:1068
+#: sw/inc/strings.hrc:1072
msgctxt "STR_VIEWLAYOUT_BOOK"
msgid "Book view"
msgstr ""
#. xBHUG
-#: sw/inc/strings.hrc:1069
+#: sw/inc/strings.hrc:1073
msgctxt "STR_BOOKCTRL_HINT"
msgid "Page number in document. Click to open Go to Page dialog or right-click for bookmark list."
msgstr ""
#. XaF3v
-#: sw/inc/strings.hrc:1070
+#: sw/inc/strings.hrc:1074
msgctxt "STR_BOOKCTRL_HINT_EXTENDED"
msgid "Page number in document (Page number on printed document). Click to open Go to Page dialog."
msgstr ""
#. EWtd2
-#: sw/inc/strings.hrc:1071
+#: sw/inc/strings.hrc:1075
msgctxt "STR_TMPLCTRL_HINT"
msgid "Page Style. Right-click to change style or click to open Style dialog."
msgstr ""
#. jQAym
#. Strings for textual attributes.
-#: sw/inc/strings.hrc:1074
+#: sw/inc/strings.hrc:1078
msgctxt "STR_DROP_OVER"
msgid "Drop Caps over"
msgstr ""
#. PLAVt
-#: sw/inc/strings.hrc:1075
+#: sw/inc/strings.hrc:1079
#, fuzzy
msgctxt "STR_DROP_LINES"
msgid "rows"
msgstr "Ringlera"
#. sg6Za
-#: sw/inc/strings.hrc:1076
+#: sw/inc/strings.hrc:1080
msgctxt "STR_NO_DROP_LINES"
msgid "No Drop Caps"
msgstr ""
#. gueRC
-#: sw/inc/strings.hrc:1077
+#: sw/inc/strings.hrc:1081
#, fuzzy
msgctxt "STR_NO_PAGEDESC"
msgid "No page break"
msgstr "Brinco de ~pachina"
#. G3CQN
-#: sw/inc/strings.hrc:1078
+#: sw/inc/strings.hrc:1082
msgctxt "STR_NO_MIRROR"
msgid "Don't mirror"
msgstr ""
#. MVEk8
-#: sw/inc/strings.hrc:1079
+#: sw/inc/strings.hrc:1083
msgctxt "STR_VERT_MIRROR"
msgid "Flip vertically"
msgstr ""
#. Dns6t
-#: sw/inc/strings.hrc:1080
+#: sw/inc/strings.hrc:1084
msgctxt "STR_HORI_MIRROR"
msgid "Flip horizontal"
msgstr ""
#. ZUKCy
-#: sw/inc/strings.hrc:1081
+#: sw/inc/strings.hrc:1085
msgctxt "STR_BOTH_MIRROR"
msgid "Horizontal and Vertical Flip"
msgstr ""
#. LoQic
-#: sw/inc/strings.hrc:1082
+#: sw/inc/strings.hrc:1086
msgctxt "STR_MIRROR_TOGGLE"
msgid "+ mirror horizontal on even pages"
msgstr ""
#. kbnTf
-#: sw/inc/strings.hrc:1083
+#: sw/inc/strings.hrc:1087
msgctxt "STR_CHARFMT"
msgid "Character Style"
msgstr ""
#. D99ZJ
-#: sw/inc/strings.hrc:1084
+#: sw/inc/strings.hrc:1088
msgctxt "STR_NO_CHARFMT"
msgid "No Character Style"
msgstr ""
#. fzG3P
-#: sw/inc/strings.hrc:1085
+#: sw/inc/strings.hrc:1089
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr "Piet de pachina"
#. 9RCsQ
-#: sw/inc/strings.hrc:1086
+#: sw/inc/strings.hrc:1090
msgctxt "STR_NO_FOOTER"
msgid "No footer"
msgstr ""
#. zFTin
-#: sw/inc/strings.hrc:1087
+#: sw/inc/strings.hrc:1091
msgctxt "STR_HEADER"
msgid "Header"
msgstr "Capitero"
#. PcYEB
-#: sw/inc/strings.hrc:1088
+#: sw/inc/strings.hrc:1092
msgctxt "STR_NO_HEADER"
msgid "No header"
msgstr ""
#. Zm8cr
-#: sw/inc/strings.hrc:1089
+#: sw/inc/strings.hrc:1093
msgctxt "STR_SURROUND_IDEAL"
msgid "Optimal wrap"
msgstr ""
#. whxC3
-#: sw/inc/strings.hrc:1090
+#: sw/inc/strings.hrc:1094
msgctxt "STR_SURROUND_NONE"
msgid "No wrap"
msgstr ""
#. 4tA4q
-#: sw/inc/strings.hrc:1091
+#: sw/inc/strings.hrc:1095
msgctxt "STR_SURROUND_THROUGH"
msgid "Through"
msgstr ""
#. gS6sZ
-#: sw/inc/strings.hrc:1092
+#: sw/inc/strings.hrc:1096
msgctxt "STR_SURROUND_PARALLEL"
msgid "Parallel wrap"
msgstr ""
#. tmVqi
-#: sw/inc/strings.hrc:1093
+#: sw/inc/strings.hrc:1097
msgctxt "STR_SURROUND_LEFT"
msgid "Left wrap"
msgstr ""
#. 3tBBF
-#: sw/inc/strings.hrc:1094
+#: sw/inc/strings.hrc:1098
msgctxt "STR_SURROUND_RIGHT"
msgid "Right wrap"
msgstr ""
#. SrG3D
-#: sw/inc/strings.hrc:1095
+#: sw/inc/strings.hrc:1099
msgctxt "STR_SURROUND_ANCHORONLY"
msgid "(Anchor only)"
msgstr ""
#. 9Ywzb
-#: sw/inc/strings.hrc:1096
+#: sw/inc/strings.hrc:1100
msgctxt "STR_FRM_WIDTH"
msgid "Width:"
msgstr ""
#. 2GYT7
-#: sw/inc/strings.hrc:1097
+#: sw/inc/strings.hrc:1101
msgctxt "STR_FRM_FIXEDHEIGHT"
msgid "Fixed height:"
msgstr ""
#. QrFMi
-#: sw/inc/strings.hrc:1098
+#: sw/inc/strings.hrc:1102
msgctxt "STR_FRM_MINHEIGHT"
msgid "Min. height:"
msgstr ""
#. kLiYd
-#: sw/inc/strings.hrc:1099
+#: sw/inc/strings.hrc:1103
msgctxt "STR_FLY_AT_PARA"
msgid "to paragraph"
msgstr ""
#. bEavs
-#: sw/inc/strings.hrc:1100
+#: sw/inc/strings.hrc:1104
msgctxt "STR_FLY_AS_CHAR"
msgid "to character"
msgstr ""
#. hDUSa
-#: sw/inc/strings.hrc:1101
+#: sw/inc/strings.hrc:1105
msgctxt "STR_FLY_AT_PAGE"
msgid "to page"
msgstr ""
#. JMHRz
-#: sw/inc/strings.hrc:1102
+#: sw/inc/strings.hrc:1106
msgctxt "STR_POS_X"
msgid "X Coordinate:"
msgstr ""
#. oCZWW
-#: sw/inc/strings.hrc:1103
+#: sw/inc/strings.hrc:1107
msgctxt "STR_POS_Y"
msgid "Y Coordinate:"
msgstr ""
#. YNKE6
-#: sw/inc/strings.hrc:1104
+#: sw/inc/strings.hrc:1108
msgctxt "STR_VERT_TOP"
msgid "at top"
msgstr ""
#. GPTAu
-#: sw/inc/strings.hrc:1105
+#: sw/inc/strings.hrc:1109
msgctxt "STR_VERT_CENTER"
msgid "Centered vertically"
msgstr ""
#. fcpTS
-#: sw/inc/strings.hrc:1106
+#: sw/inc/strings.hrc:1110
msgctxt "STR_VERT_BOTTOM"
msgid "at bottom"
msgstr ""
#. 37hos
-#: sw/inc/strings.hrc:1107
+#: sw/inc/strings.hrc:1111
msgctxt "STR_LINE_TOP"
msgid "Top of line"
msgstr ""
#. MU7hC
-#: sw/inc/strings.hrc:1108
+#: sw/inc/strings.hrc:1112
msgctxt "STR_LINE_CENTER"
msgid "Line centered"
msgstr ""
#. ZvEq7
-#: sw/inc/strings.hrc:1109
+#: sw/inc/strings.hrc:1113
msgctxt "STR_LINE_BOTTOM"
msgid "Bottom of line"
msgstr ""
#. X9utp
-#: sw/inc/strings.hrc:1110
+#: sw/inc/strings.hrc:1114
msgctxt "STR_REGISTER_ON"
msgid "Register-true"
msgstr ""
#. YDuHJ
-#: sw/inc/strings.hrc:1111
+#: sw/inc/strings.hrc:1115
msgctxt "STR_REGISTER_OFF"
msgid "Not register-true"
msgstr ""
#. 4RL9X
-#: sw/inc/strings.hrc:1112
+#: sw/inc/strings.hrc:1116
msgctxt "STR_HORI_RIGHT"
msgid "at the right"
msgstr ""
#. wzGK7
-#: sw/inc/strings.hrc:1113
+#: sw/inc/strings.hrc:1117
msgctxt "STR_HORI_CENTER"
msgid "Centered horizontally"
msgstr ""
#. ngRmB
-#: sw/inc/strings.hrc:1114
+#: sw/inc/strings.hrc:1118
msgctxt "STR_HORI_LEFT"
msgid "at the left"
msgstr ""
#. JyHkM
-#: sw/inc/strings.hrc:1115
+#: sw/inc/strings.hrc:1119
msgctxt "STR_HORI_INSIDE"
msgid "inside"
msgstr ""
#. iXSZZ
-#: sw/inc/strings.hrc:1116
+#: sw/inc/strings.hrc:1120
msgctxt "STR_HORI_OUTSIDE"
msgid "outside"
msgstr ""
#. kDY9Z
-#: sw/inc/strings.hrc:1117
+#: sw/inc/strings.hrc:1121
msgctxt "STR_HORI_FULL"
msgid "Full width"
msgstr ""
#. Hvn8D
-#: sw/inc/strings.hrc:1118
+#: sw/inc/strings.hrc:1122
#, fuzzy
msgctxt "STR_COLUMNS"
msgid "Columns"
msgstr "Columna"
#. 6j6TA
-#: sw/inc/strings.hrc:1119
+#: sw/inc/strings.hrc:1123
msgctxt "STR_LINE_WIDTH"
msgid "Separator Width:"
msgstr ""
#. dvdDt
-#: sw/inc/strings.hrc:1120
+#: sw/inc/strings.hrc:1124
msgctxt "STR_MAX_FTN_HEIGHT"
msgid "Max. footnote area:"
msgstr ""
#. BWqF3
-#: sw/inc/strings.hrc:1121
+#: sw/inc/strings.hrc:1125
msgctxt "STR_EDIT_IN_READONLY"
msgid "Editable in read-only document"
msgstr ""
#. SCL5F
-#: sw/inc/strings.hrc:1122
+#: sw/inc/strings.hrc:1126
msgctxt "STR_LAYOUT_SPLIT"
msgid "Split"
msgstr ""
#. AETHf
-#: sw/inc/strings.hrc:1123
+#: sw/inc/strings.hrc:1127
msgctxt "STR_NUMRULE_ON"
msgid "Numbering"
msgstr ""
#. 7HmsY
-#: sw/inc/strings.hrc:1124
+#: sw/inc/strings.hrc:1128
msgctxt "STR_NUMRULE_OFF"
msgid "no numbering"
msgstr ""
#. QDaFk
-#: sw/inc/strings.hrc:1125
+#: sw/inc/strings.hrc:1129
msgctxt "STR_CONNECT1"
msgid "linked to "
msgstr ""
#. rWmT8
-#: sw/inc/strings.hrc:1126
+#: sw/inc/strings.hrc:1130
msgctxt "STR_CONNECT2"
msgid "and "
msgstr ""
#. H2Kwq
-#: sw/inc/strings.hrc:1127
+#: sw/inc/strings.hrc:1131
msgctxt "STR_LINECOUNT"
msgid "Count lines"
msgstr ""
#. yjSiJ
-#: sw/inc/strings.hrc:1128
+#: sw/inc/strings.hrc:1132
msgctxt "STR_DONTLINECOUNT"
msgid "don't count lines"
msgstr ""
#. HE4BV
-#: sw/inc/strings.hrc:1129
+#: sw/inc/strings.hrc:1133
msgctxt "STR_LINCOUNT_START"
msgid "restart line count with: "
msgstr ""
#. 7Q8qC
-#: sw/inc/strings.hrc:1130
+#: sw/inc/strings.hrc:1134
msgctxt "STR_LUMINANCE"
msgid "Brightness: "
msgstr ""
#. sNxPE
-#: sw/inc/strings.hrc:1131
+#: sw/inc/strings.hrc:1135
msgctxt "STR_CHANNELR"
msgid "Red: "
msgstr ""
#. u73NC
-#: sw/inc/strings.hrc:1132
+#: sw/inc/strings.hrc:1136
msgctxt "STR_CHANNELG"
msgid "Green: "
msgstr ""
#. qQsPp
-#: sw/inc/strings.hrc:1133
+#: sw/inc/strings.hrc:1137
msgctxt "STR_CHANNELB"
msgid "Blue: "
msgstr ""
#. BS4nZ
-#: sw/inc/strings.hrc:1134
+#: sw/inc/strings.hrc:1138
#, fuzzy
msgctxt "STR_CONTRAST"
msgid "Contrast: "
msgstr "Contraste"
#. avJBK
-#: sw/inc/strings.hrc:1135
+#: sw/inc/strings.hrc:1139
msgctxt "STR_GAMMA"
msgid "Gamma: "
msgstr ""
#. HQCJZ
-#: sw/inc/strings.hrc:1136
+#: sw/inc/strings.hrc:1140
msgctxt "STR_TRANSPARENCY"
msgid "Transparency: "
msgstr ""
#. 5jDK3
-#: sw/inc/strings.hrc:1137
+#: sw/inc/strings.hrc:1141
msgctxt "STR_INVERT"
msgid "Invert"
msgstr ""
#. DVSAx
-#: sw/inc/strings.hrc:1138
+#: sw/inc/strings.hrc:1142
msgctxt "STR_INVERT_NOT"
msgid "do not invert"
msgstr ""
#. Z7tXB
-#: sw/inc/strings.hrc:1139
+#: sw/inc/strings.hrc:1143
msgctxt "STR_DRAWMODE"
msgid "Graphics mode: "
msgstr ""
#. RXuUF
-#: sw/inc/strings.hrc:1140
+#: sw/inc/strings.hrc:1144
msgctxt "STR_DRAWMODE_STD"
msgid "Standard"
msgstr "Estandar"
#. kbALJ
-#: sw/inc/strings.hrc:1141
+#: sw/inc/strings.hrc:1145
msgctxt "STR_DRAWMODE_GREY"
msgid "Grayscales"
msgstr ""
#. eSHEj
-#: sw/inc/strings.hrc:1142
+#: sw/inc/strings.hrc:1146
msgctxt "STR_DRAWMODE_BLACKWHITE"
msgid "Black & White"
msgstr ""
#. tABTr
-#: sw/inc/strings.hrc:1143
+#: sw/inc/strings.hrc:1147
msgctxt "STR_DRAWMODE_WATERMARK"
msgid "Watermark"
msgstr ""
#. 8SwC3
-#: sw/inc/strings.hrc:1144
+#: sw/inc/strings.hrc:1148
msgctxt "STR_ROTATION"
msgid "Rotation"
msgstr ""
#. hWEeF
-#: sw/inc/strings.hrc:1145
+#: sw/inc/strings.hrc:1149
msgctxt "STR_GRID_NONE"
msgid "No grid"
msgstr ""
#. HEuEv
-#: sw/inc/strings.hrc:1146
+#: sw/inc/strings.hrc:1150
msgctxt "STR_GRID_LINES_ONLY"
msgid "Grid (lines only)"
msgstr ""
#. VFgMq
-#: sw/inc/strings.hrc:1147
+#: sw/inc/strings.hrc:1151
msgctxt "STR_GRID_LINES_CHARS"
msgid "Grid (lines and characters)"
msgstr ""
#. VRJrB
-#: sw/inc/strings.hrc:1148
+#: sw/inc/strings.hrc:1152
msgctxt "STR_FOLLOW_TEXT_FLOW"
msgid "Follow text flow"
msgstr ""
#. Sb3Je
-#: sw/inc/strings.hrc:1149
+#: sw/inc/strings.hrc:1153
msgctxt "STR_DONT_FOLLOW_TEXT_FLOW"
msgid "Do not follow text flow"
msgstr ""
#. yXFKP
-#: sw/inc/strings.hrc:1150
+#: sw/inc/strings.hrc:1154
msgctxt "STR_CONNECT_BORDER_ON"
msgid "Merge borders"
msgstr ""
#. vwHbS
-#: sw/inc/strings.hrc:1151
+#: sw/inc/strings.hrc:1155
msgctxt "STR_CONNECT_BORDER_OFF"
msgid "Do not merge borders"
msgstr ""
#. 3874B
-#: sw/inc/strings.hrc:1153
+#: sw/inc/strings.hrc:1157
msgctxt "ST_TBL"
msgid "Table"
msgstr "Tabla"
#. PCNdr
-#: sw/inc/strings.hrc:1154
+#: sw/inc/strings.hrc:1158
msgctxt "ST_FRM"
msgid "Text Frame"
msgstr ""
#. Fsnm6
-#: sw/inc/strings.hrc:1155
+#: sw/inc/strings.hrc:1159
msgctxt "ST_PGE"
msgid "Page"
msgstr "Pachina"
#. pKFCz
-#: sw/inc/strings.hrc:1156
+#: sw/inc/strings.hrc:1160
#, fuzzy
msgctxt "ST_DRW"
msgid "Drawing"
msgstr "~Debuxo"
#. amiSY
-#: sw/inc/strings.hrc:1157
+#: sw/inc/strings.hrc:1161
msgctxt "ST_CTRL"
msgid "Control"
msgstr ""
#. GEw9u
-#: sw/inc/strings.hrc:1158
+#: sw/inc/strings.hrc:1162
#, fuzzy
msgctxt "ST_REG"
msgid "Section"
msgstr "Selección"
#. bEiyL
-#: sw/inc/strings.hrc:1159
+#: sw/inc/strings.hrc:1163
msgctxt "ST_BKM"
msgid "Bookmark"
msgstr ""
#. 6gXCo
-#: sw/inc/strings.hrc:1160
+#: sw/inc/strings.hrc:1164
msgctxt "ST_GRF"
msgid "Graphics"
msgstr "Graficos"
#. d5eSc
-#: sw/inc/strings.hrc:1161
+#: sw/inc/strings.hrc:1165
msgctxt "ST_OLE"
msgid "OLE object"
msgstr "Obchecto OLE"
#. h5QQ8
-#: sw/inc/strings.hrc:1162
+#: sw/inc/strings.hrc:1166
msgctxt "ST_OUTL"
msgid "Headings"
msgstr ""
#. Cbktp
-#: sw/inc/strings.hrc:1163
+#: sw/inc/strings.hrc:1167
msgctxt "ST_SEL"
msgid "Selection"
msgstr "Selección"
#. nquvS
-#: sw/inc/strings.hrc:1164
+#: sw/inc/strings.hrc:1168
msgctxt "ST_FTN"
msgid "Footnote"
msgstr ""
#. GpAUo
-#: sw/inc/strings.hrc:1165
+#: sw/inc/strings.hrc:1169
msgctxt "ST_MARK"
msgid "Reminder"
msgstr ""
#. nDFKa
-#: sw/inc/strings.hrc:1166
+#: sw/inc/strings.hrc:1170
msgctxt "ST_POSTIT"
msgid "Comment"
msgstr "Comentario"
#. qpbDE
-#: sw/inc/strings.hrc:1167
+#: sw/inc/strings.hrc:1171
msgctxt "ST_SRCH_REP"
msgid "Repeat search"
msgstr ""
#. ipxfH
-#: sw/inc/strings.hrc:1168
+#: sw/inc/strings.hrc:1172
msgctxt "ST_INDEX_ENTRY"
msgid "Index entry"
msgstr ""
#. sfmff
-#: sw/inc/strings.hrc:1169
+#: sw/inc/strings.hrc:1173
msgctxt "ST_TABLE_FORMULA"
msgid "Table formula"
msgstr ""
#. DtkuT
-#: sw/inc/strings.hrc:1170
+#: sw/inc/strings.hrc:1174
msgctxt "ST_TABLE_FORMULA_ERROR"
msgid "Wrong table formula"
msgstr ""
#. ECFxw
#. Strings for the quickhelp of the View-PgUp/Down-Buttons
-#: sw/inc/strings.hrc:1172
+#: sw/inc/strings.hrc:1176
msgctxt "STR_IMGBTN_TBL_DOWN"
msgid "Next table"
msgstr ""
#. vPiab
-#: sw/inc/strings.hrc:1173
+#: sw/inc/strings.hrc:1177
msgctxt "STR_IMGBTN_FRM_DOWN"
msgid "Next text frame"
msgstr ""
#. M4BCA
-#: sw/inc/strings.hrc:1174
+#: sw/inc/strings.hrc:1178
msgctxt "STR_IMGBTN_PGE_DOWN"
msgid "Next page"
msgstr ""
#. UWeq4
-#: sw/inc/strings.hrc:1175
+#: sw/inc/strings.hrc:1179
msgctxt "STR_IMGBTN_DRW_DOWN"
msgid "Next drawing"
msgstr ""
#. ZVCrD
-#: sw/inc/strings.hrc:1176
+#: sw/inc/strings.hrc:1180
msgctxt "STR_IMGBTN_CTRL_DOWN"
msgid "Next control"
msgstr ""
#. NGAqr
-#: sw/inc/strings.hrc:1177
+#: sw/inc/strings.hrc:1181
msgctxt "STR_IMGBTN_REG_DOWN"
msgid "Next section"
msgstr ""
#. Mwcvm
-#: sw/inc/strings.hrc:1178
+#: sw/inc/strings.hrc:1182
msgctxt "STR_IMGBTN_BKM_DOWN"
msgid "Next bookmark"
msgstr ""
#. xbxDs
-#: sw/inc/strings.hrc:1179
+#: sw/inc/strings.hrc:1183
msgctxt "STR_IMGBTN_GRF_DOWN"
msgid "Next graphic"
msgstr ""
#. 4ovAF
-#: sw/inc/strings.hrc:1180
+#: sw/inc/strings.hrc:1184
msgctxt "STR_IMGBTN_OLE_DOWN"
msgid "Next OLE object"
msgstr ""
#. YzK6w
-#: sw/inc/strings.hrc:1181
+#: sw/inc/strings.hrc:1185
msgctxt "STR_IMGBTN_OUTL_DOWN"
msgid "Next heading"
msgstr ""
#. skdRc
-#: sw/inc/strings.hrc:1182
+#: sw/inc/strings.hrc:1186
msgctxt "STR_IMGBTN_SEL_DOWN"
msgid "Next selection"
msgstr ""
#. RBFga
-#: sw/inc/strings.hrc:1183
+#: sw/inc/strings.hrc:1187
msgctxt "STR_IMGBTN_FTN_DOWN"
msgid "Next footnote"
msgstr ""
#. GNLrx
-#: sw/inc/strings.hrc:1184
+#: sw/inc/strings.hrc:1188
msgctxt "STR_IMGBTN_MARK_DOWN"
msgid "Next Reminder"
msgstr ""
#. mFCfp
-#: sw/inc/strings.hrc:1185
+#: sw/inc/strings.hrc:1189
msgctxt "STR_IMGBTN_POSTIT_DOWN"
msgid "Next Comment"
msgstr ""
#. gbnwp
-#: sw/inc/strings.hrc:1186
+#: sw/inc/strings.hrc:1190
msgctxt "STR_IMGBTN_SRCH_REP_DOWN"
msgid "Continue search forward"
msgstr ""
#. TXYkA
-#: sw/inc/strings.hrc:1187
+#: sw/inc/strings.hrc:1191
msgctxt "STR_IMGBTN_INDEX_ENTRY_DOWN"
msgid "Next index entry"
msgstr ""
#. EyvbV
-#: sw/inc/strings.hrc:1188
+#: sw/inc/strings.hrc:1192
msgctxt "STR_IMGBTN_TBL_UP"
msgid "Previous table"
msgstr ""
#. ygrTh
-#: sw/inc/strings.hrc:1189
+#: sw/inc/strings.hrc:1193
msgctxt "STR_IMGBTN_FRM_UP"
msgid "Previous text frame"
msgstr ""
#. eQPFD
-#: sw/inc/strings.hrc:1190
+#: sw/inc/strings.hrc:1194
msgctxt "STR_IMGBTN_PGE_UP"
msgid "Previous page"
msgstr ""
#. p5jbU
-#: sw/inc/strings.hrc:1191
+#: sw/inc/strings.hrc:1195
msgctxt "STR_IMGBTN_DRW_UP"
msgid "Previous drawing"
msgstr ""
#. 2WMmZ
-#: sw/inc/strings.hrc:1192
+#: sw/inc/strings.hrc:1196
msgctxt "STR_IMGBTN_CTRL_UP"
msgid "Previous control"
msgstr ""
#. 6uGDP
-#: sw/inc/strings.hrc:1193
+#: sw/inc/strings.hrc:1197
msgctxt "STR_IMGBTN_REG_UP"
msgid "Previous section"
msgstr ""
#. YYCtk
-#: sw/inc/strings.hrc:1194
+#: sw/inc/strings.hrc:1198
msgctxt "STR_IMGBTN_BKM_UP"
msgid "Previous bookmark"
msgstr ""
#. nFLdX
-#: sw/inc/strings.hrc:1195
+#: sw/inc/strings.hrc:1199
msgctxt "STR_IMGBTN_GRF_UP"
msgid "Previous graphic"
msgstr ""
#. VuxvB
-#: sw/inc/strings.hrc:1196
+#: sw/inc/strings.hrc:1200
msgctxt "STR_IMGBTN_OLE_UP"
msgid "Previous OLE object"
msgstr ""
#. QSuct
-#: sw/inc/strings.hrc:1197
+#: sw/inc/strings.hrc:1201
msgctxt "STR_IMGBTN_OUTL_UP"
msgid "Previous heading"
msgstr ""
#. CzLBr
-#: sw/inc/strings.hrc:1198
+#: sw/inc/strings.hrc:1202
msgctxt "STR_IMGBTN_SEL_UP"
msgid "Previous selection"
msgstr ""
#. B7PoL
-#: sw/inc/strings.hrc:1199
+#: sw/inc/strings.hrc:1203
msgctxt "STR_IMGBTN_FTN_UP"
msgid "Previous footnote"
msgstr ""
#. AgtLD
-#: sw/inc/strings.hrc:1200
+#: sw/inc/strings.hrc:1204
msgctxt "STR_IMGBTN_MARK_UP"
msgid "Previous Reminder"
msgstr ""
#. GJQ6F
-#: sw/inc/strings.hrc:1201
+#: sw/inc/strings.hrc:1205
msgctxt "STR_IMGBTN_POSTIT_UP"
msgid "Previous Comment"
msgstr ""
#. GWnfD
-#: sw/inc/strings.hrc:1202
+#: sw/inc/strings.hrc:1206
msgctxt "STR_IMGBTN_SRCH_REP_UP"
msgid "Continue search backwards"
msgstr ""
#. uDtcG
-#: sw/inc/strings.hrc:1203
+#: sw/inc/strings.hrc:1207
msgctxt "STR_IMGBTN_INDEX_ENTRY_UP"
msgid "Previous index entry"
msgstr ""
#. VR6DX
-#: sw/inc/strings.hrc:1204
+#: sw/inc/strings.hrc:1208
msgctxt "STR_IMGBTN_TBLFML_UP"
msgid "Previous table formula"
msgstr ""
#. GqESF
-#: sw/inc/strings.hrc:1205
+#: sw/inc/strings.hrc:1209
msgctxt "STR_IMGBTN_TBLFML_DOWN"
msgid "Next table formula"
msgstr ""
#. gBgxo
-#: sw/inc/strings.hrc:1206
+#: sw/inc/strings.hrc:1210
msgctxt "STR_IMGBTN_TBLFML_ERR_UP"
msgid "Previous faulty table formula"
msgstr ""
#. UAon9
-#: sw/inc/strings.hrc:1207
+#: sw/inc/strings.hrc:1211
msgctxt "STR_IMGBTN_TBLFML_ERR_DOWN"
msgid "Next faulty table formula"
msgstr ""
#. hSYa3
-#: sw/inc/strings.hrc:1209
+#: sw/inc/strings.hrc:1213
msgctxt "STR_REDLINE_INSERT"
msgid "Inserted"
msgstr ""
#. LnFkq
-#: sw/inc/strings.hrc:1210
+#: sw/inc/strings.hrc:1214
#, fuzzy
msgctxt "STR_REDLINE_DELETE"
msgid "Deleted"
msgstr "Eliminar"
#. cTNEn
-#: sw/inc/strings.hrc:1211
+#: sw/inc/strings.hrc:1215
msgctxt "STR_REDLINE_FORMAT"
msgid "Formatted"
msgstr ""
#. YWr7C
-#: sw/inc/strings.hrc:1212
+#: sw/inc/strings.hrc:1216
msgctxt "STR_REDLINE_TABLE"
msgid "Table changed"
msgstr ""
#. 6xVDN
-#: sw/inc/strings.hrc:1213
+#: sw/inc/strings.hrc:1217
msgctxt "STR_REDLINE_FMTCOLL"
msgid "Applied Paragraph Styles"
msgstr ""
#. 32AND
-#: sw/inc/strings.hrc:1214
+#: sw/inc/strings.hrc:1218
msgctxt "STR_REDLINE_PARAGRAPH_FORMAT"
msgid "Paragraph formatting changed"
msgstr ""
#. wLDkj
-#: sw/inc/strings.hrc:1215
+#: sw/inc/strings.hrc:1219
msgctxt "STR_REDLINE_TABLE_ROW_INSERT"
msgid "Row Inserted"
msgstr ""
#. Eb5Gb
-#: sw/inc/strings.hrc:1216
+#: sw/inc/strings.hrc:1220
msgctxt "STR_REDLINE_TABLE_ROW_DELETE"
msgid "Row Deleted"
msgstr ""
#. i5ZJt
-#: sw/inc/strings.hrc:1217
+#: sw/inc/strings.hrc:1221
msgctxt "STR_REDLINE_TABLE_CELL_INSERT"
msgid "Cell Inserted"
msgstr ""
#. 4gE3z
-#: sw/inc/strings.hrc:1218
+#: sw/inc/strings.hrc:1222
msgctxt "STR_REDLINE_TABLE_CELL_DELETE"
msgid "Cell Deleted"
msgstr ""
#. DRCyp
-#: sw/inc/strings.hrc:1219
+#: sw/inc/strings.hrc:1223
msgctxt "STR_ENDNOTE"
msgid "Endnote: "
msgstr ""
#. qpW2q
-#: sw/inc/strings.hrc:1220
+#: sw/inc/strings.hrc:1224
msgctxt "STR_FTNNOTE"
msgid "Footnote: "
msgstr ""
#. 3RFUd
-#: sw/inc/strings.hrc:1221
+#: sw/inc/strings.hrc:1225
msgctxt "STR_SMARTTAG_CLICK"
msgid "%s-click to open Smart Tag menu"
msgstr ""
#. QCD36
-#: sw/inc/strings.hrc:1222
+#: sw/inc/strings.hrc:1226
msgctxt "STR_HEADER_TITLE"
msgid "Header (%1)"
msgstr ""
#. AYjgB
-#: sw/inc/strings.hrc:1223
+#: sw/inc/strings.hrc:1227
msgctxt "STR_FIRST_HEADER_TITLE"
msgid "First Page Header (%1)"
msgstr ""
#. qVX2k
-#: sw/inc/strings.hrc:1224
+#: sw/inc/strings.hrc:1228
msgctxt "STR_LEFT_HEADER_TITLE"
msgid "Left Page Header (%1)"
msgstr ""
#. DSg3b
-#: sw/inc/strings.hrc:1225
+#: sw/inc/strings.hrc:1229
msgctxt "STR_RIGHT_HEADER_TITLE"
msgid "Right Page Header (%1)"
msgstr ""
#. 6GzuM
-#: sw/inc/strings.hrc:1226
+#: sw/inc/strings.hrc:1230
msgctxt "STR_FOOTER_TITLE"
msgid "Footer (%1)"
msgstr ""
#. FDVNH
-#: sw/inc/strings.hrc:1227
+#: sw/inc/strings.hrc:1231
msgctxt "STR_FIRST_FOOTER_TITLE"
msgid "First Page Footer (%1)"
msgstr ""
#. SL7r3
-#: sw/inc/strings.hrc:1228
+#: sw/inc/strings.hrc:1232
msgctxt "STR_LEFT_FOOTER_TITLE"
msgid "Left Page Footer (%1)"
msgstr ""
#. CBvih
-#: sw/inc/strings.hrc:1229
+#: sw/inc/strings.hrc:1233
msgctxt "STR_RIGHT_FOOTER_TITLE"
msgid "Right Page Footer (%1)"
msgstr ""
#. s8v3h
-#: sw/inc/strings.hrc:1230
+#: sw/inc/strings.hrc:1234
msgctxt "STR_DELETE_HEADER"
msgid "Delete Header..."
msgstr ""
#. wL3Fr
-#: sw/inc/strings.hrc:1231
+#: sw/inc/strings.hrc:1235
msgctxt "STR_FORMAT_HEADER"
msgid "Format Header..."
msgstr ""
#. DrAUe
-#: sw/inc/strings.hrc:1232
+#: sw/inc/strings.hrc:1236
msgctxt "STR_DELETE_FOOTER"
msgid "Delete Footer..."
msgstr ""
#. 9Xgou
-#: sw/inc/strings.hrc:1233
+#: sw/inc/strings.hrc:1237
msgctxt "STR_FORMAT_FOOTER"
msgid "Format Footer..."
msgstr ""
#. ApT5B
-#: sw/inc/strings.hrc:1235
+#: sw/inc/strings.hrc:1239
msgctxt "STR_UNFLOAT_TABLE"
msgid "Un-float Table"
msgstr ""
#. uvDKE
-#: sw/inc/strings.hrc:1237
+#: sw/inc/strings.hrc:1241
msgctxt "STR_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr ""
#. iJuAv
-#: sw/inc/strings.hrc:1238
+#: sw/inc/strings.hrc:1242
msgctxt "STR_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr ""
#. Bwwho
-#: sw/inc/strings.hrc:1239
+#: sw/inc/strings.hrc:1243
msgctxt "STR_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr ""
#. bfog5
-#: sw/inc/strings.hrc:1240
+#: sw/inc/strings.hrc:1244
msgctxt "STR_GRFILTER_VERSIONERROR"
msgid "This image file version is not supported"
msgstr ""
#. xy4Vm
-#: sw/inc/strings.hrc:1241
+#: sw/inc/strings.hrc:1245
msgctxt "STR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
#. tEqyq
-#: sw/inc/strings.hrc:1242
+#: sw/inc/strings.hrc:1246
msgctxt "STR_GRFILTER_TOOBIG"
msgid "Not enough memory to insert the image."
msgstr ""
#. 5ihue
-#: sw/inc/strings.hrc:1243
+#: sw/inc/strings.hrc:1247
msgctxt "STR_INSERT_GRAPHIC"
msgid "Insert Image"
msgstr ""
#. GWzLN
-#: sw/inc/strings.hrc:1244
+#: sw/inc/strings.hrc:1248
#, fuzzy
msgctxt "STR_REDLINE_COMMENT"
msgid "Comment: "
msgstr "Comentario"
#. CoJc8
-#: sw/inc/strings.hrc:1245
+#: sw/inc/strings.hrc:1249
msgctxt "STR_REDLINE_INSERTED"
msgid "Insertion"
msgstr ""
#. dfMEF
-#: sw/inc/strings.hrc:1246
+#: sw/inc/strings.hrc:1250
#, fuzzy
msgctxt "STR_REDLINE_DELETED"
msgid "Deletion"
msgstr "Selección"
#. NytQQ
-#: sw/inc/strings.hrc:1247
+#: sw/inc/strings.hrc:1251
msgctxt "STR_REDLINE_AUTOFMT"
msgid "AutoCorrect"
msgstr ""
#. YRAQL
-#: sw/inc/strings.hrc:1248
+#: sw/inc/strings.hrc:1252
msgctxt "STR_REDLINE_FORMATTED"
msgid "Formats"
msgstr ""
#. ELCVU
-#: sw/inc/strings.hrc:1249
+#: sw/inc/strings.hrc:1253
msgctxt "STR_REDLINE_TABLECHG"
msgid "Table Changes"
msgstr ""
#. PzfQF
-#: sw/inc/strings.hrc:1250
+#: sw/inc/strings.hrc:1254
msgctxt "STR_REDLINE_FMTCOLLSET"
msgid "Applied Paragraph Styles"
msgstr ""
#. sgEbW
-#: sw/inc/strings.hrc:1251
+#: sw/inc/strings.hrc:1255
#, fuzzy
msgctxt "STR_PAGE"
msgid "Page "
msgstr "Pachina"
#. 3DpEx
-#: sw/inc/strings.hrc:1252
+#: sw/inc/strings.hrc:1256
msgctxt "STR_PAGE_COUNT"
msgid "Page %1 of %2"
msgstr ""
#. HSbzS
-#: sw/inc/strings.hrc:1253
+#: sw/inc/strings.hrc:1257
msgctxt "STR_PAGE_COUNT_CUSTOM"
msgid "Page %1 of %2 (Page %3)"
msgstr ""
#. a7tDc
-#: sw/inc/strings.hrc:1254
+#: sw/inc/strings.hrc:1258
msgctxt "STR_PAGE_COUNT_PRINTED"
msgid "Page %1 of %2 (Page %3 of %4 to print)"
msgstr ""
#. KjML8
#. Strings for gallery/background
-#: sw/inc/strings.hrc:1256
+#: sw/inc/strings.hrc:1260
msgctxt "STR_SWBG_PARAGRAPH"
msgid "Paragraph"
msgstr ""
#. aAtmp
-#: sw/inc/strings.hrc:1257
+#: sw/inc/strings.hrc:1261
msgctxt "STR_SWBG_GRAPHIC"
msgid "Image"
msgstr "Imachen"
#. UBDMK
-#: sw/inc/strings.hrc:1258
+#: sw/inc/strings.hrc:1262
msgctxt "STR_SWBG_OLE"
msgid "OLE object"
msgstr "Obchecto OLE"
#. xEWbo
-#: sw/inc/strings.hrc:1259
+#: sw/inc/strings.hrc:1263
msgctxt "STR_SWBG_FRAME"
msgid "Frame"
msgstr ""
#. hfJns
-#: sw/inc/strings.hrc:1260
+#: sw/inc/strings.hrc:1264
msgctxt "STR_SWBG_TABLE"
msgid "Table"
msgstr "Tabla"
#. GRqNY
-#: sw/inc/strings.hrc:1261
+#: sw/inc/strings.hrc:1265
msgctxt "STR_SWBG_TABLE_ROW"
msgid "Table row"
msgstr ""
#. CDQY4
-#: sw/inc/strings.hrc:1262
+#: sw/inc/strings.hrc:1266
msgctxt "STR_SWBG_TABLE_CELL"
msgid "Table cell"
msgstr ""
#. 2Db9T
-#: sw/inc/strings.hrc:1263
+#: sw/inc/strings.hrc:1267
msgctxt "STR_SWBG_PAGE"
msgid "Page"
msgstr "Pachina"
#. 63FuG
-#: sw/inc/strings.hrc:1264
+#: sw/inc/strings.hrc:1268
msgctxt "STR_SWBG_HEADER"
msgid "Header"
msgstr "Capitero"
#. aDuAY
-#: sw/inc/strings.hrc:1265
+#: sw/inc/strings.hrc:1269
msgctxt "STR_SWBG_FOOTER"
msgid "Footer"
msgstr "Piet de pachina"
#. uAp9i
#. End: strings for gallery/background
-#: sw/inc/strings.hrc:1268
+#: sw/inc/strings.hrc:1272
msgctxt "STR_WRITER_WEBDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION HTML Document"
msgstr ""
#. y2GBv
-#: sw/inc/strings.hrc:1270
+#: sw/inc/strings.hrc:1274
msgctxt "STR_TITLE"
msgid "Title"
msgstr "Titol"
#. AipGR
-#: sw/inc/strings.hrc:1271
+#: sw/inc/strings.hrc:1275
#, fuzzy
msgctxt "STR_ALPHA"
msgid "Separator"
msgstr "Separadors"
#. CoSEf
-#: sw/inc/strings.hrc:1272
+#: sw/inc/strings.hrc:1276
msgctxt "STR_LEVEL"
msgid "Level "
msgstr ""
#. JdTF4
-#: sw/inc/strings.hrc:1273
+#: sw/inc/strings.hrc:1277
msgctxt "STR_FILE_NOT_FOUND"
msgid "The file, \"%1\" in the \"%2\" path could not be found."
msgstr ""
#. zRWDZ
-#: sw/inc/strings.hrc:1274
+#: sw/inc/strings.hrc:1278
msgctxt "STR_USER_DEFINED_INDEX"
msgid "User-Defined Index"
msgstr ""
#. t5uWs
-#: sw/inc/strings.hrc:1275
+#: sw/inc/strings.hrc:1279
msgctxt "STR_NOSORTKEY"
msgid "<None>"
msgstr ""
#. vSSnJ
-#: sw/inc/strings.hrc:1276
+#: sw/inc/strings.hrc:1280
msgctxt "STR_NO_CHAR_STYLE"
msgid "<None>"
msgstr ""
#. NSx98
-#: sw/inc/strings.hrc:1277
+#: sw/inc/strings.hrc:1281
msgctxt "STR_DELIM"
msgid "S"
msgstr ""
#. hK8CX
-#: sw/inc/strings.hrc:1278
+#: sw/inc/strings.hrc:1282
msgctxt "STR_TOKEN_ENTRY_NO"
msgid "E#"
msgstr ""
#. 8EgTx
-#: sw/inc/strings.hrc:1279
+#: sw/inc/strings.hrc:1283
msgctxt "STR_TOKEN_ENTRY"
msgid "E"
msgstr ""
#. gxt8B
-#: sw/inc/strings.hrc:1280
+#: sw/inc/strings.hrc:1284
msgctxt "STR_TOKEN_TAB_STOP"
msgid "T"
msgstr ""
#. pGAb4
-#: sw/inc/strings.hrc:1281
+#: sw/inc/strings.hrc:1285
msgctxt "STR_TOKEN_PAGE_NUMS"
msgid "#"
msgstr ""
#. teDm3
-#: sw/inc/strings.hrc:1282
+#: sw/inc/strings.hrc:1286
msgctxt "STR_TOKEN_CHAPTER_INFO"
msgid "CI"
msgstr ""
#. XWaFn
-#: sw/inc/strings.hrc:1283
+#: sw/inc/strings.hrc:1287
msgctxt "STR_TOKEN_LINK_START"
msgid "LS"
msgstr ""
#. xp6D6
-#: sw/inc/strings.hrc:1284
+#: sw/inc/strings.hrc:1288
msgctxt "STR_TOKEN_LINK_END"
msgid "LE"
msgstr ""
#. AogDK
-#: sw/inc/strings.hrc:1285
+#: sw/inc/strings.hrc:1289
msgctxt "STR_TOKEN_AUTHORITY"
msgid "A"
msgstr ""
#. 5A4jw
-#: sw/inc/strings.hrc:1286
+#: sw/inc/strings.hrc:1290
msgctxt "STR_TOKEN_HELP_ENTRY_NO"
msgid "Chapter number"
msgstr ""
#. FH365
-#: sw/inc/strings.hrc:1287
+#: sw/inc/strings.hrc:1291
msgctxt "STR_TOKEN_HELP_ENTRY"
msgid "Entry"
msgstr ""
#. xZjtZ
-#: sw/inc/strings.hrc:1288
+#: sw/inc/strings.hrc:1292
#, fuzzy
msgctxt "STR_TOKEN_HELP_TAB_STOP"
msgid "Tab stop"
msgstr "~Tabulacions"
#. aXW8y
-#: sw/inc/strings.hrc:1289
+#: sw/inc/strings.hrc:1293
msgctxt "STR_TOKEN_HELP_TEXT"
msgid "Text"
msgstr "Texto"
#. MCUd2
-#: sw/inc/strings.hrc:1290
+#: sw/inc/strings.hrc:1294
msgctxt "STR_TOKEN_HELP_PAGE_NUMS"
msgid "Page number"
msgstr ""
#. pXqw3
-#: sw/inc/strings.hrc:1291
+#: sw/inc/strings.hrc:1295
msgctxt "STR_TOKEN_HELP_CHAPTER_INFO"
msgid "Chapter info"
msgstr ""
#. DRBSD
-#: sw/inc/strings.hrc:1292
+#: sw/inc/strings.hrc:1296
msgctxt "STR_TOKEN_HELP_LINK_START"
msgid "Hyperlink start"
msgstr ""
#. Ytn5g
-#: sw/inc/strings.hrc:1293
+#: sw/inc/strings.hrc:1297
msgctxt "STR_TOKEN_HELP_LINK_END"
msgid "Hyperlink end"
msgstr ""
#. hRo3J
-#: sw/inc/strings.hrc:1294
+#: sw/inc/strings.hrc:1298
msgctxt "STR_TOKEN_HELP_AUTHORITY"
msgid "Bibliography entry: "
msgstr ""
#. ZKG5v
-#: sw/inc/strings.hrc:1295
+#: sw/inc/strings.hrc:1299
msgctxt "STR_CHARSTYLE"
msgid "Character Style: "
msgstr ""
#. d9BES
-#: sw/inc/strings.hrc:1296
+#: sw/inc/strings.hrc:1300
msgctxt "STR_STRUCTURE"
msgid "Structure text"
msgstr ""
#. kwoGP
-#: sw/inc/strings.hrc:1297
+#: sw/inc/strings.hrc:1301
msgctxt "STR_ADDITIONAL_ACCNAME_STRING1"
msgid "Press Ctrl+Alt+A to move focus for more operations"
msgstr ""
#. Avm9y
-#: sw/inc/strings.hrc:1298
+#: sw/inc/strings.hrc:1302
msgctxt "STR_ADDITIONAL_ACCNAME_STRING2"
msgid "Press left or right arrow to choose the structure controls"
msgstr ""
#. 59eRi
-#: sw/inc/strings.hrc:1299
+#: sw/inc/strings.hrc:1303
msgctxt "STR_ADDITIONAL_ACCNAME_STRING3"
msgid "Press Ctrl+Alt+B to move focus back to the current structure control"
msgstr ""
#. 8AagG
-#: sw/inc/strings.hrc:1300
+#: sw/inc/strings.hrc:1304
msgctxt "STR_AUTOMARK_TYPE"
msgid "Selection file for the alphabetical index (*.sdi)"
msgstr ""
@@ -8007,282 +8033,282 @@ msgstr ""
#. -----------------------------------------------------------------------
#. Description: character alignment for frmsh.cxx - context menu
#. -----------------------------------------------------------------------
-#: sw/inc/strings.hrc:1305
+#: sw/inc/strings.hrc:1309
msgctxt "STR_FRMUI_TOP_BASE"
msgid "Base line at ~top"
msgstr ""
#. 5GiEA
-#: sw/inc/strings.hrc:1306
+#: sw/inc/strings.hrc:1310
msgctxt "STR_FRMUI_BOTTOM_BASE"
msgid "~Base line at bottom"
msgstr ""
#. sdyVF
-#: sw/inc/strings.hrc:1307
+#: sw/inc/strings.hrc:1311
msgctxt "STR_FRMUI_CENTER_BASE"
msgid "Base line ~centered"
msgstr ""
#. NAXyZ
-#: sw/inc/strings.hrc:1308
+#: sw/inc/strings.hrc:1312
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert object"
msgstr ""
#. 5C6Rc
-#: sw/inc/strings.hrc:1309
+#: sw/inc/strings.hrc:1313
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit object"
msgstr ""
#. 3QFYB
-#: sw/inc/strings.hrc:1310
+#: sw/inc/strings.hrc:1314
msgctxt "STR_FRMUI_COLL_HEADER"
msgid " (Template: "
msgstr ""
#. oUhnK
-#: sw/inc/strings.hrc:1311
+#: sw/inc/strings.hrc:1315
msgctxt "STR_FRMUI_BORDER"
msgid "Borders"
msgstr "Cantos"
#. T2SH2
-#: sw/inc/strings.hrc:1312
+#: sw/inc/strings.hrc:1316
msgctxt "STR_FRMUI_PATTERN"
msgid "Background"
msgstr "Fundo"
#. K6Yvs
-#: sw/inc/strings.hrc:1314
+#: sw/inc/strings.hrc:1318
msgctxt "STR_TEXTCOLL_HEADER"
msgid "(Paragraph Style: "
msgstr ""
#. Fsanh
-#: sw/inc/strings.hrc:1315
+#: sw/inc/strings.hrc:1319
msgctxt "STR_ILLEGAL_PAGENUM"
msgid "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages."
msgstr ""
#. VZnJf
-#: sw/inc/strings.hrc:1317
+#: sw/inc/strings.hrc:1321
msgctxt "STR_WRITER_GLOBALDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION Master Document"
msgstr ""
#. kWe9j
-#: sw/inc/strings.hrc:1319
+#: sw/inc/strings.hrc:1323
msgctxt "STR_QUERY_CONNECT"
msgid "A file connection will delete the contents of the current section. Connect anyway?"
msgstr ""
#. dLuAF
-#: sw/inc/strings.hrc:1320
+#: sw/inc/strings.hrc:1324
msgctxt "STR_WRONG_PASSWORD"
msgid "The password entered is invalid."
msgstr ""
#. oUR7Y
-#: sw/inc/strings.hrc:1321
+#: sw/inc/strings.hrc:1325
msgctxt "STR_WRONG_PASSWD_REPEAT"
msgid "The password has not been set."
msgstr ""
#. GBVqD
-#: sw/inc/strings.hrc:1323
+#: sw/inc/strings.hrc:1327
msgctxt "STR_HYP_OK"
msgid "Hyphenation completed"
msgstr ""
#. rZBXF
-#: sw/inc/strings.hrc:1324
+#: sw/inc/strings.hrc:1328
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr ""
#. Z8EjG
-#: sw/inc/strings.hrc:1325
+#: sw/inc/strings.hrc:1329
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr ""
#. YEXdS
-#: sw/inc/strings.hrc:1326
+#: sw/inc/strings.hrc:1330
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr ""
#. QecQ3
-#: sw/inc/strings.hrc:1327
+#: sw/inc/strings.hrc:1331
msgctxt "STR_IGNORE_SELECTION"
msgid "~Ignore"
msgstr ""
#. aaiBM
-#: sw/inc/strings.hrc:1328
+#: sw/inc/strings.hrc:1332
msgctxt "STR_EXPLANATION_LINK"
msgid "Explanations..."
msgstr ""
#. kSDGu
-#: sw/inc/strings.hrc:1330
+#: sw/inc/strings.hrc:1334
msgctxt "STR_QUERY_SPECIAL_FORCED"
msgid "Check special regions is deactivated. Check anyway?"
msgstr ""
#. KiAdJ
-#: sw/inc/strings.hrc:1331
+#: sw/inc/strings.hrc:1335
msgctxt "STR_NO_MERGE_ENTRY"
msgid "Could not merge documents."
msgstr ""
#. FqsCt
-#: sw/inc/strings.hrc:1332
+#: sw/inc/strings.hrc:1336
msgctxt "STR_NO_BASE_FOR_MERGE"
msgid "%PRODUCTNAME Base component is absent, and it is required to use Mail Merge."
msgstr ""
#. wcuf4
-#: sw/inc/strings.hrc:1333
+#: sw/inc/strings.hrc:1337
msgctxt "STR_ERR_SRCSTREAM"
msgid "The source cannot be loaded."
msgstr ""
#. K9qMS
-#: sw/inc/strings.hrc:1334
+#: sw/inc/strings.hrc:1338
msgctxt "STR_ERR_NO_FAX"
msgid "No fax printer has been set under Tools/Options/%1/Print."
msgstr ""
#. XWQ8w
-#: sw/inc/strings.hrc:1335
+#: sw/inc/strings.hrc:1339
#, fuzzy
msgctxt "STR_WEBOPTIONS"
msgid "HTML document"
msgstr "Documento HTML"
#. qVZBx
-#: sw/inc/strings.hrc:1336
+#: sw/inc/strings.hrc:1340
#, fuzzy
msgctxt "STR_TEXTOPTIONS"
msgid "Text document"
msgstr "Documento de texto"
#. qmmPU
-#: sw/inc/strings.hrc:1337
+#: sw/inc/strings.hrc:1341
msgctxt "STR_SCAN_NOSOURCE"
msgid "Source not specified."
msgstr ""
#. 2LgDJ
-#: sw/inc/strings.hrc:1338
+#: sw/inc/strings.hrc:1342
msgctxt "STR_NUM_LEVEL"
msgid "Level "
msgstr ""
#. AcAD8
-#: sw/inc/strings.hrc:1339
+#: sw/inc/strings.hrc:1343
msgctxt "STR_NUM_OUTLINE"
msgid "Outline "
msgstr ""
#. DE9FZ
-#: sw/inc/strings.hrc:1340
+#: sw/inc/strings.hrc:1344
msgctxt "STR_EDIT_FOOTNOTE"
msgid "Edit Footnote/Endnote"
msgstr ""
#. EzBCZ
-#: sw/inc/strings.hrc:1341
+#: sw/inc/strings.hrc:1345
msgctxt "STR_NB_REPLACED"
msgid "Search key replaced XX times."
msgstr ""
#. fgywB
-#: sw/inc/strings.hrc:1342
+#: sw/inc/strings.hrc:1346
#, fuzzy
msgctxt "STR_SRCVIEW_ROW"
msgid "Row "
msgstr "Ringlera"
#. GUc4a
-#: sw/inc/strings.hrc:1343
+#: sw/inc/strings.hrc:1347
#, fuzzy
msgctxt "STR_SRCVIEW_COL"
msgid "Column "
msgstr "Columna"
#. yMyuo
-#: sw/inc/strings.hrc:1344
+#: sw/inc/strings.hrc:1348
msgctxt "STR_SAVEAS_SRC"
msgid "~Export source..."
msgstr ""
#. ywFCb
-#: sw/inc/strings.hrc:1345
+#: sw/inc/strings.hrc:1349
msgctxt "STR_SAVEACOPY_SRC"
msgid "~Export copy of source..."
msgstr ""
#. BT3M3
-#: sw/inc/strings.hrc:1347
+#: sw/inc/strings.hrc:1351
msgctxt "ST_CONTINUE"
msgid "~Continue"
msgstr ""
#. ZR9aw
-#: sw/inc/strings.hrc:1348
+#: sw/inc/strings.hrc:1352
msgctxt "ST_SENDINGTO"
msgid "Sending to: %1"
msgstr ""
#. YCNYb
-#: sw/inc/strings.hrc:1349
+#: sw/inc/strings.hrc:1353
msgctxt "ST_COMPLETED"
msgid "Successfully sent"
msgstr ""
#. fmHmE
-#: sw/inc/strings.hrc:1350
+#: sw/inc/strings.hrc:1354
msgctxt "ST_FAILED"
msgid "Sending failed"
msgstr ""
#. yAAPM
-#: sw/inc/strings.hrc:1352
+#: sw/inc/strings.hrc:1356
msgctxt "STR_SENDER_TOKENS"
msgid "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;"
msgstr ""
#. mWrXk
-#: sw/inc/strings.hrc:1354
+#: sw/inc/strings.hrc:1358
msgctxt "STR_TBL_FORMULA"
msgid "Text formula"
msgstr ""
#. y63Nw
-#: sw/inc/strings.hrc:1356
+#: sw/inc/strings.hrc:1360
#, fuzzy
msgctxt "STR_MENU_ZOOM"
msgid "~Zoom"
msgstr "Escala"
#. YzA5m
-#: sw/inc/strings.hrc:1357
+#: sw/inc/strings.hrc:1361
msgctxt "STR_MENU_UP"
msgid "~Upwards"
msgstr ""
#. M9SMe
-#: sw/inc/strings.hrc:1358
+#: sw/inc/strings.hrc:1362
msgctxt "STR_MENU_DOWN"
msgid "Do~wnwards"
msgstr ""
#. RmBFW
-#: sw/inc/strings.hrc:1361
+#: sw/inc/strings.hrc:1365
msgctxt "STR_DROP_DOWN_EMPTY_LIST"
msgid "No Item specified"
msgstr ""
@@ -8291,7 +8317,7 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: Classification strings
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1367
+#: sw/inc/strings.hrc:1371
msgctxt "STR_CLASSIFICATION_LEVEL_CHANGED"
msgid "Document classification has changed because a paragraph classification level is higher"
msgstr ""
@@ -8300,123 +8326,123 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: Paragraph Signature
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1372
+#: sw/inc/strings.hrc:1376
msgctxt "STR_VALID"
msgid " Valid "
msgstr ""
#. xAKRC
-#: sw/inc/strings.hrc:1373
+#: sw/inc/strings.hrc:1377
msgctxt "STR_INVALID"
msgid "Invalid"
msgstr ""
#. pDAHz
-#: sw/inc/strings.hrc:1374
+#: sw/inc/strings.hrc:1378
msgctxt "STR_INVALID_SIGNATURE"
msgid "Invalid Signature"
msgstr ""
#. etEEx
-#: sw/inc/strings.hrc:1375
+#: sw/inc/strings.hrc:1379
msgctxt "STR_SIGNED_BY"
msgid "Signed-by"
msgstr ""
#. BK7ub
-#: sw/inc/strings.hrc:1376
+#: sw/inc/strings.hrc:1380
msgctxt "STR_PARAGRAPH_SIGNATURE"
msgid "Paragraph Signature"
msgstr ""
#. kZKCf
-#: sw/inc/strings.hrc:1378
+#: sw/inc/strings.hrc:1382
#, fuzzy
msgctxt "labeldialog|cards"
msgid "Business Cards"
msgstr "Tarchetas de pr~esentación"
#. ECFij
-#: sw/inc/strings.hrc:1380
+#: sw/inc/strings.hrc:1384
msgctxt "STR_MAILCONFIG_DLG_TITLE"
msgid "Email settings"
msgstr ""
#. PwrB9
-#: sw/inc/strings.hrc:1382
+#: sw/inc/strings.hrc:1386
msgctxt "optredlinepage|insertedpreview"
msgid "Insert"
msgstr ""
#. NL48o
-#: sw/inc/strings.hrc:1383
+#: sw/inc/strings.hrc:1387
msgctxt "optredlinepage|deletedpreview"
msgid "Delete"
msgstr "Eliminar"
#. PW4Bz
-#: sw/inc/strings.hrc:1384
+#: sw/inc/strings.hrc:1388
msgctxt "optredlinepage|changedpreview"
msgid "Attributes"
msgstr ""
#. yfgiq
-#: sw/inc/strings.hrc:1386
+#: sw/inc/strings.hrc:1390
msgctxt "createautomarkdialog|searchterm"
msgid "Search term"
msgstr ""
#. fhLzk
-#: sw/inc/strings.hrc:1387
+#: sw/inc/strings.hrc:1391
msgctxt "createautomarkdialog|alternative"
msgid "Alternative entry"
msgstr ""
#. gD4D3
-#: sw/inc/strings.hrc:1388
+#: sw/inc/strings.hrc:1392
msgctxt "createautomarkdialog|key1"
msgid "1st key"
msgstr ""
#. BFszo
-#: sw/inc/strings.hrc:1389
+#: sw/inc/strings.hrc:1393
msgctxt "createautomarkdialog|key2"
msgid "2nd key"
msgstr ""
#. EoAB8
-#: sw/inc/strings.hrc:1390
+#: sw/inc/strings.hrc:1394
#, fuzzy
msgctxt "createautomarkdialog|comment"
msgid "Comment"
msgstr "Conteniu"
#. Shstx
-#: sw/inc/strings.hrc:1391
+#: sw/inc/strings.hrc:1395
msgctxt "createautomarkdialog|casesensitive"
msgid "Match case"
msgstr ""
#. 8Cjvb
-#: sw/inc/strings.hrc:1392
+#: sw/inc/strings.hrc:1396
msgctxt "createautomarkdialog|wordonly"
msgid "Word only"
msgstr ""
#. zD8rb
-#: sw/inc/strings.hrc:1393
+#: sw/inc/strings.hrc:1397
msgctxt "createautomarkdialog|yes"
msgid "Yes"
msgstr ""
#. 4tTop
-#: sw/inc/strings.hrc:1394
+#: sw/inc/strings.hrc:1398
msgctxt "createautomarkdialog|no"
msgid "No"
msgstr ""
#. KhKwa
-#: sw/inc/strings.hrc:1396
+#: sw/inc/strings.hrc:1400
#, fuzzy
msgctxt "sidebarwrap|customlabel"
msgid "Custom"
@@ -13032,12 +13058,11 @@ msgctxt "insertbreak|pagerb-atkobject"
msgid "Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page."
msgstr ""
-#. CQ5Em
+#. qAj3x
#: sw/uiconfig/swriter/ui/insertbreak.ui:171
-#, fuzzy
msgctxt "insertbreak|styleft"
-msgid "Style:"
-msgstr "E~stilo"
+msgid "Page Style:"
+msgstr ""
#. BWnND
#: sw/uiconfig/swriter/ui/insertbreak.ui:188
@@ -14907,149 +14932,130 @@ msgctxt "navigatorpanel|contenttoggle|tooltip_text"
msgid "Toggle Master View"
msgstr ""
-#. RZhFC
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:47
-#, fuzzy
-msgctxt "navigatorpanel|navigation|tooltip_text"
-msgid "Navigation"
-msgstr "Navegador"
-
-#. 6Frp3
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:60
-msgctxt "navigatorpanel|back|tooltip_text"
-msgid "Back"
-msgstr ""
-
-#. r8tsB
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:73
-msgctxt "navigatorpanel|forward|tooltip_text"
-msgid "Forward"
-msgstr ""
-
-#. mHVom
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:86
-#, fuzzy
-msgctxt "navigatorpanel|dragmode|tooltip_text"
-msgid "Drag Mode"
-msgstr "Modo d'arrocegue"
-
-#. SndsZ
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:109
-msgctxt "navigatorpanel|chapterup|tooltip_text"
-msgid "Promote Chapter"
-msgstr ""
-
-#. MRuAa
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:122
-msgctxt "navigatorpanel|chapterdown|tooltip_text"
-msgid "Demote Chapter"
-msgstr ""
-
#. sxyvw
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:135
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:80
msgctxt "navigatorpanel|listbox|tooltip_text"
msgid "List Box On/Off"
msgstr ""
#. DgvFE
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:148
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:93
msgctxt "navigatorpanel|root|tooltip_text"
msgid "Content Navigation View"
msgstr ""
#. GbEFs
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:171
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:116
msgctxt "navigatorpanel|reminder|tooltip_text"
msgid "Set Reminder"
msgstr ""
#. Ngjxu
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:194
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:139
msgctxt "navigatorpanel|header|tooltip_text"
msgid "Header"
msgstr "Capitero"
#. dfTJU
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:207
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:152
msgctxt "navigatorpanel|footer|tooltip_text"
msgid "Footer"
msgstr "Piet de pachina"
#. EefnL
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:220
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:165
msgctxt "navigatorpanel|anchor|tooltip_text"
msgid "Anchor<->Text"
msgstr ""
#. PjUEP
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:243
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:188
msgctxt "navigatorpanel|headings|tooltip_text"
msgid "Heading Levels Shown"
msgstr ""
+#. mHVom
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:211
+#, fuzzy
+msgctxt "navigatorpanel|dragmode|tooltip_text"
+msgid "Drag Mode"
+msgstr "Modo d'arrocegue"
+
#. ijAjg
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:266
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:234
msgctxt "navigatorpanel|promote|tooltip_text"
msgid "Promote Level"
msgstr ""
#. A7vWQ
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:279
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:247
msgctxt "navigatorpanel|demote|tooltip_text"
msgid "Demote Level"
msgstr ""
+#. SndsZ
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:260
+msgctxt "navigatorpanel|chapterup|tooltip_text"
+msgid "Promote Chapter"
+msgstr ""
+
+#. MRuAa
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:273
+msgctxt "navigatorpanel|chapterdown|tooltip_text"
+msgid "Demote Chapter"
+msgstr ""
+
#. 3rY8r
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:304
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:298
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "Documento"
#. wavgT
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:307
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:301
#, fuzzy
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "Finestra activa"
#. 3yk2y
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:341
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:335
msgctxt "navigatorpanel|globaltoggle|tooltip_text"
msgid "Toggle Master View"
msgstr ""
#. HS3W2
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:364
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:358
msgctxt "navigatorpanel|edit|tooltip_text"
msgid "Edit"
msgstr ""
#. svmCG
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:377
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:371
msgctxt "navigatorpanel|update|tooltip_text"
msgid "Update"
msgstr ""
#. tu94A
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:390
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:384
msgctxt "navigatorpanel|insert|tooltip_text"
msgid "Insert"
msgstr ""
#. MvgHM
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:413
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:407
msgctxt "navigatorpanel|save|tooltip_text"
msgid "Save Contents as well"
msgstr ""
#. yEETn
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:436
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:430
msgctxt "navigatorpanel|moveup|tooltip_text"
msgid "Move Up"
msgstr ""
#. KN3mN
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:449
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:443
msgctxt "navigatorpanel|movedown|tooltip_text"
msgid "Move Down"
msgstr ""
@@ -16923,80 +16929,88 @@ msgctxt "optformataidspage|bookmarks"
msgid "Bookmarks"
msgstr ""
+#. 3RWMe
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:214
+msgctxt "optformataidspage|bookmarks_label|tooltip_text"
+msgid ""
+"| indicates a point bookmark\n"
+"[ ] indicate the start and end of a bookmark on a text range"
+msgstr ""
+
#. XzAvH
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:234
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:236
msgctxt "optformataidspage|displayfl"
msgid "Display formatting"
msgstr ""
#. ufN3R
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:265
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:267
msgctxt "optformataidspage|mathbaseline"
msgid "Math baseline alignment"
msgstr ""
#. tFDwg
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:286
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:288
msgctxt "optformataidspage|layoutopt"
msgid "Layout Assistance"
msgstr ""
#. s9cDX
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:317
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:319
msgctxt "optformataidspage|cursoronoff"
msgid "_Direct cursor"
msgstr ""
#. 8eyNs
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:340
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:342
msgctxt "optformataidspage|fillmode"
msgid "Insert:"
msgstr ""
#. ACvNA
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:357
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:359
msgctxt "optformataidspage|filltab"
msgid "Tabs"
msgstr ""
#. CgFKr
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:358
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:360
msgctxt "optformataidspage|filltabandspace"
msgid "Tabs and spaces"
msgstr ""
#. 5FinN
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:359
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:361
msgctxt "optformataidspage|fillspace"
msgid "Spaces"
msgstr ""
#. mSGUr
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:360
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:362
msgctxt "optformataidspage|fillindent"
msgid "Left paragraph margin"
msgstr ""
#. 7REyM
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:361
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:363
msgctxt "optformataidspage|fillmargin"
msgid "Paragraph alignment"
msgstr ""
#. zGjgi
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:384
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:386
msgctxt "optformataidspage|cursorlabel"
msgid "Direct Cursor"
msgstr ""
#. A7s4f
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:415
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:417
msgctxt "optformataidspage|cursorinprot"
msgid "Enable cursor"
msgstr ""
#. nfGAn
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:436
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:438
msgctxt "optformataidspage|cursoropt"
msgid "Protected Areas"
msgstr ""
@@ -18291,7 +18305,7 @@ msgid "Macro"
msgstr "Macro"
#. EqTqQ
-#: sw/uiconfig/swriter/ui/picturepage.ui:31
+#: sw/uiconfig/swriter/ui/picturepage.ui:32
#, fuzzy
msgctxt "picturepage|browse"
msgid "Browse..."
@@ -18342,32 +18356,32 @@ msgid "On right pages"
msgstr ""
#. M9Lxh
-#: sw/uiconfig/swriter/ui/picturepage.ui:220
+#: sw/uiconfig/swriter/ui/picturepage.ui:230
#, fuzzy
msgctxt "picturepage|label2"
msgid "Flip"
msgstr "Contorna~r"
#. vEJFW
-#: sw/uiconfig/swriter/ui/picturepage.ui:260
+#: sw/uiconfig/swriter/ui/picturepage.ui:270
msgctxt "picturepage|FT_ANGLE"
msgid "_Angle:"
msgstr ""
-#. Q6xq6
-#: sw/uiconfig/swriter/ui/picturepage.ui:302
-msgctxt "picturepage|FT_ANGLEPRESETS"
-msgid "Default _settings:"
-msgstr ""
-
#. hBc6G
-#: sw/uiconfig/swriter/ui/picturepage.ui:317
+#: sw/uiconfig/swriter/ui/picturepage.ui:313
msgctxt "picturepage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr ""
+#. Q6xq6
+#: sw/uiconfig/swriter/ui/picturepage.ui:326
+msgctxt "picturepage|FT_ANGLEPRESETS"
+msgid "Default _settings:"
+msgstr ""
+
#. HpCfF
-#: sw/uiconfig/swriter/ui/picturepage.ui:341
+#: sw/uiconfig/swriter/ui/picturepage.ui:351
msgctxt "picturepage|label2"
msgid "Rotation Angle"
msgstr ""
@@ -19062,10 +19076,10 @@ msgctxt "renameobjectdialog|RenameObjectDialog"
msgid "Rename object: "
msgstr ""
-#. HBbjR
+#. kWc8q
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:106
msgctxt "renameobjectdialog|label2"
-msgid "New name"
+msgid "New name:"
msgstr ""
#. Yffi5
@@ -19474,32 +19488,20 @@ msgctxt "sidebartableedit|column_width_label"
msgid "Column width:"
msgstr ""
-#. GpDXc
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:245
-msgctxt "sidebartableedit|opt_row_size_label"
-msgid "Optimize a row:"
-msgstr ""
-
-#. CAoRG
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:260
-msgctxt "sidebartableedit|opt_column_size_label"
-msgid "Optimize a column:"
-msgstr ""
-
#. MDyQt
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:366
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:336
msgctxt "sidebartableedit|delete_label"
msgid "Delete:"
msgstr ""
#. 6wzLa
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:426
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:396
msgctxt "sidebartableedit|split_merge_label"
msgid "Split/Merge:"
msgstr ""
#. Em3y9
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:543
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:503
msgctxt "sidebartableedit|misc_label"
msgid "Miscellaneous:"
msgstr ""
@@ -19530,38 +19532,44 @@ msgctxt "sidebarwrap|spacingLB|tooltip_text"
msgid "Set the amount of space between the image and surrounding text"
msgstr ""
+#. akira
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:47
+msgctxt "sidebarwrap|label2"
+msgid "Wrap:"
+msgstr ""
+
#. KrFLE
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:53
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:73
msgctxt "sidebarwrap|wrapoff|tooltip_text"
msgid "Wrap Off"
msgstr ""
#. bCeup
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:65
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:86
msgctxt "sidebarwrap|wrapon|tooltip_text"
msgid "Wrap On"
msgstr ""
#. wGP6B
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:78
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:99
msgctxt "sidebarwrap|wrapideal|tooltip_text"
msgid "Wrap Ideal"
msgstr ""
#. JtHu6
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:104
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:112
msgctxt "sidebarwrap|wrapleft|tooltip_text"
msgid "Wrap Left"
msgstr ""
#. rQbTA
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:117
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:125
msgctxt "sidebarwrap|wrapright|tooltip_text"
msgid "Wrap Right"
msgstr ""
#. G23BK
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:130
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:138
msgctxt "sidebarwrap|wrapthrough|tooltip_text"
msgid "Wrap Through"
msgstr ""
@@ -20136,16 +20144,16 @@ msgctxt "tabletextflowpage|liststore1"
msgid "Vertical (top to bottom)"
msgstr ""
-#. 5CGH9
+#. 7yaYB
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:300
msgctxt "tabletextflowpage|liststore1"
-msgid "Use superordinate object settings"
+msgid "Vertical (bottom to top)"
msgstr ""
-#. 7yaYB
+#. 5CGH9
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:301
msgctxt "tabletextflowpage|liststore1"
-msgid "Vertical (bottom to top)"
+msgid "Use superordinate object settings"
msgstr ""
#. tWodL
@@ -21693,6 +21701,59 @@ msgctxt "watermarkdialog|ColorLabel"
msgid "Color"
msgstr "Color"
+#. ekn6L
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:8
+msgctxt "wordcount-mobile|WordCountDialog"
+msgid "Word Count"
+msgstr ""
+
+#. CivM9
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:81
+msgctxt "wordcount-mobile|label9"
+msgid "Selection"
+msgstr ""
+
+#. CNFqp
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:108
+msgctxt "wordcount-mobile|label10"
+msgid "Document"
+msgstr ""
+
+#. RBG3u
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:134
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:326
+msgctxt "wordcount-mobile|label1"
+msgid "Words"
+msgstr ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
#. bNHAL
#: sw/uiconfig/swriter/ui/wordcount.ui:8
msgctxt "wordcount|WordCountDialog"
diff --git a/source/an/vcl/messages.po b/source/an/vcl/messages.po
index 81d52426d8d..13d36919102 100644
--- a/source/an/vcl/messages.po
+++ b/source/an/vcl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-17 16:46+0100\n"
+"POT-Creation-Date: 2020-02-27 14:32+0100\n"
"PO-Revision-Date: 2020-01-24 17:01+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"
@@ -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: LibreOffice\n"
"X-POOTLE-MTIME: 1542022411.000000\n"
#. k5jTM
@@ -1990,315 +1990,321 @@ msgctxt "printdialog|moreoptions"
msgid "More Options..."
msgstr ""
+#. JFBoP
+#: vcl/uiconfig/ui/printdialog.ui:112
+msgctxt "printdialog|print"
+msgid "_Print"
+msgstr ""
+
#. M3L4L
-#: vcl/uiconfig/ui/printdialog.ui:172
+#: vcl/uiconfig/ui/printdialog.ui:171
msgctxt "printdialog|printpreview"
msgid "Print preview"
msgstr ""
#. Aq6Gv
-#: vcl/uiconfig/ui/printdialog.ui:202
+#: vcl/uiconfig/ui/printdialog.ui:201
msgctxt "printdialog|lastpage"
msgid "Last page"
msgstr ""
#. CZQLF
-#: vcl/uiconfig/ui/printdialog.ui:217
+#: vcl/uiconfig/ui/printdialog.ui:216
msgctxt "printdialog|forward"
msgid "Next page"
msgstr ""
#. yyFVV
-#: vcl/uiconfig/ui/printdialog.ui:231
+#: vcl/uiconfig/ui/printdialog.ui:230
msgctxt "printdialog|totalnumpages"
msgid "/ %n"
msgstr ""
#. ebceU
-#: vcl/uiconfig/ui/printdialog.ui:259
+#: vcl/uiconfig/ui/printdialog.ui:258
msgctxt "printdialog|backward"
msgid "Previous page"
msgstr ""
#. SbgFv
-#: vcl/uiconfig/ui/printdialog.ui:274
+#: vcl/uiconfig/ui/printdialog.ui:273
msgctxt "printdialog|firstpage"
msgid "First page"
msgstr ""
-#. 92rNi
-#: vcl/uiconfig/ui/printdialog.ui:300
+#. dQEY8
+#: vcl/uiconfig/ui/printdialog.ui:299
msgctxt "printdialog|previewbox"
-msgid "Preview"
+msgid "Pre_view"
msgstr ""
#. qgQDX
-#: vcl/uiconfig/ui/printdialog.ui:401
+#: vcl/uiconfig/ui/printdialog.ui:400
msgctxt "printdialog|labelstatus"
msgid "Status:"
msgstr ""
#. dyo2j
-#: vcl/uiconfig/ui/printdialog.ui:416
+#: vcl/uiconfig/ui/printdialog.ui:415
msgctxt "printdialog|status"
msgid "Default Printer"
msgstr ""
#. oBACQ
-#: vcl/uiconfig/ui/printdialog.ui:429
+#: vcl/uiconfig/ui/printdialog.ui:428
msgctxt "printdialog|setup"
msgid "Properties..."
msgstr "Propiedatz..."
#. AJGau
-#: vcl/uiconfig/ui/printdialog.ui:457
+#: vcl/uiconfig/ui/printdialog.ui:456
msgctxt "printdialog|labelprinter"
msgid "Printer"
msgstr ""
#. AyxGJ
-#: vcl/uiconfig/ui/printdialog.ui:497
+#: vcl/uiconfig/ui/printdialog.ui:496
msgctxt "printdialog|rbAllPages"
msgid "_All pages"
msgstr ""
#. pYtbq
-#: vcl/uiconfig/ui/printdialog.ui:515
+#: vcl/uiconfig/ui/printdialog.ui:514
msgctxt "printdialog|rbPageRange"
msgid "_Pages:"
msgstr ""
#. 786QC
-#: vcl/uiconfig/ui/printdialog.ui:537
+#: vcl/uiconfig/ui/printdialog.ui:536
msgctxt "printdialog|pagerange"
msgid "e.g.: 1, 3-5, 7, 9"
msgstr ""
#. V3apS
-#: vcl/uiconfig/ui/printdialog.ui:546
+#: vcl/uiconfig/ui/printdialog.ui:545
msgctxt "printdialog|rmEvenPages"
msgid "_Even pages"
msgstr ""
#. ELsCF
-#: vcl/uiconfig/ui/printdialog.ui:565
+#: vcl/uiconfig/ui/printdialog.ui:564
msgctxt "printdialog|rbOddPages"
msgid "_Odd pages"
msgstr ""
#. Z5kiB
-#: vcl/uiconfig/ui/printdialog.ui:584
+#: vcl/uiconfig/ui/printdialog.ui:583
msgctxt "printdialog|rbRangeSelection"
msgid "_Selection"
msgstr ""
#. wn2kB
-#: vcl/uiconfig/ui/printdialog.ui:620
+#: vcl/uiconfig/ui/printdialog.ui:619
msgctxt "printdialog|fromwhich"
msgid "_From which print:"
msgstr ""
#. Cuc2u
-#: vcl/uiconfig/ui/printdialog.ui:645
+#: vcl/uiconfig/ui/printdialog.ui:644
msgctxt "printdialog|labelpapersides"
msgid "Paper _sides:"
msgstr ""
#. SYxRJ
-#: vcl/uiconfig/ui/printdialog.ui:660
+#: vcl/uiconfig/ui/printdialog.ui:659
msgctxt "printdialog|liststore4"
msgid "Print on one side (simplex)"
msgstr ""
#. hCZPg
-#: vcl/uiconfig/ui/printdialog.ui:661
+#: vcl/uiconfig/ui/printdialog.ui:660
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex long edge)"
msgstr ""
#. iqr9C
-#: vcl/uiconfig/ui/printdialog.ui:662
+#: vcl/uiconfig/ui/printdialog.ui:661
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex short edge)"
msgstr ""
#. AVv6D
-#: vcl/uiconfig/ui/printdialog.ui:676
+#: vcl/uiconfig/ui/printdialog.ui:675
msgctxt "printdialog|labelcopies"
msgid "_Number of copies:"
msgstr ""
#. G6QEr
-#: vcl/uiconfig/ui/printdialog.ui:709
+#: vcl/uiconfig/ui/printdialog.ui:708
msgctxt "printdialog|collate"
msgid "_Collate"
msgstr ""
-#. RnCCD
-#: vcl/uiconfig/ui/printdialog.ui:745
+#. BT4nY
+#: vcl/uiconfig/ui/printdialog.ui:744
msgctxt "printdialog|cbPrintOrder"
-msgid "_Order:"
+msgid "Order:"
msgstr ""
#. vwjVt
-#: vcl/uiconfig/ui/printdialog.ui:756
+#: vcl/uiconfig/ui/printdialog.ui:755
msgctxt "printdialog|reverseorder"
msgid "Print in _reverse order"
msgstr ""
#. R82MM
-#: vcl/uiconfig/ui/printdialog.ui:776
+#: vcl/uiconfig/ui/printdialog.ui:775
msgctxt "printdialog|rangeexpander"
msgid "_more"
msgstr ""
#. ehfCG
-#: vcl/uiconfig/ui/printdialog.ui:794
+#: vcl/uiconfig/ui/printdialog.ui:793
msgctxt "printdialog|label2"
msgid "Range and Copies"
msgstr ""
#. CBLet
-#: vcl/uiconfig/ui/printdialog.ui:835
+#: vcl/uiconfig/ui/printdialog.ui:834
msgctxt "printdialog|labelorientation"
msgid "Orientation:"
msgstr ""
#. U4byk
-#: vcl/uiconfig/ui/printdialog.ui:849
+#: vcl/uiconfig/ui/printdialog.ui:848
msgctxt "printdialog|labelsize"
msgid "Paper size:"
msgstr ""
#. X9iBj
-#: vcl/uiconfig/ui/printdialog.ui:865
+#: vcl/uiconfig/ui/printdialog.ui:864
msgctxt "printdialog|liststore3"
msgid "Automatic"
msgstr "Automatica"
#. vaWZE
-#: vcl/uiconfig/ui/printdialog.ui:866
+#: vcl/uiconfig/ui/printdialog.ui:865
msgctxt "printdialog|liststore3"
msgid "Portrait"
msgstr ""
#. Qnpje
-#: vcl/uiconfig/ui/printdialog.ui:867
+#: vcl/uiconfig/ui/printdialog.ui:866
msgctxt "printdialog|liststore3"
msgid "Landscape"
msgstr ""
#. EZdsx
-#: vcl/uiconfig/ui/printdialog.ui:910
+#: vcl/uiconfig/ui/printdialog.ui:909
msgctxt "printdialog|pagespersheetbtn"
msgid "Pages per sheet:"
msgstr ""
#. DKP5g
-#: vcl/uiconfig/ui/printdialog.ui:958
+#: vcl/uiconfig/ui/printdialog.ui:957
#, fuzzy
msgctxt "printdialog|liststore1"
msgid "Custom"
msgstr "Personalizau 1"
#. 65WWt
-#: vcl/uiconfig/ui/printdialog.ui:974
+#: vcl/uiconfig/ui/printdialog.ui:973
msgctxt "printdialog|pagespersheettxt"
msgid "Pages:"
msgstr ""
#. DM5aX
-#: vcl/uiconfig/ui/printdialog.ui:999
+#: vcl/uiconfig/ui/printdialog.ui:998
msgctxt "printdialog|by"
msgid "by"
msgstr ""
#. szcD7
-#: vcl/uiconfig/ui/printdialog.ui:1025
+#: vcl/uiconfig/ui/printdialog.ui:1024
msgctxt "printdialog|pagemargintxt1"
msgid "Margin:"
msgstr ""
#. iGg2m
-#: vcl/uiconfig/ui/printdialog.ui:1050
+#: vcl/uiconfig/ui/printdialog.ui:1049
msgctxt "printdialog|pagemargintxt2"
msgid "between pages"
msgstr ""
#. oryuw
-#: vcl/uiconfig/ui/printdialog.ui:1062
+#: vcl/uiconfig/ui/printdialog.ui:1061
msgctxt "printdialog|sheetmargintxt1"
msgid "Distance:"
msgstr ""
#. XhfvB
-#: vcl/uiconfig/ui/printdialog.ui:1087
+#: vcl/uiconfig/ui/printdialog.ui:1086
msgctxt "printdialog|sheetmargintxt2"
msgid "to sheet border"
msgstr ""
#. AGWe3
-#: vcl/uiconfig/ui/printdialog.ui:1100
+#: vcl/uiconfig/ui/printdialog.ui:1099
msgctxt "printdialog|labelorder"
msgid "Order:"
msgstr ""
#. psAku
-#: vcl/uiconfig/ui/printdialog.ui:1115
+#: vcl/uiconfig/ui/printdialog.ui:1114
msgctxt "printdialog|liststore2"
msgid "Left to right, then down"
msgstr ""
#. fnfLt
-#: vcl/uiconfig/ui/printdialog.ui:1116
+#: vcl/uiconfig/ui/printdialog.ui:1115
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then right"
msgstr ""
#. y6nZE
-#: vcl/uiconfig/ui/printdialog.ui:1117
+#: vcl/uiconfig/ui/printdialog.ui:1116
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then left"
msgstr ""
#. PteTg
-#: vcl/uiconfig/ui/printdialog.ui:1118
+#: vcl/uiconfig/ui/printdialog.ui:1117
msgctxt "printdialog|liststore2"
msgid "Right to left, then down"
msgstr ""
#. QG59F
-#: vcl/uiconfig/ui/printdialog.ui:1129
+#: vcl/uiconfig/ui/printdialog.ui:1128
msgctxt "printdialog|bordercb"
msgid "Draw a border around each page"
msgstr ""
#. Yo4xV
-#: vcl/uiconfig/ui/printdialog.ui:1145
+#: vcl/uiconfig/ui/printdialog.ui:1144
msgctxt "printdialog|brochure"
msgid "Brochure"
msgstr ""
#. JMA7A
-#: vcl/uiconfig/ui/printdialog.ui:1173
+#: vcl/uiconfig/ui/printdialog.ui:1172
msgctxt "printdialog|collationpreview"
msgid "Collation preview"
msgstr ""
#. bF4up
-#: vcl/uiconfig/ui/printdialog.ui:1206
+#: vcl/uiconfig/ui/printdialog.ui:1205
msgctxt "printdialog|layoutexpander"
msgid "m_ore"
msgstr ""
#. rCBA5
-#: vcl/uiconfig/ui/printdialog.ui:1224
+#: vcl/uiconfig/ui/printdialog.ui:1223
msgctxt "printdialog|label3"
msgid "Page Layout"
msgstr ""
#. A2iC5
-#: vcl/uiconfig/ui/printdialog.ui:1243
+#: vcl/uiconfig/ui/printdialog.ui:1242
msgctxt "printdialog|generallabel"
msgid "General"
msgstr ""
diff --git a/source/an/wizards/source/resources.po b/source/an/wizards/source/resources.po
index 1c2af7a8533..4a86c9c1e6a 100644
--- a/source/an/wizards/source/resources.po
+++ b/source/an/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-01-07 12:07+0000\n"
+"PO-Revision-Date: 2020-02-19 23:15+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/wizardssourceresources/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: Weblate 3.9.1\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1516047263.000000\n"
#. 8UKfi
@@ -3616,13 +3616,12 @@ msgstr ""
#. CzTMy
#: resources_en_US.properties
-#, fuzzy
msgctxt ""
"resources_en_US.properties\n"
"MESSAGES_16\n"
"property.text"
msgid "Password:"
-msgstr "~Clau"
+msgstr "Clau:"
#. QBznu
#: resources_en_US.properties
diff --git a/source/ar/basctl/messages.po b/source/ar/basctl/messages.po
index e7704e0c674..124c70131d4 100644
--- a/source/ar/basctl/messages.po
+++ b/source/ar/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-07-19 20:01+0000\n"
"Last-Translator: سامي <tecoholk.guy@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -246,68 +246,50 @@ msgctxt "RID_STR_WATCHNAME"
msgid "Watch"
msgstr "راقب"
-#. VoaBX
-#: basctl/inc/strings.hrc:64
-msgctxt "RID_STR_WATCHVARIABLE"
-msgid "Variable"
-msgstr "المتغيّر"
-
-#. qADE3
-#: basctl/inc/strings.hrc:65
-msgctxt "RID_STR_WATCHVALUE"
-msgid "Value"
-msgstr "القيمة"
-
-#. rzQCr
-#: basctl/inc/strings.hrc:66
-msgctxt "RID_STR_WATCHTYPE"
-msgid "Type"
-msgstr "النّوع"
-
#. 84TYn
-#: basctl/inc/strings.hrc:67
+#: basctl/inc/strings.hrc:64
msgctxt "RID_STR_STACKNAME"
msgid "Call Stack"
msgstr "مكدّس الاستدعاءات"
#. DBfyu
-#: basctl/inc/strings.hrc:68
+#: basctl/inc/strings.hrc:65
msgctxt "RID_STR_STDDIALOGNAME"
msgid "Dialog"
msgstr "حواريّ"
#. hUHfi
-#: basctl/inc/strings.hrc:69
+#: basctl/inc/strings.hrc:66
msgctxt "RID_STR_NEWLIB"
msgid "New Library"
msgstr "مكتبة جديدة"
#. kisd2
-#: basctl/inc/strings.hrc:70
+#: basctl/inc/strings.hrc:67
msgctxt "RID_STR_NEWMOD"
msgid "New Module"
msgstr "وحدة جديدة"
#. YeULe
-#: basctl/inc/strings.hrc:71
+#: basctl/inc/strings.hrc:68
msgctxt "RID_STR_NEWDLG"
msgid "New Dialog"
msgstr "حواريّ جديد"
#. jYa97
-#: basctl/inc/strings.hrc:72
+#: basctl/inc/strings.hrc:69
msgctxt "RID_STR_ALL"
msgid "All"
msgstr "الكلّ"
#. yF2LY
-#: basctl/inc/strings.hrc:73
+#: basctl/inc/strings.hrc:70
msgctxt "RID_STR_PAGE"
msgid "Page"
msgstr "الصّفحة"
#. DHuFN
-#: basctl/inc/strings.hrc:74
+#: basctl/inc/strings.hrc:71
msgctxt "RID_STR_WILLSTOPPRG"
msgid ""
"You will have to restart the program after this edit.\n"
@@ -317,127 +299,127 @@ msgstr ""
"أأتابع؟"
#. 4qWED
-#: basctl/inc/strings.hrc:75
+#: basctl/inc/strings.hrc:72
msgctxt "RID_STR_SEARCHALLMODULES"
msgid "Do you want to replace the text in all active modules?"
msgstr "أتريد استبدال النّصّ في كلّ الوحدات النّشطة؟"
#. FFBmA
-#: basctl/inc/strings.hrc:76
+#: basctl/inc/strings.hrc:73
msgctxt "RID_STR_REMOVEWATCH"
msgid "Watch:"
msgstr "راقب:"
#. ndtng
-#: basctl/inc/strings.hrc:77
+#: basctl/inc/strings.hrc:74
msgctxt "RID_STR_STACK"
msgid "Calls: "
msgstr "الاستدعاءات: "
#. wwfg3
-#: basctl/inc/strings.hrc:78
+#: basctl/inc/strings.hrc:75
msgctxt "RID_STR_USERMACROS"
msgid "My Macros"
msgstr "ماكروهاتي"
#. XenwN
-#: basctl/inc/strings.hrc:79
+#: basctl/inc/strings.hrc:76
msgctxt "RID_STR_USERDIALOGS"
msgid "My Dialogs"
msgstr "حواريّاتي"
#. Mwj7u
-#: basctl/inc/strings.hrc:80
+#: basctl/inc/strings.hrc:77
msgctxt "RID_STR_USERMACROSDIALOGS"
msgid "My Macros & Dialogs"
msgstr "ماكروهاتي وحواريّاتي"
#. EAJgs
-#: basctl/inc/strings.hrc:81
+#: basctl/inc/strings.hrc:78
msgctxt "RID_STR_SHAREMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "ماكروهات %PRODUCTNAME"
#. tPefb
-#: basctl/inc/strings.hrc:82
+#: basctl/inc/strings.hrc:79
msgctxt "RID_STR_SHAREDIALOGS"
msgid "%PRODUCTNAME Dialogs"
msgstr "حواريّات %PRODUCTNAME"
#. BNWgY
-#: basctl/inc/strings.hrc:83
+#: basctl/inc/strings.hrc:80
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr "ماكروهات وحواريّات %PRODUCTNAME"
#. BAMA5
-#: basctl/inc/strings.hrc:84
+#: basctl/inc/strings.hrc:81
msgctxt "RID_STR_REMOVEWATCHTIP"
msgid "Remove Watch"
msgstr "أزِل المراقب"
#. oUqF6
-#: basctl/inc/strings.hrc:85
+#: basctl/inc/strings.hrc:82
msgctxt "RID_STR_QUERYREPLACEMACRO"
msgid "Do you want to overwrite the XX macro?"
msgstr "أتريد الكتابة فوق الماكرو XX؟"
#. Tho9k
-#: basctl/inc/strings.hrc:86
+#: basctl/inc/strings.hrc:83
msgctxt "RID_STR_TRANSLATION_NOTLOCALIZED"
msgid "<Not localized>"
msgstr "<غير مُوطَّن>"
#. xQyRD
-#: basctl/inc/strings.hrc:87
+#: basctl/inc/strings.hrc:84
msgctxt "RID_STR_TRANSLATION_DEFAULT"
msgid "[Default Language]"
msgstr "[اللغة المبدئيّة]"
#. PqDTe
-#: basctl/inc/strings.hrc:88
+#: basctl/inc/strings.hrc:85
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
msgstr "كائنات المستند"
#. N3DE8
-#: basctl/inc/strings.hrc:89
+#: basctl/inc/strings.hrc:86
msgctxt "RID_STR_USERFORMS"
msgid "Forms"
msgstr "النّماذج"
#. 4dGqP
-#: basctl/inc/strings.hrc:90
+#: basctl/inc/strings.hrc:87
msgctxt "RID_STR_NORMAL_MODULES"
msgid "Modules"
msgstr "الوحدات"
#. u87jq
-#: basctl/inc/strings.hrc:91
+#: basctl/inc/strings.hrc:88
msgctxt "RID_STR_CLASS_MODULES"
msgid "Class Modules"
msgstr "وحدات الأصناف"
#. 8gC8E
-#: basctl/inc/strings.hrc:92
+#: basctl/inc/strings.hrc:89
msgctxt "RID_STR_DLGIMP_CLASH_RENAME"
msgid "Rename"
msgstr "غيّر الاسم"
#. FCqSS
-#: basctl/inc/strings.hrc:93
+#: basctl/inc/strings.hrc:90
msgctxt "RID_STR_DLGIMP_CLASH_REPLACE"
msgid "Replace"
msgstr "استبدل"
#. 5EucM
-#: basctl/inc/strings.hrc:94
+#: basctl/inc/strings.hrc:91
msgctxt "RID_STR_DLGIMP_CLASH_TITLE"
msgid "Dialog Import - Name already used"
msgstr "استورد حواريًّا - الاسم مستخدم بالفعل"
#. yG2bx
-#: basctl/inc/strings.hrc:95
+#: basctl/inc/strings.hrc:92
msgctxt "RID_STR_DLGIMP_CLASH_TEXT"
msgid ""
"The library already contains a dialog with the name:\n"
@@ -455,25 +437,25 @@ msgstr ""
" "
#. FRQSJ
-#: basctl/inc/strings.hrc:96
+#: basctl/inc/strings.hrc:93
msgctxt "RID_STR_DLGIMP_MISMATCH_ADD"
msgid "Add"
msgstr "أضف"
#. inETw
-#: basctl/inc/strings.hrc:97
+#: basctl/inc/strings.hrc:94
msgctxt "RID_STR_DLGIMP_MISMATCH_OMIT"
msgid "Omit"
msgstr "احذف"
#. 227xE
-#: basctl/inc/strings.hrc:98
+#: basctl/inc/strings.hrc:95
msgctxt "RID_STR_DLGIMP_MISMATCH_TITLE"
msgid "Dialog Import - Language Mismatch"
msgstr "استورد حواريًّا - اللغة لا تتطابق"
#. zcJw8
-#: basctl/inc/strings.hrc:99
+#: basctl/inc/strings.hrc:96
msgctxt "RID_STR_DLGIMP_MISMATCH_TEXT"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
@@ -491,110 +473,110 @@ msgstr ""
" "
#. FcvDu
-#: basctl/inc/strings.hrc:100
+#: basctl/inc/strings.hrc:97
msgctxt "RID_STR_PRINTDLG_PAGES"
msgid "Pages:"
msgstr "الصفحات:"
#. 4AR5D
-#: basctl/inc/strings.hrc:101
+#: basctl/inc/strings.hrc:98
msgctxt "RID_STR_PRINTDLG_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "كل ال~صفحات"
#. xfLXi
-#: basctl/inc/strings.hrc:102
+#: basctl/inc/strings.hrc:99
msgctxt "RID_STR_PRINTDLG_PRINTPAGES"
msgid "Pa~ges:"
msgstr "الص~فحات:"
#. Q9KBj
-#: basctl/inc/strings.hrc:103
+#: basctl/inc/strings.hrc:100
msgctxt "RID_STR_PRINTDLG_PRINTEVENPAGES"
msgid "~Even pages"
msgstr "الصفحات ال~زوجية"
#. 93Gmy
-#: basctl/inc/strings.hrc:104
+#: basctl/inc/strings.hrc:101
msgctxt "RID_STR_PRINTDLG_PRINTODDPAGES"
msgid "~Odd pages"
msgstr "الصفحات ال~فردية"
#. dALHq
-#: basctl/inc/strings.hrc:105
+#: basctl/inc/strings.hrc:102
msgctxt "RID_STR_CHOOSE"
msgid "Choose"
msgstr "اختر"
#. edPrX
-#: basctl/inc/strings.hrc:106
+#: basctl/inc/strings.hrc:103
msgctxt "RID_STR_RUN"
msgid "Run"
msgstr "شغّل"
#. DJbpA
-#: basctl/inc/strings.hrc:107
+#: basctl/inc/strings.hrc:104
msgctxt "RID_STR_RECORD"
msgid "~Save"
msgstr "احف~ظ"
#. 7Gzqz
-#: basctl/inc/strings.hrc:108
+#: basctl/inc/strings.hrc:105
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr "كتالوج الكائنات"
#. 2AA4t
-#: basctl/inc/strings.hrc:109
+#: basctl/inc/strings.hrc:106
msgctxt "RID_STR_TLB_MACROS"
msgid "Objects Tree"
msgstr "شجرة الكائنات"
#. NtqMk
#. Property Browser Headline ----------------------------------------------------------------
-#: basctl/inc/strings.hrc:111
+#: basctl/inc/strings.hrc:108
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "الخصائص: "
#. FnkAZ
-#: basctl/inc/strings.hrc:112
+#: basctl/inc/strings.hrc:109
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr "لا متحكّمات معلّمة"
#. aeAPC
-#: basctl/inc/strings.hrc:113
+#: basctl/inc/strings.hrc:110
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "تحديد متعدّد"
#. GNZHF
-#: basctl/inc/strings.hrc:114
+#: basctl/inc/strings.hrc:111
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr "[اللغة المبدئيّة]"
#. uf3Kt
-#: basctl/inc/strings.hrc:115
+#: basctl/inc/strings.hrc:112
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr "<انقر 'أضف' لإنشاء موارد لغة جديدة>"
#. jnJoF
-#: basctl/inc/strings.hrc:116
+#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr "صدّر المكتبة كامتداد"
#. SnKF3
-#: basctl/inc/strings.hrc:117
+#: basctl/inc/strings.hrc:114
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr "صدّر كمكتبة BASIC"
#. G6SqW
-#: basctl/inc/strings.hrc:118
+#: basctl/inc/strings.hrc:115
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "الامتداد"
@@ -618,61 +600,61 @@ msgid "Existing Macros In:"
msgstr "الماكروهات الموجودة في:"
#. Mfysc
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:250
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:248
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr "الماكرو من"
#. Qth4v
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:266
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:264
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr "احفظ الماكرو في"
#. BpDb6
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:313
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:311
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr "اسم الماكرو"
#. izDZr
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:336
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:334
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr "أسند..."
#. dxu7W
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:350
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:348
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr "حرّر"
#. 9Uhec
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:364
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:362
msgctxt "basicmacrodialog|delete"
msgid "_Delete"
msgstr "اح_ذف"
#. XkqFC
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:378
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:376
msgctxt "basicmacrodialog|new"
msgid "_New"
msgstr "_جديد"
#. Gh52t
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:392
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:390
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr "المنظّم..."
#. wAJj2
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:406
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:404
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr "مكتبة جديدة"
#. 2xdsE
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:420
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:418
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr "وحدة جديدة"
@@ -785,6 +767,24 @@ msgctxt "dialogpage|export"
msgid "_Export..."
msgstr "_صدّر..."
+#. EGyCn
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:110
+msgctxt "dockingwatch|RID_STR_WATCHVARIABLE"
+msgid "Variable"
+msgstr ""
+
+#. QUHSf
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:122
+msgctxt "dockingwatch|RID_STR_WATCHVALUE"
+msgid "Value"
+msgstr ""
+
+#. ik3CG
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:136
+msgctxt "dockingwatch|RID_STR_WATCHTYPE"
+msgid "Type"
+msgstr ""
+
#. worE9
#: basctl/uiconfig/basicide/ui/exportdialog.ui:8
msgctxt "exportdialog|ExportDialog"
diff --git a/source/ar/chart2/messages.po b/source/ar/chart2/messages.po
index a200ff12219..f9d74b4b46f 100644
--- a/source/ar/chart2/messages.po
+++ b/source/ar/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-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-17 12:21+0100\n"
"PO-Revision-Date: 2018-10-21 19:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2170,55 +2170,55 @@ msgid "Data series '%1'"
msgstr "سلسلة البيانات ’%1‘"
#. mZfrk
-#: chart2/uiconfig/ui/sidebartype.ui:84
+#: chart2/uiconfig/ui/sidebartype.ui:81
msgctxt "sidebartype|3dlook"
msgid "_3D Look"
msgstr ""
#. mjrkY
-#: chart2/uiconfig/ui/sidebartype.ui:103
+#: chart2/uiconfig/ui/sidebartype.ui:101
msgctxt "sidebartype|3dscheme"
msgid "Simple"
msgstr ""
#. urfc7
-#: chart2/uiconfig/ui/sidebartype.ui:104
+#: chart2/uiconfig/ui/sidebartype.ui:102
msgctxt "sidebartype|3dscheme"
msgid "Realistic"
msgstr ""
#. gYXXE
-#: chart2/uiconfig/ui/sidebartype.ui:125
+#: chart2/uiconfig/ui/sidebartype.ui:123
msgctxt "sidebartype|shapeft"
msgid "Sh_ape"
msgstr ""
#. B6KS5
-#: chart2/uiconfig/ui/sidebartype.ui:186
+#: chart2/uiconfig/ui/sidebartype.ui:184
msgctxt "sidebartype|stack"
msgid "_Stack series"
msgstr ""
#. Yau6n
-#: chart2/uiconfig/ui/sidebartype.ui:210
+#: chart2/uiconfig/ui/sidebartype.ui:208
msgctxt "sidebartype|ontop"
msgid "On top"
msgstr ""
#. f2J43
-#: chart2/uiconfig/ui/sidebartype.ui:225
+#: chart2/uiconfig/ui/sidebartype.ui:223
msgctxt "sidebartype|percent"
msgid "Percent"
msgstr ""
#. iDSaa
-#: chart2/uiconfig/ui/sidebartype.ui:240
+#: chart2/uiconfig/ui/sidebartype.ui:238
msgctxt "sidebartype|deep"
msgid "Deep"
msgstr ""
#. KaS7Z
-#: chart2/uiconfig/ui/sidebartype.ui:269
+#: chart2/uiconfig/ui/sidebartype.ui:268
msgctxt "sidebartype|linetypeft"
msgid "_Line type"
msgstr ""
@@ -2254,17 +2254,11 @@ msgid "_Sort by X values"
msgstr ""
#. thu3G
-#: chart2/uiconfig/ui/sidebartype.ui:334
+#: chart2/uiconfig/ui/sidebartype.ui:335
msgctxt "sidebartype|nolinesft"
msgid "_Number of lines"
msgstr ""
-#. pkRru
-#: chart2/uiconfig/ui/sidebartype.ui:379
-msgctxt "sidebartype|lbl_chartType"
-msgid "Chart Type:"
-msgstr ""
-
#. Ledzw
#: chart2/uiconfig/ui/smoothlinesdlg.ui:22
msgctxt "smoothlinesdlg|SmoothLinesDialog"
diff --git a/source/ar/cui/messages.po b/source/ar/cui/messages.po
index 54314bd5375..948abc909d4 100644
--- a/source/ar/cui/messages.po
+++ b/source/ar/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-07-19 20:11+0000\n"
"Last-Translator: صفا الفليج <safa1996alfulaij@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3465,10 +3465,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
-#. voTvB
+#. EabEN
#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "New versions of %PRODUCTNAME do not only bring new features and bug fixes. They also include security patches. Stay safe, and keep yourself updated!"
+msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
@@ -4091,25 +4091,25 @@ msgid "_Search"
msgstr "ا_بحث"
#. BMohC
-#: cui/uiconfig/ui/aboutconfigdialog.ui:195
+#: cui/uiconfig/ui/aboutconfigdialog.ui:196
msgctxt "aboutconfigdialog|preference"
msgid "Preference Name"
msgstr "اسم التّفضيل"
#. PiV9t
-#: cui/uiconfig/ui/aboutconfigdialog.ui:214
+#: cui/uiconfig/ui/aboutconfigdialog.ui:216
msgctxt "aboutconfigdialog|property"
msgid "Property"
msgstr "الخاصيّة"
#. g6RFE
-#: cui/uiconfig/ui/aboutconfigdialog.ui:227
+#: cui/uiconfig/ui/aboutconfigdialog.ui:230
msgctxt "aboutconfigdialog|type"
msgid "Type"
msgstr "النّوع"
#. BYBgx
-#: cui/uiconfig/ui/aboutconfigdialog.ui:240
+#: cui/uiconfig/ui/aboutconfigdialog.ui:244
msgctxt "aboutconfigdialog|value"
msgid "Value"
msgstr "القيمة"
@@ -6559,89 +6559,89 @@ msgid "Connection Pool"
msgstr "تجمّع الاتصال"
#. XfFi7
-#: cui/uiconfig/ui/croppage.ui:82
+#: cui/uiconfig/ui/croppage.ui:85
msgctxt "croppage|keepscale"
msgid "Keep _scale"
msgstr "الاحتفاظ بال_مقياس"
#. fCWwt
-#: cui/uiconfig/ui/croppage.ui:100
+#: cui/uiconfig/ui/croppage.ui:102
msgctxt "croppage|keepsize"
msgid "Keep image si_ze"
msgstr "الاحتفاظ بحجم ال_صورة"
#. JcdEh
-#: cui/uiconfig/ui/croppage.ui:125
+#: cui/uiconfig/ui/croppage.ui:126
msgctxt "croppage|label2"
msgid "_Left:"
msgstr "الي_سار:"
#. J8z8h
-#: cui/uiconfig/ui/croppage.ui:152
+#: cui/uiconfig/ui/croppage.ui:153
msgctxt "croppage|label3"
msgid "_Right:"
msgstr "الي_مين:"
#. GxnM4
-#: cui/uiconfig/ui/croppage.ui:191
+#: cui/uiconfig/ui/croppage.ui:192
msgctxt "croppage|label4"
msgid "_Top:"
msgstr "الأ_على:"
#. VAUDo
-#: cui/uiconfig/ui/croppage.ui:205
+#: cui/uiconfig/ui/croppage.ui:206
msgctxt "croppage|label5"
msgid "_Bottom:"
msgstr "الأ_سفل:"
+#. BSBCG
+#: cui/uiconfig/ui/croppage.ui:302
+msgctxt "croppage|origsize"
+msgid "_Original Size"
+msgstr "الحجم الأ_صلي"
+
#. 8CoGW
-#: cui/uiconfig/ui/croppage.ui:255
+#: cui/uiconfig/ui/croppage.ui:332
msgctxt "croppage|label1"
msgid "Crop"
msgstr "اقتصاص"
#. VG8gn
-#: cui/uiconfig/ui/croppage.ui:289
+#: cui/uiconfig/ui/croppage.ui:367
msgctxt "croppage|label6"
msgid "_Width:"
msgstr "ال_عرض:"
#. bcKhi
-#: cui/uiconfig/ui/croppage.ui:315
+#: cui/uiconfig/ui/croppage.ui:393
msgctxt "croppage|label7"
msgid "_Height:"
msgstr "الارت_فاع:"
#. JVnvr
-#: cui/uiconfig/ui/croppage.ui:345
+#: cui/uiconfig/ui/croppage.ui:423
msgctxt "croppage|label10"
msgid "Scale"
msgstr "حجّم"
#. Brcxv
-#: cui/uiconfig/ui/croppage.ui:379
+#: cui/uiconfig/ui/croppage.ui:457
msgctxt "croppage|label8"
msgid "_Width:"
msgstr "ال_عرض:"
#. tacwF
-#: cui/uiconfig/ui/croppage.ui:406
+#: cui/uiconfig/ui/croppage.ui:484
msgctxt "croppage|label9"
msgid "_Height:"
msgstr "الارت_فاع:"
#. aBkuE
-#: cui/uiconfig/ui/croppage.ui:437
+#: cui/uiconfig/ui/croppage.ui:515
msgctxt "croppage|label11"
msgid "Image Size"
msgstr "حجم الصّورة"
-#. BSBCG
-#: cui/uiconfig/ui/croppage.ui:506
-msgctxt "croppage|origsize"
-msgid "_Original Size"
-msgstr "الحجم الأ_صلي"
-
#. AFMP6
#: cui/uiconfig/ui/cuiimapdlg.ui:8
msgctxt "cuiimapdlg|IMapDialog"
@@ -7380,7 +7380,7 @@ msgid "_Transparency:"
msgstr ""
#. vELSr
-#: cui/uiconfig/ui/effectspage.ui:623
+#: cui/uiconfig/ui/effectspage.ui:624
msgctxt "effectspage|fontcolorft3"
msgid "Font Color"
msgstr ""
@@ -8268,25 +8268,25 @@ msgid "Line _color:"
msgstr "لون الخ_ط:"
#. 3hgCJ
-#: cui/uiconfig/ui/hatchpage.ui:308
+#: cui/uiconfig/ui/hatchpage.ui:307
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr "لون الخلفية"
#. uvmDA
-#: cui/uiconfig/ui/hatchpage.ui:356
+#: cui/uiconfig/ui/hatchpage.ui:354
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "خيارات"
#. D8ovo
-#: cui/uiconfig/ui/hatchpage.ui:406
+#: cui/uiconfig/ui/hatchpage.ui:404
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "مثال"
#. GbfFA
-#: cui/uiconfig/ui/hatchpage.ui:428
+#: cui/uiconfig/ui/hatchpage.ui:426
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr "معاينة"
diff --git a/source/ar/dbaccess/messages.po b/source/ar/dbaccess/messages.po
index 1990f995b40..da2e3a70459 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: 2019-11-25 17:08+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-04-24 10:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3869,25 +3869,25 @@ msgid "Named p_ipe:"
msgstr "ممر بيا~نات محدد"
#. CzRyx
-#: dbaccess/uiconfig/ui/namematchingpage.ui:73
+#: dbaccess/uiconfig/ui/namematchingpage.ui:67
msgctxt "namematchingpage|all"
msgid "_All"
msgstr "ال_كلّ"
#. db6rw
-#: dbaccess/uiconfig/ui/namematchingpage.ui:87
+#: dbaccess/uiconfig/ui/namematchingpage.ui:81
msgctxt "namematchingpage|none"
msgid "Non_e"
msgstr "_بلا"
#. yScg2
-#: dbaccess/uiconfig/ui/namematchingpage.ui:119
+#: dbaccess/uiconfig/ui/namematchingpage.ui:113
msgctxt "namematchingpage|leftlabel"
msgid "Source table: "
msgstr "الجدول المصدر: "
#. SCMEA
-#: dbaccess/uiconfig/ui/namematchingpage.ui:206
+#: dbaccess/uiconfig/ui/namematchingpage.ui:200
msgctxt "namematchingpage|rightlabel"
msgid "Destination table: "
msgstr "الجدول المقصد: "
diff --git a/source/ar/framework/messages.po b/source/ar/framework/messages.po
index 93e1976cbc8..bbc0cd81e86 100644
--- a/source/ar/framework/messages.po
+++ b/source/ar/framework/messages.po
@@ -3,108 +3,135 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-27 13:56+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"PO-Revision-Date: 2017-12-14 11:27+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1513250878.000000\n"
+#. 5dTDC
#: framework/inc/strings.hrc:25
msgctxt "STR_MENU_HEADFOOTALL"
msgid "All"
msgstr "الكلّ"
+#. oyXqc
#: framework/inc/strings.hrc:26
msgctxt "STR_UPDATEDOC"
msgid "~Update"
msgstr "~حدّث"
+#. GD4Gd
#: framework/inc/strings.hrc:27
msgctxt "STR_CLOSEDOC_ANDRETURN"
msgid "~Close & Return to "
msgstr "أغل~ق وارجع إلى "
+#. 2AsV6
#: framework/inc/strings.hrc:28
#, fuzzy
msgctxt "STR_TOOLBAR_VISIBLE_BUTTONS"
msgid "Visible ~Buttons"
msgstr "الأزرار ال~مرئية"
+#. 342Pc
#: framework/inc/strings.hrc:29
#, fuzzy
msgctxt "STR_TOOLBAR_CUSTOMIZE_TOOLBAR"
msgid "~Customize Toolbar..."
msgstr "~خصّص شريط الأدوات..."
+#. DhTM2
#: framework/inc/strings.hrc:30
+msgctxt "STR_TOOLBAR_UNDOCK_TOOLBAR"
+msgid "U~ndock Toolbar"
+msgstr ""
+
+#. 7GcGg
+#: framework/inc/strings.hrc:31
#, fuzzy
msgctxt "STR_TOOLBAR_DOCK_TOOLBAR"
msgid "~Dock Toolbar"
msgstr "أر~صِف شريط الأدوات"
-#: framework/inc/strings.hrc:31
+#. hFZqj
+#: framework/inc/strings.hrc:32
#, fuzzy
msgctxt "STR_TOOLBAR_DOCK_ALL_TOOLBARS"
msgid "Dock ~All Toolbars"
msgstr "أرصِف ~كلّ أشرطة الأدوات"
-#: framework/inc/strings.hrc:32
+#. xUzeo
+#: framework/inc/strings.hrc:33
#, fuzzy
msgctxt "STR_TOOLBAR_LOCK_TOOLBAR"
msgid "~Lock Toolbar Position"
msgstr "أوصِ~د شريط الأدوات"
-#: framework/inc/strings.hrc:33
+#. a9XNN
+#: framework/inc/strings.hrc:34
#, fuzzy
msgctxt "STR_TOOLBAR_CLOSE_TOOLBAR"
msgid "Close ~Toolbar"
msgstr "أ~غلق شريط الأدوات"
-#: framework/inc/strings.hrc:34
+#. JGEgE
+#: framework/inc/strings.hrc:35
msgctxt "STR_SAVECOPYDOC"
msgid "Save Copy ~as..."
msgstr "احفظ نسخة ~كَ‍..."
-#: framework/inc/strings.hrc:35
+#. JJrop
+#: framework/inc/strings.hrc:36
msgctxt "STR_NODOCUMENT"
msgid "No Documents"
msgstr "لا مستندات"
-#: framework/inc/strings.hrc:36
+#. Sc7No
+#: framework/inc/strings.hrc:37
msgctxt "STR_CLEAR_RECENT_FILES"
msgid "Clear List"
msgstr "امسح القائمة"
-#: framework/inc/strings.hrc:37
+#. y5BFt
+#: framework/inc/strings.hrc:38
msgctxt "STR_CLEAR_RECENT_FILES_HELP"
msgid "Clears the list with the most recently opened files. This action can not be undone."
msgstr "يمسح قائمة الملفات المفتوحة حديثًا. هذا إجراء لا عودة فيه."
-#: framework/inc/strings.hrc:38
+#. JDATD
+#: framework/inc/strings.hrc:39
msgctxt "STR_REMOTE_TITLE"
msgid " (Remote)"
msgstr " (بعيد)"
-#: framework/inc/strings.hrc:39
+#. JFH6k
+#: framework/inc/strings.hrc:40
msgctxt "STR_SAFEMODE_TITLE"
msgid " (Safe Mode)"
msgstr " (الوضع الآمن)"
-#: framework/inc/strings.hrc:40
+#. D4pBb
+#: framework/inc/strings.hrc:41
msgctxt "STR_TOOLBAR_TITLE_ADDON"
msgid "Add-On %num%"
msgstr "الإضافة %num%"
-#: framework/inc/strings.hrc:41
+#. 5HFDW
+#: framework/inc/strings.hrc:42
msgctxt "STR_FULL_DISC_RETRY_BUTTON"
msgid "Retry"
msgstr "أعد المحاولة"
-#: framework/inc/strings.hrc:42
+#. Cu3Ch
+#: framework/inc/strings.hrc:43
msgctxt "STR_FULL_DISC_MSG"
msgid ""
"%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n"
@@ -123,12 +150,14 @@ msgstr ""
"انقر زرّ ”أعد المحاولة“ بعد أن خصّصت مساحة قرص حرّة لإعادة محاولة حفظ البيانات.\n"
"\n"
-#: framework/inc/strings.hrc:43
+#. oPFZY
+#: framework/inc/strings.hrc:44
msgctxt "STR_RESTORE_TOOLBARS"
msgid "~Reset"
msgstr "~صفّر"
-#: framework/inc/strings.hrc:44
+#. ntyDa
+#: framework/inc/strings.hrc:45
msgctxt "STR_CORRUPT_UICFG_SHARE"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -137,7 +166,8 @@ msgstr ""
"حدث خطأ أثناء تحميل بيانات ضبط واجهة المستخدم. سيُنهى التطبيق الآن.\n"
"فضلًا جرّب إعادة تثبيت التطبيق."
-#: framework/inc/strings.hrc:45
+#. grsAx
+#: framework/inc/strings.hrc:46
msgctxt "STR_CORRUPT_UICFG_USER"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -146,7 +176,8 @@ msgstr ""
"حدث خطأ أثناء تحميل بيانات ضبط واجهة المستخدم. سيُنهى التطبيق الآن.\n"
"فضلًا جرّب إزالة تشكيلة المستخدم خاصّتك للتطبيق."
-#: framework/inc/strings.hrc:46
+#. qMSRF
+#: framework/inc/strings.hrc:47
msgctxt "STR_CORRUPT_UICFG_GENERAL"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -155,38 +186,45 @@ msgstr ""
"حدث خطأ أثناء تحميل بيانات ضبط واجهة المستخدم. سيُنهى التطبيق الآن.\n"
"فضلًا جرّب إزالة تشكيلة المستخدم خاصّتك للتطبيق أوّلًا أو حاول إعادة تثبيت التطبيق."
-#: framework/inc/strings.hrc:47
+#. 9FEe5
+#: framework/inc/strings.hrc:48
msgctxt "STR_UNTITLED_DOCUMENT"
msgid "Untitled"
msgstr "غير معنون"
+#. HDUNU
#. To translators: for displaying 'Multiple Languages' in the language statusbar control
-#: framework/inc/strings.hrc:49
+#: framework/inc/strings.hrc:50
msgctxt "STR_LANGSTATUS_MULTIPLE_LANGUAGES"
msgid "Multiple Languages"
msgstr "عدّة لغات"
-#: framework/inc/strings.hrc:50
+#. rZBXF
+#: framework/inc/strings.hrc:51
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "بلا (لا تدقّق الإملاء)"
-#: framework/inc/strings.hrc:51
+#. Z8EjG
+#: framework/inc/strings.hrc:52
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr "صفّر إلى اللغة المبدئيّة"
-#: framework/inc/strings.hrc:52
+#. YEXdS
+#: framework/inc/strings.hrc:53
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "أكثر..."
-#: framework/inc/strings.hrc:53
+#. tTsdD
+#: framework/inc/strings.hrc:54
msgctxt "STR_SET_LANGUAGE_FOR_PARAGRAPH"
msgid "Set Language for Paragraph"
msgstr "عيّن لغة الفقرة"
-#: framework/inc/strings.hrc:54
+#. m72Ea
+#: framework/inc/strings.hrc:55
msgctxt "STR_LANGSTATUS_HINT"
msgid "Text Language. Right-click to set character or paragraph language"
msgstr "لغة النص. انقر باليمين لضبط لغة المحرف أو الفقرة"
diff --git a/source/ar/helpcontent2/source/text/sbasic/shared.po b/source/ar/helpcontent2/source/text/sbasic/shared.po
index 6769faf6c8b..f540354f98b 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-10-21 20:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -9619,33 +9619,6 @@ msgctxt ""
msgid "Opens a data channel."
msgstr ""
-#. FyScr
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3147230\n"
-"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
-
-#. YuAR2
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3154124\n"
-"help.text"
-msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
-msgstr ""
-
-#. yjd2D
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3156280\n"
-"help.text"
-msgid "Parameters:"
-msgstr "المعاملات:"
-
#. cEADt
#: 03020103.xhp
msgctxt ""
@@ -9709,15 +9682,6 @@ msgctxt ""
msgid "You can only modify the contents of a file that was opened with the Open statement. If you try to open a file that is already open, an error message appears."
msgstr ""
-#. 7FbfT
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3149123\n"
-"help.text"
-msgid "Example:"
-msgstr "مثال:"
-
#. xPMgs
#: 03020103.xhp
msgctxt ""
@@ -21922,22 +21886,22 @@ msgctxt ""
msgid "' uses BasicFormulas in %PRODUCTNAME Calc"
msgstr ""
-#. VEjxC
+#. PrCEr
#: 03080801.xhp
msgctxt ""
"03080801.xhp\n"
"par_id3149262\n"
"help.text"
-msgid "' Returns a 32 bits signed integer number from an 8 digits hexadecimal value."
+msgid "' Returns a 32-bit signed integer number from an 8-digit hexadecimal value."
msgstr ""
-#. CkjAF
+#. fcv3u
#: 03080801.xhp
msgctxt ""
"03080801.xhp\n"
"par_id3147215\n"
"help.text"
-msgid "' Calculates the 8 digits hexadecimal value out of a 32 bits signed integer number."
+msgid "' Calculates the 8-digit hexadecimal value out of a 32-bit signed integer number."
msgstr ""
#. Tko9w
@@ -24478,6 +24442,15 @@ msgctxt ""
msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
msgstr ""
+#. Qo2Xg
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id51581259731973\n"
+"help.text"
+msgid "End Property: Marks the end of a <emph>Property</emph> statement."
+msgstr ""
+
#. 3xFEp
#: 03090404.xhp
msgctxt ""
@@ -25297,13 +25270,13 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement\">Exit Statement</link>"
msgstr ""
-#. r2EAp
+#. Kmb47
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"par_id3153394\n"
"help.text"
-msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
+msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, a property, or a subroutine."
msgstr ""
#. GypWx
@@ -25315,13 +25288,13 @@ msgctxt ""
msgid "Syntax:"
msgstr "الصياغة:"
-#. uDM5x
+#. LYyBt
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "see Parameters"
+msgid "Exit Do, Exit For, Exit Function, Exit Property, Exit Sub"
msgstr ""
#. XA8QY
@@ -25387,6 +25360,24 @@ msgctxt ""
msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
msgstr ""
+#. K8JKa
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id31581260355116\n"
+"help.text"
+msgid "<emph>Exit Property</emph>"
+msgstr ""
+
+#. xZEAs
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id1001581260355700\n"
+"help.text"
+msgid "Exits the <emph>Property</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Property</emph> call."
+msgstr ""
+
#. B6QCm
#: 03090412.xhp
msgctxt ""
@@ -31507,13 +31498,13 @@ msgctxt ""
msgid "String"
msgstr ""
-#. WECKF
+#. 4nv5b
#: 03120102.xhp
msgctxt ""
"03120102.xhp\n"
"par_id3149295\n"
"help.text"
-msgid "<emph>Expression:</emph> a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value."
+msgid "<emph>Expression:</emph> a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support expressions with a nominally negative argument like <emph>Chr(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.)"
msgstr ""
#. RKtSB
@@ -32056,13 +32047,13 @@ msgctxt ""
msgid "String"
msgstr ""
-#. HiXHs
+#. WzBnm
#: 03120112.xhp
msgctxt ""
"03120112.xhp\n"
"par_id3149295\n"
"help.text"
-msgid "<emph>Expression:</emph> Numeric variables that represent a valid 16 bit Unicode value (0-65535). An empty value returns error code 5. A value out of the range [0,65535] returns error code 6."
+msgid "<emph>Expression:</emph> Numeric variables that represent a valid 16 bit Unicode value (0-65535). (To support expressions with a nominally negative argument like <emph>ChrW(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.) An empty value returns error code 5. A value out of the range [0,65535] returns error code 6."
msgstr ""
#. 8DF8a
@@ -36016,13 +36007,13 @@ msgctxt ""
msgid "CreateUnoService Function"
msgstr ""
-#. fePDe
+#. khb7S
#: 03131600.xhp
msgctxt ""
"03131600.xhp\n"
"bm_id3150682\n"
"help.text"
-msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
+msgid "<bookmark_value>CreateUnoService function</bookmark_value><bookmark_value>API;FilePicker</bookmark_value><bookmark_value>API;FunctionAccess</bookmark_value>"
msgstr ""
#. hgVjB
@@ -40030,13 +40021,13 @@ msgctxt ""
msgid "<literal>CompatibilityMode()</literal> function is controlling runtime mode and affects all code executed after setting or resetting the mode."
msgstr ""
-#. nBpAv
+#. YSokk
#: compatibilitymode.xhp
msgctxt ""
"compatibilitymode.xhp\n"
"N0119\n"
"help.text"
-msgid "Use this feature with caution, limit it to document conversion situations for example."
+msgid "Use this feature with caution, limit it to document conversion for example."
msgstr ""
#. GJLGQ
@@ -40282,22 +40273,13 @@ msgctxt ""
msgid "Special characters as identifiers"
msgstr ""
-#. JSWLJ
-#: compatible.xhp
-msgctxt ""
-"compatible.xhp\n"
-"par_id661561636654077\n"
-"help.text"
-msgid "Option Compatible' With this option the code works, other-"
-msgstr ""
-
-#. DmfMH
+#. QkGeQ
#: compatible.xhp
msgctxt ""
"compatible.xhp\n"
-"par_id81561636660626\n"
+"par_id641581846957447\n"
"help.text"
-msgid "' wise it will cause a compiling error"
+msgid "' With this option the code works, otherwise it causes a compiling error"
msgstr ""
#. E6GpA
@@ -40876,6 +40858,159 @@ msgctxt ""
msgid "print \" 2: 3 the number 2 occurs in the range: \" & retStr"
msgstr ""
+#. vye3g
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"Property Statement\n"
+"help.text"
+msgid "Property Statement"
+msgstr ""
+
+#. ukCtn
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0181\n"
+"help.text"
+msgid "<bookmark_value>Property statement</bookmark_value>"
+msgstr ""
+
+#. 6Gjab
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0182\n"
+"help.text"
+msgid "Property Statement"
+msgstr ""
+
+#. 4vJCy
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0183\n"
+"help.text"
+msgid "A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependant routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessers enforces properties' consistency when necessary."
+msgstr ""
+
+#. hD9fA
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0184\n"
+"help.text"
+msgid "This statement requires <link href=\"text/sbasic/shared/compatible.xhp\" name=\"Option Compatible\">Option Compatible</link> to be placed before the executable program code in a module."
+msgstr ""
+
+#. 36Tsn
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0185\n"
+"help.text"
+msgid "Syntax"
+msgstr ""
+
+#. FG2Dc
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0188\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. GXEE5
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0192\n"
+"help.text"
+msgid "Print ProductName ' displays \"LibreOffice\""
+msgstr ""
+
+#. oUuG9
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0202\n"
+"help.text"
+msgid "In the absence of Property <emph>Let</emph> or Property <emph>Set</emph>, Property <emph>Get</emph> helps define protected information, which can not be accidently altered by a foreign module:"
+msgstr ""
+
+#. PP63o
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0204\n"
+"help.text"
+msgid "Public Property Get PathDelimiter As String ' Read-only variable"
+msgstr ""
+
+#. 28GFJ
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0208\n"
+"help.text"
+msgid "Case 4 : this = \":\" ' Linux or MacOS X"
+msgstr ""
+
+#. BievJ
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0209\n"
+"help.text"
+msgid "Case Else : Error 423 ' Property or method not defined: PathDelimiter"
+msgstr ""
+
+#. wnG4s
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0212\n"
+"help.text"
+msgid "End Property ' read-only PathDelimiter"
+msgstr ""
+
+#. ze9dZ
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0215\n"
+"help.text"
+msgid "PathDelimiter = \"a sentence\" ' does nothing"
+msgstr ""
+
+#. xR9j7
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0217\n"
+"help.text"
+msgid "Use <emph>Let</emph> or <emph>Set</emph> when handling UNO services or class objects:"
+msgstr ""
+
+#. KbzAx
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0237\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End\">End</link>, <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link> statements"
+msgstr ""
+
+#. Dh5aG
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0238\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020300.xhp\" name=\"Using Procedures and Fonctions\">Using Procedures and Functions</link>"
+msgstr ""
+
#. uM2zs
#: replace.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/scalc.po b/source/ar/helpcontent2/source/text/scalc.po
index b61962fcebc..6099ddadd0c 100644
--- a/source/ar/helpcontent2/source/text/scalc.po
+++ b/source/ar/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2017-05-09 15:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -394,13 +394,13 @@ msgctxt ""
msgid "Field"
msgstr ""
-#. FR5ZL
+#. 3EmAu
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"par_id391577296078546\n"
"help.text"
-msgid "Opens a sub-menu for selecting the date, sheet name or document title in the cell."
+msgid "Opens a submenu for selecting the date, sheet name or document title in the cell."
msgstr ""
#. JP4tR
diff --git a/source/ar/helpcontent2/source/text/scalc/04.po b/source/ar/helpcontent2/source/text/scalc/04.po
index 2c0e55081f6..2c7ce7fa153 100644
--- a/source/ar/helpcontent2/source/text/scalc/04.po
+++ b/source/ar/helpcontent2/source/text/scalc/04.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2017-10-04 10:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -871,13 +871,13 @@ msgctxt ""
msgid "Traces dependents."
msgstr ""
-#. rg97G
+#. ytBaa
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3148430\n"
"help.text"
-msgid "Shift+F7"
+msgid "Shift+F9"
msgstr ""
#. FWpeb
@@ -1384,6 +1384,15 @@ msgctxt ""
msgid "Using the pivot table"
msgstr ""
+#. iDg7S
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id631581375238556\n"
+"help.text"
+msgid "The shortcut keys below are for the <emph>Pivot Table Layout</emph> dialog."
+msgstr ""
+
#. dRGGD
#: 01020000.xhp
msgctxt ""
@@ -1402,14 +1411,14 @@ msgctxt ""
msgid "Effect"
msgstr ""
-#. Q9ceG
+#. CYiCE
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "Tab"
-msgstr "Tab"
+msgid "<keycode>Tab</keycode>"
+msgstr ""
#. EyvCk
#: 01020000.xhp
@@ -1420,14 +1429,14 @@ msgctxt ""
msgid "Changes the focus by moving forwards through the areas and buttons of the dialog."
msgstr ""
-#. BAfW9
+#. nEd6M
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3154266\n"
"help.text"
-msgid "Shift+Tab"
-msgstr "Shift+Tab"
+msgid "<keycode>Shift+Tab</keycode>"
+msgstr ""
#. ESR2E
#: 01020000.xhp
@@ -1438,13 +1447,13 @@ msgctxt ""
msgid "Changes the focus by moving backwards through the areas and buttons of the dialog."
msgstr ""
-#. XHmMP
+#. FoedZ
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3148484\n"
"help.text"
-msgid "Up Arrow"
+msgid "<keycode>Up Arrow</keycode>"
msgstr ""
#. jWNGS
@@ -1456,13 +1465,13 @@ msgctxt ""
msgid "Moves the focus up one item in the current dialog area."
msgstr ""
-#. mqGEq
+#. GYukz
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3154273\n"
"help.text"
-msgid "Down Arrow"
+msgid "<keycode>Down Arrow</keycode>"
msgstr ""
#. g3pGx
@@ -1474,13 +1483,13 @@ msgctxt ""
msgid "Moves the focus down one item in the current dialog area."
msgstr ""
-#. 9CSUG
+#. uNDr8
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3148912\n"
"help.text"
-msgid "Left Arrow"
+msgid "<keycode>Left Arrow</keycode>"
msgstr ""
#. dEqdi
@@ -1492,13 +1501,13 @@ msgctxt ""
msgid "Moves the focus one item to the left in the current dialog area."
msgstr ""
-#. ujWdn
+#. jqgGw
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3150712\n"
"help.text"
-msgid "Right Arrow"
+msgid "<keycode>Right Arrow</keycode>"
msgstr ""
#. DKiGb
@@ -1510,13 +1519,13 @@ msgctxt ""
msgid "Moves the focus one item to the right in the current dialog area."
msgstr ""
-#. AjHVC
+#. B6CEw
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3146947\n"
"help.text"
-msgid "Home"
+msgid "<keycode>Home</keycode>"
msgstr ""
#. 2myZF
@@ -1528,13 +1537,13 @@ msgctxt ""
msgid "Selects the first item in the current dialog area."
msgstr ""
-#. oEY3g
+#. PVgpY
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3153387\n"
"help.text"
-msgid "End"
+msgid "<keycode>End</keycode>"
msgstr ""
#. RhFGF
@@ -1546,67 +1555,85 @@ msgctxt ""
msgid "Selects the last item in the current dialog area."
msgstr ""
-#. SXFqF
+#. VLEGM
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3155584\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Row\""
+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 ""
-#. UFWNH
+#. cSthX
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"par_id3152949\n"
"help.text"
-msgid "Copies or moves the current field into the \"Row\" area."
+msgid "Copies or moves the current field into the \"Row Fields\" area."
msgstr ""
-#. gFrgL
+#. qFSYZ
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3159269\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Column\""
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline> and the underlined character in the label \"Column Fields\""
msgstr ""
-#. 36qut
+#. 5PHQg
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"par_id3149968\n"
"help.text"
-msgid "Copies or moves the current field into the \"Column\" area."
+msgid "Copies or moves the current field into the \"Column Fields\" area."
msgstr ""
-#. KWXAG
+#. wGVoz
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3149923\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Data\""
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Option</keycode></caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline> and the underlined character in the label \"Data Fields\""
msgstr ""
-#. 3zJdG
+#. LpaiM
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"par_id3148649\n"
"help.text"
-msgid "Copies or moves the current field into the \"Data\" area."
+msgid "Copies or moves the current field into the \"Data Fields\" area."
+msgstr ""
+
+#. raCg3
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149423\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 \"Filters\""
+msgstr ""
+
+#. Dnys7
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3144649\n"
+"help.text"
+msgid "Copies or moves the current field into the \"Filters\" area."
msgstr ""
-#. xjUpE
+#. RBfHn
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3149418\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Up Arrow</keycode>"
msgstr ""
#. 5sk3h
@@ -1618,13 +1645,13 @@ msgctxt ""
msgid "Moves the current field up one place."
msgstr ""
-#. 2jFGx
+#. awZUE
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3148462\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Down Arrow</keycode>"
msgstr ""
#. eMbdi
@@ -1636,13 +1663,13 @@ msgctxt ""
msgid "Moves the current field down one place."
msgstr ""
-#. zEiqG
+#. aCgXn
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3145373\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Left Arrow</keycode>"
msgstr ""
#. ZhhRj
@@ -1654,13 +1681,13 @@ msgctxt ""
msgid "Moves the current field one place to the left."
msgstr ""
-#. owG3r
+#. wkTdy
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3150423\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Right Arrow</keycode>"
msgstr ""
#. hDqUA
@@ -1672,13 +1699,13 @@ msgctxt ""
msgid "Moves the current field one place to the right."
msgstr ""
-#. TLTLL
+#. CjoEb
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3149519\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Home</keycode>"
msgstr ""
#. SFdar
@@ -1690,13 +1717,13 @@ msgctxt ""
msgid "Moves the current field to the first place."
msgstr ""
-#. QVosE
+#. 5QbLt
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3145310\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+End</keycode>"
msgstr ""
#. ZeXEZ
@@ -1708,31 +1735,13 @@ msgctxt ""
msgid "Moves the current field to the last place."
msgstr ""
-#. 2HntF
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149933\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+O"
-msgstr ""
-
-#. HqB8R
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3154798\n"
-"help.text"
-msgid "Displays the options for the current field."
-msgstr ""
-
-#. LDC6d
+#. GdEkF
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"hd_id3148418\n"
"help.text"
-msgid "Delete"
+msgid "<keycode>Delete</keycode>"
msgstr ""
#. sGFF8
diff --git a/source/ar/helpcontent2/source/text/scalc/05.po b/source/ar/helpcontent2/source/text/scalc/05.po
index 4965b3a9181..cddc7a933fb 100644
--- a/source/ar/helpcontent2/source/text/scalc/05.po
+++ b/source/ar/helpcontent2/source/text/scalc/05.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-12-24 18:00+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-09-03 12:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,6 +124,24 @@ msgctxt ""
msgid "The cell is not wide enough to display the contents."
msgstr ""
+#. vF3za
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3165767\n"
+"help.text"
+msgid "none"
+msgstr ""
+
+#. 6s9C6
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3169267\n"
+"help.text"
+msgid "This value is outside of limits valid for this format"
+msgstr ""
+
#. ApVjg
#: 02140000.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/scalc/guide.po b/source/ar/helpcontent2/source/text/scalc/guide.po
index f9714a46038..df13de0e5ef 100644
--- a/source/ar/helpcontent2/source/text/scalc/guide.po
+++ b/source/ar/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8422,13 +8422,13 @@ msgctxt ""
msgid "You produce toys which you sell for $10 each. Each toy costs $2 to make, in addition to which you have fixed costs of $10,000 per year. How much profit will you make in a year if you sell a particular number of toys?"
msgstr ""
-#. GqKBW
+#. vdeBS
#: multioperation.xhp
msgctxt ""
"multioperation.xhp\n"
"par_id6478774\n"
"help.text"
-msgid "<image id=\"img_id1621753\" src=\"media/helpimg/what-if.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id1621753\">what-if sheet area</alt></image>"
+msgid "<image id=\"img_id1621753\" src=\"media/helpimg/what-if.png\"><alt id=\"alt_id1621753\">what-if sheet area</alt></image>"
msgstr ""
#. KavvR
diff --git a/source/ar/helpcontent2/source/text/sdraw/01.po b/source/ar/helpcontent2/source/text/sdraw/01.po
index 06c1d2a9903..e56998131f0 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: 2019-08-21 21:37+0200\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2017-05-09 15:48+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -367,13 +367,13 @@ msgctxt ""
msgid "<link href=\"text/sdraw/01/navigate_page.xhp\" name=\"navigate\">Page Navigation</link>"
msgstr ""
-#. BPHtC
+#. eMTew
#: navigate_page.xhp
msgctxt ""
"navigate_page.xhp\n"
"par_id581566156032977\n"
"help.text"
-msgid "<variable id=\"variable name\"><ahelp hid=\"hid path or command\">Opens a sub-menu for page navigation.</ahelp></variable>"
+msgid "<ahelp hid=\".\">Opens a sub-menu for page navigation.</ahelp>"
msgstr ""
#. XRJhq
diff --git a/source/ar/helpcontent2/source/text/shared/00.po b/source/ar/helpcontent2/source/text/shared/00.po
index ef240319f69..e99acc1cc5d 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8287,31 +8287,31 @@ msgctxt ""
msgid "<variable id=\"packagemanager_eu\">Choose <emph>Tools - Extension Manager</emph>, click <emph>Check for Updates</emph> button.</variable>"
msgstr ""
-#. F6o6E
+#. sPJ9b
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151106\n"
"help.text"
-msgid "<variable id=\"xmlfilter\">Choose <emph>Tools - XML Filter Settings</emph>.</variable>"
+msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - Macros - XML Filter Settings</menuitem>.</variable>"
msgstr ""
-#. EtDD9
+#. FDFcn
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3153778\n"
"help.text"
-msgid "<variable id=\"xmlfilteredit\">Choose <emph>Tools - XML Filter Settings</emph>, then click <emph>New</emph> or <emph>Edit</emph>.</variable>"
+msgid "<variable id=\"xmlfilteredit\"><menuitem>Tools - Macros - XML Filter Settings</menuitem>, then click <emph>New</emph> or <emph>Edit</emph>.</variable>"
msgstr ""
-#. TJZLC
+#. 5GEDi
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3148979\n"
"help.text"
-msgid "<variable id=\"xmlfiltertest\">Choose <emph>Tools - XML Filter Settings</emph>, then click <emph>Test XSLTs</emph>.</variable>"
+msgid "<variable id=\"xmlfiltertest\"><menuitem>Tools - Macros - XML Filter Settings</menuitem>, then click <emph>Test XSLTs</emph>.</variable>"
msgstr ""
#. EzGsj
diff --git a/source/ar/helpcontent2/source/text/shared/01.po b/source/ar/helpcontent2/source/text/shared/01.po
index 3c46878a6b1..056c70e680a 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -9664,76 +9664,76 @@ msgctxt ""
msgid "Save Contents as well"
msgstr ""
-#. 4rwiH
+#. zBTc3
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"hd_id3154096\n"
+"hd_id3147124\n"
"help.text"
-msgid "Move Down"
+msgid "Move Up"
msgstr ""
-#. tvoxF
+#. jcni7
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"par_id3155852\n"
+"par_id3146927\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/movedown\">Moves the selection down one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
+msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/moveup\">Moves the selection up one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
msgstr ""
-#. 49owc
+#. RNAyD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"par_id3154790\n"
+"par_id3156178\n"
"help.text"
-msgid "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Icon</alt></image>"
+msgid "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Icon</alt></image>"
msgstr ""
-#. DLEGF
+#. GqEUL
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"par_id3149417\n"
+"par_id3147257\n"
"help.text"
-msgid "Move Down"
+msgid "Move Up"
msgstr ""
-#. zBTc3
+#. 4rwiH
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"hd_id3147124\n"
+"hd_id3154096\n"
"help.text"
-msgid "Move Up"
+msgid "Move Down"
msgstr ""
-#. jcni7
+#. tvoxF
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"par_id3146927\n"
+"par_id3155852\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/moveup\">Moves the selection up one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
+msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/movedown\">Moves the selection down one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
msgstr ""
-#. RNAyD
+#. 49owc
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"par_id3156178\n"
+"par_id3154790\n"
"help.text"
-msgid "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Icon</alt></image>"
+msgid "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Icon</alt></image>"
msgstr ""
-#. GqEUL
+#. DLEGF
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
-"par_id3147257\n"
+"par_id3149417\n"
"help.text"
-msgid "Move Up"
+msgid "Move Down"
msgstr ""
#. LqkUb
@@ -9745,13 +9745,13 @@ msgctxt ""
msgid "Delete"
msgstr ""
-#. kwHRB
+#. 7DCai
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id3153099\n"
"help.text"
-msgid "<ahelp hid=\"HID_GLBLTREE_DEL\">Deletes the selection from the Navigator list.</ahelp>"
+msgid "This command is found by right-clicking an item in the Navigator. <ahelp hid=\"HID_GLBLTREE_DEL\">Deletes the selection from the Navigator list and the master document</ahelp>, but does not delete the subdocument file."
msgstr ""
#. JCryA
@@ -15118,319 +15118,337 @@ msgctxt ""
msgid "Sets the transparency of the character text. The value 100% means entirely transparent, while 0% means not transparent at all."
msgstr ""
-#. giEeL
+#. NUXSY
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3146137\n"
+"par_id941582477457694\n"
"help.text"
-msgid "Effects"
-msgstr "المؤثرات"
+msgid "Transparency cannot be set for Paragraph Style and Character Style."
+msgstr ""
-#. gFDAo
+#. DopC6
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3150084\n"
+"hd_id91580568371950\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/effectslb\">Select the font effects that you want to apply.</ahelp>"
+msgid "Text Decoration"
msgstr ""
-#. TCY6u
+#. YV7be
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3149575\n"
+"par_id0123200902291084\n"
"help.text"
-msgid "Effects"
-msgstr "المؤثرات"
+msgid "<ahelp hid=\".\" visibility=\"hidden\"><emph>Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</emph></ahelp>"
+msgstr ""
-#. G2gCr
+#. yLgGs
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3148944\n"
+"hd_id0123200902243376\n"
"help.text"
-msgid "The following capitalization effects are available:"
+msgid "Overlining"
msgstr ""
-#. Yh6gB
+#. AgLqC
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3155922\n"
+"par_id0123200902243343\n"
"help.text"
-msgid "<emph>Without</emph> - no effect is applied,"
+msgid "<ahelp hid=\"cui/ui/effectspage/overlinelb\">Select the overlining style that you want to apply. To apply the overlining to words only, select the <emph>Individual Words</emph> box.</ahelp>"
msgstr ""
-#. AohH9
+#. hjGmq
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3154280\n"
+"hd_id0123200902243470\n"
"help.text"
-msgid "<emph>Capitals</emph> - changes the selected lowercase characters to uppercase characters,"
+msgid "Overline color"
msgstr ""
-#. KCVx4
+#. Qj5QS
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3148947\n"
+"par_id0123200902243466\n"
"help.text"
-msgid "<emph>Lowercase</emph> - changes the selected uppercase characters to lower characters,"
+msgid "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\">Select the color for the overlining.</ahelp>"
msgstr ""
-#. zEB6q
+#. exFYD
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3149456\n"
+"hd_id3150400\n"
"help.text"
-msgid "<emph>Title font</emph> - changes the first character of each selected word to an uppercase character,"
+msgid "Strikethrough"
msgstr ""
-#. 7gaCo
+#. GhmxB
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3154937\n"
+"par_id3145203\n"
"help.text"
-msgid "<emph>Small capitals</emph> - changes the selected lowercase characters to uppercase characters, and then reduces their size."
+msgid "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\">Select a strikethrough style for the selected text.</ahelp>"
msgstr ""
-#. iAwbr
+#. 8KFk2
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3154129\n"
+"par_id3150496\n"
"help.text"
-msgid "Relief"
+msgid "If you save your document in Microsoft Word format, all of the strikethrough styles are converted to the single line style."
msgstr ""
-#. iXCe4
+#. ojwCR
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3146974\n"
+"hd_id3151226\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/relieflb\">Select a <emph>relief</emph> effect to apply to the selected text. The <emph>embossed</emph> relief makes the characters appear as if they are raised above the page. The <emph>engraved</emph> relief makes the characters appear as if they are pressed into the page.</ahelp>"
+msgid "Underlining"
msgstr ""
-#. BhRXq
+#. WedNX
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3147287\n"
+"par_id3147576\n"
"help.text"
-msgid "Outline"
+msgid "<ahelp hid=\"cui/ui/effectspage/underlinelb\">Select the underlining style that you want to apply. To apply the underlining to words only, select the <emph>Individual Words</emph> box.</ahelp>"
msgstr ""
-#. pPmRf
+#. E5TPY
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3159126\n"
+"par_id3153147\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/outlinecb\">Displays the outline of the selected characters. This effect does not work with every font.</ahelp>"
+msgid "If you apply underlining to a superscript text, the underlining is raised to the level of the superscript. If the superscript is contained in a word with normal text, the underlining is not raised."
msgstr ""
-#. TTNGb
+#. PssvR
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3163714\n"
+"hd_id3148642\n"
"help.text"
-msgid "Shadow"
+msgid "Underline color"
msgstr ""
-#. 3ATPy
+#. iFDaB
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3150962\n"
+"par_id3150254\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/shadowcb\">Adds a shadow that casts below and to the right of the selected characters.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\">Select the color for the underlining.</ahelp>"
msgstr ""
-#. kGuxJ
+#. vCnQY
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"bm_id410168\n"
+"hd_id3153104\n"
"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
+msgid "Individual words"
msgstr ""
-#. Suvvn
+#. LifTi
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3152941\n"
+"par_id3152935\n"
"help.text"
-msgid "Blinking"
+msgid "<ahelp hid=\"cui/ui/effectspage/individualwordscb\">Applies the selected effect only to words and ignores spaces.</ahelp>"
msgstr ""
-#. 2FiCB
+#. giEeL
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3145662\n"
+"hd_id3146137\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
+msgid "Effects"
+msgstr "المؤثرات"
+
+#. gFDAo
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3150084\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/effectslb\">Select the font effects that you want to apply.</ahelp>"
msgstr ""
-#. B3MEb
+#. jbxYs
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_idN10B81\n"
+"hd_id3149575\n"
"help.text"
-msgid "Hidden"
+msgid "Case"
msgstr ""
-#. DJ7xG
+#. G2gCr
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_idN10B85\n"
+"par_id3148944\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/hiddencb\">Hides the selected characters.</ahelp> To display the hidden text, ensure that <emph>Formatting Marks</emph> is selected in the <emph>View</emph> menu. You can also choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph> and select <emph>Hidden text</emph>."
+msgid "The following capitalization effects are available:"
msgstr ""
-#. YV7be
+#. Yh6gB
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id0123200902291084\n"
+"par_id3155922\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\"><emph>Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</emph></ahelp>"
+msgid "<emph>Without</emph> - no effect is applied,"
msgstr ""
-#. yLgGs
+#. dTSUy
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id0123200902243376\n"
+"par_id3154280\n"
"help.text"
-msgid "Overlining"
+msgid "<emph>UPPERCASE</emph> - changes the selected lowercase characters to uppercase characters,"
msgstr ""
-#. AgLqC
+#. m97Bp
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id0123200902243343\n"
+"par_id3148947\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/overlinelb\">Select the overlining style that you want to apply. To apply the overlining to words only, select the <emph>Individual Words</emph> box.</ahelp>"
+msgid "<emph>lowercase</emph> - changes the selected uppercase characters to lower characters,"
msgstr ""
-#. hjGmq
+#. JWiX7
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id0123200902243470\n"
+"par_id3149456\n"
"help.text"
-msgid "Overline color"
+msgid "<emph>Capitalize Every Word</emph> - changes the first character of each selected word to an uppercase character,"
msgstr ""
-#. Qj5QS
+#. 7gaCo
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id0123200902243466\n"
+"par_id3154937\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\">Select the color for the overlining.</ahelp>"
+msgid "<emph>Small capitals</emph> - changes the selected lowercase characters to uppercase characters, and then reduces their size."
msgstr ""
-#. exFYD
+#. kGuxJ
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3150400\n"
+"bm_id410168\n"
"help.text"
-msgid "Strikethrough"
+msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
msgstr ""
-#. GhmxB
+#. Suvvn
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3145203\n"
+"hd_id3152941\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\">Select a strikethrough style for the selected text.</ahelp>"
+msgid "Blinking"
msgstr ""
-#. 8KFk2
+#. 2FiCB
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3150496\n"
+"par_id3145662\n"
"help.text"
-msgid "If you save your document in Microsoft Word format, all of the strikethrough styles are converted to the single line style."
+msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
msgstr ""
-#. ojwCR
+#. B3MEb
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3151226\n"
+"par_idN10B81\n"
"help.text"
-msgid "Underlining"
+msgid "Hidden"
msgstr ""
-#. WedNX
+#. z8unJ
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3147576\n"
+"par_idN10B85\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/underlinelb\">Select the underlining style that you want to apply. To apply the underlining to words only, select the <emph>Individual Words</emph> box.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/effectspage/hiddencb\">Hides the selected characters.</ahelp> To display the hidden text, ensure that <menuitem>Formatting Marks</menuitem> is selected in the <emph>View</emph> menu. You can also choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph> and select <emph>Hidden characters</emph>."
msgstr ""
-#. E5TPY
+#. iAwbr
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3153147\n"
+"hd_id3154129\n"
"help.text"
-msgid "If you apply underlining to a superscript text, the underlining is raised to the level of the superscript. If the superscript is contained in a word with normal text, the underlining is not raised."
+msgid "Relief"
msgstr ""
-#. PssvR
+#. iXCe4
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3148642\n"
+"par_id3146974\n"
"help.text"
-msgid "Underline color"
+msgid "<ahelp hid=\"cui/ui/effectspage/relieflb\">Select a <emph>relief</emph> effect to apply to the selected text. The <emph>embossed</emph> relief makes the characters appear as if they are raised above the page. The <emph>engraved</emph> relief makes the characters appear as if they are pressed into the page.</ahelp>"
msgstr ""
-#. iFDaB
+#. BhRXq
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3150254\n"
+"hd_id3147287\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\">Select the color for the underlining.</ahelp>"
+msgid "Outline"
msgstr ""
-#. vCnQY
+#. pPmRf
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"hd_id3153104\n"
+"par_id3159126\n"
"help.text"
-msgid "Individual words"
+msgid "<ahelp hid=\"cui/ui/effectspage/outlinecb\">Displays the outline of the selected characters. This effect does not work with every font.</ahelp>"
msgstr ""
-#. LifTi
+#. TTNGb
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
-"par_id3152935\n"
+"hd_id3163714\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/individualwordscb\">Applies the selected effect only to words and ignores spaces.</ahelp>"
+msgid "Shadow"
+msgstr ""
+
+#. 3ATPy
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3150962\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/shadowcb\">Adds a shadow that casts below and to the right of the selected characters.</ahelp>"
msgstr ""
#. 7qD3W
@@ -18196,15 +18214,6 @@ msgctxt ""
msgid "formal lower case text"
msgstr ""
-#. WmB9u
-#: 05020301.xhp
-msgctxt ""
-"05020301.xhp\n"
-"par_id130820161753343499\n"
-"help.text"
-msgid "[<emph>NatNum5</emph>]"
-msgstr ""
-
#. u9aUM
#: 05020301.xhp
msgctxt ""
@@ -19510,6 +19519,24 @@ msgctxt ""
msgid "Other possible arguments: \"money\" before 3-letter currency codes, for example [NatNum12 capitalize money USD]0.00 will format number \"1.99\" as \"One and 99/100 U.S. Dollars\"."
msgstr ""
+#. wGSEZ
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id231201610928993200\n"
+"help.text"
+msgid "Error Codes"
+msgstr ""
+
+#. dw9X2
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3158315\n"
+"help.text"
+msgid "If the value is outside the limits for the selected format the following error code is shown:"
+msgstr ""
+
#. pSG47
#: 05020400.xhp
msgctxt ""
@@ -26917,13 +26944,13 @@ msgctxt ""
msgid "New"
msgstr ""
-#. J3FdA
+#. dtNaW
#: 05210200.xhp
msgctxt ""
"05210200.xhp\n"
"par_id271578758868425\n"
"help.text"
-msgid "Displays the new color for the object that will be applied when you press <widget>OK</widget>."
+msgid "Displays the new color for the object that will be applied when you click <widget>OK</widget>."
msgstr ""
#. kw6LA
@@ -26935,13 +26962,13 @@ msgctxt ""
msgid "R, G and B"
msgstr ""
-#. EXXxZ
+#. ufa4B
#: 05210200.xhp
msgctxt ""
"05210200.xhp\n"
"par_id691578758845984\n"
"help.text"
-msgid "The red, blue and green components values of the new color. You can define the new color by entering the red, green and blue values in the respective <emph>R</emph>, <emph>G</emph> and <emph>B</emph> spin boxes. Allowed values are 0 to 255."
+msgid "The values of the red, blue and green components of the new color. You can define the new color by entering the red, green and blue values in the respective <emph>R</emph>, <emph>G</emph> and <emph>B</emph> spin boxes. Allowed values are 0 to 255."
msgstr ""
#. NAGAE
@@ -31417,13 +31444,13 @@ msgctxt ""
msgid "Degrees"
msgstr ""
-#. 8sveF
+#. 4QsLK
#: 05340300.xhp
msgctxt ""
"05340300.xhp\n"
"par_id3153194\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/cellalignment/spinDegrees\">Enter the rotation angle for the text in the selected cell(s). A positive number rotates the text to the left and a negative number rotates the text to the right.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/cellalignment/spinDegrees\">Enter the rotation angle from 0 to 360 for the text in the selected cell(s).</ahelp>"
msgstr ""
#. XJAyp
@@ -38077,13 +38104,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/standard\">Resets the indent and the spacing values to the default values.</ahelp>"
msgstr ""
-#. w6GEQ
+#. BUhNT
#: 06050600.xhp
msgctxt ""
"06050600.xhp\n"
"par_id3116348\n"
"help.text"
-msgid "This control appears only when modifying Paragraph style."
+msgid "This control appears only when modifying a List style."
msgstr ""
#. XV3ZK
@@ -38104,6 +38131,15 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Paragraph alignment\">Paragraph alignment</link>"
msgstr "<link href=\"text/shared/01/02230401.xhp\" name=\"List\">قائمة</link>"
+#. pyAz7
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id3124378\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/indenting.xhp\" name=\"Paragraph indenting\">Indenting Paragraphs</link>"
+msgstr ""
+
#. hf4eV
#: 06130000.xhp
msgctxt ""
@@ -38374,6 +38410,15 @@ msgctxt ""
msgid "<ahelp hid=\".\">Opens the Macro Selector dialog where you can start a macro.</ahelp>"
msgstr ""
+#. H4TdC
+#: 06130001.xhp
+msgctxt ""
+"06130001.xhp\n"
+"hd_id821582666527674\n"
+"help.text"
+msgid "Edit Macros"
+msgstr ""
+
#. 9SRC2
#: 06130001.xhp
msgctxt ""
@@ -40885,14 +40930,14 @@ msgctxt ""
msgid "<bookmark_value>filters; XML filter settings</bookmark_value><bookmark_value>XML filters; settings</bookmark_value>"
msgstr ""
-#. CUgk6
+#. CaLds
#: 06150000.xhp
msgctxt ""
"06150000.xhp\n"
"hd_id3153272\n"
"help.text"
-msgid "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">XML Filter</link>"
-msgstr ""
+msgid "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">XML Filter Settings</link>"
+msgstr "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">طبقة</link>"
#. Gk7jE
#: 06150000.xhp
@@ -41020,15 +41065,6 @@ msgctxt ""
msgid "<ahelp hid=\"filter/ui/xmlfiltersettings/filterlist\">Select one or more filters, then click one of the buttons.</ahelp>"
msgstr ""
-#. 4tQW5
-#: 06150000.xhp
-msgctxt ""
-"06150000.xhp\n"
-"par_idN10711\n"
-"help.text"
-msgid "Some filters are only available as optional components during the %PRODUCTNAME installation. To install an optional filter, run the %PRODUCTNAME Setup application, select \"Modify\", and then select the filter that you want in the list of modules."
-msgstr ""
-
#. EhjFJ
#: 06150000.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/guide.po b/source/ar/helpcontent2/source/text/shared/guide.po
index ce07336c0b4..ad8a76b67cd 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -23776,13 +23776,13 @@ msgctxt ""
msgid "%PRODUCTNAME comes with a set of built-in templates that can be used to create documents, presentations, spreadsheets or drawings. You may use templates available in the template manager, create your own templates or browse online for additional templates."
msgstr ""
-#. JxQhF
+#. bYCKn
#: template_manager.xhp
msgctxt ""
"template_manager.xhp\n"
"par_id041620170723504381\n"
"help.text"
-msgid "If you have opened the %PRODUCTNAME start center and have not yet opened a document or application, the Template Manager may be accessed differently. <item type=\"menuitem\">Ctrl-Shift-N</item> will still open the Template Manager, but it may also be accessed by choosing Templates from the left sidebar, and then choosing Manage Templates."
+msgid "If you have opened the %PRODUCTNAME start center and have not yet opened a document or application, the Template Manager may be accessed differently. <keycode>Ctrl-Shift-N</keycode> will still open the Template Manager, but it may also be accessed by choosing Templates from the left sidebar, and then choosing Manage Templates."
msgstr ""
#. oD5Ec
diff --git a/source/ar/helpcontent2/source/text/shared/optionen.po b/source/ar/helpcontent2/source/text/shared/optionen.po
index 84c9b3cd35e..a2ec74270f1 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2950,6 +2950,60 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">Send usage data to help The Document Foundation improve the software usability.</ahelp> The software development team is interested in information about the usage pattern of %PRODUCTNAME. This data helps to improve the usability of the applications, by identifying the most frequently used sequences of commands while performing common tasks, and in return, design a user interface that is easier to use and more productive. The usage data is sent anonymously and carry no document contents, only the commands used."
msgstr ""
+#. Zb7tT
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id111581845580821\n"
+"help.text"
+msgid "%PRODUCTNAME Quickstarter"
+msgstr ""
+
+#. BrALY
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id731581845724606\n"
+"help.text"
+msgid "Load %PRODUCTNAME during system start-up"
+msgstr ""
+
+#. J7FUd
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id971581845639198\n"
+"help.text"
+msgid "If enabled, loads %PRODUCTNAME into memory when the computer is booted, or when %PRODUCTNAME is restarted. When loaded, it reduces the time for opening %PRODUCTNAME. An icon is also added to the system tray. Right-click on the icon to show a menu for opening new or existing documents, and for stopping the quickstarter."
+msgstr ""
+
+#. MGRtz
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id411581548563601\n"
+"help.text"
+msgid "%PRODUCTNAME File Associations"
+msgstr ""
+
+#. ZFtaG
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id81581845691263\n"
+"help.text"
+msgid "Windows Default apps"
+msgstr ""
+
+#. PDkSx
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id481581548792359\n"
+"help.text"
+msgid "Opens a Windows application to set default file associations (or shows a message about how to open the appropriate Windows application)."
+msgstr ""
+
#. 9MQ7V
#: 01010700.xhp
msgctxt ""
@@ -5614,211 +5668,256 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/helplines\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr ""
-#. 5TDVz
+#. cjedA
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"hd_id3149416\n"
+"hd_id3153091\n"
"help.text"
-msgid "View"
-msgstr "عرض"
+msgid "Display"
+msgstr ""
-#. APhrj
+#. 3WrMN
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3155922\n"
+"par_id3154920\n"
"help.text"
-msgid "Specifies whether scrollbars and rulers are displayed."
+msgid "Defines which document elements are displayed."
msgstr ""
-#. uAbTa
+#. Dwtis
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"hd_id3159149\n"
+"hd_id3153143\n"
"help.text"
-msgid "Horizontal ruler"
+msgid "Images and objects"
msgstr ""
-#. HEUXw
+#. 7AqAG
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3149202\n"
+"par_id3149261\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/hrulercombobox\">Displays the horizontal ruler. Select the desired measurement unit from the corresponding list.</ahelp>"
+msgid "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionspage/graphics\">Specifies whether to display images and objects on the screen.</ahelp></variable> If these elements are hidden, you will see empty frames as placeholders."
msgstr ""
-#. sGprE
+#. ACUX3
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"hd_id3153104\n"
+"par_id3154944\n"
"help.text"
-msgid "Vertical ruler"
+msgid "You can also control the display of graphics through the <link href=\"text/swriter/02/18120000.xhp\" name=\"Graphics\"><emph>Images and Charts</emph></link> icon. If a text document is open, this icon is displayed on the <emph>Tools</emph> bar."
msgstr ""
-#. PcJiW
+#. dciDP
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3147287\n"
+"par_id3146898\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulercombobox\">Displays the vertical ruler. Select the desired measurement unit from the corresponding list.</ahelp>"
+msgid "If the <emph>Images and objects</emph> option is not selected, no graphics will be loaded from the Internet. Graphics within a table and without an indication of their size can cause display problems when using an older HTML standard on the browsed page."
msgstr ""
-#. A5pWy
+#. sDnYE
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"hd_id3152460\n"
+"hd_id3156332\n"
"help.text"
-msgid "Right-aligned"
+msgid "Tables"
msgstr ""
-#. kCZHo
+#. 6HyeV
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3151116\n"
+"par_id3154482\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aligns the vertical ruler with the right border.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/tables\">Displays the tables contained in your document.</ahelp>"
msgstr ""
-#. bxWiD
+#. NFLKc
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"hd_id3155414\n"
+"par_id3153713\n"
"help.text"
-msgid "Smooth scroll"
+msgid "<ahelp hid=\".uno:TableBoundaries\">To display the table boundaries, right-click any table and choose <emph>Table Boundaries</emph>, or choose <emph>Table - Table Boundaries</emph> in a Writer document.</ahelp>"
msgstr ""
-#. JHe6k
+#. 7Wbwq
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3153364\n"
+"hd_id3149018\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/smoothscroll\">Activates the smooth page scrolling function. </ahelp> The scrolling speed depends of the area and of the color depth display."
+msgid "Drawings and controls"
msgstr ""
-#. cjedA
+#. MUz2Z
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"hd_id3153091\n"
+"par_id3151249\n"
"help.text"
-msgid "Display"
+msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/drawings\">Displays the drawings and controls contained in your document.</ahelp>"
msgstr ""
-#. 3WrMN
+#. xFt8H
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3154920\n"
+"hd_id3150647\n"
"help.text"
-msgid "Defines which document elements are displayed."
+msgid "Comments"
msgstr ""
-#. Dwtis
+#. AAT2g
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"hd_id3153143\n"
+"par_id3159335\n"
"help.text"
-msgid "Images and objects"
+msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/comments\">Displays comments. Click a comment to edit the text. Use the context menu in Navigator to locate or delete a comment. Use the comments's context menu to delete this comment or all comments or all comments of this author.</ahelp>"
msgstr ""
-#. 7AqAG
+#. hDFez
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3149261\n"
+"hd_id901581669796238\n"
"help.text"
-msgid "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionspage/graphics\">Specifies whether to display images and objects on the screen.</ahelp></variable> If these elements are hidden, you will see empty frames as placeholders."
+msgid "Display fields"
msgstr ""
-#. ACUX3
+#. 7A8My
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3154944\n"
+"hd_id3149481\n"
"help.text"
-msgid "You can also control the display of graphics through the <link href=\"text/swriter/02/18120000.xhp\" name=\"Graphics\"><emph>Images and Charts</emph></link> icon. If a text document is open, this icon is displayed on the <emph>Tools</emph> bar."
+msgid "Hidden text"
msgstr ""
-#. dciDP
+#. 82k4a
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3146898\n"
+"par_id3149413\n"
"help.text"
-msgid "If the <emph>Images and objects</emph> option is not selected, no graphics will be loaded from the Internet. Graphics within a table and without an indication of their size can cause display problems when using an older HTML standard on the browsed page."
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentextfield\">Displays text that is hidden by <emph>Conditional Text</emph> or <emph>Hidden Text</emph> fields.</ahelp>"
msgstr ""
-#. sDnYE
+#. zT6EU
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"hd_id3156332\n"
+"hd_id3149300\n"
"help.text"
-msgid "Tables"
+msgid "Hidden paragraphs"
msgstr ""
-#. 6HyeV
+#. AjSy3
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3154482\n"
+"par_id3149418\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/tables\">Displays the tables contained in your document.</ahelp>"
+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 ""
-#. NFLKc
+#. 5TDVz
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3153713\n"
+"hd_id3149416\n"
"help.text"
-msgid "<ahelp hid=\".uno:TableBoundaries\">To display the table boundaries, right-click any table and choose <emph>Table Boundaries</emph>, or choose <emph>Table - Table Boundaries</emph> in a Writer document.</ahelp>"
+msgid "View"
+msgstr "عرض"
+
+#. APhrj
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3155922\n"
+"help.text"
+msgid "Specifies whether scrollbars and rulers are displayed."
msgstr ""
-#. 7Wbwq
+#. uAbTa
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"hd_id3149018\n"
+"hd_id3159149\n"
"help.text"
-msgid "Drawings and controls"
+msgid "Horizontal ruler"
msgstr ""
-#. MUz2Z
+#. HEUXw
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3151249\n"
+"par_id3149202\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/drawings\">Displays the drawings and controls contained in your document.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/hrulercombobox\">Displays the horizontal ruler. Select the desired measurement unit from the corresponding list.</ahelp>"
msgstr ""
-#. xFt8H
+#. sGprE
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"hd_id3150647\n"
+"hd_id3153104\n"
"help.text"
-msgid "Comments"
+msgid "Vertical ruler"
msgstr ""
-#. AAT2g
+#. PcJiW
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
-"par_id3159335\n"
+"par_id3147287\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/comments\">Displays comments. Click a comment to edit the text. Use the context menu in Navigator to locate or delete a comment. Use the comments's context menu to delete this comment or all comments or all comments of this author.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulercombobox\">Displays the vertical ruler. Select the desired measurement unit from the corresponding list.</ahelp>"
+msgstr ""
+
+#. bxWiD
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3155414\n"
+"help.text"
+msgid "Smooth scroll"
+msgstr ""
+
+#. JHe6k
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3153364\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/smoothscroll\">Activates the smooth page scrolling function. </ahelp> The scrolling speed depends of the area and of the color depth display."
+msgstr ""
+
+#. A5pWy
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3152460\n"
+"help.text"
+msgid "Right-aligned"
+msgstr ""
+
+#. kCZHo
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3151116\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aligns the vertical ruler with the right border.</ahelp>"
msgstr ""
#. jH6p8
@@ -5830,13 +5929,13 @@ msgctxt ""
msgid "Settings (for HTML document only)"
msgstr ""
-#. taSnw
+#. JFAeo
#: 01040200.xhp
msgctxt ""
"01040200.xhp\n"
"hd_id3149926\n"
"help.text"
-msgid "Measurement unit (for HTML document only)"
+msgid "Measurement unit"
msgstr ""
#. ozjGx
@@ -6883,13 +6982,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/OptFormatAidsPage\">In $[officename] text and HTML documents, defines the display for certain characters and for the direct cursor.</ahelp>"
msgstr ""
-#. sdBDD
+#. RDE3b
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
"hd_id3144510\n"
"help.text"
-msgid "Display of"
+msgid "Display formatting"
msgstr ""
#. 7EDoZ
@@ -7009,13 +7108,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/break\">Displays all line breaks inserted with the Shift+Enter shortcut. These breaks create a new line, but do not start a new paragraph.</ahelp>"
msgstr ""
-#. V42Cw
+#. S3ArJ
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
"par_idN108E5\n"
"help.text"
-msgid "Hidden text"
+msgid "Hidden characters"
msgstr ""
#. F2h2C
@@ -7027,49 +7126,67 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentext\">Displays text that uses the character format \"hidden\", when <emph>View - Formatting Marks</emph> is enabled.</ahelp>"
msgstr ""
-#. sKToR
+#. JVWDv
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3149481\n"
+"hd_id901581666055387\n"
"help.text"
-msgid "Fields: Hidden text (not for HTML documents)"
+msgid "Bookmarks"
msgstr ""
-#. daNw4
+#. AhYjX
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3149413\n"
+"par_id241581666070616\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentextfield\">Displays text that is hidden by <emph>Conditional Text</emph> or <emph>Hidden Text</emph> fields.</ahelp>"
+msgid "Specifies that bookmark indicators are shown. | indicates the position of a point bookmark. [ ] indicates the start and end of a bookmark on a text range."
msgstr ""
-#. bKFSw
+#. PoJmB
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3149300\n"
+"par_id931581667619159\n"
"help.text"
-msgid "Fields: Hidden paragraphs (not for HTML documents)"
+msgid "The following controls appear only for Writer documents, not for HTML documents."
msgstr ""
-#. BShqs
+#. 7xFsw
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3149418\n"
+"hd_id3146134\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."
+msgid "Protected Areas"
+msgstr ""
+
+#. UuMDa
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id131581667078614\n"
+"help.text"
+msgid "Enable cursor"
msgstr ""
-#. tm5MQ
+#. BHJaU
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3147508\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursorinprot\">Specifies that you can set the cursor in a protected area, but cannot make any changes.</ahelp>"
+msgstr ""
+
+#. AafSP
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
"hd_id3156180\n"
"help.text"
-msgid "Direct cursor (not for HTML documents)"
+msgid "Direct cursor"
msgstr ""
#. FDnFU
@@ -7099,13 +7216,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursoronoff\">Activates the direct cursor.</ahelp> You can also activate this function by clicking the <link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor Mode\">Toggle Direct Cursor Mode</link> icon on the Tools bar or by choosing the <emph>Edit - Direct Cursor Mode</emph> command in a text document."
msgstr ""
-#. RQNHp
+#. BD3Cs
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
"hd_id3152962\n"
"help.text"
-msgid "Insert (not for HTML document)"
+msgid "Insert"
msgstr ""
#. zCrNj
@@ -7117,103 +7234,103 @@ msgctxt ""
msgid "Defines the insert options for the direct cursor. If you click at any position in your document, a new paragraph can be written or inserted exactly at this position. The properties of this paragraph depend on the selected option. You can select from the following options:"
msgstr ""
-#. TXRgV
+#. arLP9
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3148995\n"
+"hd_id3145147\n"
"help.text"
-msgid "Paragraph alignment"
+msgid "Tabs"
msgstr ""
-#. qSFt6
+#. nsXPA
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3156384\n"
+"par_id3155174\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillmargin\">Sets the paragraph alignment when the direct cursor is used. Depending on where the mouse is clicked, the paragraph is formatted left aligned, centered or right aligned. The cursor before the mouse-click shows, by means of a triangle, which alignment is set. </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/filltab\">When the direct cursor is used, as many tabs as necessary are added in the new paragraph until the clicked position is reached.</ahelp>"
msgstr ""
-#. AKwn3
+#. DcRBY
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3150387\n"
+"hd_id3166449\n"
"help.text"
-msgid "Left paragraph margin"
+msgid "Tabs and Spaces"
msgstr ""
-#. p6mzV
+#. AThkF
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3151188\n"
+"par_id3155904\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillindent\">When the direct cursor is used, the left paragraph indent is set at the horizontal position where you click the direct cursor. The paragraph is left aligned. </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillspace\">When the Direct Cursor is used, a corresponding number of tabs and spaces are inserted in the new paragraph as necessary until the clicked position is reached.</ahelp>"
msgstr ""
-#. arLP9
+#. Pgr5a
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3145147\n"
+"hd_id631581667209365\n"
"help.text"
-msgid "Tabs"
+msgid "Spaces"
msgstr ""
-#. nsXPA
+#. EQ5VD
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3155174\n"
+"par_id441581667221797\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/filltab\">When the direct cursor is used, as many tabs as necessary are added in the new paragraph until the clicked position is reached.</ahelp>"
+msgid "When the direct cursor is used, spaces are added in the new paragraph until the clicked position is reached."
msgstr ""
-#. DcRBY
+#. AKwn3
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3166449\n"
+"hd_id3150387\n"
"help.text"
-msgid "Tabs and Spaces"
+msgid "Left paragraph margin"
msgstr ""
-#. AThkF
+#. p6mzV
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3155904\n"
+"par_id3151188\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillspace\">When the Direct Cursor is used, a corresponding number of tabs and spaces are inserted in the new paragraph as necessary until the clicked position is reached.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillindent\">When the direct cursor is used, the left paragraph indent is set at the horizontal position where you click the direct cursor. The paragraph is left aligned. </ahelp>"
msgstr ""
-#. sGDAC
+#. TXRgV
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3149964\n"
+"hd_id3148995\n"
"help.text"
-msgid "All insert options refer only to the current paragraph generated with the Direct Cursor."
+msgid "Paragraph alignment"
msgstr ""
-#. WxeKw
+#. qSFt6
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"hd_id3146134\n"
+"par_id3156384\n"
"help.text"
-msgid "Protected Areas - Enable cursor"
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/fillmargin\">Sets the paragraph alignment when the direct cursor is used. Depending on where the mouse is clicked, the paragraph is formatted left aligned, centered or right aligned. The cursor before the mouse-click shows, by means of a triangle, which alignment is set. </ahelp>"
msgstr ""
-#. BHJaU
+#. sGDAC
#: 01040600.xhp
msgctxt ""
"01040600.xhp\n"
-"par_id3147508\n"
+"par_id3149964\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursorinprot\">Specifies that you can set the cursor in a protected area, but cannot make any changes.</ahelp>"
+msgid "All insert options refer only to the current paragraph generated with the Direct Cursor."
msgstr ""
#. Do7Ez
@@ -16387,6 +16504,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Specifies some options for the automatic notification and downloading of online updates to %PRODUCTNAME.</ahelp>"
msgstr ""
+#. 2T3Uy
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id4057130\n"
+"help.text"
+msgid "Online Update is a module that is installed by default. <switchinline select=\"sys\"><caseinline select=\"WIN\">To exclude, choose \"Custom\" in the Setup when installing %PRODUCTNAME. </caseinline><caseinline select=\"UNIX\">Check your distribution package to see if it is possible to exclude installation of Online Update. </caseinline></switchinline>"
+msgstr ""
+
+#. aR687
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id671580577871833\n"
+"help.text"
+msgid "Online Update Options"
+msgstr ""
+
#. Ts3hG
#: online_update.xhp
msgctxt ""
@@ -16405,13 +16540,13 @@ msgctxt ""
msgid "<ahelp hid=\".\">Mark to check for online updates periodically, then select the time interval how often %PRODUCTNAME will check for online updates.</ahelp> %PRODUCTNAME will check once a day, week, or month, as soon as a working Internet connection is detected. If you connect to the Internet by a proxy server, set the proxy on <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Internet - Proxy</item>."
msgstr ""
-#. oBXjG
+#. eAFnd
#: online_update.xhp
msgctxt ""
"online_update.xhp\n"
"par_id8994109\n"
"help.text"
-msgid "When an update is available, an icon in the menu bar displays some explaining text. Click the icon to proceed."
+msgid "When an update is available, an icon in the menu bar <image id=\"img_id3155415\" src=\"extensions/res/update/ui/onlineupdate_16.svg\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Update Icon</alt></image> displays some explaining text. Click the icon to proceed."
msgstr ""
#. qDUxL
@@ -16423,15 +16558,6 @@ msgctxt ""
msgid "If you disable the check, the icon is removed from the menu bar."
msgstr ""
-#. GFeg8
-#: online_update.xhp
-msgctxt ""
-"online_update.xhp\n"
-"par_id4057130\n"
-"help.text"
-msgid "Online Update is a module that can be selected or deselected to be installed. Choose the customized installation in the Setup of %PRODUCTNAME."
-msgstr ""
-
#. 4GgAh
#: online_update.xhp
msgctxt ""
@@ -16504,6 +16630,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">A check will be performed now.</ahelp>"
msgstr ""
+#. tLfAW
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id3051545\n"
+"help.text"
+msgid "Download Destination"
+msgstr ""
+
+#. mNiGF
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id3061311\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the selected folder to store the downloaded files.</ahelp>"
+msgstr ""
+
#. CAu7G
#: online_update.xhp
msgctxt ""
@@ -16522,40 +16666,40 @@ msgctxt ""
msgid "<ahelp hid=\".\">Enable the automatic download of updates to the specified folder.</ahelp>"
msgstr ""
-#. E6XgU
+#. ENqFQ
#: online_update.xhp
msgctxt ""
"online_update.xhp\n"
-"hd_id3051545\n"
+"hd_id1418807\n"
"help.text"
-msgid "Download destination"
+msgid "Change"
msgstr ""
-#. mNiGF
+#. kHNSV
#: online_update.xhp
msgctxt ""
"online_update.xhp\n"
-"par_id3061311\n"
+"par_id0116200901063996\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the selected folder to store the downloaded files.</ahelp>"
+msgid "<ahelp hid=\".\">Click to select the destination folder for downloaded files.</ahelp>"
msgstr ""
-#. ENqFQ
+#. nErT3
#: online_update.xhp
msgctxt ""
"online_update.xhp\n"
-"hd_id1418807\n"
+"hd_id411580578548938\n"
"help.text"
-msgid "Change"
+msgid "User Agent"
msgstr ""
-#. 5guwa
+#. BMLAF
#: online_update.xhp
msgctxt ""
"online_update.xhp\n"
-"par_id0116200901063996\n"
+"par_id331580578595346\n"
"help.text"
-msgid "<ahelp hid=\".\">Click to select a folder to download the files.</ahelp>"
+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
diff --git a/source/ar/helpcontent2/source/text/simpress/01.po b/source/ar/helpcontent2/source/text/simpress/01.po
index 7b32e599d95..d84ff9994bc 100644
--- a/source/ar/helpcontent2/source/text/simpress/01.po
+++ b/source/ar/helpcontent2/source/text/simpress/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-01-17 16:45+0100\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2018-09-03 12:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8989,13 +8989,13 @@ msgctxt ""
msgid "The device and the computer are now connected, the current presentation enters in Presentation Mode immediately, controlled by the mobile device."
msgstr ""
-#. esgu9
+#. tX852
#: remoteconnections.xhp
msgctxt ""
"remoteconnections.xhp\n"
"hd_id331535057240065\n"
"help.text"
-msgid "To disconnect from mobile device"
+msgid "To disconnect from a mobile device"
msgstr ""
#. LTPcU
@@ -9016,13 +9016,13 @@ msgctxt ""
msgid "Select the device in the list,"
msgstr ""
-#. hGTnC
+#. g7ghk
#: remoteconnections.xhp
msgctxt ""
"remoteconnections.xhp\n"
"par_id541535057041285\n"
"help.text"
-msgid "Press <emph>Remove client authorization</emph> button."
+msgid "Click <emph>Remove Client Authorization</emph>."
msgstr ""
#. 7oZpm
diff --git a/source/ar/helpcontent2/source/text/swriter/01.po b/source/ar/helpcontent2/source/text/swriter/01.po
index b8aa3092867..136146b6278 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2018-10-21 20:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3877,13 +3877,13 @@ msgctxt ""
msgid "When you delete a paragraph mark, the paragraph that is merged takes on the formatting of the paragraph that the cursor is in."
msgstr ""
-#. GBSCv
+#. Avhph
#: 03100000.xhp
msgctxt ""
"03100000.xhp\n"
"par_id3147511\n"
"help.text"
-msgid "To specify which formatting marks are displayed, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>, and then select the options that you want in the <emph>Display of</emph> area."
+msgid "To specify which formatting marks are displayed, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\"><menuitem>%PRODUCTNAME Writer - Formatting Aids</menuitem></link>, and then select the options that you want in the <emph>Display formatting</emph> area."
msgstr ""
#. k2VJk
@@ -4768,13 +4768,13 @@ msgctxt ""
msgid "Character"
msgstr "حرف"
-#. 92Vqa
+#. 9GVCs
#: 04030000.xhp
msgctxt ""
"04030000.xhp\n"
"par_id3155901\n"
"help.text"
-msgid "<variable id=\"bearbeitenzeichen\"><ahelp hid=\"modules/swriter/ui/insertfootnote/characterentry\">Choose this option to define a character or symbol for the current footnote.</ahelp> This can be either a letter or number. To assign a special character, click the button at the bottom.</variable>"
+msgid "<variable id=\"bearbeitenzeichen\"><ahelp hid=\"modules/swriter/ui/insertfootnote/characterentry\">Choose this option to define a character or symbol for the current footnote.</ahelp> This can be either a letter, number or special character.</variable>"
msgstr ""
#. nNcCJ
@@ -4849,15 +4849,6 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/insertfootnote/endnote\">Inserts an endnote anchor at the current cursor position in the document, and adds an endnote at the end of the document.</ahelp>"
msgstr ""
-#. VsikP
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"par_id3155135\n"
-"help.text"
-msgid "<link href=\"text/swriter/guide/footnote_usage.xhp\" name=\"Tips for working with footnotes\">Tips for working with footnotes</link>."
-msgstr ""
-
#. fCB3Q
#: 04040000.xhp
msgctxt ""
@@ -4885,22 +4876,22 @@ msgctxt ""
msgid "Insert Bookmark"
msgstr ""
-#. F4GR7
+#. GdJ4q
#: 04040000.xhp
msgctxt ""
"04040000.xhp\n"
"par_id3149806\n"
"help.text"
-msgid "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Inserts a bookmark at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink. </variable></variable>"
+msgid "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Inserts a bookmark at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink.</variable></variable>"
msgstr ""
-#. K9aNr
+#. DA74C
#: 04040000.xhp
msgctxt ""
"04040000.xhp\n"
"par_id3153677\n"
"help.text"
-msgid "To jump to a specific bookmark, press F5 to open the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link>, click the plus sign (+) next to the<emph> Bookmark</emph> entry, and then double-click the bookmark."
+msgid "To jump to a specific bookmark, press <keycode>F5</keycode> to open the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link>, click the plus sign (+) next to the<emph> Bookmarks</emph> entry, and then double-click the bookmark."
msgstr ""
#. ATBbv
@@ -4912,22 +4903,22 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>You can also right-click the <emph>Page Number</emph> field at the left end of the <emph>Status Bar</emph> at the bottom of the document window, and then choose the bookmark that you want to jump to.</defaultinline></switchinline>"
msgstr ""
-#. GZrtc
+#. KdpJp
#: 04040000.xhp
msgctxt ""
"04040000.xhp\n"
-"hd_id3154188\n"
+"hd_id3154143\n"
"help.text"
-msgid "Bookmarks"
+msgid "Name"
msgstr ""
-#. iCeDs
+#. 3FwA8
#: 04040000.xhp
msgctxt ""
"04040000.xhp\n"
"par_id3155178\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/bookmarks\">Type the name of the bookmark that you want to create. The lower list contains all of the bookmarks in the current document. To delete a bookmark, select it in the list, and then click <emph>Delete</emph>.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/bookmarks\">Type the name of the bookmark that you want to create. Then press <emph>Insert</emph>.</ahelp>"
msgstr ""
#. s7rfA
@@ -4939,6 +4930,42 @@ msgctxt ""
msgid "You cannot use the following characters in a bookmark name: / \\ @ : * ? \" ; , . #"
msgstr ""
+#. GZrtc
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3154188\n"
+"help.text"
+msgid "Bookmarks"
+msgstr ""
+
+#. MjEEc
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id171581934040077\n"
+"help.text"
+msgid "Lists all the bookmarks in the current document."
+msgstr ""
+
+#. ZyeAw
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id32341878\n"
+"help.text"
+msgid "Rename"
+msgstr ""
+
+#. 9B5gm
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id971581935166865\n"
+"help.text"
+msgid "To rename a bookmark, select the bookmark, press <emph>Rename</emph>, then type the new name in the dialog box."
+msgstr ""
+
#. aLuDE
#: 04040000.xhp
msgctxt ""
@@ -4948,13 +4975,40 @@ msgctxt ""
msgid "Delete"
msgstr ""
-#. a8p9C
+#. oHMfQ
#: 04040000.xhp
msgctxt ""
"04040000.xhp\n"
"par_id3151251\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/delete\">To delete a bookmark, select the bookmark from the <emph>Insert Bookmark</emph> dialog and click the <emph>Delete</emph> button. No confirmation dialog will follow.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/delete\">To delete a bookmark, select the bookmark and click the <emph>Delete</emph> button. No confirmation dialog will follow.</ahelp>"
+msgstr ""
+
+#. zfGWi
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id231581943669611\n"
+"help.text"
+msgid "If bookmarks are protected, then they cannot be deleted or renamed."
+msgstr ""
+
+#. caM6E
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3149838\n"
+"help.text"
+msgid "Go to"
+msgstr ""
+
+#. ABDnD
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id511581935446495\n"
+"help.text"
+msgid "To move the cursor in the document to a bookmark, select the bookmark, then press <emph>Go to</emph>."
msgstr ""
#. ifBCD
@@ -7459,13 +7513,13 @@ msgctxt ""
msgid "Hidden text"
msgstr ""
-#. mGAud
+#. bHrmr
#: 04090003.xhp
msgctxt ""
"04090003.xhp\n"
"par_id3147524\n"
"help.text"
-msgid "Inserts a text field that is hidden when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link> and clear the <emph>Fields: Hidden text</emph> check box."
+msgid "Inserts a text field that is hidden when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href=\"text/shared/optionen/01040200.xhp\" name=\"Text Document - View\"><menuitem>%PRODUCTNAME Writer - View</menuitem></link> and clear the <emph>Hidden text</emph> check box."
msgstr ""
#. BMoMs
@@ -7477,13 +7531,13 @@ msgctxt ""
msgid "Hidden Paragraph"
msgstr ""
-#. WthF9
+#. sibUD
#: 04090003.xhp
msgctxt ""
"04090003.xhp\n"
"par_id3153677\n"
"help.text"
-msgid "Hides a paragraph when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link> and clear the <emph>Fields: Hidden paragraph</emph> check box."
+msgid "Hides a paragraph when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040200.xhp\" name=\"Text Document - View\"><menuitem>%PRODUCTNAME Writer - View</menuitem></link> and clear the <emph>Hidden paragraphs</emph> check box."
msgstr ""
#. sT58o
@@ -10294,13 +10348,13 @@ msgctxt ""
msgid "If the COMPANY database field is empty, the condition is true and the paragraph is hidden."
msgstr ""
-#. EWHvB
+#. BQUAo
#: 04090200.xhp
msgctxt ""
"04090200.xhp\n"
"par_id3150232\n"
"help.text"
-msgid "To display hidden paragraphs on the screen, you can choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph>, and clear the <emph>Fields: Hidden paragraphs</emph> check box."
+msgid "To display hidden paragraphs on the screen, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - View</menuitem>, and clear the <emph>Hidden paragraphs</emph> check box."
msgstr ""
#. kBuFH
@@ -23956,22 +24010,22 @@ msgctxt ""
msgid "Load/Save"
msgstr ""
-#. Gkp2B
+#. YUER3
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
"par_id3147512\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Saves or loads a chapter and outline number format. A saved outline number format is available to all text documents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Saves or loads a chapter numbering format. A saved chapter numbering format is available to all text documents.</ahelp>"
msgstr ""
-#. SAiTG
+#. Eoxwy
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
"par_id3150979\n"
"help.text"
-msgid "The <emph>Load/Save</emph> button is only available for chapter and outline numbering. For numbered or bulleted list styles, modify the numbering styles of the paragraphs."
+msgid "The <emph>Load/Save</emph> button is only available for chapter numbering. For numbered or bulleted list styles, modify the numbering styles of the paragraphs."
msgstr ""
#. EV2DT
@@ -26449,13 +26503,13 @@ msgctxt ""
msgid "<bookmark_value>numbering;OpenOffice.org</bookmark_value><bookmark_value>OpenOffice.org legacy numbering</bookmark_value>"
msgstr ""
-#. 6sCyG
+#. 6EfGu
#: legacynumbering.xhp
msgctxt ""
"legacynumbering.xhp\n"
"hd_id761579742307751\n"
"help.text"
-msgid "<variable id=\"legacynumberingh1\"><link href=\"text/swriter/01/legacynumbering.xhp\" name=\"legacy numbering \">Position (List Styles - Legacy)</link></variable>"
+msgid "<variable id=\"legacynumberingh1\"><link href=\"text/swriter/01/legacynumbering.xhp\" name=\"legacy numbering\">Position (List Styles - Legacy)</link></variable>"
msgstr ""
#. VFBKw
@@ -26512,13 +26566,13 @@ msgctxt ""
msgid "Width of numbering"
msgstr ""
-#. rMyHa
+#. TtTBG
#: legacynumbering.xhp
msgctxt ""
"legacynumbering.xhp\n"
"par_id3150129\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/indentatmf\">Enter the width the numbering area. The numbering symbol can be left, center or right in this area.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/indentatmf\">Enter the width of the numbering area. The numbering symbol can be left, center or right in this area.</ahelp>"
msgstr ""
#. 4XWNy
@@ -26548,15 +26602,6 @@ msgctxt ""
msgid "Aligns the numbering symbol left, center, or right in the numbering area. The position might be adjusted to maintain the minimum space."
msgstr ""
-#. wEonA
-#: legacynumbering.xhp
-msgctxt ""
-"legacynumbering.xhp\n"
-"par_id3116348\n"
-"help.text"
-msgid "This control appears only when modifying Paragraph style."
-msgstr ""
-
#. VPLZn
#: legacynumbering.xhp
msgctxt ""
@@ -26575,6 +26620,15 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Paragraph alignment\">Paragraph alignment</link>"
msgstr ""
+#. zgLgx
+#: legacynumbering.xhp
+msgctxt ""
+"legacynumbering.xhp\n"
+"par_id3194378\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/indenting.xhp\" name=\"Paragraph indenting\">Indenting Paragraphs</link>"
+msgstr ""
+
#. mtBWM
#: mailmerge00.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/swriter/02.po b/source/ar/helpcontent2/source/text/swriter/02.po
index 322c775ea92..f20936aa62c 100644
--- a/source/ar/helpcontent2/source/text/swriter/02.po
+++ b/source/ar/helpcontent2/source/text/swriter/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-22 13:00+0100\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
"PO-Revision-Date: 2017-11-22 14:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -808,22 +808,22 @@ msgctxt ""
msgid "Page Number"
msgstr ""
-#. JqAC6
+#. WJ2wq
#: 08010000.xhp
msgctxt ""
"08010000.xhp\n"
"hd_id3145241\n"
"help.text"
-msgid "<link href=\"text/swriter/02/08010000.xhp\" name=\"Page Number\">Page Number</link>"
+msgid "Page Number"
msgstr ""
-#. ZEjNe
+#. JTxYv
#: 08010000.xhp
msgctxt ""
"08010000.xhp\n"
"par_id3151184\n"
"help.text"
-msgid "<ahelp hid=\".uno:StatePageNumber\">The current page number is displayed in this field of the status bar. A double-click opens the Navigator, with which you can navigate in the document. A right-click shows all bookmarks in the document. Click a bookmark to position the text cursor at the bookmark location.</ahelp>"
+msgid "<ahelp hid=\".uno:StatePageNumber\">The current page number is displayed in this field of the status bar. A click opens \"Go to Page\", with which you can navigate in the document. A right-click shows all bookmarks in the document. Click a bookmark to position the text cursor at the bookmark location.</ahelp>"
msgstr ""
#. BinAk
diff --git a/source/ar/helpcontent2/source/text/swriter/guide.po b/source/ar/helpcontent2/source/text/swriter/guide.po
index f1748684439..b294138cfad 100644
--- a/source/ar/helpcontent2/source/text/swriter/guide.po
+++ b/source/ar/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-12 13:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6307,13 +6307,13 @@ msgctxt ""
msgid "In the <item type=\"menuitem\">Navigator</item> for master documents (should open automatically, else press F5 to open), click and hold the <item type=\"menuitem\">Insert</item> icon, and do one of the following:"
msgstr ""
-#. esrRb
+#. ihE6T
#: globaldoc_howtos.xhp
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3156240\n"
"help.text"
-msgid "To insert an existing file as a subdocument, choose <emph>File</emph>, locate the file that you want to include, and then click <emph>OK</emph>."
+msgid "To insert an existing file as a subdocument, choose <menuitem>File</menuitem>, locate the file that you want to include, and then click <emph>Open</emph>."
msgstr ""
#. DHqof
@@ -6505,13 +6505,13 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr ""
-#. DEHD8
+#. hmLYv
#: globaldoc_howtos.xhp
msgctxt ""
"globaldoc_howtos.xhp\n"
"hd_id3145228\n"
"help.text"
-msgid "To Export a Master Document as a <item type=\"productname\">%PRODUCTNAME</item> Text Document"
+msgid "To Export a Master Document"
msgstr ""
#. 8fFGC
@@ -6523,13 +6523,13 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">File - Export</item>."
msgstr ""
-#. 7UkKV
+#. DomMg
#: globaldoc_howtos.xhp
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3148580\n"
"help.text"
-msgid "In the <emph>File format</emph> list, select a text document file format and click <emph>Export</emph>."
+msgid "In the <emph>Save as type</emph> list, select a text document file format and click <emph>Save</emph>."
msgstr ""
#. qGjnL
diff --git a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
index fc7e86b1561..b149d979389 100644
--- a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18265,15 +18265,15 @@ msgctxt ""
msgid "Find Parenthesis"
msgstr "ابحث عن أقواس"
-#. f5DAE
+#. mmxND
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:BasicIDEAppear\n"
"Label\n"
"value.text"
-msgid "Edit Macros"
-msgstr "حرر وحدات الماكرو"
+msgid "Edit Macros..."
+msgstr ""
#. Ws9jQ
#: GenericCommands.xcu
@@ -27994,6 +27994,16 @@ msgctxt ""
msgid "Background Color..."
msgstr "لون الخلفية..."
+#. u6JdE
+#: ReportCommands.xcu
+msgctxt ""
+"ReportCommands.xcu\n"
+".ReportCommands.UserInterface.Commands..uno:DSBEditDoc\n"
+"Label\n"
+"value.text"
+msgid "Edit Mode"
+msgstr ""
+
#. GZdEa
#: ReportCommands.xcu
msgctxt ""
@@ -34750,6 +34760,56 @@ msgctxt ""
msgid "Content Controls"
msgstr ""
+#. SGVjq
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectMenu\n"
+"Label\n"
+"value.text"
+msgid "~Protect Document"
+msgstr ""
+
+#. ByLdE
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectFields\n"
+"Label\n"
+"value.text"
+msgid "Protect Fields"
+msgstr ""
+
+#. zDPPk
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectFields\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect fields in current document"
+msgstr ""
+
+#. CdnED
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectBookmarks\n"
+"Label\n"
+"value.text"
+msgid "Protect Bookmarks"
+msgstr ""
+
+#. WjWoa
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectBookmarks\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect bookmarks in current document"
+msgstr ""
+
#. joS9f
#: WriterFormWindowState.xcu
msgctxt ""
diff --git a/source/ar/sc/messages.po b/source/ar/sc/messages.po
index 68e64c1c062..6641390b624 100644
--- a/source/ar/sc/messages.po
+++ b/source/ar/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -21125,81 +21125,81 @@ msgid "Cancel"
msgstr ""
#. nHoB2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:16
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:18
#, fuzzy
msgctxt "definedatabaserangedialog|DefineDatabaseRangeDialog"
msgid "Define Database Range"
msgstr "تحديد نطاق قاعدة البيانات"
#. 4FqWF
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:176
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:179
msgctxt "definedatabaserangedialog|Name"
msgid "Name"
msgstr "الاسم"
#. FUAH2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:241
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:244
msgctxt "definedatabaserangedialog|Range"
msgid "Range"
msgstr "النطاق"
#. N8Lui
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:276
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:279
#, fuzzy
msgctxt "definedatabaserangedialog|modify"
msgid "M_odify"
msgstr "تعديل"
#. TniCB
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:329
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:332
msgctxt "definedatabaserangedialog|ContainsColumnLabels"
msgid "Co_ntains column labels"
msgstr ""
#. QBs5X
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:345
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:348
msgctxt "definedatabaserangedialog|ContainsTotalsRow"
msgid "Contains _totals row"
msgstr ""
#. AeZB2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:361
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:364
msgctxt "definedatabaserangedialog|InsertOrDeleteCells"
msgid "Insert or delete _cells"
msgstr ""
#. EveBu
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:377
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:380
msgctxt "definedatabaserangedialog|KeepFormatting"
msgid "Keep _formatting"
msgstr ""
#. rSf5f
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:393
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:396
msgctxt "definedatabaserangedialog|DontSaveImportedData"
msgid "Don't save _imported data"
msgstr "لا تحفظ البيانات الم_ستوردة"
#. nYJiV
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:411
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:414
msgctxt "definedatabaserangedialog|Source"
msgid "Source:"
msgstr "المصدر:"
#. q2F5V
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:424
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:427
msgctxt "definedatabaserangedialog|Operations"
msgid "Operations:"
msgstr "العمليات:"
#. XXY4E
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:437
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:440
msgctxt "definedatabaserangedialog|invalid"
msgid "Invalid range"
msgstr "مجال غير صالح"
#. dHJw9
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:454
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:457
msgctxt "definedatabaserangedialog|label1"
msgid "Options"
msgstr "خيارات"
@@ -23201,213 +23201,213 @@ msgid "~File"
msgstr ""
#. EBQTu
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3546
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3539
msgctxt "CalcNotebookbar|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. f8rkJ
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3827
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3820
msgctxt "CalcNotebookbar|increaseindent1|tooltip_text"
msgid "Increase Indent"
msgstr ""
#. TBHRy
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3841
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3834
msgctxt "CalcNotebookbar|decreaseindent1|tooltip_text"
msgid "Decrease Indent"
msgstr ""
#. 6GvMB
-#: sc/uiconfig/scalc/ui/notebookbar.ui:4815
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4808
msgctxt "CalcNotebookbar|HomeMenuButton"
msgid "_Home"
msgstr ""
#. yghFn
-#: sc/uiconfig/scalc/ui/notebookbar.ui:4924
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4917
msgctxt "CalcNotebookbar|CalcLabel"
msgid "~Home"
msgstr ""
#. bBEGh
-#: sc/uiconfig/scalc/ui/notebookbar.ui:5483
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5476
msgctxt "CalcNotebookbar|FieldMenuButton"
msgid "Fiel_d"
msgstr ""
#. VCk9a
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6004
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5997
msgctxt "CalcNotebookbar|InsertMenuButton"
msgid "_Insert"
msgstr ""
#. HnjBi
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6112
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6105
msgctxt "CalcNotebookbar|InsertLabel"
msgid "~Insert"
msgstr ""
#. xmARL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6523
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6549
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6987
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6516
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6542
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6980
msgctxt "CalcNotebookbar|objectalign|tooltip_text"
msgid "Object Align"
msgstr ""
#. 4FwmH
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7212
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7205
msgctxt "CalcNotebookbar|reviewb"
msgid "_Layout"
msgstr ""
#. eWinY
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7297
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7290
msgctxt "CalcNotebookbar|PageLayoutLabel"
msgid "~Layout"
msgstr ""
#. MHnRF
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8403
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8396
msgctxt "CalcNotebookbar|Statistics"
msgid "_Statistics"
msgstr ""
#. BiHBE
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8454
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8447
msgctxt "CalcNotebookbar|DataMenuButton"
msgid "_Data"
msgstr ""
#. xzx9j
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8563
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8556
msgctxt "CalcNotebookbar|DataLabel"
msgid "~Data"
msgstr ""
#. CBEHA
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9385
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9378
msgctxt "CalcNotebookbar|ReviewMenuButton"
msgid "_Review"
msgstr ""
#. 7FXbr
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9471
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9464
msgctxt "CalcNotebookbar|ReviewLabel"
msgid "~Review"
msgstr ""
#. NT37F
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10377
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10370
msgctxt "CalcNotebookbar|ViewMenuButton"
msgid "_View"
msgstr ""
#. rPdAq
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10463
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10456
msgctxt "CalcNotebookbar|ViewLabel"
msgid "~View"
msgstr ""
#. zaUCM
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11517
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11510
msgctxt "CalcNotebookbar|GraphicMenuButton"
msgid "Ima_ge"
msgstr ""
#. rwprK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11642
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11635
msgctxt "CalcNotebookbar|ImageLabel"
msgid "Ima~ge"
msgstr ""
#. EjbzV
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12861
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12854
msgctxt "CalcNotebookbar|DrawMenuButton"
msgid "_Draw"
msgstr ""
#. iagRv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12971
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12964
msgctxt "CalcNotebookbar|DrawLabel"
msgid "~Draw"
msgstr ""
#. EgeGL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13443
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13436
msgctxt "CalcNotebookbar|ConvertMenuButton"
msgid "Convert"
msgstr ""
#. PdjTP
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13743
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13736
msgctxt "CalcNotebookbar|frame:Menu Draw"
msgid "_Object"
msgstr ""
#. xTKVv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13853
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13846
msgctxt "CalcNotebookbar|FrameLabel"
msgid "~Object"
msgstr ""
#. cHyKz
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14428
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14421
msgctxt "CalcNotebookbar|MediaMenuButton"
msgid "_Media"
msgstr ""
#. CJ2qx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14536
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14529
msgctxt "CalcNotebookbar|MediaLabel"
msgid "~Media"
msgstr ""
#. eQK6A
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14937
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14930
msgctxt "CalcNotebookbar|PrintMenuButton"
msgid "_Print"
msgstr ""
#. sCGyG
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15021
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15014
msgctxt "CalcNotebookbar|PrintLabel"
msgid "~Print"
msgstr ""
#. 5JVAt
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15856
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15849
msgctxt "CalcNotebookbar|FormMenuButton"
msgid "Fo_rm"
msgstr ""
#. CCEAK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15941
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15934
msgctxt "CalcNotebookbar|FormLabel"
msgid "Fo~rm"
msgstr ""
#. mrTYB
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15998
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15991
msgctxt "WriterNotebookbar|FormMenuButton"
msgid "E_xtension"
msgstr ""
#. Gtj2Y
-#: sc/uiconfig/scalc/ui/notebookbar.ui:16083
+#: sc/uiconfig/scalc/ui/notebookbar.ui:16076
msgctxt "WriterNotebookbar|ExtensionLabel"
msgid "E~xtension"
msgstr ""
#. 3Ec6T
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17311
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17304
msgctxt "CalcNotebookbar|ToolsMenuButton"
msgid "_Tools"
msgstr ""
#. fWgEx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17396
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17389
msgctxt "CalcNotebookbar|DevLabel"
msgid "~Tools"
msgstr ""
@@ -23425,188 +23425,188 @@ msgid "~File"
msgstr ""
#. UWfVg
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3576
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6256
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3567
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6247
msgctxt "notebookbar_compact|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. JDRKC
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4653
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4644
msgctxt "notebookbar_compact|HomeMenuButton"
msgid "_Menu"
msgstr ""
#. Svdz9
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4705
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4696
msgctxt "notebookbar_compact|CalcLabel"
msgid "~Home"
msgstr ""
#. ecBqZ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5212
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5203
msgctxt "notebookbar_compact|FieldMenuButton"
msgid "Fiel_d"
msgstr ""
#. zveKA
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5730
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5721
msgctxt "notebookbar_compact|InsertMenuButton"
msgid "_Insert"
msgstr ""
#. CDXv3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5785
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5776
msgctxt "notebookbar_compact|InsertLabel"
msgid "~Insert"
msgstr ""
#. EvytN
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6419
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6410
msgctxt "notebookbar_compact|PageMenuButton"
msgid "_Layout"
msgstr ""
#. TbQMa
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6471
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6462
msgctxt "notebookbar_compact|LayoutLabel"
msgid "~Layout"
msgstr ""
#. QqjZP
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7330
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7321
msgctxt "notebookbar_compact|Statistics"
msgid "_Statistics"
msgstr ""
#. GFZNz
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7396
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7387
msgctxt "notebookbar_compact|DataMenuButton"
msgid "_Data"
msgstr ""
#. TCt7E
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7447
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7438
msgctxt "notebookbar_compact|DataLabel"
msgid "~Data"
msgstr ""
#. jYD7j
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8145
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8136
msgctxt "notebookbar_compact|ReviewMenuButton"
msgid "_Review"
msgstr ""
#. Lbj5B
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8197
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8188
msgctxt "notebookbar_compact|ReviewLabel"
msgid "~Review"
msgstr ""
#. 35kA2
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8879
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8870
msgctxt "notebookbar_compact|ViewMenuButton"
msgid "_View"
msgstr ""
#. ZGh8C
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8931
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8922
msgctxt "notebookbar_compact|ViewLabel"
msgid "~View"
msgstr ""
#. dV94w
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10321
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10312
msgctxt "notebookbar_compact|GraphicMenuButton"
msgid "Im_age"
msgstr ""
#. ekWoX
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10373
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10364
msgctxt "notebookbar_compact|ImageLabel"
msgid "Ima~ge"
msgstr ""
#. 8eQN8
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11786
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11777
msgctxt "notebookbar_compact|DrawMenuButton"
msgid "D_raw"
msgstr ""
#. FBf68
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11838
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11829
msgctxt "notebookbar_compact|ShapeLabel"
msgid "~Draw"
msgstr ""
#. DoVwy
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12816
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12807
msgctxt "notebookbar_compact|ObjectMenuButton"
msgid "Object"
msgstr ""
#. JXKiY
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12868
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12859
msgctxt "notebookbar_compact|FrameLabel"
msgid "~Object"
msgstr ""
#. q8wnS
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13588
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13579
msgctxt "notebookbar_compact|MediaButton"
msgid "_Media"
msgstr ""
#. 7HDt3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13641
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13632
msgctxt "notebookbar_compact|MediaLabel"
msgid "~Media"
msgstr ""
#. vSDok
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14215
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14206
msgctxt "notebookbar_compact|PrintPreviewButton"
msgid "Print"
msgstr ""
#. goiqQ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14267
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14258
msgctxt "notebookbar_compact|FormLabel"
msgid "~Print"
msgstr ""
#. EBGs5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15622
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15613
msgctxt "notebookbar_compact|FormButton"
msgid "Fo_rm"
msgstr ""
#. EKA8X
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15674
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15665
msgctxt "notebookbar_compact|FormLabel"
msgid "Fo~rm"
msgstr ""
#. 8SvE5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15754
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15745
msgctxt "notebookbar_compact|ExtensionMenuButton"
msgid "E_xtension"
msgstr ""
#. WH5NR
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15812
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15803
msgctxt "notebookbar_compact|ExtensionLabel"
msgid "E~xtension"
msgstr ""
#. 8fhwb
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16845
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16836
msgctxt "notebookbar_compact|ToolsMenuButton"
msgid "_Tools"
msgstr ""
#. kpc43
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16897
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16888
msgctxt "notebookbar_compact|DevLabel"
msgid "~Tools"
msgstr ""
@@ -27088,43 +27088,43 @@ msgid "Select the background color of the selected cells."
msgstr "اختر لون خلفية الخلايا المحددة."
#. wCWut
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:43
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:45
msgctxt "sidebarcellappearance|cellbackground|tooltip_text"
msgid "Select the background color of the selected cells."
msgstr "اختر لون خلفية الخلايا المحددة."
#. DKEkN
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:69
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:71
msgctxt "sidebarcellappearance|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr "حدد حدود الخلايا المحددة."
#. D2TVi
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:90
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:92
msgctxt "sidebarcellappearance|borderlinecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr "حدد لون خط الحدود."
#. GqfZD
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:98
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:102
msgctxt "sidebarcellappearance|linecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr "حدد لون خط الحدود."
#. 8AUBs
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:108
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:112
msgctxt "sidebarcellappearance|borderlinecolor-atkobject"
msgid "Border Line Color"
msgstr ""
#. VgXDF
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:128
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:134
msgctxt "sidebarcellappearance|linestyle|tooltip_text"
msgid "Select the line style of the borders."
msgstr "حدد نوع خط الحدود."
#. jaxhA
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:138
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:144
msgctxt "sidebarcellappearance|borderlinestyle-atkobject"
msgid "Border Line Style"
msgstr ""
diff --git a/source/ar/sd/messages.po b/source/ar/sd/messages.po
index 51b0d751bad..5af7fbe98df 100644
--- a/source/ar/sd/messages.po
+++ b/source/ar/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1167,261 +1167,243 @@ msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
-#. A6KgG
-#: sd/inc/strings.hrc:160
-msgctxt "STR_DRAGTYPE_URL"
-msgid "Insert as Hyperlink"
-msgstr "أدرج كرابط"
-
-#. VB7Zq
-#: sd/inc/strings.hrc:161
-msgctxt "STR_DRAGTYPE_EMBEDDED"
-msgid "Insert as Copy"
-msgstr "أدرج كنسخة"
-
-#. aAqZD
-#: sd/inc/strings.hrc:162
-msgctxt "STR_DRAGTYPE_LINK"
-msgid "Insert as Link"
-msgstr "أدرج كوصلة"
-
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:160
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "ذكي"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:161
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "يسار"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:162
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "يمين"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:163
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "أعلى"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:164
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "أسفل"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:165
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "أعلى اليسار؟"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:166
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "أسفل اليسار؟"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:167
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "أعلى اليمين؟"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "أسفل اليمين؟"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "أفقي"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "رأسي"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "الكل؟"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:172
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "لا يمكن تنفيذ هذه العملية في الوضع المباشر."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:173
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "السابق"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:174
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "متابعة"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:175
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "التلخيص"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:176
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "مبدّل اللون"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:177
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "الانتقال التدريجي"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:178
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "توسيع الشريحة"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:179
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "شريحة جدول المحتويات"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:180
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "ليس هناك مصدر SANE متوفر حاليًا."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:181
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "لا يوجد حاليًا مصدر TWAIN متوفر."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:182
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "ثابت"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:183
msgctxt "STR_VAR"
msgid "Variable"
msgstr "المتغير"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:184
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "قياسي"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:185
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "قياسي (قصير)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:186
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "قياسي (طويل)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:187
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "اسم الملف"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:188
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "المسار/اسم الملف"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:189
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "المسار"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:190
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "اسم الملف بدون امتداد"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:191
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "عرض تقديمي مخصّص جديد"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:192
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "نسخ "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:193
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "نسق عرض %PRODUCTNAME تقديمي (إمبريس 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:194
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "نسق رسم %PRODUCTNAME (درو 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:195
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "فك تجميع ملف(ات) التعريف..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:196
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "تعذر فك تجميع جميع الكائنات الرسومية."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:197
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "عرض %PRODUCTNAME %PRODUCTVERSION تقديمي"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:198
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "رسم %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:201
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1431,159 +1413,159 @@ msgstr ""
"هل تريد استبداله؟"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:202
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "النص"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:203
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "رابط"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:204
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "رابط مُزار"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:205
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "رابط نشط"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:206
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "ملاحظات"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:207
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "جدول المحتويات"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:208
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "انقر هنا للبدء"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:209
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "المؤلف"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "الصفحة الرئيسية"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "معلومات إضافية"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "تنزيل العرض التقديمي"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "لسوء الحظ، متصفحك لا يدعم الإطارات العائمة."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "الصفحة الأولى"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "الصفحة الأخيرة"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "النص"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:218
#, fuzzy
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "صورة"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "بمحتويات"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "بدون محتويات"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:221
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "إلى الصفحة المحددة"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:222
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "تحويل الصورة النقطية إلى مضلع"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:223
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "انقر لإنهاء العرض..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:224
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "إيقاف مؤقت..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:225
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "تطبيق الخصائص ثلاثية الأبعاد المُفضلة"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "مرشّح الصور"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:227
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1593,812 +1575,824 @@ msgstr ""
"ليس ملفًّا صوتيًّا صالحًا!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:228
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "تحويل إلى ملف تعريف"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:229
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "تحويل إلى صورة نقطية"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:230
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "تعذر إنشاء الملف $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:231
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "تعذر فتح الملف $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:232
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "تعذر نسخ الملف $(URL1) إلى $(URL2)"
#. KVfUE
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:233
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list and double-click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "غيّر اسم الشريحة"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:235
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
+#. rBmcL
+#: sd/inc/strings.hrc:236
+msgctxt "STR_TOOLTIP_RENAME"
+msgid "Duplicate or empty names are not possible"
+msgstr ""
+
#. FUm5F
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:237
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "الاسم"
#. VSdio
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:238
msgctxt "STR_TITLE_RENAMEMASTER"
msgid "Rename Master Slide"
msgstr "غيّر اسم الشريحة الرئيسية"
#. rWiXQ
-#: sd/inc/strings.hrc:241
+#: sd/inc/strings.hrc:239
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "منطقة العنوان للمخططات التلقائية"
#. i4T9w
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:240
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "منطقة الكائن للمخططات التلقائية"
#. vS6wi
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:241
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "منطقة التذييل"
#. xFBgg
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:242
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "منطقة الترويسة"
#. 8JGJD
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:243
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "منطقة التاريخ"
#. oNFN3
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:244
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "منطقة رقم الشريحة"
#. GisCz
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:245
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "منطقة رقم الصفحة"
#. rvtjX
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:246
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<ترويسة>"
#. RoVvC
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:247
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<تذييل>"
#. RXzA4
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:248
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<التاريخ/الوقت>"
#. TuP6n
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:249
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<الرقم>"
#. CCuCb
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:250
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:251
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<اسم-الشريحة>"
#. j8btB
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:252
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<اسم-الصفحة>"
#. ao6iR
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "منطقة الملاحظات"
#. EEf4k
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:254
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "تحويل هانغول/هانجا"
#. RDARn
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:255
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "الشرائح"
#. CU9DK
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:256
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "الصفحات"
#. C7hf2
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:257
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "المعاينة غير متوفرة"
#. bAJoa
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:258
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "تجهيز المعاينة"
#. nDrpm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:259
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "المخططات"
#. peCQY
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:260
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "أنماط الرسم"
#. tR4CL
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:261
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "أنماط العرض التقديمي"
#. oyUYa
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:262
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "أنماط الخلايا"
-#. dqvxZ
-#: sd/inc/strings.hrc:265
-msgctxt "STR_NAVIGATOR_SHOW_NAMED_SHAPES"
-msgid "Named shapes"
-msgstr "أشكال مسماة"
-
-#. GwNKU
-#: sd/inc/strings.hrc:266
-msgctxt "STR_NAVIGATOR_SHOW_ALL_SHAPES"
-msgid "All shapes"
-msgstr "كل الأشكال"
-
#. BQmNo
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:263
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "شكل %1"
#. 94JFw
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:264
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:265
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "التعليقات"
#. 76dF3
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:266
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "إعادة تعيين تخطيط الشريحة"
#. EB6XY
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:267
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "إدراج جدول"
#. koDfS
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:268
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "إدراج مخطط"
#. re2hh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:269
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "أدرج صورة"
#. iBBLh
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:270
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "أدرج صوتيًّا أو مرئيًّا"
#. m8crC
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:271
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "سحب وإسقاط الصفحات"
#. CAGzA
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:272
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "سحب وإسقاط الشرائح"
#. 2mDn4
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:273
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "يرجى إضافة صور إلى الألبوم."
#. jbPEH
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:274
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "شريحة النص"
-#. QY89q
-#: sd/inc/strings.hrc:279
-msgctxt "STR_OBJECTS_TREE"
-msgid "Page Tree"
-msgstr ""
-
#. 5FSEq
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:275
#, c-format
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "الدليل الوجهة المحلي ”%FILENAME“ ليس فارغًا. قد يُكتب فوق بعض الملفات. أتريد المتابعة؟"
#. DKw6n
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:277
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "الخلفيّة"
#. qGFWm
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:278
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "كائنات الخلفيّة"
#. j9GG4
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:279
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "التّخطيط"
#. nU2g2
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:280
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "المتحكّمات"
#. zQSpC
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:281
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "خطوط القياس"
#. z4wq5
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:282
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "الشّريحة"
#. TTD8A
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:283
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "الصفحة"
#. p8GEE
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:284
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "الشريحة"
#. r3w8y
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:285
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "الشريحة الرئيسية"
#. 8WvYc
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:286
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "الشريحة الرئيسية:"
#. C3zZM
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:287
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "الصفحة الرئيسية"
#. nTgKn
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:288
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "الصفحة الرئيسية:"
#. PacSi
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:289
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(ملاحظات)"
#. hBB6T
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:290
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "نشرات"
#. ZC2XQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "انقر لتحرير تنسيق نص العنوان"
#. bekYz
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "انقر لتحرير تنسيق نص التخطيط"
+#. MhEh8
+#: sd/inc/strings.hrc:293
+msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
+msgid "Double-tap to edit the title text format"
+msgstr ""
+
+#. eMDBG
+#: sd/inc/strings.hrc:294
+msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
+msgid "Double-tap to edit the outline text format"
+msgstr ""
+
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "المستوى الثاني للتخطيط"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "المستوى الثالث للتخطيط"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "المستوى الرابع للتخطيط"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "المستوى الخامس للتخطيط"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "المستوى السادس للتخطيط"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "المستوى السابع للتخطيط"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "انقر لإزاحة الشريحة"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "انقر لتحرير تنسيق الملاحظات"
+#. Qxj2R
+#: sd/inc/strings.hrc:303
+msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
+msgid "Double-tap to move the slide"
+msgstr ""
+
+#. iibds
+#: sd/inc/strings.hrc:304
+msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
+msgid "Double-tap to edit the notes format"
+msgstr ""
+
#. oBXBx
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "انقر لإضافة عنوان"
#. HVQNr
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "انقر لإضافة نصّ"
#. NUirL
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "انقر لإضافة نصّ"
#. 2u7FR
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "انقر لإضافة ملاحظات"
#. js2X9
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "انقر مزدوجًا لإضافة صورة"
#. HGVA3
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "انقر مزدوجًا لإضافة كائن"
#. XjW6w
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "انقر مزدوجًا لإضافة رسم بيانيّ"
#. eKgCA
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "انقر مزدوجًا لإضافة رسم بيانيّ هيكليّ"
#. wW4E4
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "انقر مزدوجًا لإضافة جدول مُمتد"
#. nBtJo
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:318
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "المبدئيّ"
#. rEPYV
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:319
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "المسمى الوظيفي"
#. tRuKR
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:320
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default"
msgstr "المبدئيّ"
#. pxfDw
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:321
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "إزاحة الشرائح"
#. uDXFb
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:322
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:323
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. wCkjy
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:324
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Setup"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "كائن بدون تعبئة"
#. btJeg
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "كائن بلا تعبئة وبلا سطر"
#. YCmiq
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:328
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "النص"
#. v7u2t
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:334
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:352
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:352
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:355
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "المسمى الوظيفي"
#. zn6qa
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:356
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "العنوان الفرعي"
#. JVyHE
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:357
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "تخطيط"
#. riaKo
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:358
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "كائنات الخلفية"
#. EEEk3
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:359
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "الخلفية"
#. EdWfd
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:360
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "ملاحظات"
#. FQqif
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:361
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "استيراد باوربوينت"
#. kjKWf
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:362
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "حفظ المستند"
#. VCFFA
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_BANDED_CELL"
msgid "Banding cell"
msgstr "خلية التباين"
#. FBzD4
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:364
msgctxt "STR_POOLSHEET_HEADER"
msgid "Header"
msgstr "ترويسة"
#. kut56
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:365
msgctxt "STR_POOLSHEET_TOTAL"
msgid "Total line"
msgstr "سطر الإجمالي"
#. 4UBCG
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:366
msgctxt "STR_POOLSHEET_FIRST_COLUMN"
msgid "First column"
msgstr "العمود الأول"
#. f3Zfa
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:367
msgctxt "STR_POOLSHEET_LAST_COLUMN"
msgid "Last column"
msgstr "العمود الأخير"
#. HAeDt
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:368
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "قلّص مقاس الخط"
#. 7uDfu
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:369
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "كبّر حجم الخط"
@@ -2406,722 +2400,722 @@ msgstr "كبّر حجم الخط"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "عرض الرسم"
#. Fi6GE
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_D_DRAWVIEW_D"
msgid "This is where you create and edit drawings."
msgstr "هنا يمكنك إنشاء الرسوم وتحريرها."
#. GfnmX
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "عرض الرسم"
#. SWtFN
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_I_DRAWVIEW_D"
msgid "This is where you create and edit slides."
msgstr "هنا يمكنك إنشاء الشرائح وتحريرها."
#. YCVqM
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "عرض التخطيط"
#. feLwF
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_D"
msgid "This is where you enter or edit text in list form."
msgstr "هنا يمكنك إدخال النص في شكل قائمة وتحريره."
#. k2hXi
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "عرض الشرائح"
#. A22hR
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "هنا يمكن فرز الشرائح."
#. vyX8L
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "عرض الملاحظات"
#. Syiwi
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_NOTESVIEW_D"
msgid "This is where you enter and view notes."
msgstr "هنا يمكنك إدخال الملاحظات أو عرضها."
#. qr5ov
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "عرض النشرة"
#. 9EyMA
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_D"
msgid "This is where you decide on the layout for handouts."
msgstr "هنا يمكنك أن تقرر المظهر المطلوب للنشرات."
#. Ycpb4
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "أنماط العرض التقديمي"
#. 4WCzf
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:387
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "أنماط العرض التقديمي"
#. cBoMF
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:388
#, fuzzy
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "أنماط العرض التقديمي"
#. 8KV99
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "عرض تقديمي"
#. R6kyg
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "أنماط العرض التقديمي"
#. X8c9Z
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "نشرة"
#. FeAdu
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. ogNjh
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_D"
msgid "PresentationTitleShape"
msgstr "أنماط العرض التقديمي"
#. bFvTq
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_OUTLINER_D"
msgid "PresentationOutlinerShape"
msgstr ""
#. wAE9M
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_SUBTITLE_D"
msgid "PresentationSubtitleShape"
msgstr ""
#. RYA3y
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:396
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_D"
msgid "PresentationPageShape"
msgstr "عرض تقديمي"
#. VVZyE
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:397
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_D"
msgid "PresentationNotesShape"
msgstr "أنماط العرض التقديمي"
#. Pqhhf
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_HANDOUT_D"
msgid "PresentationHandoutShape"
msgstr ""
#. KzpQq
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_UNKNOWN_D"
msgid "Unknown accessible presentation shape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:400
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "أنماط العرض التقديمي"
#. 4YzQz
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_FOOTER_D"
msgid "PresentationFooterShape"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "عرض تقديمي"
#. zpVS7
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HEADER_D"
msgid "PresentationHeaderShape"
msgstr ""
#. EfHeH
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. 7Dbde
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_DATE_D"
msgid "PresentationDateAndTimeShape"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. q7Hqe
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_NUMBER_D"
msgid "PresentationPageNumberShape"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "عرض%PRODUCTNAME تقديمي"
#. ubJop
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "العنوان"
#. Va4KF
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:410
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "تخطيط"
#. 6FKRE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:411
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "العنوان الفرعي"
#. eSBEi
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:412
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "الصفحة"
#. WEaeZ
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:413
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "الملاحظات"
#. buhox
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "نشرة"
#. 4xBQg
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:415
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:416
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "التذييل"
#. SrrR4
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:417
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "الترويسة"
#. CCwKy
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:418
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "التاريخ"
#. EFmn4
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "الرقم"
#. wFpMQ
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:420
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(للقراءة فقط)"
#. EV4W5
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "بلا"
#. 9izAz
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "حتى النقرة التالية"
#. oEQ7B
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "حتى انتهاء الشريحة"
#. Lf9gB
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "الاتجاه:"
#. xxDXG
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "تكبير/تصغير"
#. SvBeK
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "المحاور"
#. eJ4qZ
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "اللون الأول:"
#. CSbCE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "اللون الثاني:"
#. cZUiD
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "لون الملء:"
#. U5ZDL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "النمط:"
#. vKLER
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "الخط:"
#. Fdsks
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "لون الخط:"
#. nT7dm
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "النمط:"
#. q24Fe
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:435
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "النسق"
#. nAqeR
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "لون الخط:"
#. w7G4Q
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "حجم الخط:"
#. R3GgU
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "الحجم:"
#. YEwoz
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "الكمية:"
#. wiQPZ
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "اللون:"
#. f5u6C
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:441
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(بلا صوت)"
#. N7jGX
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:442
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(أوقِف الصوت السابق)"
#. vasqr
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:443
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "صوت آخر..."
#. CjvLY
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:444
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "نموذج"
#. CdYt2
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:445
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "بدء تشغيل"
#. dVJoV
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:446
msgctxt "STR_CUSTOMANIMATION_LIST_HELPTEXT"
msgid "First select the slide element and then click 'Add...' to add an animation effect."
msgstr "أولاً، حدد العنصر من الشريحة، ثم انقر فوق \"إضافة...\" لإضافة تأثير حركي إليه."
#. Evkrq
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:447
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "مسارات المستخدم"
#. EcciE
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:448
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "دخول: %1"
#. Zydrz
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:449
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "تأكيد: %1"
#. kW2DL
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:450
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "خروج: %1"
#. iKFbF
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:451
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "مسارات حركة: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:452
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:453
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "بلا"
#. KAsTD
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:455
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "اليوم،"
#. DEYnN
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:456
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "الأمس،"
#. bh3FZ
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:457
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(دون مؤلف)"
#. AvNV8
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "بلغ %PRODUCTNAME امبريس نهاية العرض التقديمي. هل تريد المتابعة من البداية؟"
#. P5gKe
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:459
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "بلغ %PRODUCTNAME امبريس بداية العرض التقديمي. هل تريد المتابعة إلى النهاية؟"
#. KGmdL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:460
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "بلغ %PRODUCTNAME درو نهاية المستند. هل تريد المتابعة من البداية؟"
#. oEn6r
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:461
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "بلغ %PRODUCTNAME درو بداية المستند. هل تريد المتابعة إلى النهاية؟"
#. eP7Vm
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:462
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "إدراج تعليق"
#. s4c9W
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:463
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "حذف تعليق (تعليقات)"
#. bxiPE
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:464
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "نقل تعليق"
#. hQbpd
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:465
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "تحرير التعليق"
#. g6k7E
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:466
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "رد على %1"
#. NMTpu
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:468
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "تشغيل الوسائط"
#. Q76cw
-#: sd/inc/strings.hrc:470
+#: sd/inc/strings.hrc:469
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "الجدول"
#. xCRmu
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "المستند"
#. uBxPs
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:475
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "الم~حتويات"
#. AdWKp
-#: sd/inc/strings.hrc:477
+#: sd/inc/strings.hrc:476
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "اسم ال~شريحة"
#. GkLky
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:477
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "اسم ال~صفحة"
#. EFkVE
-#: sd/inc/strings.hrc:479
+#: sd/inc/strings.hrc:478
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "ال~تاريخ والوقت"
#. ZcDFL
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:479
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "الصفحات المخفية"
#. CSUbC
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:480
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "اللون"
#. WmYKp
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:481
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "ال~حجم"
#. qDGVE
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:482
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "_كتيب"
#. K7m8L
-#: sd/inc/strings.hrc:484
+#: sd/inc/strings.hrc:483
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "جوانب الصفحة"
#. 8AzJi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:484
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "تضمين"
#. AEeCf
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:485
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "اس~تخدم فقط درج الورق من تفضيلات الطابعة"
#. jBxbU
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:486
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:488
+#: sd/inc/strings.hrc:487
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:490
+#: sd/inc/strings.hrc:489
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "بحث %PRODUCTNAME امبريس حتى نهاية العرض. هل تريد متابعة البحث من البداية؟"
#. buKAC
-#: sd/inc/strings.hrc:491
+#: sd/inc/strings.hrc:490
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "بحث %PRODUCTNAME امبريس حتى بداية العرض. هل تريد متابعة البحث حتى النهاية؟"
#. iiE2i
-#: sd/inc/strings.hrc:492
+#: sd/inc/strings.hrc:491
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "بحث %PRODUCTNAME درو حتى نهاية العرض. هل تريد البحث من البداية؟"
#. RAhiP
-#: sd/inc/strings.hrc:493
+#: sd/inc/strings.hrc:492
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "بحث %PRODUCTNAME درو حتى بداية العرض. هل تريد متابعة البحث من النهاية؟"
#. T5Pap
-#: sd/inc/strings.hrc:495
+#: sd/inc/strings.hrc:494
msgctxt "STR_SD_NONE"
msgid "- None -"
msgstr "- بلا -"
#. 6GhtE
-#: sd/inc/strings.hrc:497
+#: sd/inc/strings.hrc:496
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:499
+#: sd/inc/strings.hrc:498
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
@@ -5810,54 +5804,90 @@ msgctxt "mastermenu|small"
msgid "Show S_mall Preview"
msgstr "اعرض معاينة _صغيرة"
+#. qF7zf
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:12
+msgctxt "navigatorpanelSTR_DRAGTYPE_URL"
+msgid "Insert as Hyperlink"
+msgstr ""
+
+#. ptpuN
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:20
+msgctxt "navigatorpanel|STR_DRAGTYPE_LINK"
+msgid "Insert as Link"
+msgstr ""
+
+#. z7JSR
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:29
+msgctxt "navigatorpanel|STR_DRAGTYPE_EMBEDDED"
+msgid "Insert as Copy"
+msgstr ""
+
#. 3rY8r
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:22
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:64
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "المستند"
#. wavgT
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:25
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:67
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "النافذة النشطة"
+#. D6ag8
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:118
+msgctxt "navigatorpanel|STR_OBJECTS_TREE"
+msgid "Page Tree"
+msgstr ""
+
#. LKqE8
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:58
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:139
msgctxt "navigatorpanel|first|tooltip_text"
msgid "First Slide"
msgstr "الشريحة الأولى"
#. NWPFk
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:71
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:151
msgctxt "navigatorpanel|previous|tooltip_text"
msgid "Previous Slide"
msgstr "الشريحة السابقة"
#. bkvQE
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:84
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:163
msgctxt "navigatorpanel|next|tooltip_text"
msgid "Next Slide"
msgstr "الشريحة التالية"
#. FVSHF
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:97
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:175
msgctxt "navigatorpanel|last|tooltip_text"
msgid "Last Slide"
msgstr "الشريحة الأخيرة"
#. mHVom
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:120
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:197
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr "وضع السحب"
#. Qb5a9
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:133
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:209
msgctxt "navigatorpanel|shapes|tooltip_text"
msgid "Show Shapes"
msgstr "أظهر الأشكال"
+#. pzb3K
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:237
+msgctxt "navigatorpanel|STR_NAVIGATOR_SHOW_NAMED_SHAPES"
+msgid "Named shapes"
+msgstr ""
+
+#. dLEPF
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:246
+msgctxt "navigatorpanel|STR_NAVIGATOR_SHOW_ALL_SHAPES"
+msgid "All shapes"
+msgstr ""
+
#. qGFEo
#: sd/uiconfig/simpress/ui/notebookbar.ui:3200
msgctxt "impressnotebookbar|FileLabel"
diff --git a/source/ar/sfx2/messages.po b/source/ar/sfx2/messages.po
index 4558924be1e..070aa5605b9 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-10-21 19:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1017,10 +1017,10 @@ msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
-#. YXSet
+#. eG5qc
#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
-msgid "Regex"
+msgid "Regular expression"
msgstr ""
#. TaDCG
@@ -2274,10 +2274,10 @@ msgctxt "addtargetdialog|type"
msgid "Text"
msgstr ""
-#. vL3CV
+#. dGQqg
#: sfx2/uiconfig/ui/addtargetdialog.ui:167
msgctxt "addtargetdialog|type"
-msgid "Regex"
+msgid "Regular expression"
msgstr ""
#. wgzA4
diff --git a/source/ar/svl/messages.po b/source/ar/svl/messages.po
index 4d9a71f39ab..41d7f8aa1e1 100644
--- a/source/ar/svl/messages.po
+++ b/source/ar/svl/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: 2018-02-27 13:56+0100\n"
-"PO-Revision-Date: 2017-11-17 17:47+0000\n"
-"Last-Translator: صفا الفليج <safa1996alfulaij@gmail.com>\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
+"PO-Revision-Date: 2018-02-27 14:24+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -14,10 +14,17 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1510940869.000000\n"
+"X-POOTLE-MTIME: 1519741483.000000\n"
+#. PDMJD
#. Internet Media Type Presentations
#: include/svl/svl.hrc:26
msgctxt "STR_SVT_MIMETYPE_CNT_FSYSBOX"
msgid "Workplace"
msgstr "مساحة العمل"
+
+#. k4iRz
+#: include/svl/svl.hrc:27
+msgctxt "STR_FILECTRL_BUTTONTEXT"
+msgid "Browse..."
+msgstr ""
diff --git a/source/ar/svtools/messages.po b/source/ar/svtools/messages.po
index 382a8aea0f5..5cca41ab95f 100644
--- a/source/ar/svtools/messages.po
+++ b/source/ar/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-07 14:10+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -813,947 +813,941 @@ msgctxt "STR_SVT_FONTMAP_NOTAVAILABLE"
msgid "This font has not been installed. The closest available font will be used."
msgstr "هذا الخط غير مثبّت. سيُستخدم أقرب خط متوفّر."
-#. k4iRz
-#: include/svtools/strings.hrc:182
-msgctxt "STR_FILECTRL_BUTTONTEXT"
-msgid "Browse..."
-msgstr "تصفّح…"
-
#. KCmDe
-#: include/svtools/strings.hrc:183
+#: include/svtools/strings.hrc:182
msgctxt "STR_TABBAR_PUSHBUTTON_MOVET0HOME"
msgid "Move To Home"
msgstr "تحريك الى البداية"
#. f6NAc
-#: include/svtools/strings.hrc:184
+#: include/svtools/strings.hrc:183
msgctxt "STR_TABBAR_PUSHBUTTON_MOVELEFT"
msgid "Move Left"
msgstr "تحريك إلى اليسار"
#. nrvoV
-#: include/svtools/strings.hrc:185
+#: include/svtools/strings.hrc:184
msgctxt "STR_TABBAR_PUSHBUTTON_MOVERIGHT"
msgid "Move Right"
msgstr "تحريك إلى اليمين"
#. ZQgUu
-#: include/svtools/strings.hrc:186
+#: include/svtools/strings.hrc:185
msgctxt "STR_TABBAR_PUSHBUTTON_MOVETOEND"
msgid "Move To End"
msgstr "تحريك إلى النهاية"
#. mZ4Ln
-#: include/svtools/strings.hrc:187
+#: include/svtools/strings.hrc:186
msgctxt "STR_TABBAR_PUSHBUTTON_ADDTAB"
msgid "Add"
msgstr "أضف"
#. 4K4AF
-#: include/svtools/strings.hrc:189
+#: include/svtools/strings.hrc:188
msgctxt "STR_SVT_ACC_RULER_HORZ_NAME"
msgid "Horizontal Ruler"
msgstr "مسطرة أفقية"
#. PG9qt
-#: include/svtools/strings.hrc:190
+#: include/svtools/strings.hrc:189
msgctxt "STR_SVT_ACC_RULER_VERT_NAME"
msgid "Vertical Ruler"
msgstr "مسطرة رأسية"
#. WKngA
-#: include/svtools/strings.hrc:192
+#: include/svtools/strings.hrc:191
msgctxt "STR_SVT_1BIT_THRESHOLD"
msgid "1 bit threshold"
msgstr "قيمة البدء 1 بت"
#. dByxQ
-#: include/svtools/strings.hrc:193
+#: include/svtools/strings.hrc:192
msgctxt "STR_SVT_1BIT_DITHERED"
msgid "1 bit dithered"
msgstr "توزيع ألوان 1 بت"
#. kciH5
-#: include/svtools/strings.hrc:194
+#: include/svtools/strings.hrc:193
msgctxt "STR_SVT_4BIT_GRAYSCALE"
msgid "4 bit grayscale"
msgstr "تدرجات رمادي 4 بت"
#. TrBvg
-#: include/svtools/strings.hrc:195
+#: include/svtools/strings.hrc:194
msgctxt "STR_SVT_4BIT_COLOR_PALETTE"
msgid "4 bit color"
msgstr "لون 4 بايت"
#. q6mH9
-#: include/svtools/strings.hrc:196
+#: include/svtools/strings.hrc:195
msgctxt "STR_SVT_8BIT_GRAYSCALE"
msgid "8 bit grayscale"
msgstr "تدرجات رمادي 8 بت"
#. 8u2Zf
-#: include/svtools/strings.hrc:197
+#: include/svtools/strings.hrc:196
msgctxt "STR_SVT_8BIT_COLOR_PALETTE"
msgid "8 bit color"
msgstr "لون 8 بايت"
#. DZVK4
-#: include/svtools/strings.hrc:198
+#: include/svtools/strings.hrc:197
msgctxt "STR_SVT_24BIT_TRUE_COLOR"
msgid "24 bit true color"
msgstr "ألوان حقيقية 24 بت"
#. Grnub
-#: include/svtools/strings.hrc:199
+#: include/svtools/strings.hrc:198
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_1"
msgid "The image needs about %1 KB of memory."
msgstr "تحتاج الصورة إلى حوالي %1 ك.بايت من الذاكرة."
#. FCnVT
-#: include/svtools/strings.hrc:200
+#: include/svtools/strings.hrc:199
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_2"
msgid "The image needs about %1 KB of memory, the file size is %2 KB."
msgstr "تحتاج الصورة إلى حوالي %1 ك.بايت من الذاكرة، حجم الملف هو %2 ك.بايت."
#. CdHU8
-#: include/svtools/strings.hrc:201
+#: include/svtools/strings.hrc:200
msgctxt "STR_SVT_ESTIMATED_SIZE_VEC"
msgid "The file size is %1 KB."
msgstr "حجم الملف هو %1 ك.بايت."
#. TaCaF
-#: include/svtools/strings.hrc:202
+#: include/svtools/strings.hrc:201
#, fuzzy
msgctxt "STR_SVT_HOST"
msgid "host"
msgstr "شبح"
#. ERaxD
-#: include/svtools/strings.hrc:203
+#: include/svtools/strings.hrc:202
#, fuzzy
msgctxt "STR_SVT_PORT"
msgid "port"
msgstr "فرز"
#. W88Be
-#: include/svtools/strings.hrc:204
+#: include/svtools/strings.hrc:203
msgctxt "STR_SVT_OTHER_CMIS"
msgid "Other CMIS"
msgstr ""
#. E9JF5
-#: include/svtools/strings.hrc:205
+#: include/svtools/strings.hrc:204
msgctxt "STR_SVT_PRNDLG_READY"
msgid "Ready"
msgstr "جاهز"
#. 6zER8
-#: include/svtools/strings.hrc:206
+#: include/svtools/strings.hrc:205
msgctxt "STR_SVT_PRNDLG_PAUSED"
msgid "Paused"
msgstr "موقوفة"
#. nqqYs
-#: include/svtools/strings.hrc:207
+#: include/svtools/strings.hrc:206
msgctxt "STR_SVT_PRNDLG_PENDING"
msgid "Pending deletion"
msgstr "الحذف المنتظر"
#. CGn9R
-#: include/svtools/strings.hrc:208
+#: include/svtools/strings.hrc:207
msgctxt "STR_SVT_PRNDLG_BUSY"
msgid "Busy"
msgstr "مشغول"
#. nyGEq
-#: include/svtools/strings.hrc:209
+#: include/svtools/strings.hrc:208
msgctxt "STR_SVT_PRNDLG_INITIALIZING"
msgid "Initializing"
msgstr "التمهيد"
#. hduW4
-#: include/svtools/strings.hrc:210
+#: include/svtools/strings.hrc:209
msgctxt "STR_SVT_PRNDLG_WAITING"
msgid "Waiting"
msgstr "بالانتظار"
#. FYGFz
-#: include/svtools/strings.hrc:211
+#: include/svtools/strings.hrc:210
msgctxt "STR_SVT_PRNDLG_WARMING_UP"
msgid "Warming up"
msgstr "Warming up"
#. qntFR
-#: include/svtools/strings.hrc:212
+#: include/svtools/strings.hrc:211
msgctxt "STR_SVT_PRNDLG_PROCESSING"
msgid "Processing"
msgstr "معالجة"
#. tUmmx
-#: include/svtools/strings.hrc:213
+#: include/svtools/strings.hrc:212
msgctxt "STR_SVT_PRNDLG_PRINTING"
msgid "Printing"
msgstr "طباعة"
#. BMWJx
-#: include/svtools/strings.hrc:214
+#: include/svtools/strings.hrc:213
msgctxt "STR_SVT_PRNDLG_OFFLINE"
msgid "Offline"
msgstr "غير متصل"
#. drDMK
-#: include/svtools/strings.hrc:215
+#: include/svtools/strings.hrc:214
msgctxt "STR_SVT_PRNDLG_ERROR"
msgid "Error"
msgstr "خطأ"
#. FnMTQ
-#: include/svtools/strings.hrc:216
+#: include/svtools/strings.hrc:215
msgctxt "STR_SVT_PRNDLG_SERVER_UNKNOWN"
msgid "Unknown Server"
msgstr "خادوم مجهول"
#. vuLYa
-#: include/svtools/strings.hrc:217
+#: include/svtools/strings.hrc:216
msgctxt "STR_SVT_PRNDLG_PAPER_JAM"
msgid "Paper jam"
msgstr "Paper jam"
#. qG4ZG
-#: include/svtools/strings.hrc:218
+#: include/svtools/strings.hrc:217
msgctxt "STR_SVT_PRNDLG_PAPER_OUT"
msgid "Not enough paper"
msgstr "نفذ الورق"
#. bB9PC
-#: include/svtools/strings.hrc:219
+#: include/svtools/strings.hrc:218
msgctxt "STR_SVT_PRNDLG_MANUAL_FEED"
msgid "Manual feed"
msgstr "التغذية اليدوية"
#. eMZJo
-#: include/svtools/strings.hrc:220
+#: include/svtools/strings.hrc:219
msgctxt "STR_SVT_PRNDLG_PAPER_PROBLEM"
msgid "Paper problem"
msgstr "مشكلة في الورق"
#. RU3Li
-#: include/svtools/strings.hrc:221
+#: include/svtools/strings.hrc:220
msgctxt "STR_SVT_PRNDLG_IO_ACTIVE"
msgid "I/O active"
msgstr "الإدخال/الإخراج نشط"
#. VEuAd
-#: include/svtools/strings.hrc:222
+#: include/svtools/strings.hrc:221
msgctxt "STR_SVT_PRNDLG_OUTPUT_BIN_FULL"
msgid "Output bin full"
msgstr "درج الإخراج ممتلئ"
#. MinDm
-#: include/svtools/strings.hrc:223
+#: include/svtools/strings.hrc:222
msgctxt "STR_SVT_PRNDLG_TONER_LOW"
msgid "Toner low"
msgstr "انخفاض في مستوى الحبر"
#. AjnQj
-#: include/svtools/strings.hrc:224
+#: include/svtools/strings.hrc:223
msgctxt "STR_SVT_PRNDLG_NO_TONER"
msgid "No toner"
msgstr "لا يوجد حبر"
#. CtvCS
-#: include/svtools/strings.hrc:225
+#: include/svtools/strings.hrc:224
msgctxt "STR_SVT_PRNDLG_PAGE_PUNT"
msgid "Delete Page"
msgstr "حذف صفحة"
#. iGWiT
-#: include/svtools/strings.hrc:226
+#: include/svtools/strings.hrc:225
msgctxt "STR_SVT_PRNDLG_USER_INTERVENTION"
msgid "User intervention necessary"
msgstr "تدخل المستخدم مطلوب"
#. 7xg4W
-#: include/svtools/strings.hrc:227
+#: include/svtools/strings.hrc:226
msgctxt "STR_SVT_PRNDLG_OUT_OF_MEMORY"
msgid "Insufficient memory"
msgstr "ذاكرة غير كافية"
#. DcNFt
-#: include/svtools/strings.hrc:228
+#: include/svtools/strings.hrc:227
msgctxt "STR_SVT_PRNDLG_DOOR_OPEN"
msgid "Cover open"
msgstr "الغطاء مفتوح"
#. CHiEH
-#: include/svtools/strings.hrc:229
+#: include/svtools/strings.hrc:228
msgctxt "STR_SVT_PRNDLG_POWER_SAVE"
msgid "Power save mode"
msgstr "وضع توفير الطاقة"
#. bYbeA
-#: include/svtools/strings.hrc:230
+#: include/svtools/strings.hrc:229
msgctxt "STR_SVT_PRNDLG_DEFPRINTER"
msgid "Default printer"
msgstr "الطابعة المبدئيّة"
#. 9QCL5
-#: include/svtools/strings.hrc:231
+#: include/svtools/strings.hrc:230
#, c-format
msgctxt "STR_SVT_PRNDLG_JOBCOUNT"
msgid "%d documents"
msgstr "%d مستندات"
#. yobGc
-#: include/svtools/strings.hrc:233
+#: include/svtools/strings.hrc:232
msgctxt "STR_NO_FIELD_SELECTION"
msgid "<none>"
msgstr "<بلا>"
#. Fa4nQ
-#: include/svtools/strings.hrc:234
+#: include/svtools/strings.hrc:233
msgctxt "STR_FIELD_COMPANY"
msgid "Company"
msgstr "الشركة"
#. DdDzQ
-#: include/svtools/strings.hrc:235
+#: include/svtools/strings.hrc:234
msgctxt "STR_FIELD_DEPARTMENT"
msgid "Department"
msgstr "القسم"
#. LXmyi
-#: include/svtools/strings.hrc:236
+#: include/svtools/strings.hrc:235
msgctxt "STR_FIELD_FIRSTNAME"
msgid "First name"
msgstr "الاسم الأول"
#. 2MkxF
-#: include/svtools/strings.hrc:237
+#: include/svtools/strings.hrc:236
msgctxt "STR_FIELD_LASTNAME"
msgid "Last name"
msgstr "اسم الأخير"
#. VyyM6
-#: include/svtools/strings.hrc:238
+#: include/svtools/strings.hrc:237
msgctxt "STR_FIELD_STREET"
msgid "Street"
msgstr "الشارع"
#. wUdSC
-#: include/svtools/strings.hrc:239
+#: include/svtools/strings.hrc:238
msgctxt "STR_FIELD_COUNTRY"
msgid "Country"
msgstr "الدولة"
#. tAg9k
-#: include/svtools/strings.hrc:240
+#: include/svtools/strings.hrc:239
msgctxt "STR_FIELD_ZIPCODE"
msgid "ZIP Code"
msgstr "الرمز البريدي"
#. UYGgj
-#: include/svtools/strings.hrc:241
+#: include/svtools/strings.hrc:240
msgctxt "STR_FIELD_CITY"
msgid "City"
msgstr "المدينة"
#. vTYyD
-#: include/svtools/strings.hrc:242
+#: include/svtools/strings.hrc:241
msgctxt "STR_FIELD_TITLE"
msgid "Title"
msgstr "المسمى الوظيفي"
#. E7qqB
-#: include/svtools/strings.hrc:243
+#: include/svtools/strings.hrc:242
msgctxt "STR_FIELD_POSITION"
msgid "Position"
msgstr "الموضع"
#. NiFzB
-#: include/svtools/strings.hrc:244
+#: include/svtools/strings.hrc:243
msgctxt "STR_FIELD_ADDRFORM"
msgid "Addr. Form"
msgstr "نموذج العناوين"
#. CFDX6
-#: include/svtools/strings.hrc:245
+#: include/svtools/strings.hrc:244
msgctxt "STR_FIELD_INITIALS"
msgid "Initials"
msgstr "الحروف البادئة"
#. 2DADo
-#: include/svtools/strings.hrc:246
+#: include/svtools/strings.hrc:245
msgctxt "STR_FIELD_SALUTATION"
msgid "Complimentary close"
msgstr "إطراء ختامي"
#. 8MWGd
-#: include/svtools/strings.hrc:247
+#: include/svtools/strings.hrc:246
msgctxt "STR_FIELD_HOMETEL"
msgid "Tel: Home"
msgstr "الهاتف: منزل"
#. fX9J4
-#: include/svtools/strings.hrc:248
+#: include/svtools/strings.hrc:247
msgctxt "STR_FIELD_WORKTEL"
msgid "Tel: Work"
msgstr "الهاتف: عمل"
#. Ss9vd
-#: include/svtools/strings.hrc:249
+#: include/svtools/strings.hrc:248
msgctxt "STR_FIELD_FAX"
msgid "Fax"
msgstr ""
#. MgbsU
-#: include/svtools/strings.hrc:250
+#: include/svtools/strings.hrc:249
msgctxt "STR_FIELD_EMAIL"
msgid "Email"
msgstr ""
#. aHNGY
-#: include/svtools/strings.hrc:251
+#: include/svtools/strings.hrc:250
msgctxt "STR_FIELD_URL"
msgid "URL"
msgstr "عنوان URL"
#. CGutA
-#: include/svtools/strings.hrc:252
+#: include/svtools/strings.hrc:251
msgctxt "STR_FIELD_NOTE"
msgid "Note"
msgstr "ملاحظة"
#. btBDG
-#: include/svtools/strings.hrc:253
+#: include/svtools/strings.hrc:252
msgctxt "STR_FIELD_USER1"
msgid "User 1"
msgstr "User 1"
#. A4nkT
-#: include/svtools/strings.hrc:254
+#: include/svtools/strings.hrc:253
msgctxt "STR_FIELD_USER2"
msgid "User 2"
msgstr "User 2"
#. J48Kt
-#: include/svtools/strings.hrc:255
+#: include/svtools/strings.hrc:254
msgctxt "STR_FIELD_USER3"
msgid "User 3"
msgstr "User 3"
#. 3BxjF
-#: include/svtools/strings.hrc:256
+#: include/svtools/strings.hrc:255
msgctxt "STR_FIELD_USER4"
msgid "User 4"
msgstr "User 4"
#. tBBKp
-#: include/svtools/strings.hrc:257
+#: include/svtools/strings.hrc:256
msgctxt "STR_FIELD_ID"
msgid "ID"
msgstr "المُعرّف"
#. H3ygA
-#: include/svtools/strings.hrc:258
+#: include/svtools/strings.hrc:257
msgctxt "STR_FIELD_STATE"
msgid "State"
msgstr "الولاية"
#. xP2AC
-#: include/svtools/strings.hrc:259
+#: include/svtools/strings.hrc:258
msgctxt "STR_FIELD_OFFICETEL"
msgid "Tel: Office"
msgstr "الهاتف: مكتب"
#. P6Vm5
-#: include/svtools/strings.hrc:260
+#: include/svtools/strings.hrc:259
msgctxt "STR_FIELD_PAGER"
msgid "Pager"
msgstr "جهاز النداء"
#. ayErk
-#: include/svtools/strings.hrc:261
+#: include/svtools/strings.hrc:260
msgctxt "STR_FIELD_MOBILE"
msgid "Mobile"
msgstr "المحمول"
#. 26wjz
-#: include/svtools/strings.hrc:262
+#: include/svtools/strings.hrc:261
msgctxt "STR_FIELD_TELOTHER"
msgid "Tel: Other"
msgstr "الهاتف: آخر"
#. runZ4
-#: include/svtools/strings.hrc:263
+#: include/svtools/strings.hrc:262
msgctxt "STR_FIELD_CALENDAR"
msgid "Calendar"
msgstr "التقويم"
#. 7niGM
-#: include/svtools/strings.hrc:264
+#: include/svtools/strings.hrc:263
msgctxt "STR_FIELD_INVITE"
msgid "Invite"
msgstr "دعوة"
#. Fqcgq
-#: include/svtools/strings.hrc:266
+#: include/svtools/strings.hrc:265
msgctxt "STR_SVT_DEFAULT_SERVICE_LABEL"
msgid "$user$'s $service$"
msgstr ""
#. 8TFP9
-#: include/svtools/strings.hrc:268
+#: include/svtools/strings.hrc:267
msgctxt "STR_WARNING_JAVANOTFOUND"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr "يتطلّب %PRODUCTNAME إحدى بيئات جافا التّشغيليّة (JRE) لأداء هذه المهمّة. فضلًا ثبّت واحدة وأعد تشغيل %PRODUCTNAME."
#. EmFJc
-#: include/svtools/strings.hrc:269
+#: include/svtools/strings.hrc:268
msgctxt "STR_WARNING_JAVANOTFOUND_WIN"
msgid "%PRODUCTNAME requires a %BITNESS-bit Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr "يحتاج %PRODUCTNAME بيئة جافا تشغيلية %BITNESS بت (JRE) لتنفيذ هذه المهمة. رجاءً ثبّت بيئة JRE وأعِد تشغيل %PRODUCTNAME."
#. 7Adh2
-#: include/svtools/strings.hrc:270
+#: include/svtools/strings.hrc:269
msgctxt "STR_WARNING_JAVANOTFOUND_MAC"
msgid "%PRODUCTNAME requires Oracle's Java Development Kit (JDK) on macOS 10.10 or greater to perform this task. Please install them and restart %PRODUCTNAME."
msgstr ""
#. 76BEm
-#: include/svtools/strings.hrc:271
+#: include/svtools/strings.hrc:270
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_MAC"
msgid "The %PRODUCTNAME configuration has been changed. Under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr "ضبط %PRODUCTNAME تغيّر. من \"%PRODUCTNAME - التّفضيلات - %PRODUCTNAME - متقدّم\"، اختر بيئة جافا التّشغيليّة التي تريد أن يستخدمها %PRODUCTNAME."
#. BZvFF
-#: include/svtools/strings.hrc:272
+#: include/svtools/strings.hrc:271
msgctxt "STR_WARNING_INVALIDJAVASETTINGS"
msgid "The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr "ضبط %PRODUCTNAME تغيّر. من \"أدوات - خيارات - %PRODUCTNAME - متقدّم\"، اختر بيئة جافا التّشغيليّة التي تريد أن يستخدمها %PRODUCTNAME."
#. Tunzz
-#: include/svtools/strings.hrc:273
+#: include/svtools/strings.hrc:272
msgctxt "STR_ERROR_JVMCREATIONFAILED_MAC"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced."
msgstr "يتطلّب %PRODUCTNAME إحدى بيئات جافا التّشغيليّة (JRE) لتنفيذ هذه المهمّة. في بيئة JRE المحدّدة مشكلة. فضلًا اختر إصدارة أخرى أو ثبّت بيئة JRE جديدة واخترها من \"%PRODUCTNAME - التّفضيلات - %PRODUCTNAME - متقدّم\"."
#. rKxCS
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:273
msgctxt "STR_ERROR_JVMCREATIONFAILED"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Advanced."
msgstr "يتطلّب %PRODUCTNAME إحدى بيئات جافا التّشغيليّة (JRE) لتنفيذ هذه المهمّة. في بيئة JRE المحدّدة مشكلة. فضلًا اختر إصدارة أخرى أو ثبّت بيئة JRE جديدة واخترها من \"أدوات - خيارات - %PRODUCTNAME - متقدّم\". "
#. QPEUX
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:274
msgctxt "STR_WARNING_JAVANOTFOUND_TITLE"
msgid "JRE Required"
msgstr "JRE مطلوب"
#. XD3FG
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:275
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_TITLE"
msgid "Select JRE"
msgstr "تحديد JRE"
#. WETqJ
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:276
msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE معيب"
#. q7s6f
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "النص البرمجي"
#. PZmAB
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "علّم الملف"
#. eNRzD
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "الرسومات"
#. Enc4X
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "ملف التهيئة"
#. sP5AK
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "التطبيق"
#. jAA7S
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "جدول قاعدة بيانات"
#. CEhUy
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "ملف النظام"
#. E2Kzj
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "مستند ميكروسوفت وورد"
#. BU7Pw
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "ملف مساعدة"
#. kBbwy
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "مستند HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "ملف أرشيف"
#. c9WiE
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "ملف سجل"
#. gBQzN
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "قاعدة بيانات StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "مستند StarWriter 4.0 / 5.0 رئيسي"
#. 33Dez
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "صورة StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "ملف نصي"
#. 7bMJT
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "ارتباط"
#. hDFtd
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "قالب StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "مستند ميكروسوفت إكسل"
#. FWiWT
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "قالب ميكروسوفت إكسل"
#. WBsxH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "ملف تصحيح"
#. SPQtV
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "ملف"
#. Vh78a
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "المجلد"
#. ZK69j
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "مستند نصي"
#. p2aL6
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "جدول مُمتد"
#. SCtHH
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "عرض تقديمي"
#. 5gtdF
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "الرسم"
#. suagX
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "مستند HTML"
#. iLqe2
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "مستند شامل"
#. FF4fa
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "الصيغة"
#. t58zy
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "قاعدة بيانات"
#. DiNGB
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "قالب جدول أوبن‌أوفيس.أورج 1.0 مُمتد"
#. FYKGV
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "قالب رسمة أوپن‌أُفِس.أورغ 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "قالب عرض أوپن‌أُفِس.أورغ 1.0 تقديميّ"
#. Cbvtx
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "قالب مستند أوپن‌أُفِس.أورغ 1.0 نصّيّ"
#. FBCWx
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "محرك أقراص محلي"
#. MEF3h
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "محرك الأقراص"
#. 55Dof
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "محرك الأقراص المدمجة"
#. 82Acc
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "اتصال شبكي"
#. 3CBfJ
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "مستند ميكروسوفت باوربوينت"
#. DS7CP
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "قالب ميكروسوفت باوربوينت"
#. syag8
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "عرض ميكروسوفت باوربوينت"
#. fHGcD
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "صيغة أوبن‌أوفيس.أورج 1.0"
#. CFw78
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "رسم أوبن‌أوفيس.أورج 1.0 بياني"
#. tJhDC
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "رسمة أوبن‌أوفيس.أورج 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "جدول أوبن‌أوفيس.أورج 1.0 مُمتد"
#. PCBqi
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "عرض أوبن‌أوفيس.أورج 1.0 تقديمي"
#. Npija
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "مستند أوبن‌أوفيس.أورج 1.0 نصي"
#. tVnQQ
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "مستند أوبن‌أوفيس.أورج 1.0 رئيسي"
#. t6krU
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "مستند MathML"
#. ims8J
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "قاعدة بيانات OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "رسم OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "صيغة OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "مستند OpenDocument رئيسي"
#. ufLx7
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "عرض OpenDocument تقديمي"
#. TjbnG
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "جدول OpenDocument مُمتد"
#. FbCGb
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "نص OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:336
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "قالب جدول OpenDocument مُمتد"
#. 3QUto
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "قالب رسم OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "قالب عرض OpenDocument تقديمي"
#. PBGYD
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "قالب نص OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "امتداد %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:342
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:343
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:344
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:345
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -4892,6 +4886,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Guadeloupean Creole French"
msgstr ""
+#. 2b2P4
+#: svtools/inc/langtab.hrc:424
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Ligurian"
+msgstr ""
+
+#. 3LvEE
+#: svtools/inc/langtab.hrc:425
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Minangkabau"
+msgstr ""
+
#. Fsz7D
#: svtools/inc/templwin.hrc:41
msgctxt "STRARY_SVT_DOCINFO"
diff --git a/source/ar/svx/messages.po b/source/ar/svx/messages.po
index 6ea69d33927..d76fe3c7867 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16847,111 +16847,111 @@ msgid "Select the effect to apply."
msgstr "اختر التأثير لتطبيقه."
#. JKTDJ
-#: svx/uiconfig/ui/sidebararea.ui:220
+#: svx/uiconfig/ui/sidebararea.ui:223
msgctxt "sidebararea|fillattr-atkobject"
msgid "Hatching/Bitmap"
msgstr ""
#. 6ziwq
-#: svx/uiconfig/ui/sidebararea.ui:235
+#: svx/uiconfig/ui/sidebararea.ui:238
msgctxt "sidebararea|fillgrad1|tooltip_text"
msgid "Fill gradient from."
msgstr ""
#. UE2EH
-#: svx/uiconfig/ui/sidebararea.ui:259
+#: svx/uiconfig/ui/sidebararea.ui:262
#, fuzzy
msgctxt "sidebararea|gradangle|tooltip_text"
msgid "Select the gradient angle."
msgstr "اختر نمط التدرج."
#. fuzvt
-#: svx/uiconfig/ui/sidebararea.ui:264
+#: svx/uiconfig/ui/sidebararea.ui:267
msgctxt "sidebararea|gradangle-atkobject"
msgid "Gradient angle"
msgstr ""
#. FjG3M
-#: svx/uiconfig/ui/sidebararea.ui:278
+#: svx/uiconfig/ui/sidebararea.ui:281
msgctxt "sidebararea|fillgrad2|tooltip_text"
msgid "Fill gradient to."
msgstr ""
#. VnsM7
-#: svx/uiconfig/ui/sidebararea.ui:295
+#: svx/uiconfig/ui/sidebararea.ui:298
msgctxt "sidebararea|transparencylabel|tooltip_text"
msgid "Transparency"
msgstr "الشفافية"
#. RZtCX
-#: svx/uiconfig/ui/sidebararea.ui:296
+#: svx/uiconfig/ui/sidebararea.ui:299
msgctxt "sidebararea|transparencylabel"
msgid "_Transparency:"
msgstr "ال_شفافية:"
#. hrKBN
-#: svx/uiconfig/ui/sidebararea.ui:309
+#: svx/uiconfig/ui/sidebararea.ui:312
msgctxt "sidebararea|transtype|tooltip_text"
msgid "Select the type of transparency to apply."
msgstr "اختر نوع الشفافية الذي سيُطبّق."
#. qG4kJ
-#: svx/uiconfig/ui/sidebararea.ui:311
+#: svx/uiconfig/ui/sidebararea.ui:314
msgctxt "sidebararea|transtype"
msgid "None"
msgstr "لا شيء"
#. AAqxT
-#: svx/uiconfig/ui/sidebararea.ui:312
+#: svx/uiconfig/ui/sidebararea.ui:315
msgctxt "sidebararea|transtype"
msgid "Solid"
msgstr "صلب"
#. GzSAp
-#: svx/uiconfig/ui/sidebararea.ui:313
+#: svx/uiconfig/ui/sidebararea.ui:316
msgctxt "sidebararea|transtype"
msgid "Linear"
msgstr "خطّي"
#. vXTqG
-#: svx/uiconfig/ui/sidebararea.ui:314
+#: svx/uiconfig/ui/sidebararea.ui:317
msgctxt "sidebararea|transtype"
msgid "Axial"
msgstr "محوري"
#. 7BS94
-#: svx/uiconfig/ui/sidebararea.ui:315
+#: svx/uiconfig/ui/sidebararea.ui:318
msgctxt "sidebararea|transtype"
msgid "Radial"
msgstr "شعاعي"
#. tvpBz
-#: svx/uiconfig/ui/sidebararea.ui:316
+#: svx/uiconfig/ui/sidebararea.ui:319
msgctxt "sidebararea|transtype"
msgid "Ellipsoid"
msgstr "إهليجي"
#. RWDy2
-#: svx/uiconfig/ui/sidebararea.ui:317
+#: svx/uiconfig/ui/sidebararea.ui:320
msgctxt "sidebararea|transtype"
msgid "Quadratic"
msgstr "ثلاثي"
#. ozP7p
-#: svx/uiconfig/ui/sidebararea.ui:318
+#: svx/uiconfig/ui/sidebararea.ui:321
msgctxt "sidebararea|transtype"
msgid "Square"
msgstr "مربع"
#. J46j4
-#: svx/uiconfig/ui/sidebararea.ui:322
+#: svx/uiconfig/ui/sidebararea.ui:325
#, fuzzy
msgctxt "sidebararea|transtype-atkobject"
msgid "Transparency Type"
msgstr "وضع الشفافية"
#. 8hBpk
-#: svx/uiconfig/ui/sidebararea.ui:343
+#: svx/uiconfig/ui/sidebararea.ui:346
msgctxt "sidebararea|gradient|tooltip_text"
msgid "Specify the variation of gradient transparency."
msgstr "حدّد تغيّر شفافية التدرّج."
@@ -17112,150 +17112,150 @@ msgctxt "sidebargraphic|setgamma-atkobject"
msgid "Gamma value"
msgstr ""
-#. rBdfj
-#: svx/uiconfig/ui/sidebarline.ui:36
-msgctxt "sidebarline|widthlabel"
-msgid "_Line:"
-msgstr ""
-
-#. R56Ey
-#: svx/uiconfig/ui/sidebarline.ui:58
-#, fuzzy
-msgctxt "sidebarline|linestyle|tooltip_text"
-msgid "Select the style of the line."
-msgstr "حدد عرض الخط."
-
-#. 5yM6T
-#: svx/uiconfig/ui/sidebarline.ui:70
-msgctxt "sidebarline|linestyle|tooltip_text"
-msgid "Select the style of the arrowheads."
-msgstr ""
-
#. JA5zE
-#: svx/uiconfig/ui/sidebarline.ui:103
+#: svx/uiconfig/ui/sidebarline.ui:38
msgctxt "sidebarline|widthlabel"
msgid "_Width:"
msgstr "ال_عرض:"
#. HokBv
-#: svx/uiconfig/ui/sidebarline.ui:117
+#: svx/uiconfig/ui/sidebarline.ui:52
msgctxt "sidebarline|width|tooltip_text"
msgid "Select the width of the line."
msgstr "حدد عرض الخط."
#. hqTEs
-#: svx/uiconfig/ui/sidebarline.ui:144
+#: svx/uiconfig/ui/sidebarline.ui:80
msgctxt "sidebarline|colorlabel"
msgid "_Color:"
msgstr "ال_لون:"
#. oEqwH
-#: svx/uiconfig/ui/sidebarline.ui:158
+#: svx/uiconfig/ui/sidebarline.ui:94
msgctxt "sidebarline|color|tooltip_text"
msgid "Select the color of the line."
msgstr "حدد لون الخط."
#. JbEBs
-#: svx/uiconfig/ui/sidebarline.ui:167
+#: svx/uiconfig/ui/sidebarline.ui:102
msgctxt "sidebarline|setcolor|tooltip_text"
msgid "Select the color of the line."
msgstr "حدد لون الخط."
#. XiUKD
-#: svx/uiconfig/ui/sidebarline.ui:186
+#: svx/uiconfig/ui/sidebarline.ui:122
msgctxt "sidebarline|translabel"
msgid "_Transparency:"
msgstr "ال_شفافية:"
#. t32c8
-#: svx/uiconfig/ui/sidebarline.ui:200
+#: svx/uiconfig/ui/sidebarline.ui:136
msgctxt "sidebarline|linetransparency|tooltip_text"
msgid "Specify the transparency of the line."
msgstr ""
#. kDWvG
-#: svx/uiconfig/ui/sidebarline.ui:205
+#: svx/uiconfig/ui/sidebarline.ui:140
msgctxt "sidebarline|linetransparency-atkobject"
msgid "Transparency"
msgstr "الشفافية"
+#. rBdfj
+#: svx/uiconfig/ui/sidebarline.ui:158
+msgctxt "sidebarline|widthlabel"
+msgid "_Line:"
+msgstr ""
+
+#. 5yM6T
+#: svx/uiconfig/ui/sidebarline.ui:181
+msgctxt "sidebarline|linestyle|tooltip_text"
+msgid "Select the style of the arrowheads."
+msgstr ""
+
+#. R56Ey
+#: svx/uiconfig/ui/sidebarline.ui:193
+#, fuzzy
+msgctxt "sidebarline|linestyle|tooltip_text"
+msgid "Select the style of the line."
+msgstr "حدد عرض الخط."
+
#. AZukk
-#: svx/uiconfig/ui/sidebarline.ui:237
+#: svx/uiconfig/ui/sidebarline.ui:249
msgctxt "sidebarline|cornerlabel"
msgid "_Corner style:"
msgstr "نم_ط الزاوية:"
#. DhDzF
-#: svx/uiconfig/ui/sidebarline.ui:251
+#: svx/uiconfig/ui/sidebarline.ui:263
msgctxt "sidebarline|edgestyle|tooltip_text"
msgid "Select the style of the edge connections."
msgstr ""
#. CUdXF
-#: svx/uiconfig/ui/sidebarline.ui:253
+#: svx/uiconfig/ui/sidebarline.ui:265
msgctxt "sidebarline|edgestyle"
msgid "Rounded"
msgstr "دائرية"
#. jPD2D
-#: svx/uiconfig/ui/sidebarline.ui:254
+#: svx/uiconfig/ui/sidebarline.ui:266
msgctxt "sidebarline|edgestyle"
msgid "- none -"
msgstr "- بلا -"
#. MuNWz
-#: svx/uiconfig/ui/sidebarline.ui:255
+#: svx/uiconfig/ui/sidebarline.ui:267
msgctxt "sidebarline|edgestyle"
msgid "Mitered"
msgstr "عادية"
#. Dftrf
-#: svx/uiconfig/ui/sidebarline.ui:256
+#: svx/uiconfig/ui/sidebarline.ui:268
msgctxt "sidebarline|edgestyle"
msgid "Beveled"
msgstr "مائلة"
#. EG2LW
-#: svx/uiconfig/ui/sidebarline.ui:260
+#: svx/uiconfig/ui/sidebarline.ui:272
#, fuzzy
msgctxt "sidebarline|edgestyle-atkobject"
msgid "Corner Style"
msgstr "نمط الحدود"
#. rHzFD
-#: svx/uiconfig/ui/sidebarline.ui:273
+#: svx/uiconfig/ui/sidebarline.ui:285
msgctxt "sidebarline|caplabel"
msgid "Ca_p style:"
msgstr "نمط ال_غطاء:"
#. PbDF7
-#: svx/uiconfig/ui/sidebarline.ui:287
+#: svx/uiconfig/ui/sidebarline.ui:299
#, fuzzy
msgctxt "sidebarline|linecapstyle|tooltip_text"
msgid "Select the style of the line caps."
msgstr "حدد عرض الخط."
#. 9qZVm
-#: svx/uiconfig/ui/sidebarline.ui:289
+#: svx/uiconfig/ui/sidebarline.ui:301
#, fuzzy
msgctxt "sidebarline|linecapstyle"
msgid "Flat"
msgstr "مسطح"
#. AK2DH
-#: svx/uiconfig/ui/sidebarline.ui:290
+#: svx/uiconfig/ui/sidebarline.ui:302
msgctxt "sidebarline|linecapstyle"
msgid "Round"
msgstr "دائرية"
#. 52VUc
-#: svx/uiconfig/ui/sidebarline.ui:291
+#: svx/uiconfig/ui/sidebarline.ui:303
msgctxt "sidebarline|linecapstyle"
msgid "Square"
msgstr "مربع"
#. AxAHn
-#: svx/uiconfig/ui/sidebarline.ui:295
+#: svx/uiconfig/ui/sidebarline.ui:307
msgctxt "sidebarline|linecapstyle-atkobject"
msgid "Cap Style"
msgstr ""
diff --git a/source/ar/sw/messages.po b/source/ar/sw/messages.po
index 535be1c36ea..9470a18327b 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:54+0100\n"
"PO-Revision-Date: 2018-12-11 06:54+0000\n"
"Last-Translator: صفا الفليج <safa1996alfulaij@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2932,10 +2932,10 @@ msgctxt "STR_HYPH_TITLE"
msgid "Hyphenation"
msgstr "فصل المقاطع"
-#. zMC8E
+#. EDxsk
#: sw/inc/strings.hrc:397
msgctxt "STR_HYPH_MISSING"
-msgid "Missing hyphenation info"
+msgid "Missing hyphenation data"
msgstr ""
#. TEP66
@@ -3870,1688 +3870,1718 @@ msgctxt "STR_TABLE_NAME"
msgid "table: $1$2$3"
msgstr "جدول: $1$2$3"
-#. WTcCB
+#. AtWxA
#: sw/inc/strings.hrc:554
-msgctxt "STR_CHAPTER_NAME"
+msgctxt "STR_CHAPTERS"
msgid "chapter"
-msgstr ""
-
-#. NBkBh
-#: sw/inc/strings.hrc:555
-msgctxt "STR_CHAPTERS_NAME"
-msgid "chapters"
-msgstr ""
+msgid_plural "chapters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
#. 2JCL2
-#: sw/inc/strings.hrc:556
+#: sw/inc/strings.hrc:555
msgctxt "STR_PARAGRAPH_UNDO"
msgid "paragraph"
msgstr "فقرة"
#. DvnGA
-#: sw/inc/strings.hrc:557
+#: sw/inc/strings.hrc:556
#, fuzzy
msgctxt "STR_PARAGRAPH_SIGN_UNDO"
msgid "Paragraph sign"
msgstr "الفقرة هي "
#. oL9GG
-#: sw/inc/strings.hrc:558
+#: sw/inc/strings.hrc:557
msgctxt "STR_UNDO_FLYFRMFMT_TITLE"
msgid "Change object title of $1"
msgstr "تغيير عنوان كائن $1"
#. 3Cv7E
-#: sw/inc/strings.hrc:559
+#: sw/inc/strings.hrc:558
msgctxt "STR_UNDO_FLYFRMFMT_DESCRIPTION"
msgid "Change object description of $1"
msgstr ""
#. rWw8U
-#: sw/inc/strings.hrc:560
+#: sw/inc/strings.hrc:559
msgctxt "STR_UNDO_TBLSTYLE_CREATE"
msgid "Create table style: $1"
msgstr "إنشاء نمط الجدول: $1"
#. jGxgy
-#: sw/inc/strings.hrc:561
+#: sw/inc/strings.hrc:560
msgctxt "STR_UNDO_TBLSTYLE_DELETE"
msgid "Delete table style: $1"
msgstr "حذف نمط الجدول: $1"
#. 6NWP3
-#: sw/inc/strings.hrc:562
+#: sw/inc/strings.hrc:561
msgctxt "STR_UNDO_TBLSTYLE_UPDATE"
msgid "Update table style: $1"
msgstr "تحديث نمط الجدول: $1"
#. JegfU
-#: sw/inc/strings.hrc:563
+#: sw/inc/strings.hrc:562
msgctxt "STR_UNDO_TABLE_DELETE"
msgid "Delete table"
msgstr "حذف الجدول"
#. KSMpJ
-#: sw/inc/strings.hrc:564
+#: sw/inc/strings.hrc:563
msgctxt "STR_UNDO_INSERT_FORM_FIELD"
msgid "Insert form field"
msgstr ""
#. 2zJmG
-#: sw/inc/strings.hrc:565
+#: sw/inc/strings.hrc:564
msgctxt "STR_DROP_DOWN_FIELD_ITEM_LIMIT"
msgid "You can specify maximum of 25 items for a drop-down form field."
msgstr ""
#. CUXeF
-#: sw/inc/strings.hrc:567
+#: sw/inc/strings.hrc:566
msgctxt "STR_ACCESS_DOC_NAME"
msgid "Document view"
msgstr "عرض المستند"
#. FrBrC
-#: sw/inc/strings.hrc:568
+#: sw/inc/strings.hrc:567
msgctxt "STR_ACCESS_DOC_DESC"
msgid "Document view"
msgstr "عرض المستند"
#. BCEgS
-#: sw/inc/strings.hrc:569
+#: sw/inc/strings.hrc:568
msgctxt "STR_ACCESS_HEADER_NAME"
msgid "Header $(ARG1)"
msgstr "الترويسة $(ARG1)"
#. zKdDR
-#: sw/inc/strings.hrc:570
+#: sw/inc/strings.hrc:569
msgctxt "STR_ACCESS_HEADER_DESC"
msgid "Header page $(ARG1)"
msgstr "صفحة الترويسة $(ARG1)"
#. NhFrV
-#: sw/inc/strings.hrc:571
+#: sw/inc/strings.hrc:570
msgctxt "STR_ACCESS_FOOTER_NAME"
msgid "Footer $(ARG1)"
msgstr "التذيل $(ARG1)"
#. 6GJNd
-#: sw/inc/strings.hrc:572
+#: sw/inc/strings.hrc:571
msgctxt "STR_ACCESS_FOOTER_DESC"
msgid "Footer page $(ARG1)"
msgstr "صفحة التذييل $(ARG1)"
#. VGUwW
-#: sw/inc/strings.hrc:573
+#: sw/inc/strings.hrc:572
msgctxt "STR_ACCESS_FOOTNOTE_NAME"
msgid "Footnote $(ARG1)"
msgstr "حاشية $(ARG1)"
#. a7XMU
-#: sw/inc/strings.hrc:574
+#: sw/inc/strings.hrc:573
msgctxt "STR_ACCESS_FOOTNOTE_DESC"
msgid "Footnote $(ARG1)"
msgstr "حاشية $(ARG1)"
#. 3ExiP
-#: sw/inc/strings.hrc:575
+#: sw/inc/strings.hrc:574
msgctxt "STR_ACCESS_ENDNOTE_NAME"
msgid "Endnote $(ARG1)"
msgstr "تذييل الخاتمة $(ARG1)"
#. 8XdTm
-#: sw/inc/strings.hrc:576
+#: sw/inc/strings.hrc:575
msgctxt "STR_ACCESS_ENDNOTE_DESC"
msgid "Endnote $(ARG1)"
msgstr "تذييل الخاتمة $(ARG1)"
#. 4sTZN
-#: sw/inc/strings.hrc:577
+#: sw/inc/strings.hrc:576
msgctxt "STR_ACCESS_TABLE_DESC"
msgid "$(ARG1) on page $(ARG2)"
msgstr "$(ARG1) في الصفحة $(ARG2)"
#. Z5Uy9
-#: sw/inc/strings.hrc:578
+#: sw/inc/strings.hrc:577
msgctxt "STR_ACCESS_PAGE_NAME"
msgid "Page $(ARG1)"
msgstr "الصفحة $(ARG1)"
#. CWroT
-#: sw/inc/strings.hrc:579
+#: sw/inc/strings.hrc:578
msgctxt "STR_ACCESS_PAGE_DESC"
msgid "Page: $(ARG1)"
msgstr "الصفحة: $(ARG1)"
#. iwfxM
-#: sw/inc/strings.hrc:580
+#: sw/inc/strings.hrc:579
msgctxt "STR_ACCESS_ANNOTATION_AUTHOR_NAME"
msgid "Author"
msgstr "المؤلف"
#. sff9t
-#: sw/inc/strings.hrc:581
+#: sw/inc/strings.hrc:580
msgctxt "STR_ACCESS_ANNOTATION_DATE_NAME"
msgid "Date"
msgstr "التاريخ"
#. VScXC
-#: sw/inc/strings.hrc:582
+#: sw/inc/strings.hrc:581
msgctxt "STR_ACCESS_ANNOTATION_RESOLVED_NAME"
msgid "Resolved"
msgstr ""
#. JtzA4
-#: sw/inc/strings.hrc:583
+#: sw/inc/strings.hrc:582
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_NAME"
msgid "Actions"
msgstr "الإجراءات"
#. cHWqM
-#: sw/inc/strings.hrc:584
+#: sw/inc/strings.hrc:583
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_DESC"
msgid "Activate this button to open a list of actions which can be performed on this comment and other comments"
msgstr "قم بتنشيط هذا الزر لفتح قائمة بالإجراءات التي يمكن تنفيذها على هذا التعليق والتعليقات الأخرى"
#. 9YxaB
-#: sw/inc/strings.hrc:585
+#: sw/inc/strings.hrc:584
msgctxt "STR_ACCESS_PREVIEW_DOC_NAME"
msgid "Document preview"
msgstr "معاينة المستند"
#. eYFFo
-#: sw/inc/strings.hrc:586
+#: sw/inc/strings.hrc:585
msgctxt "STR_ACCESS_PREVIEW_DOC_SUFFIX"
msgid "(Preview mode)"
msgstr "(وضع المعاينة)"
#. Fp7Hn
-#: sw/inc/strings.hrc:587
+#: sw/inc/strings.hrc:586
msgctxt "STR_ACCESS_DOC_WORDPROCESSING"
msgid "%PRODUCTNAME Document"
msgstr "مستند %PRODUCTNAME"
#. CsQKH
-#: sw/inc/strings.hrc:589
+#: sw/inc/strings.hrc:588
msgctxt "STR_COMCORE_READERROR"
msgid "Read Error"
msgstr "خطأ في القراءة"
#. ztbVu
-#: sw/inc/strings.hrc:590
+#: sw/inc/strings.hrc:589
msgctxt "STR_COMCORE_CANT_SHOW"
msgid "Image cannot be displayed."
msgstr "تعذّر عرض الصورة."
#. iJsFt
-#: sw/inc/strings.hrc:591
+#: sw/inc/strings.hrc:590
msgctxt "STR_ERROR_CLPBRD_READ"
msgid "Error reading from the clipboard."
msgstr "خطأ في القراءة من الحافظة."
#. bXZQD
-#: sw/inc/strings.hrc:593
+#: sw/inc/strings.hrc:592
msgctxt "STR_COLUMN_BREAK"
msgid "Manual Column Break"
msgstr "فاصل أعمدة يدويّ"
#. 7DzNG
-#: sw/inc/strings.hrc:595
+#: sw/inc/strings.hrc:594
msgctxt "STR_CHART2_ROW_LABEL_TEXT"
msgid "Row %ROWNUMBER"
msgstr "الصّفّ %ROWNUMBER"
#. GYFVF
-#: sw/inc/strings.hrc:596
+#: sw/inc/strings.hrc:595
#, c-format
msgctxt "STR_CHART2_COL_LABEL_TEXT"
msgid "Column %COLUMNLETTER"
msgstr "العمود %COLUMNLETTER"
#. GGS2b
-#: sw/inc/strings.hrc:597
+#: sw/inc/strings.hrc:596
msgctxt "STR_STYLE_FAMILY_CHARACTER"
msgid "Character"
msgstr "المحارف"
#. KBw5e
-#: sw/inc/strings.hrc:598
+#: sw/inc/strings.hrc:597
msgctxt "STR_STYLE_FAMILY_PARAGRAPH"
msgid "Paragraph"
msgstr "الفقرات"
#. ERH8o
-#: sw/inc/strings.hrc:599
+#: sw/inc/strings.hrc:598
msgctxt "STR_STYLE_FAMILY_FRAME"
msgid "Frame"
msgstr "الإطارات"
#. Cqjn8
-#: sw/inc/strings.hrc:600
+#: sw/inc/strings.hrc:599
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Pages"
msgstr "الصّفحات"
#. ncffA
-#: sw/inc/strings.hrc:601
+#: sw/inc/strings.hrc:600
msgctxt "STR_STYLE_FAMILY_NUMBERING"
msgid "Numbering"
msgstr "التّعداد"
#. NydLs
-#: sw/inc/strings.hrc:602
+#: sw/inc/strings.hrc:601
msgctxt "STR_STYLE_FAMILY_TABLE"
msgid "Table"
msgstr "الجداول"
#. XUhuM
-#: sw/inc/strings.hrc:603
+#: sw/inc/strings.hrc:602
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell"
msgstr "خلية"
#. DRqDZ
-#: sw/inc/strings.hrc:605
+#: sw/inc/strings.hrc:604
msgctxt "ST_SCRIPT_ASIAN"
msgid "Asian"
msgstr "آسيوي"
#. owFtq
-#: sw/inc/strings.hrc:606
+#: sw/inc/strings.hrc:605
msgctxt "ST_SCRIPT_CTL"
msgid "CTL"
msgstr "النصوص المركّبة"
#. ap5iF
-#: sw/inc/strings.hrc:607
+#: sw/inc/strings.hrc:606
msgctxt "ST_SCRIPT_WESTERN"
msgid "Western"
msgstr "غربي"
#. HD64i
-#: sw/inc/strings.hrc:608
+#: sw/inc/strings.hrc:607
msgctxt "STR_PRINTOPTUI_PRODUCTNAME"
msgid "%PRODUCTNAME %s"
msgstr "‏%PRODUCTNAME ‏%s"
#. q6egu
-#: sw/inc/strings.hrc:609
+#: sw/inc/strings.hrc:608
msgctxt "STR_PRINTOPTUI_CONTENTS"
msgid "Contents"
msgstr "المحتويات"
#. Ka4fM
-#: sw/inc/strings.hrc:610
+#: sw/inc/strings.hrc:609
msgctxt "STR_PRINTOPTUI_PAGE_BACKGROUND"
msgid "Page ba~ckground"
msgstr "خل~فية الصفحة"
#. YPEEH
-#: sw/inc/strings.hrc:611
+#: sw/inc/strings.hrc:610
msgctxt "STR_PRINTOPTUI_PICTURES"
msgid "~Images and other graphic objects"
msgstr ""
#. L6GSj
-#: sw/inc/strings.hrc:612
+#: sw/inc/strings.hrc:611
msgctxt "STR_PRINTOPTUI_HIDDEN"
msgid "Hidden te~xt"
msgstr "نص م~خفي"
#. pXiRN
-#: sw/inc/strings.hrc:613
+#: sw/inc/strings.hrc:612
msgctxt "STR_PRINTOPTUI_TEXT_PLACEHOLDERS"
msgid "~Text placeholders"
msgstr "حافظات مكان ال~نص"
#. JBWVd
-#: sw/inc/strings.hrc:614
+#: sw/inc/strings.hrc:613
msgctxt "STR_PRINTOPTUI_FORM_CONTROLS"
msgid "Form control~s"
msgstr "متح~كّمات النماذج"
#. X8Bfu
-#: sw/inc/strings.hrc:615
+#: sw/inc/strings.hrc:614
msgctxt "STR_PRINTOPTUI_COLOR"
msgid "Color"
msgstr "اللون"
#. kQDcq
-#: sw/inc/strings.hrc:616
+#: sw/inc/strings.hrc:615
msgctxt "STR_PRINTOPTUI_PRINT_BLACK"
msgid "Print text in blac~k"
msgstr "اطبع النص بالأ~سود"
#. DEELn
-#: sw/inc/strings.hrc:617
+#: sw/inc/strings.hrc:616
msgctxt "STR_PRINTOPTUI_PAGES_TEXT"
msgid "Pages:"
msgstr ""
#. uddbB
-#: sw/inc/strings.hrc:618
+#: sw/inc/strings.hrc:617
msgctxt "STR_PRINTOPTUI_PRINT_BLANK"
msgid "Print ~automatically inserted blank pages"
msgstr "اطبع الص~فحات الفارغة المُدرجة تلقائيًا"
#. MTJt2
-#: sw/inc/strings.hrc:619
+#: sw/inc/strings.hrc:618
msgctxt "STR_PRINTOPTUI_ONLY_PAPER"
msgid "~Use only paper tray from printer preferences"
msgstr "اس~تخدم فقط درج الورق من تفضيلات الطابعة"
#. 4uBam
-#: sw/inc/strings.hrc:620
+#: sw/inc/strings.hrc:619
msgctxt "STR_PRINTOPTUI_NONE"
msgid "None (document only)"
msgstr "لا شيء (المستند فقط)"
#. pbQtA
-#: sw/inc/strings.hrc:621
+#: sw/inc/strings.hrc:620
msgctxt "STR_PRINTOPTUI_COMMENTS_ONLY"
msgid "Comments only"
msgstr "التعليقات فقط"
#. sVnbD
-#: sw/inc/strings.hrc:622
+#: sw/inc/strings.hrc:621
msgctxt "STR_PRINTOPTUI_PLACE_END"
msgid "Place at end of document"
msgstr "ضعها في نهاية المستند"
#. D4BXH
-#: sw/inc/strings.hrc:623
+#: sw/inc/strings.hrc:622
msgctxt "STR_PRINTOPTUI_PLACE_PAGE"
msgid "Place at end of page"
msgstr "ضعها في نهاية الصفحة"
#. 6rzab
-#: sw/inc/strings.hrc:624
+#: sw/inc/strings.hrc:623
msgctxt "STR_PRINTOPTUI_COMMENTS"
msgid "~Comments"
msgstr "ال~تعليقات"
#. cnqLU
-#: sw/inc/strings.hrc:625
+#: sw/inc/strings.hrc:624
msgctxt "STR_PRINTOPTUI_BROCHURE"
msgid "Broch~ure"
msgstr "من~شور"
#. t6drz
-#: sw/inc/strings.hrc:626
+#: sw/inc/strings.hrc:625
msgctxt "STR_PRINTOPTUI_LEFT_SCRIPT"
msgid "Left-to-right script"
msgstr "كتابة من اليسار إلى اليمين"
#. QgmxB
-#: sw/inc/strings.hrc:627
+#: sw/inc/strings.hrc:626
msgctxt "STR_PRINTOPTUI_RIGHT_SCRIPT"
msgid "Right-to-left script"
msgstr "كتابة من اليمين إلى اليسار"
-#. jaqAs
-#: sw/inc/strings.hrc:628
+#. t4Cm7
+#: sw/inc/strings.hrc:627
msgctxt "STR_PRINTOPTUI_PRINTALLPAGES"
-msgid "All ~Pages"
+msgid "~All Pages"
msgstr ""
#. ZDRM2
-#: sw/inc/strings.hrc:629
+#: sw/inc/strings.hrc:628
msgctxt "STR_PRINTOPTUI_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. F862f
-#: sw/inc/strings.hrc:630
+#: sw/inc/strings.hrc:629
msgctxt "STR_PRINTOPTUI_PRINTEVENPAGES"
msgid "~Even pages"
msgstr ""
#. ttxxB
-#: sw/inc/strings.hrc:631
+#: sw/inc/strings.hrc:630
msgctxt "STR_PRINTOPTUI_PRINTODDPAGES"
msgid "~Odd pages"
msgstr ""
#. rajyx
-#: sw/inc/strings.hrc:632
+#: sw/inc/strings.hrc:631
msgctxt "STR_PRINTOPTUI_PRINTSELECTION"
msgid "~Selection"
msgstr ""
#. 9EXcV
-#: sw/inc/strings.hrc:633
+#: sw/inc/strings.hrc:632
msgctxt "STR_PRINTOPTUI_PLACE_MARGINS"
msgid "Place in margins"
msgstr "ضعها في الحواف"
#. NGQw3
-#: sw/inc/strings.hrc:635
+#: sw/inc/strings.hrc:634
msgctxt "STR_FORMULA_CALC"
msgid "Functions"
msgstr "دالّات"
#. D3RCG
-#: sw/inc/strings.hrc:636
+#: sw/inc/strings.hrc:635
msgctxt "STR_FORMULA_CANCEL"
msgid "Cancel"
msgstr "ألغِ"
#. 3Tg3C
-#: sw/inc/strings.hrc:637
+#: sw/inc/strings.hrc:636
msgctxt "STR_FORMULA_APPLY"
msgid "Apply"
msgstr "طبّق"
#. UDkFb
-#: sw/inc/strings.hrc:638
+#: sw/inc/strings.hrc:637
msgctxt "STR_ACCESS_FORMULA_TOOLBAR"
msgid "Formula Tool Bar"
msgstr "شريط أدوات المعادلة"
#. Z3CB5
-#: sw/inc/strings.hrc:639
+#: sw/inc/strings.hrc:638
msgctxt "STR_ACCESS_FORMULA_TYPE"
msgid "Formula Type"
msgstr "نوع المعادلة"
#. 3CCa7
-#: sw/inc/strings.hrc:640
+#: sw/inc/strings.hrc:639
msgctxt "STR_ACCESS_FORMULA_TEXT"
msgid "Formula Text"
msgstr "نصّ المعادلة"
#. FXNer
-#: sw/inc/strings.hrc:642
+#: sw/inc/strings.hrc:641
msgctxt "STR_ACCESS_TL_GLOBAL"
msgid "Global View"
msgstr ""
#. aeeRP
-#: sw/inc/strings.hrc:643
+#: sw/inc/strings.hrc:642
msgctxt "STR_ACCESS_TL_CONTENT"
msgid "Content Navigation View"
msgstr "منظور الملاحة في المحتوى"
#. UAExA
-#: sw/inc/strings.hrc:644
+#: sw/inc/strings.hrc:643
#, fuzzy
msgctxt "STR_OUTLINE_LEVEL"
msgid "Outline Level"
msgstr "مخطط تفصيلي: مستوى "
#. yERK6
-#: sw/inc/strings.hrc:645
+#: sw/inc/strings.hrc:644
msgctxt "STR_DRAGMODE"
msgid "Drag Mode"
msgstr "وضع السحب"
#. PAB4k
-#: sw/inc/strings.hrc:646
+#: sw/inc/strings.hrc:645
msgctxt "STR_SEND_OUTLINE_TO_CLIPBOARD_ENTRY"
msgid "Send Outline to Clipboard"
msgstr ""
-#. DMBCD
+#. b5tPU
+#: sw/inc/strings.hrc:646
+msgctxt "STR_OUTLINE_TRACKING"
+msgid "Outline Tracking"
+msgstr ""
+
+#. qzXwn
#: sw/inc/strings.hrc:647
+msgctxt "STR_OUTLINE_TRACKING_DEFAULT"
+msgid "Default"
+msgstr ""
+
+#. HGDgJ
+#: sw/inc/strings.hrc:648
+msgctxt "STR_OUTLINE_TRACKING_FOCUS"
+msgid "Focus"
+msgstr ""
+
+#. BYRpF
+#: sw/inc/strings.hrc:649
+msgctxt "STR_OUTLINE_TRACKING_OFF"
+msgid "Off"
+msgstr ""
+
+#. bh39E
+#: sw/inc/strings.hrc:650
+msgctxt "STR_GOTO"
+msgid "Go to"
+msgstr ""
+
+#. DMBCD
+#: sw/inc/strings.hrc:651
msgctxt "STR_SELECT"
msgid "Select"
msgstr ""
#. LXGe4
-#: sw/inc/strings.hrc:648
+#: sw/inc/strings.hrc:652
msgctxt "STR_DEMOTE_CHAPTER"
msgid "Demote Chapter"
msgstr ""
#. JXiwa
-#: sw/inc/strings.hrc:649
+#: sw/inc/strings.hrc:653
msgctxt "STR_PROMOTE_CHAPTER"
msgid "Promote Chapter"
msgstr ""
#. 7BYGD
-#: sw/inc/strings.hrc:650
+#: sw/inc/strings.hrc:654
msgctxt "STR_DEMOTE_LEVEL"
msgid "Demote Level"
msgstr ""
#. DdvQg
-#: sw/inc/strings.hrc:651
+#: sw/inc/strings.hrc:655
msgctxt "STR_PROMOTE_LEVEL"
msgid "Promote Level"
msgstr ""
#. 9Fipd
-#: sw/inc/strings.hrc:652
+#: sw/inc/strings.hrc:656
msgctxt "STR_EXPANDALL"
msgid "Expand All"
msgstr ""
#. FxGVt
-#: sw/inc/strings.hrc:653
+#: sw/inc/strings.hrc:657
msgctxt "STR_COLLAPSEALL"
msgid "Collapse All"
msgstr ""
#. xvSRm
-#: sw/inc/strings.hrc:654
+#: sw/inc/strings.hrc:658
msgctxt "STR_HYPERLINK"
msgid "Insert as Hyperlink"
msgstr "أدرج كرابط"
#. sdfGe
-#: sw/inc/strings.hrc:655
+#: sw/inc/strings.hrc:659
msgctxt "STR_LINK_REGION"
msgid "Insert as Link"
msgstr "أدرج كرابط"
#. Suaiz
-#: sw/inc/strings.hrc:656
+#: sw/inc/strings.hrc:660
msgctxt "STR_COPY_REGION"
msgid "Insert as Copy"
msgstr "أدرج كنسخة"
#. VgdhT
-#: sw/inc/strings.hrc:657
+#: sw/inc/strings.hrc:661
msgctxt "STR_DISPLAY"
msgid "Display"
msgstr "عرض"
#. 3VXp5
-#: sw/inc/strings.hrc:658
+#: sw/inc/strings.hrc:662
msgctxt "STR_ACTIVE_VIEW"
msgid "Active Window"
msgstr "النافذة النشطة"
#. fAAUc
-#: sw/inc/strings.hrc:659
+#: sw/inc/strings.hrc:663
msgctxt "STR_HIDDEN"
msgid "hidden"
msgstr "مخفي"
#. 3VWjq
-#: sw/inc/strings.hrc:660
+#: sw/inc/strings.hrc:664
msgctxt "STR_ACTIVE"
msgid "active"
msgstr "نشط"
#. YjPvg
-#: sw/inc/strings.hrc:661
+#: sw/inc/strings.hrc:665
msgctxt "STR_INACTIVE"
msgid "inactive"
msgstr "خامل"
#. tBPKU
-#: sw/inc/strings.hrc:662
+#: sw/inc/strings.hrc:666
msgctxt "STR_EDIT_ENTRY"
msgid "Edit..."
msgstr "حرّر..."
#. ppC87
-#: sw/inc/strings.hrc:663
+#: sw/inc/strings.hrc:667
msgctxt "STR_UPDATE"
msgid "~Update"
msgstr "حدّ~ث"
#. 44Esc
-#: sw/inc/strings.hrc:664
+#: sw/inc/strings.hrc:668
msgctxt "STR_EDIT_CONTENT"
msgid "Edit"
msgstr "حرّر"
#. w3ZrD
-#: sw/inc/strings.hrc:665
+#: sw/inc/strings.hrc:669
msgctxt "STR_EDIT_LINK"
msgid "Edit link"
msgstr "حرّر الرابط"
#. xyPWE
-#: sw/inc/strings.hrc:666
+#: sw/inc/strings.hrc:670
msgctxt "STR_EDIT_INSERT"
msgid "Insert"
msgstr "أدرج"
#. AT9SS
-#: sw/inc/strings.hrc:667
+#: sw/inc/strings.hrc:671
msgctxt "STR_INDEX"
msgid "~Index"
msgstr "ال~فهرس"
#. MnBLc
-#: sw/inc/strings.hrc:668
+#: sw/inc/strings.hrc:672
msgctxt "STR_FILE"
msgid "File"
msgstr "ملف"
#. DdBgh
-#: sw/inc/strings.hrc:669
+#: sw/inc/strings.hrc:673
msgctxt "STR_NEW_FILE"
msgid "New Document"
msgstr "مستند جديد"
#. aV9Uy
-#: sw/inc/strings.hrc:670
+#: sw/inc/strings.hrc:674
msgctxt "STR_INSERT_TEXT"
msgid "Text"
msgstr "نص"
#. 5rD3D
-#: sw/inc/strings.hrc:671
+#: sw/inc/strings.hrc:675
msgctxt "STR_DELETE"
msgid "Delete"
msgstr "احذف"
#. 9MrsU
-#: sw/inc/strings.hrc:672
+#: sw/inc/strings.hrc:676
msgctxt "STR_DELETE_ENTRY"
msgid "~Delete"
msgstr "اح~ذف"
#. A28Rb
-#: sw/inc/strings.hrc:673
+#: sw/inc/strings.hrc:677
msgctxt "STR_UPDATE_SEL"
msgid "Selection"
msgstr "التحديد"
#. gRBxA
-#: sw/inc/strings.hrc:674
+#: sw/inc/strings.hrc:678
msgctxt "STR_UPDATE_INDEX"
msgid "Indexes"
msgstr "الفهارس"
#. WKwLS
-#: sw/inc/strings.hrc:675
+#: sw/inc/strings.hrc:679
msgctxt "STR_UPDATE_LINK"
msgid "Links"
msgstr "روابط"
#. TaaJK
-#: sw/inc/strings.hrc:676
+#: sw/inc/strings.hrc:680
msgctxt "STR_UPDATE_ALL"
msgid "All"
msgstr "الكل"
#. 6neCN
-#: sw/inc/strings.hrc:677
+#: sw/inc/strings.hrc:681
msgctxt "STR_REMOVE_INDEX"
msgid "~Remove Index"
msgstr "أ~زِل الفهرس"
#. RH2h9
-#: sw/inc/strings.hrc:678
+#: sw/inc/strings.hrc:682
msgctxt "STR_REMOVE_TBL_PROTECTION"
msgid "~Unprotect"
msgstr "ألغِ الح~ماية"
#. HpMeb
-#: sw/inc/strings.hrc:679
+#: sw/inc/strings.hrc:683
msgctxt "STR_INVISIBLE"
msgid "hidden"
msgstr "مخفي"
#. XcCnB
-#: sw/inc/strings.hrc:680
+#: sw/inc/strings.hrc:684
msgctxt "STR_BROKEN_LINK"
msgid "File not found: "
msgstr "لم يُعثر على الملف: "
#. 8BkZE
-#: sw/inc/strings.hrc:681
+#: sw/inc/strings.hrc:685
msgctxt "STR_RENAME"
msgid "~Rename..."
msgstr ""
#. FnvNk
-#: sw/inc/strings.hrc:682
+#: sw/inc/strings.hrc:686
msgctxt "STR_READONLY_IDX"
msgid "Read-~only"
msgstr "للقراءة ~فقط"
#. DojWF
-#: sw/inc/strings.hrc:683
+#: sw/inc/strings.hrc:687
msgctxt "STR_POSTIT_SHOW"
msgid "Show All"
msgstr "اعرض الكل"
#. virAB
-#: sw/inc/strings.hrc:684
+#: sw/inc/strings.hrc:688
msgctxt "STR_POSTIT_HIDE"
msgid "Hide All"
msgstr "أخفِ الكل"
#. aJwW2
-#: sw/inc/strings.hrc:685
+#: sw/inc/strings.hrc:689
msgctxt "STR_POSTIT_DELETE"
msgid "Delete All"
msgstr "احذف الكل"
#. UC53U
-#: sw/inc/strings.hrc:686
+#: sw/inc/strings.hrc:690
msgctxt "STR_RESOLVED"
msgid "RESOLVED"
msgstr ""
#. 6VGuk
-#: sw/inc/strings.hrc:687
+#: sw/inc/strings.hrc:691
msgctxt "STR_PROTECTED"
msgid "Protected"
msgstr ""
#. 3ceMF
-#: sw/inc/strings.hrc:689
+#: sw/inc/strings.hrc:693
msgctxt "STR_MARGIN_TOOLTIP_LEFT"
msgid "Left: "
msgstr "يسار: "
#. EiXF2
-#: sw/inc/strings.hrc:690
+#: sw/inc/strings.hrc:694
msgctxt "STR_MARGIN_TOOLTIP_RIGHT"
msgid ". Right: "
msgstr ". يمين: "
#. UFpVa
-#: sw/inc/strings.hrc:691
+#: sw/inc/strings.hrc:695
msgctxt "STR_MARGIN_TOOLTIP_INNER"
msgid "Inner: "
msgstr "داخلي: "
#. XE7Wb
-#: sw/inc/strings.hrc:692
+#: sw/inc/strings.hrc:696
msgctxt "STR_MARGIN_TOOLTIP_OUTER"
msgid ". Outer: "
msgstr ". خارجي: "
#. 3A8Vg
-#: sw/inc/strings.hrc:693
+#: sw/inc/strings.hrc:697
msgctxt "STR_MARGIN_TOOLTIP_TOP"
msgid ". Top: "
msgstr ". أعلى: "
#. dRhyZ
-#: sw/inc/strings.hrc:694
+#: sw/inc/strings.hrc:698
msgctxt "STR_MARGIN_TOOLTIP_BOT"
msgid ". Bottom: "
msgstr ". أسفل: "
#. XuC4Y
#. Error calculator
-#: sw/inc/strings.hrc:697
+#: sw/inc/strings.hrc:701
msgctxt "STR_POSTIT_PAGE"
msgid "Page"
msgstr "صفحة"
#. AeDYh
-#: sw/inc/strings.hrc:698
+#: sw/inc/strings.hrc:702
msgctxt "STR_POSTIT_LINE"
msgid "Line"
msgstr "سطر"
#. kfJG6
-#: sw/inc/strings.hrc:699
+#: sw/inc/strings.hrc:703
msgctxt "STR_POSTIT_AUTHOR"
msgid "Author"
msgstr "المؤلف"
#. gejqG
-#: sw/inc/strings.hrc:700
+#: sw/inc/strings.hrc:704
msgctxt "STR_CALC_SYNTAX"
msgid "** Syntax Error **"
msgstr "** خطأ صياغي **"
#. q6dUT
-#: sw/inc/strings.hrc:701
+#: sw/inc/strings.hrc:705
msgctxt "STR_CALC_ZERODIV"
msgid "** Division by zero **"
msgstr "** القسمة على صفر **"
#. HSo6d
-#: sw/inc/strings.hrc:702
+#: sw/inc/strings.hrc:706
msgctxt "STR_CALC_BRACK"
msgid "** Wrong use of brackets **"
msgstr "** استخدام خاطئ للأقواس **"
#. jcNfg
-#: sw/inc/strings.hrc:703
+#: sw/inc/strings.hrc:707
msgctxt "STR_CALC_POW"
msgid "** Square function overflow **"
msgstr "** فائض في الدالة التربيعية **"
#. C453V
-#: sw/inc/strings.hrc:704
+#: sw/inc/strings.hrc:708
msgctxt "STR_CALC_OVERFLOW"
msgid "** Overflow **"
msgstr "** فائض **"
#. KEQfz
-#: sw/inc/strings.hrc:705
+#: sw/inc/strings.hrc:709
msgctxt "STR_CALC_DEFAULT"
msgid "** Error **"
msgstr "** خطأ **"
#. hxrg9
-#: sw/inc/strings.hrc:706
+#: sw/inc/strings.hrc:710
msgctxt "STR_CALC_ERROR"
msgid "** Expression is faulty **"
msgstr "** بالتعبير علّة **"
#. 2yBhF
-#: sw/inc/strings.hrc:707
+#: sw/inc/strings.hrc:711
msgctxt "STR_GETREFFLD_REFITEMNOTFOUND"
msgid "Error: Reference source not found"
msgstr "خطأ: لم يُعثر على مصدر المرجع"
#. jgRW7
-#: sw/inc/strings.hrc:708
+#: sw/inc/strings.hrc:712
msgctxt "STR_TEMPLATE_NONE"
msgid "None"
msgstr "بلا"
#. KRD6s
-#: sw/inc/strings.hrc:709
+#: sw/inc/strings.hrc:713
msgctxt "STR_FIELD_FIXED"
msgid "(fixed)"
msgstr "(ثابت)"
#. FCRUB
-#: sw/inc/strings.hrc:710
+#: sw/inc/strings.hrc:714
msgctxt "STR_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " سنة: %1 شهر: %2 يوم: %3 ساعة: %4 دقيقة: %5 ثانية: %6"
#. ocA84
-#: sw/inc/strings.hrc:711
+#: sw/inc/strings.hrc:715
msgctxt "STR_TOI"
msgid "Alphabetical Index"
msgstr "فهرس أبجدي"
#. GDCRF
-#: sw/inc/strings.hrc:712
+#: sw/inc/strings.hrc:716
msgctxt "STR_TOU"
msgid "User-Defined"
msgstr "عرّفه المستخدم"
#. vnaNc
-#: sw/inc/strings.hrc:713
+#: sw/inc/strings.hrc:717
msgctxt "STR_TOC"
msgid "Table of Contents"
msgstr "جدول المحتويات"
#. BESjb
-#: sw/inc/strings.hrc:714
+#: sw/inc/strings.hrc:718
msgctxt "STR_TOX_AUTH"
msgid "Bibliography"
msgstr "بيبلوجرافيا"
#. ZFBUD
-#: sw/inc/strings.hrc:715
+#: sw/inc/strings.hrc:719
msgctxt "STR_TOX_CITATION"
msgid "Citation"
msgstr "اقتباس"
#. WAs8q
-#: sw/inc/strings.hrc:716
+#: sw/inc/strings.hrc:720
msgctxt "STR_TOX_TBL"
msgid "Index of Tables"
msgstr "فهرس الجداول"
#. NFzTx
-#: sw/inc/strings.hrc:717
+#: sw/inc/strings.hrc:721
msgctxt "STR_TOX_OBJ"
msgid "Table of Objects"
msgstr "جدول الكائنات"
#. mSyms
-#: sw/inc/strings.hrc:718
+#: sw/inc/strings.hrc:722
msgctxt "STR_TOX_ILL"
msgid "Table of Figures"
msgstr ""
#. TspkU
#. SubType DocInfo
-#: sw/inc/strings.hrc:720
+#: sw/inc/strings.hrc:724
msgctxt "FLD_DOCINFO_TITEL"
msgid "Title"
msgstr "العنوان"
#. ziEpC
-#: sw/inc/strings.hrc:721
+#: sw/inc/strings.hrc:725
msgctxt "FLD_DOCINFO_THEMA"
msgid "Subject"
msgstr "الموضوع"
#. FCVZS
-#: sw/inc/strings.hrc:722
+#: sw/inc/strings.hrc:726
msgctxt "FLD_DOCINFO_KEYS"
msgid "Keywords"
msgstr "الكلمات المفتاحية"
#. kHC7q
-#: sw/inc/strings.hrc:723
+#: sw/inc/strings.hrc:727
msgctxt "FLD_DOCINFO_COMMENT"
msgid "Comments"
msgstr "تعليقات"
#. i6psX
-#: sw/inc/strings.hrc:724
+#: sw/inc/strings.hrc:728
msgctxt "FLD_DOCINFO_CREATE"
msgid "Created"
msgstr "أُنشئ في"
#. L2Bxp
-#: sw/inc/strings.hrc:725
+#: sw/inc/strings.hrc:729
msgctxt "FLD_DOCINFO_CHANGE"
msgid "Modified"
msgstr "معدل"
#. D2YKS
-#: sw/inc/strings.hrc:726
+#: sw/inc/strings.hrc:730
msgctxt "FLD_DOCINFO_PRINT"
msgid "Last printed"
msgstr "آخر طباعة في"
#. QtuZM
-#: sw/inc/strings.hrc:727
+#: sw/inc/strings.hrc:731
msgctxt "FLD_DOCINFO_DOCNO"
msgid "Revision number"
msgstr "رقم المراجعة"
#. YDFbi
-#: sw/inc/strings.hrc:728
+#: sw/inc/strings.hrc:732
msgctxt "FLD_DOCINFO_EDIT"
msgid "Total editing time"
msgstr "إجمالي وقت التحرير"
#. EpZ9C
-#: sw/inc/strings.hrc:729
+#: sw/inc/strings.hrc:733
msgctxt "STR_PAGEDESC_NAME"
msgid "Convert $(ARG1)"
msgstr "تحويل $(ARG1)"
#. nY3NU
-#: sw/inc/strings.hrc:730
+#: sw/inc/strings.hrc:734
msgctxt "STR_PAGEDESC_FIRSTNAME"
msgid "First convert $(ARG1)"
msgstr ""
#. eQtGV
-#: sw/inc/strings.hrc:731
+#: sw/inc/strings.hrc:735
msgctxt "STR_PAGEDESC_FOLLOWNAME"
msgid "Next convert $(ARG1)"
msgstr ""
#. aBwxC
-#: sw/inc/strings.hrc:732
+#: sw/inc/strings.hrc:736
msgctxt "STR_AUTH_TYPE_ARTICLE"
msgid "Article"
msgstr "المقالة"
#. di8ud
-#: sw/inc/strings.hrc:733
+#: sw/inc/strings.hrc:737
msgctxt "STR_AUTH_TYPE_BOOK"
msgid "Book"
msgstr "الكتاب"
#. GD5KJ
-#: sw/inc/strings.hrc:734
+#: sw/inc/strings.hrc:738
msgctxt "STR_AUTH_TYPE_BOOKLET"
msgid "Brochures"
msgstr "منشورات"
#. mfFSf
-#: sw/inc/strings.hrc:735
+#: sw/inc/strings.hrc:739
msgctxt "STR_AUTH_TYPE_CONFERENCE"
msgid "Conference proceedings"
msgstr "وقائع المؤتمر"
#. Et2Px
-#: sw/inc/strings.hrc:736
+#: sw/inc/strings.hrc:740
msgctxt "STR_AUTH_TYPE_INBOOK"
msgid "Book excerpt"
msgstr "مقتبسات الكتب"
#. ys2B8
-#: sw/inc/strings.hrc:737
+#: sw/inc/strings.hrc:741
msgctxt "STR_AUTH_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr "مقتبسات الكتب مع العنوان"
#. mdEqj
-#: sw/inc/strings.hrc:738
+#: sw/inc/strings.hrc:742
msgctxt "STR_AUTH_TYPE_INPROCEEDINGS"
msgid "Conference proceedings"
msgstr "وقائع المؤتمر"
#. jNmVD
-#: sw/inc/strings.hrc:739
+#: sw/inc/strings.hrc:743
msgctxt "STR_AUTH_TYPE_JOURNAL"
msgid "Journal"
msgstr "دفتر اليومية"
#. M3xkM
-#: sw/inc/strings.hrc:740
+#: sw/inc/strings.hrc:744
msgctxt "STR_AUTH_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "الوثائق التقنية"
#. EJAj4
-#: sw/inc/strings.hrc:741
+#: sw/inc/strings.hrc:745
msgctxt "STR_AUTH_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "الأطروحة"
#. NoUCv
-#: sw/inc/strings.hrc:742
+#: sw/inc/strings.hrc:746
msgctxt "STR_AUTH_TYPE_MISC"
msgid "Miscellaneous"
msgstr "منوعات"
#. qNGGE
-#: sw/inc/strings.hrc:743
+#: sw/inc/strings.hrc:747
msgctxt "STR_AUTH_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "الرسالة"
#. L7W7R
-#: sw/inc/strings.hrc:744
+#: sw/inc/strings.hrc:748
msgctxt "STR_AUTH_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr "وقائع المؤتمر"
#. X8bGG
-#: sw/inc/strings.hrc:745
+#: sw/inc/strings.hrc:749
msgctxt "STR_AUTH_TYPE_TECHREPORT"
msgid "Research report"
msgstr "تقرير بحثي"
#. 4dDC9
-#: sw/inc/strings.hrc:746
+#: sw/inc/strings.hrc:750
msgctxt "STR_AUTH_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr "غير منشور"
#. Gb38d
-#: sw/inc/strings.hrc:747
+#: sw/inc/strings.hrc:751
msgctxt "STR_AUTH_TYPE_EMAIL"
msgid "Email"
msgstr ""
#. 9HKD6
-#: sw/inc/strings.hrc:748
+#: sw/inc/strings.hrc:752
msgctxt "STR_AUTH_TYPE_WWW"
msgid "WWW document"
msgstr "مستند WWW"
#. qA449
-#: sw/inc/strings.hrc:749
+#: sw/inc/strings.hrc:753
msgctxt "STR_AUTH_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "عرّفه المستخدم١"
#. nyzxz
-#: sw/inc/strings.hrc:750
+#: sw/inc/strings.hrc:754
msgctxt "STR_AUTH_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "عرّفه المستخدم٢"
#. cCFTF
-#: sw/inc/strings.hrc:751
+#: sw/inc/strings.hrc:755
msgctxt "STR_AUTH_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "عرّفه المستخدم٣"
#. mrqJC
-#: sw/inc/strings.hrc:752
+#: sw/inc/strings.hrc:756
msgctxt "STR_AUTH_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "عرّفه المستخدم٤"
#. fFs86
-#: sw/inc/strings.hrc:753
+#: sw/inc/strings.hrc:757
msgctxt "STR_AUTH_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "عرّفه المستخدم٥"
#. nsCwi
-#: sw/inc/strings.hrc:754
+#: sw/inc/strings.hrc:758
msgctxt "STR_AUTH_FIELD_IDENTIFIER"
msgid "Short name"
msgstr "الاسم المختصر"
#. CpKgc
-#: sw/inc/strings.hrc:755
+#: sw/inc/strings.hrc:759
msgctxt "STR_AUTH_FIELD_AUTHORITY_TYPE"
msgid "Type"
msgstr "النوع"
#. kUGDr
-#: sw/inc/strings.hrc:756
+#: sw/inc/strings.hrc:760
msgctxt "STR_AUTH_FIELD_ADDRESS"
msgid "Address"
msgstr "العنوان"
#. DquVQ
-#: sw/inc/strings.hrc:757
+#: sw/inc/strings.hrc:761
msgctxt "STR_AUTH_FIELD_ANNOTE"
msgid "Annotation"
msgstr "تعليق توضيحي"
#. sduuV
-#: sw/inc/strings.hrc:758
+#: sw/inc/strings.hrc:762
msgctxt "STR_AUTH_FIELD_AUTHOR"
msgid "Author(s)"
msgstr "المؤلف/المؤلفون"
#. fXvz6
-#: sw/inc/strings.hrc:759
+#: sw/inc/strings.hrc:763
msgctxt "STR_AUTH_FIELD_BOOKTITLE"
msgid "Book title"
msgstr "عنوان الكتاب"
#. c8PFE
-#: sw/inc/strings.hrc:760
+#: sw/inc/strings.hrc:764
msgctxt "STR_AUTH_FIELD_CHAPTER"
msgid "Chapter"
msgstr "الفصل"
#. GXqxF
-#: sw/inc/strings.hrc:761
+#: sw/inc/strings.hrc:765
msgctxt "STR_AUTH_FIELD_EDITION"
msgid "Edition"
msgstr "النسخة"
#. p7A3p
-#: sw/inc/strings.hrc:762
+#: sw/inc/strings.hrc:766
msgctxt "STR_AUTH_FIELD_EDITOR"
msgid "Editor"
msgstr "المحرر"
#. aAFEz
-#: sw/inc/strings.hrc:763
+#: sw/inc/strings.hrc:767
msgctxt "STR_AUTH_FIELD_HOWPUBLISHED"
msgid "Publication type"
msgstr "نوع النشر"
#. 8DwdJ
-#: sw/inc/strings.hrc:764
+#: sw/inc/strings.hrc:768
msgctxt "STR_AUTH_FIELD_INSTITUTION"
msgid "Institution"
msgstr "الهيئة"
#. VWNxy
-#: sw/inc/strings.hrc:765
+#: sw/inc/strings.hrc:769
msgctxt "STR_AUTH_FIELD_JOURNAL"
msgid "Journal"
msgstr "دفتر اليومية"
#. Da4fW
-#: sw/inc/strings.hrc:766
+#: sw/inc/strings.hrc:770
msgctxt "STR_AUTH_FIELD_MONTH"
msgid "Month"
msgstr "الشهر"
#. SdSBt
-#: sw/inc/strings.hrc:767
+#: sw/inc/strings.hrc:771
msgctxt "STR_AUTH_FIELD_NOTE"
msgid "Note"
msgstr "ملاحظة"
#. MZYpD
-#: sw/inc/strings.hrc:768
+#: sw/inc/strings.hrc:772
msgctxt "STR_AUTH_FIELD_NUMBER"
msgid "Number"
msgstr "رقم"
#. ZB7Go
-#: sw/inc/strings.hrc:769
+#: sw/inc/strings.hrc:773
msgctxt "STR_AUTH_FIELD_ORGANIZATIONS"
msgid "Organization"
msgstr "المنظمة"
#. C4CdP
-#: sw/inc/strings.hrc:770
+#: sw/inc/strings.hrc:774
msgctxt "STR_AUTH_FIELD_PAGES"
msgid "Page(s)"
msgstr "الصفحة/الصفحات"
#. yFPFa
-#: sw/inc/strings.hrc:771
+#: sw/inc/strings.hrc:775
msgctxt "STR_AUTH_FIELD_PUBLISHER"
msgid "Publisher"
msgstr "الناشر"
#. d9u3p
-#: sw/inc/strings.hrc:772
+#: sw/inc/strings.hrc:776
msgctxt "STR_AUTH_FIELD_SCHOOL"
msgid "University"
msgstr "الجامعة"
#. Qxsdb
-#: sw/inc/strings.hrc:773
+#: sw/inc/strings.hrc:777
#, fuzzy
msgctxt "STR_AUTH_FIELD_SERIES"
msgid "Series"
msgstr "السل~سلة"
#. YhXPg
-#: sw/inc/strings.hrc:774
+#: sw/inc/strings.hrc:778
msgctxt "STR_AUTH_FIELD_TITLE"
msgid "Title"
msgstr "العنوان"
#. qEBhL
-#: sw/inc/strings.hrc:775
+#: sw/inc/strings.hrc:779
msgctxt "STR_AUTH_FIELD_TYPE"
msgid "Type of report"
msgstr "نوع التقرير"
#. Sij9w
-#: sw/inc/strings.hrc:776
+#: sw/inc/strings.hrc:780
msgctxt "STR_AUTH_FIELD_VOLUME"
msgid "Volume"
msgstr "وحدة التخزين"
#. K8miv
-#: sw/inc/strings.hrc:777
+#: sw/inc/strings.hrc:781
msgctxt "STR_AUTH_FIELD_YEAR"
msgid "Year"
msgstr "السنة"
#. pFMSV
-#: sw/inc/strings.hrc:778
+#: sw/inc/strings.hrc:782
msgctxt "STR_AUTH_FIELD_URL"
msgid "URL"
msgstr "المسار"
#. xFG3c
-#: sw/inc/strings.hrc:779
+#: sw/inc/strings.hrc:783
msgctxt "STR_AUTH_FIELD_CUSTOM1"
msgid "User-defined1"
msgstr "عرّفه المستخدم١"
#. wtDyU
-#: sw/inc/strings.hrc:780
+#: sw/inc/strings.hrc:784
msgctxt "STR_AUTH_FIELD_CUSTOM2"
msgid "User-defined2"
msgstr "عرّفه المستخدم٢"
#. VH3Se
-#: sw/inc/strings.hrc:781
+#: sw/inc/strings.hrc:785
msgctxt "STR_AUTH_FIELD_CUSTOM3"
msgid "User-defined3"
msgstr "عرّفه المستخدم٣"
#. twuKb
-#: sw/inc/strings.hrc:782
+#: sw/inc/strings.hrc:786
msgctxt "STR_AUTH_FIELD_CUSTOM4"
msgid "User-defined4"
msgstr "عرّفه المستخدم٤"
#. WAo7Z
-#: sw/inc/strings.hrc:783
+#: sw/inc/strings.hrc:787
msgctxt "STR_AUTH_FIELD_CUSTOM5"
msgid "User-defined5"
msgstr "عرّفه المستخدم٥"
#. 3r6Wg
-#: sw/inc/strings.hrc:784
+#: sw/inc/strings.hrc:788
msgctxt "STR_AUTH_FIELD_ISBN"
msgid "ISBN"
msgstr "ISBN"
#. eFnnx
-#: sw/inc/strings.hrc:786
+#: sw/inc/strings.hrc:790
msgctxt "STR_IDXMRK_EDIT"
msgid "Edit Index Entry"
msgstr "حرّر مُدخل في الفهرس"
#. EHTHH
-#: sw/inc/strings.hrc:787
+#: sw/inc/strings.hrc:791
msgctxt "STR_IDXMRK_INSERT"
msgid "Insert Index Entry"
msgstr "أدرج مُدخل في الفهرس"
#. D2gkA
-#: sw/inc/strings.hrc:788
+#: sw/inc/strings.hrc:792
msgctxt "STR_QUERY_CHANGE_AUTH_ENTRY"
msgid "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?"
msgstr "مُدخل الببلوجرافيا موجود بالفعل في المستند ببيانات مختلفة. هل تريد ضبط المُدخلات الموجودة؟"
#. mK84T
-#: sw/inc/strings.hrc:790
+#: sw/inc/strings.hrc:794
msgctxt "STR_COMMENTS_LABEL"
msgid "Comments"
msgstr "تعليقات"
#. fwecS
-#: sw/inc/strings.hrc:791
+#: sw/inc/strings.hrc:795
msgctxt "STR_SHOW_COMMENTS"
msgid "Show comments"
msgstr "أظهر التعليقات"
#. HkUvy
-#: sw/inc/strings.hrc:792
+#: sw/inc/strings.hrc:796
msgctxt "STR_HIDE_COMMENTS"
msgid "Hide comments"
msgstr "أخفِ التعليقات"
#. FcmEy
-#: sw/inc/strings.hrc:794
+#: sw/inc/strings.hrc:798
msgctxt "STR_DOUBLE_SHORTNAME"
msgid "Shortcut name already exists. Please choose another name."
msgstr "اسم هذا الاختصار موجود بالفعل. الرجاء استخدام اسم آخر."
#. VhMST
-#: sw/inc/strings.hrc:795
+#: sw/inc/strings.hrc:799
msgctxt "STR_QUERY_DELETE"
msgid "Delete AutoText?"
msgstr "هل تريد حذف النص التلقائي؟"
#. E5MLr
-#: sw/inc/strings.hrc:796
+#: sw/inc/strings.hrc:800
msgctxt "STR_QUERY_DELETE_GROUP1"
msgid "Delete the category "
msgstr "هل تريد حذف الفئة "
#. qndNh
-#: sw/inc/strings.hrc:797
+#: sw/inc/strings.hrc:801
msgctxt "STR_QUERY_DELETE_GROUP2"
msgid "?"
msgstr "؟"
#. B6xah
-#: sw/inc/strings.hrc:798
+#: sw/inc/strings.hrc:802
msgctxt "STR_GLOSSARY"
msgid "AutoText :"
msgstr "نص تلقائي:"
#. ChetY
-#: sw/inc/strings.hrc:799
+#: sw/inc/strings.hrc:803
msgctxt "STR_SAVE_GLOSSARY"
msgid "Save AutoText"
msgstr "احفظ النص التلقائي"
#. QxAiF
-#: sw/inc/strings.hrc:800
+#: sw/inc/strings.hrc:804
msgctxt "STR_NO_GLOSSARIES"
msgid "There is no AutoText in this file."
msgstr "لا يحتوي هذا الملف على نص تلقائي."
#. sG8Xt
-#: sw/inc/strings.hrc:801
+#: sw/inc/strings.hrc:805
msgctxt "STR_MY_AUTOTEXT"
msgid "My AutoText"
msgstr "نصوصي التلقائية"
#. GaoqR
-#: sw/inc/strings.hrc:803
+#: sw/inc/strings.hrc:807
msgctxt "STR_NOGLOS"
msgid "AutoText for Shortcut '%1' not found."
msgstr "لم يُعثر على النص التلقائي للاختصار ”%1“."
#. MwUEP
-#: sw/inc/strings.hrc:804
+#: sw/inc/strings.hrc:808
msgctxt "STR_NO_TABLE"
msgid "A table with no rows or no cells cannot be inserted"
msgstr "لا يمكن إدراج جدول بدون صفوف أو أعمدة"
#. AawM4
-#: sw/inc/strings.hrc:805
+#: sw/inc/strings.hrc:809
msgctxt "STR_TABLE_TOO_LARGE"
msgid "The table cannot be inserted because it is too large"
msgstr "تعذر إدراج الجدول لأنه كبير جدًا"
#. GGo8i
-#: sw/inc/strings.hrc:806
+#: sw/inc/strings.hrc:810
msgctxt "STR_ERR_INSERT_GLOS"
msgid "AutoText could not be created."
msgstr "تعذر إنشاء نص تلقائي."
#. DCPSB
-#: sw/inc/strings.hrc:807
+#: sw/inc/strings.hrc:811
msgctxt "STR_CLPBRD_FORMAT_ERROR"
msgid "Requested clipboard format is not available."
msgstr "تنسيق الحافظة المطلوب غير متوفر."
#. YxCCF
-#: sw/inc/strings.hrc:808
+#: sw/inc/strings.hrc:812
msgctxt "STR_PRIVATETEXT"
msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
msgstr "مستند %PRODUCTNAME %PRODUCTVERSION نصي"
#. 8ygN3
-#: sw/inc/strings.hrc:809
+#: sw/inc/strings.hrc:813
msgctxt "STR_PRIVATEGRAPHIC"
msgid "Image (%PRODUCTNAME %PRODUCTVERSION Text Document)"
msgstr "صورة (مستند %PRODUCTNAME %PRODUCTVERSION نصي)"
#. ewPPB
-#: sw/inc/strings.hrc:810
+#: sw/inc/strings.hrc:814
msgctxt "STR_PRIVATEOLE"
msgid "Object (%PRODUCTNAME %PRODUCTVERSION Text Document)"
msgstr "كائن (مستند %PRODUCTNAME %PRODUCTVERSION نصي)"
#. 9VEc3
-#: sw/inc/strings.hrc:811
+#: sw/inc/strings.hrc:815
msgctxt "STR_DDEFORMAT"
msgid "Dynamic Data Exchange (DDE link)"
msgstr ""
#. svrE7
-#: sw/inc/strings.hrc:813
+#: sw/inc/strings.hrc:817
msgctxt "STR_DELETE_ALL_NOTES"
msgid "All Comments"
msgstr "جميع التعليقات"
#. YGNN4
-#: sw/inc/strings.hrc:814
+#: sw/inc/strings.hrc:818
msgctxt "STR_FORMAT_ALL_NOTES"
msgid "All Comments"
msgstr "جميع التعليقات"
#. GDH49
-#: sw/inc/strings.hrc:815
+#: sw/inc/strings.hrc:819
msgctxt "STR_DELETE_AUTHOR_NOTES"
msgid "Comments by "
msgstr "التعليقات بواسطة "
#. RwAcm
-#: sw/inc/strings.hrc:816
+#: sw/inc/strings.hrc:820
msgctxt "STR_NODATE"
msgid "(no date)"
msgstr "(بلا تاريخ)"
#. ytxKG
-#: sw/inc/strings.hrc:817
+#: sw/inc/strings.hrc:821
msgctxt "STR_NOAUTHOR"
msgid "(no author)"
msgstr "(بلا مؤلف)"
#. nAwMG
-#: sw/inc/strings.hrc:818
+#: sw/inc/strings.hrc:822
msgctxt "STR_REPLY"
msgid "Reply to $1"
msgstr "الرد على $1"
#. CVVa6
-#: sw/inc/strings.hrc:820
+#: sw/inc/strings.hrc:824
msgctxt "ST_TITLE_EDIT"
msgid "Edit Address Block"
msgstr "حرّر مربّع العنوان"
#. njGGA
-#: sw/inc/strings.hrc:821
+#: sw/inc/strings.hrc:825
msgctxt "ST_TITLE_MALE"
msgid "Custom Salutation (Male Recipients)"
msgstr "تحيّة مخصّصة (المستقبلون الذكور)"
#. ZVuKY
-#: sw/inc/strings.hrc:822
+#: sw/inc/strings.hrc:826
msgctxt "ST_TITLE_FEMALE"
msgid "Custom Salutation (Female Recipients)"
msgstr "تحيّة مُخصّصة (المستقبلات الإناث)"
#. h4yuq
-#: sw/inc/strings.hrc:823
+#: sw/inc/strings.hrc:827
msgctxt "ST_SALUTATIONELEMENTS"
msgid "Salutation e~lements"
msgstr "~عناصر التحيّة"
#. kWhqT
-#: sw/inc/strings.hrc:824
+#: sw/inc/strings.hrc:828
msgctxt "ST_INSERTSALUTATIONFIELD"
msgid "Add to salutation"
msgstr "أضِف إلى التحيّة"
#. hvF3V
-#: sw/inc/strings.hrc:825
+#: sw/inc/strings.hrc:829
msgctxt "ST_REMOVESALUTATIONFIELD"
msgid "Remove from salutation"
msgstr "أزِل من التحيّة"
#. A6XaR
-#: sw/inc/strings.hrc:826
+#: sw/inc/strings.hrc:830
msgctxt "ST_DRAGSALUTATION"
msgid "1. ~Drag salutation elements into the box below"
msgstr "١. ا~سحب عناصر التحيّة إلى المربّع أدناه"
#. 4VJWL
-#: sw/inc/strings.hrc:827
+#: sw/inc/strings.hrc:831
msgctxt "ST_SALUTATION"
msgid "Salutation"
msgstr "تحيّة"
#. Vj6XT
-#: sw/inc/strings.hrc:828
+#: sw/inc/strings.hrc:832
msgctxt "ST_PUNCTUATION"
msgid "Punctuation Mark"
msgstr "علامة ترقيم"
#. bafeG
-#: sw/inc/strings.hrc:829
+#: sw/inc/strings.hrc:833
msgctxt "ST_TEXT"
msgid "Text"
msgstr "النص"
#. tt6sA
-#: sw/inc/strings.hrc:830
+#: sw/inc/strings.hrc:834
msgctxt "ST_SALUTATIONMATCHING"
msgid "Assign the fields from your data source to match the salutation elements."
msgstr "املأ الحقول من مصدر البيانات لمطابقة عناصر التحيّة."
#. zrUsN
-#: sw/inc/strings.hrc:831
+#: sw/inc/strings.hrc:835
msgctxt "ST_SALUTATIONPREVIEW"
msgid "Salutation preview"
msgstr "معاينة التحيّة"
#. 2UVE6
-#: sw/inc/strings.hrc:832
+#: sw/inc/strings.hrc:836
msgctxt "ST_ADDRESSELEMENT"
msgid "Address elements"
msgstr "عناصر العنوان"
#. Bd6pd
-#: sw/inc/strings.hrc:833
+#: sw/inc/strings.hrc:837
msgctxt "ST_SALUTATIONELEMENT"
msgid "Salutation elements"
msgstr "عناصر التحيّة"
#. 9krzf
-#: sw/inc/strings.hrc:834
+#: sw/inc/strings.hrc:838
msgctxt "ST_MATCHESTO"
msgid "Matches to field:"
msgstr "يطابق الحقل:"
#. oahCQ
-#: sw/inc/strings.hrc:835
+#: sw/inc/strings.hrc:839
msgctxt "ST_PREVIEW"
msgid "Preview"
msgstr "معاينة"
#. ijdxe
-#: sw/inc/strings.hrc:836
+#: sw/inc/strings.hrc:840
msgctxt "ST_DELETE_CONFIRM"
msgid "Do you want to delete this registered data source?"
msgstr ""
#. kE5C3
-#: sw/inc/strings.hrc:838
+#: sw/inc/strings.hrc:842
msgctxt "STR_NOTASSIGNED"
msgid " not yet matched "
msgstr " لم يتطابق بعد "
#. Y6FhG
-#: sw/inc/strings.hrc:839
+#: sw/inc/strings.hrc:843
msgctxt "STR_FILTER_ALL"
msgid "All files"
msgstr "كل الملفات"
#. 7cNjh
-#: sw/inc/strings.hrc:840
+#: sw/inc/strings.hrc:844
msgctxt "STR_FILTER_ALL_DATA"
msgid "Address lists(*.*)"
msgstr "قوائم العناوين (*.*)"
#. Ef8TY
-#: sw/inc/strings.hrc:841
+#: sw/inc/strings.hrc:845
msgctxt "STR_FILTER_SXB"
msgid "%PRODUCTNAME Base (*.odb)"
msgstr "%PRODUCTNAME بيز (*.odb)"
#. 24opW
-#: sw/inc/strings.hrc:842
+#: sw/inc/strings.hrc:846
msgctxt "STR_FILTER_SXC"
msgid "%PRODUCTNAME Calc (*.ods;*.sxc)"
msgstr "%PRODUCTNAME كالك (*.ods;*.sxc)"
#. sq73T
-#: sw/inc/strings.hrc:843
+#: sw/inc/strings.hrc:847
msgctxt "STR_FILTER_SXW"
msgid "%PRODUCTNAME Writer (*.odt;*.sxw)"
msgstr "‏%PRODUCTNAME رايتر (*.odt;*.sxw)"
#. QupGC
-#: sw/inc/strings.hrc:844
+#: sw/inc/strings.hrc:848
msgctxt "STR_FILTER_DBF"
msgid "dBase (*.dbf)"
msgstr "‏dBase‏ (*.dbf)"
#. SzqRv
-#: sw/inc/strings.hrc:845
+#: sw/inc/strings.hrc:849
msgctxt "STR_FILTER_XLS"
msgid "Microsoft Excel (*.xls;*.xlsx)"
msgstr "ميكروسوفت إكسل (*.xls;*.xlsx)"
#. zAUu8
-#: sw/inc/strings.hrc:846
+#: sw/inc/strings.hrc:850
msgctxt "STR_FILTER_DOC"
msgid "Microsoft Word (*.doc;*.docx)"
msgstr "ميكروسوفت وورد (*.doc;*.docx)"
#. JBZFc
-#: sw/inc/strings.hrc:847
+#: sw/inc/strings.hrc:851
msgctxt "STR_FILTER_TXT"
msgid "Plain text (*.txt)"
msgstr "نص عادي (*.txt)"
#. CRJb6
-#: sw/inc/strings.hrc:848
+#: sw/inc/strings.hrc:852
msgctxt "STR_FILTER_CSV"
msgid "Text Comma Separated (*.csv)"
msgstr "نص تفصله فواصل (*.csv)"
#. U4H2j
-#: sw/inc/strings.hrc:849
+#: sw/inc/strings.hrc:853
msgctxt "STR_FILTER_MDB"
msgid "Microsoft Access (*.mdb;*.mde)"
msgstr "ميكروسوفت أكسيس (*.mdb;*.mde)"
#. DwxF8
-#: sw/inc/strings.hrc:850
+#: sw/inc/strings.hrc:854
msgctxt "STR_FILTER_ACCDB"
msgid "Microsoft Access 2007 (*.accdb,*.accde)"
msgstr "ميكروسوفت أكسيس ٢٠٠٧ (*.accdb,*.accde)"
#. uDNRt
-#: sw/inc/strings.hrc:851
+#: sw/inc/strings.hrc:855
msgctxt "ST_CONFIGUREMAIL"
msgid ""
"In order to be able to send mail merge documents by email, %PRODUCTNAME requires information about the email account to be used.\n"
@@ -5560,91 +5590,91 @@ msgid ""
msgstr ""
#. r9BVg
-#: sw/inc/strings.hrc:852
+#: sw/inc/strings.hrc:856
msgctxt "ST_FILTERNAME"
msgid "%PRODUCTNAME Address List (.csv)"
msgstr "قائمة عناوين %PRODUCTNAME‏ (.csv)"
#. jiJuZ
-#: sw/inc/strings.hrc:854
+#: sw/inc/strings.hrc:858
msgctxt "ST_STARTING"
msgid "Select Starting Document"
msgstr ""
#. FiUyK
-#: sw/inc/strings.hrc:855
+#: sw/inc/strings.hrc:859
msgctxt "ST_DOCUMENTTYPE"
msgid "Select Document Type"
msgstr ""
#. QwrpS
-#: sw/inc/strings.hrc:856
+#: sw/inc/strings.hrc:860
msgctxt "ST_ADDRESSBLOCK"
msgid "Insert Address Block"
msgstr ""
#. omRZF
-#: sw/inc/strings.hrc:857
+#: sw/inc/strings.hrc:861
msgctxt "ST_ADDRESSLIST"
msgid "Select Address List"
msgstr ""
#. YrDuD
-#: sw/inc/strings.hrc:858
+#: sw/inc/strings.hrc:862
msgctxt "ST_GREETINGSLINE"
msgid "Create Salutation"
msgstr ""
#. tTr4B
-#: sw/inc/strings.hrc:859
+#: sw/inc/strings.hrc:863
msgctxt "ST_LAYOUT"
msgid "Adjust Layout"
msgstr ""
#. S4p5M
-#: sw/inc/strings.hrc:860
+#: sw/inc/strings.hrc:864
msgctxt "ST_EXCLUDE"
msgid "Exclude recipient"
msgstr "استثنِ المستلم"
#. N5YUH
-#: sw/inc/strings.hrc:861
+#: sw/inc/strings.hrc:865
msgctxt "ST_FINISH"
msgid "~Finish"
msgstr "أ~نهِ"
#. L5FEG
-#: sw/inc/strings.hrc:862
+#: sw/inc/strings.hrc:866
msgctxt "ST_MMWTITLE"
msgid "Mail Merge Wizard"
msgstr "مرشد دمج المراسلات"
#. CEhZj
-#: sw/inc/strings.hrc:864
+#: sw/inc/strings.hrc:868
msgctxt "ST_TABLE"
msgid "Table"
msgstr "الجدول"
#. v9hEB
-#: sw/inc/strings.hrc:865
+#: sw/inc/strings.hrc:869
msgctxt "ST_QUERY"
msgid "Query"
msgstr "الاستعلام"
#. HxGAu
-#: sw/inc/strings.hrc:867
+#: sw/inc/strings.hrc:871
msgctxt "STR_QUERY_SPELL_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "هل تريد متابعة التدقيق من بداية المستند؟"
#. gE7CA
-#: sw/inc/strings.hrc:868
+#: sw/inc/strings.hrc:872
msgctxt "STR_SPELLING_COMPLETED"
msgid "The spellcheck is complete."
msgstr "اكتمل التدقيق الإملائي."
#. 2SuqF
-#: sw/inc/strings.hrc:869
+#: sw/inc/strings.hrc:873
msgctxt "STR_DICTIONARY_UNAVAILABLE"
msgid "No dictionary available"
msgstr ""
@@ -5654,252 +5684,252 @@ msgstr ""
#. Description: strings for the types
#. --------------------------------------------------------------------
#. range document
-#: sw/inc/strings.hrc:875
+#: sw/inc/strings.hrc:879
msgctxt "STR_DATEFLD"
msgid "Date"
msgstr "التاريخ"
#. V9cQp
-#: sw/inc/strings.hrc:876
+#: sw/inc/strings.hrc:880
msgctxt "STR_TIMEFLD"
msgid "Time"
msgstr "الوقت"
#. 2zgWi
-#: sw/inc/strings.hrc:877
+#: sw/inc/strings.hrc:881
msgctxt "STR_FILENAMEFLD"
msgid "File name"
msgstr "اسم الملف"
#. FdSaU
-#: sw/inc/strings.hrc:878
+#: sw/inc/strings.hrc:882
msgctxt "STR_DBNAMEFLD"
msgid "Database Name"
msgstr "اسم قاعدة البيانات"
#. XZADh
-#: sw/inc/strings.hrc:879
+#: sw/inc/strings.hrc:883
msgctxt "STR_CHAPTERFLD"
msgid "Chapter"
msgstr "الفصل"
#. wYWy2
-#: sw/inc/strings.hrc:880
+#: sw/inc/strings.hrc:884
msgctxt "STR_PAGENUMBERFLD"
msgid "Page number"
msgstr ""
#. EXC6N
-#: sw/inc/strings.hrc:881
+#: sw/inc/strings.hrc:885
msgctxt "STR_DOCSTATFLD"
msgid "Statistics"
msgstr "إحصائيات"
#. EW86G
-#: sw/inc/strings.hrc:882
+#: sw/inc/strings.hrc:886
msgctxt "STR_AUTHORFLD"
msgid "Author"
msgstr "المؤلف"
#. 5aFak
-#: sw/inc/strings.hrc:883
+#: sw/inc/strings.hrc:887
msgctxt "STR_TEMPLNAMEFLD"
msgid "Templates"
msgstr "قوالب"
#. 3wdud
-#: sw/inc/strings.hrc:884
+#: sw/inc/strings.hrc:888
msgctxt "STR_EXTUSERFLD"
msgid "Sender"
msgstr "المرسل"
#. LxZEm
#. range functions
-#: sw/inc/strings.hrc:886
+#: sw/inc/strings.hrc:890
msgctxt "STR_SETFLD"
msgid "Set variable"
msgstr "حدد متغير"
#. ckA26
-#: sw/inc/strings.hrc:887
+#: sw/inc/strings.hrc:891
msgctxt "STR_GETFLD"
msgid "Show variable"
msgstr "أظهر المتغير"
#. Fjzgu
-#: sw/inc/strings.hrc:888
+#: sw/inc/strings.hrc:892
msgctxt "STR_FORMELFLD"
msgid "Insert Formula"
msgstr "أدرج مُعادلة"
#. AXoAT
-#: sw/inc/strings.hrc:889
+#: sw/inc/strings.hrc:893
msgctxt "STR_INPUTFLD"
msgid "Input field"
msgstr "حقل إدخال"
#. VfqNE
-#: sw/inc/strings.hrc:890
+#: sw/inc/strings.hrc:894
msgctxt "STR_SETINPUTFLD"
msgid "Input field (variable)"
msgstr "حقل إدخال (متغير)"
#. E8JAd
-#: sw/inc/strings.hrc:891
+#: sw/inc/strings.hrc:895
msgctxt "STR_USRINPUTFLD"
msgid "Input field (user)"
msgstr "حقل إدخال (مستخدم)"
#. 8LGEQ
-#: sw/inc/strings.hrc:892
+#: sw/inc/strings.hrc:896
msgctxt "STR_CONDTXTFLD"
msgid "Conditional text"
msgstr "نص شرطيّ"
#. jrZ7i
-#: sw/inc/strings.hrc:893
+#: sw/inc/strings.hrc:897
msgctxt "STR_DDEFLD"
msgid "DDE field"
msgstr "حقل DDE"
#. 9WAT9
-#: sw/inc/strings.hrc:894
+#: sw/inc/strings.hrc:898
msgctxt "STR_MACROFLD"
msgid "Execute macro"
msgstr "نفّذ ماكرو"
#. qEBxa
-#: sw/inc/strings.hrc:895
+#: sw/inc/strings.hrc:899
msgctxt "STR_SEQFLD"
msgid "Number range"
msgstr "تسلسل أرقام"
#. ACE5s
-#: sw/inc/strings.hrc:896
+#: sw/inc/strings.hrc:900
msgctxt "STR_SETREFPAGEFLD"
msgid "Set page variable"
msgstr "حدد متغير صفحة"
#. ayB3N
-#: sw/inc/strings.hrc:897
+#: sw/inc/strings.hrc:901
msgctxt "STR_GETREFPAGEFLD"
msgid "Show page variable"
msgstr "أظهر متغير الصفحة"
#. DBM4P
-#: sw/inc/strings.hrc:898
+#: sw/inc/strings.hrc:902
msgctxt "STR_INTERNETFLD"
msgid "Load URL"
msgstr "حمّل المسار"
#. LJFF5
-#: sw/inc/strings.hrc:899
+#: sw/inc/strings.hrc:903
msgctxt "STR_JUMPEDITFLD"
msgid "Placeholder"
msgstr "حافظ مكان"
#. zZCg6
-#: sw/inc/strings.hrc:900
+#: sw/inc/strings.hrc:904
msgctxt "STR_COMBINED_CHARS"
msgid "Combine characters"
msgstr "ضم الأحرف"
#. 9MGU6
-#: sw/inc/strings.hrc:901
+#: sw/inc/strings.hrc:905
msgctxt "STR_DROPDOWN"
msgid "Input list"
msgstr "قائمة مُدخلات"
#. 7BWSk
#. range references
-#: sw/inc/strings.hrc:903
+#: sw/inc/strings.hrc:907
msgctxt "STR_SETREFFLD"
msgid "Set Reference"
msgstr "حدد مرجع"
#. FJ2X8
-#: sw/inc/strings.hrc:904
+#: sw/inc/strings.hrc:908
msgctxt "STR_GETREFFLD"
msgid "Insert Reference"
msgstr "أدرج مرجع"
#. sztLS
#. range database
-#: sw/inc/strings.hrc:906
+#: sw/inc/strings.hrc:910
msgctxt "STR_DBFLD"
msgid "Mail merge fields"
msgstr "حقول دمج المراسلات"
#. JP2DU
-#: sw/inc/strings.hrc:907
+#: sw/inc/strings.hrc:911
msgctxt "STR_DBNEXTSETFLD"
msgid "Next record"
msgstr "السجل التالي"
#. GizhA
-#: sw/inc/strings.hrc:908
+#: sw/inc/strings.hrc:912
msgctxt "STR_DBNUMSETFLD"
msgid "Any record"
msgstr "أي سجل"
#. aMGxm
-#: sw/inc/strings.hrc:909
+#: sw/inc/strings.hrc:913
msgctxt "STR_DBSETNUMBERFLD"
msgid "Record number"
msgstr "رقم السجل"
#. DtYzi
-#: sw/inc/strings.hrc:910
+#: sw/inc/strings.hrc:914
msgctxt "STR_PREVPAGEFLD"
msgid "Previous page"
msgstr "الصفحة السابقة"
#. UCSej
-#: sw/inc/strings.hrc:911
+#: sw/inc/strings.hrc:915
msgctxt "STR_NEXTPAGEFLD"
msgid "Next page"
msgstr "الصفحة التالية"
#. M8Fac
-#: sw/inc/strings.hrc:912
+#: sw/inc/strings.hrc:916
msgctxt "STR_HIDDENTXTFLD"
msgid "Hidden text"
msgstr "نص مخفي"
#. WvBF2
#. range user fields
-#: sw/inc/strings.hrc:914
+#: sw/inc/strings.hrc:918
msgctxt "STR_USERFLD"
msgid "User Field"
msgstr "حقل المستخدم"
#. XELYN
-#: sw/inc/strings.hrc:915
+#: sw/inc/strings.hrc:919
msgctxt "STR_POSTITFLD"
msgid "Note"
msgstr "ملاحظة"
#. MB6kt
-#: sw/inc/strings.hrc:916
+#: sw/inc/strings.hrc:920
msgctxt "STR_SCRIPTFLD"
msgid "Script"
msgstr "نص برمجي"
#. BWU6A
-#: sw/inc/strings.hrc:917
+#: sw/inc/strings.hrc:921
msgctxt "STR_AUTHORITY"
msgid "Bibliography entry"
msgstr "مُدخل بيبلوغرافيا"
#. 7EGCR
-#: sw/inc/strings.hrc:918
+#: sw/inc/strings.hrc:922
msgctxt "STR_HIDDENPARAFLD"
msgid "Hidden Paragraph"
msgstr "فقرة مخفية"
#. dRBRK
#. range DocumentInfo
-#: sw/inc/strings.hrc:920
+#: sw/inc/strings.hrc:924
msgctxt "STR_DOCINFOFLD"
msgid "DocInformation"
msgstr "معلومات المستند"
@@ -5908,87 +5938,87 @@ msgstr "معلومات المستند"
#. --------------------------------------------------------------------
#. Description: SubCmd-Strings
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:924
+#: sw/inc/strings.hrc:928
msgctxt "FLD_DATE_STD"
msgid "Date"
msgstr "التاريخ"
#. qMCEh
-#: sw/inc/strings.hrc:925
+#: sw/inc/strings.hrc:929
msgctxt "FLD_DATE_FIX"
msgid "Date (fixed)"
msgstr "التاريخ (ثابت)"
#. AXmyw
-#: sw/inc/strings.hrc:926
+#: sw/inc/strings.hrc:930
msgctxt "FLD_TIME_STD"
msgid "Time"
msgstr "الوقت"
#. 6dxVs
-#: sw/inc/strings.hrc:927
+#: sw/inc/strings.hrc:931
msgctxt "FLD_TIME_FIX"
msgid "Time (fixed)"
msgstr "الوقت (ثابت)"
#. U3SW8
#. SubCmd Statistic
-#: sw/inc/strings.hrc:929
+#: sw/inc/strings.hrc:933
msgctxt "FLD_STAT_TABLE"
msgid "Tables"
msgstr "جداول"
#. 7qW4K
-#: sw/inc/strings.hrc:930
+#: sw/inc/strings.hrc:934
msgctxt "FLD_STAT_CHAR"
msgid "Characters"
msgstr "حروف"
#. zDRCp
-#: sw/inc/strings.hrc:931
+#: sw/inc/strings.hrc:935
msgctxt "FLD_STAT_WORD"
msgid "Words"
msgstr "كلمات"
#. 2wgLC
-#: sw/inc/strings.hrc:932
+#: sw/inc/strings.hrc:936
msgctxt "FLD_STAT_PARA"
msgid "Paragraphs"
msgstr "فقرات"
#. JPGG7
-#: sw/inc/strings.hrc:933
+#: sw/inc/strings.hrc:937
msgctxt "FLD_STAT_GRF"
msgid "Image"
msgstr "صورة"
#. CzoFh
-#: sw/inc/strings.hrc:934
+#: sw/inc/strings.hrc:938
msgctxt "FLD_STAT_OBJ"
msgid "Objects"
msgstr "كائنات"
#. bDG6R
-#: sw/inc/strings.hrc:935
+#: sw/inc/strings.hrc:939
msgctxt "FLD_STAT_PAGE"
msgid "Pages"
msgstr "صفحات"
#. yqhF5
#. SubCmd DDETypes
-#: sw/inc/strings.hrc:937
+#: sw/inc/strings.hrc:941
msgctxt "FMT_DDE_HOT"
msgid "DDE automatic"
msgstr "‏DDE تلقائي"
#. xPP2E
-#: sw/inc/strings.hrc:938
+#: sw/inc/strings.hrc:942
msgctxt "FMT_DDE_NORMAL"
msgid "DDE manual"
msgstr "‏DDE يدوي"
#. spdXd
-#: sw/inc/strings.hrc:939
+#: sw/inc/strings.hrc:943
msgctxt "FLD_INPUT_TEXT"
msgid "[Text]"
msgstr "[نص]"
@@ -5997,103 +6027,103 @@ msgstr "[نص]"
#. --------------------------------------------------------------------
#. Description: SubType Extuser
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:944
+#: sw/inc/strings.hrc:948
msgctxt "FLD_EU_FIRMA"
msgid "Company"
msgstr "الشركة"
#. WWxTK
-#: sw/inc/strings.hrc:945
+#: sw/inc/strings.hrc:949
msgctxt "FLD_EU_VORNAME"
msgid "First Name"
msgstr "الاسم الأول"
#. 4tdAc
-#: sw/inc/strings.hrc:946
+#: sw/inc/strings.hrc:950
msgctxt "FLD_EU_NAME"
msgid "Last Name"
msgstr "الاسم الأخير"
#. xTV7n
-#: sw/inc/strings.hrc:947
+#: sw/inc/strings.hrc:951
msgctxt "FLD_EU_ABK"
msgid "Initials"
msgstr "الألقاب"
#. AKD3k
-#: sw/inc/strings.hrc:948
+#: sw/inc/strings.hrc:952
msgctxt "FLD_EU_STRASSE"
msgid "Street"
msgstr "الشارع"
#. ErMju
-#: sw/inc/strings.hrc:949
+#: sw/inc/strings.hrc:953
msgctxt "FLD_EU_LAND"
msgid "Country"
msgstr "الدولة"
#. ESbkx
-#: sw/inc/strings.hrc:950
+#: sw/inc/strings.hrc:954
msgctxt "FLD_EU_PLZ"
msgid "Zip code"
msgstr "الرمز البريدي"
#. WDAc2
-#: sw/inc/strings.hrc:951
+#: sw/inc/strings.hrc:955
msgctxt "FLD_EU_ORT"
msgid "City"
msgstr "المدينة"
#. pg7MV
-#: sw/inc/strings.hrc:952
+#: sw/inc/strings.hrc:956
msgctxt "FLD_EU_TITEL"
msgid "Title"
msgstr "المسمى الوظيفي"
#. DwLhZ
-#: sw/inc/strings.hrc:953
+#: sw/inc/strings.hrc:957
msgctxt "FLD_EU_POS"
msgid "Position"
msgstr "الموضع"
#. LDTdu
-#: sw/inc/strings.hrc:954
+#: sw/inc/strings.hrc:958
msgctxt "FLD_EU_TELPRIV"
msgid "Tel. (Home)"
msgstr "الهاتف (منزل)"
#. JBZyj
-#: sw/inc/strings.hrc:955
+#: sw/inc/strings.hrc:959
msgctxt "FLD_EU_TELFIRMA"
msgid "Tel. (Work)"
msgstr "الهاتف (عمل)"
#. 5EmGH
-#: sw/inc/strings.hrc:956
+#: sw/inc/strings.hrc:960
msgctxt "FLD_EU_FAX"
msgid "Fax"
msgstr ""
#. AtN9J
-#: sw/inc/strings.hrc:957
+#: sw/inc/strings.hrc:961
msgctxt "FLD_EU_EMAIL"
msgid "Email"
msgstr ""
#. 6GBRm
-#: sw/inc/strings.hrc:958
+#: sw/inc/strings.hrc:962
msgctxt "FLD_EU_STATE"
msgid "State"
msgstr "الولاية"
#. pbrdQ
-#: sw/inc/strings.hrc:959
+#: sw/inc/strings.hrc:963
msgctxt "FLD_PAGEREF_OFF"
msgid "off"
msgstr "أوقف"
#. wC8SE
-#: sw/inc/strings.hrc:960
+#: sw/inc/strings.hrc:964
msgctxt "FLD_PAGEREF_ON"
msgid "on"
msgstr "شغّل"
@@ -6103,37 +6133,37 @@ msgstr "شغّل"
#. Description: path name
#. --------------------------------------------------------------------
#. Format FileName
-#: sw/inc/strings.hrc:965
+#: sw/inc/strings.hrc:969
msgctxt "FMT_FF_NAME"
msgid "File name"
msgstr "اسم الملف"
#. RBpz3
-#: sw/inc/strings.hrc:966
+#: sw/inc/strings.hrc:970
msgctxt "FMT_FF_NAME_NOEXT"
msgid "File name without extension"
msgstr "اسم الملف بدون امتداد"
#. BCzy8
-#: sw/inc/strings.hrc:967
+#: sw/inc/strings.hrc:971
msgctxt "FMT_FF_PATHNAME"
msgid "Path/File name"
msgstr "المسار/اسم الملف"
#. ChFwM
-#: sw/inc/strings.hrc:968
+#: sw/inc/strings.hrc:972
msgctxt "FMT_FF_PATH"
msgid "Path"
msgstr "المسار"
#. eEaBE
-#: sw/inc/strings.hrc:969
+#: sw/inc/strings.hrc:973
msgctxt "FMT_FF_UI_NAME"
msgid "Style"
msgstr "النمط"
#. ANM2H
-#: sw/inc/strings.hrc:970
+#: sw/inc/strings.hrc:974
msgctxt "FMT_FF_UI_RANGE"
msgid "Category"
msgstr "الفئة"
@@ -6142,25 +6172,25 @@ msgstr "الفئة"
#. --------------------------------------------------------------------
#. Description: format chapter
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:974
+#: sw/inc/strings.hrc:978
msgctxt "FMT_CHAPTER_NAME"
msgid "Chapter name"
msgstr "اسم الفصل"
#. tnLqE
-#: sw/inc/strings.hrc:975
+#: sw/inc/strings.hrc:979
msgctxt "FMT_CHAPTER_NO"
msgid "Chapter number"
msgstr "رقم الفصل"
#. qGEAs
-#: sw/inc/strings.hrc:976
+#: sw/inc/strings.hrc:980
msgctxt "FMT_CHAPTER_NO_NOSEPARATOR"
msgid "Chapter number without separator"
msgstr "رقم الفصل بدون فاصل"
#. WFA5R
-#: sw/inc/strings.hrc:977
+#: sw/inc/strings.hrc:981
msgctxt "FMT_CHAPTER_NAMENO"
msgid "Chapter number and name"
msgstr "رقم واسم الفصل"
@@ -6169,55 +6199,55 @@ msgstr "رقم واسم الفصل"
#. --------------------------------------------------------------------
#. Description: formats
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:981
+#: sw/inc/strings.hrc:985
msgctxt "FMT_NUM_ABC"
msgid "A B C"
msgstr "A B C"
#. jm7G7
-#: sw/inc/strings.hrc:982
+#: sw/inc/strings.hrc:986
msgctxt "FMT_NUM_SABC"
msgid "a b c"
msgstr "a b c"
#. ETgy7
-#: sw/inc/strings.hrc:983
+#: sw/inc/strings.hrc:987
msgctxt "FMT_NUM_ABC_N"
msgid "A .. AA .. AAA"
msgstr "A‏ ‏.. AA ‏.. AAA"
#. m84Fb
-#: sw/inc/strings.hrc:984
+#: sw/inc/strings.hrc:988
msgctxt "FMT_NUM_SABC_N"
msgid "a .. aa .. aaa"
msgstr "‏a .. ‏aa .. ‏aaa"
#. d9YtB
-#: sw/inc/strings.hrc:985
+#: sw/inc/strings.hrc:989
msgctxt "FMT_NUM_ROMAN"
msgid "Roman (I II III)"
msgstr "أرقام رومانية (III II I)"
#. vA5RT
-#: sw/inc/strings.hrc:986
+#: sw/inc/strings.hrc:990
msgctxt "FMT_NUM_SROMAN"
msgid "Roman (i ii iii)"
msgstr "أرقام رومانية (iii ii i)"
#. 3ZDgc
-#: sw/inc/strings.hrc:987
+#: sw/inc/strings.hrc:991
msgctxt "FMT_NUM_ARABIC"
msgid "Arabic (1 2 3)"
msgstr "أرقام عربية (1 2 3)"
#. CHmdp
-#: sw/inc/strings.hrc:988
+#: sw/inc/strings.hrc:992
msgctxt "FMT_NUM_PAGEDESC"
msgid "As Page Style"
msgstr "مثل نمط الصفحة"
#. xBKwZ
-#: sw/inc/strings.hrc:989
+#: sw/inc/strings.hrc:993
msgctxt "FMT_NUM_PAGESPECIAL"
msgid "Text"
msgstr "النص"
@@ -6226,13 +6256,13 @@ msgstr "النص"
#. --------------------------------------------------------------------
#. Description: Author
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:993
+#: sw/inc/strings.hrc:997
msgctxt "FMT_AUTHOR_NAME"
msgid "Name"
msgstr "الاسم"
#. RCnZb
-#: sw/inc/strings.hrc:994
+#: sw/inc/strings.hrc:998
msgctxt "FMT_AUTHOR_SCUT"
msgid "Initials"
msgstr "الحروف البادئة"
@@ -6241,49 +6271,49 @@ msgstr "الحروف البادئة"
#. --------------------------------------------------------------------
#. Description: set variable
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:998
+#: sw/inc/strings.hrc:1002
msgctxt "FMT_SETVAR_SYS"
msgid "System"
msgstr "النظام"
#. qKXLW
-#: sw/inc/strings.hrc:999
+#: sw/inc/strings.hrc:1003
msgctxt "FMT_SETVAR_TEXT"
msgid "Text"
msgstr "النص"
#. E86ZD
-#: sw/inc/strings.hrc:1000
+#: sw/inc/strings.hrc:1004
msgctxt "FMT_GETVAR_NAME"
msgid "Name"
msgstr "الاسم"
#. FB3Rp
-#: sw/inc/strings.hrc:1001
+#: sw/inc/strings.hrc:1005
msgctxt "FMT_GETVAR_TEXT"
msgid "Text"
msgstr "نص"
#. KiBai
-#: sw/inc/strings.hrc:1002
+#: sw/inc/strings.hrc:1006
msgctxt "FMT_USERVAR_CMD"
msgid "Formula"
msgstr "معادلة"
#. 9AsdS
-#: sw/inc/strings.hrc:1003
+#: sw/inc/strings.hrc:1007
msgctxt "FMT_USERVAR_TEXT"
msgid "Text"
msgstr "نص"
#. GokUf
-#: sw/inc/strings.hrc:1004
+#: sw/inc/strings.hrc:1008
msgctxt "FMT_DBFLD_DB"
msgid "Database"
msgstr "قاعدة بيانات"
#. UBADL
-#: sw/inc/strings.hrc:1005
+#: sw/inc/strings.hrc:1009
msgctxt "FMT_DBFLD_SYS"
msgid "System"
msgstr "النظام"
@@ -6292,19 +6322,19 @@ msgstr "النظام"
#. --------------------------------------------------------------------
#. Description: storage fields
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1009
+#: sw/inc/strings.hrc:1013
msgctxt "FMT_REG_AUTHOR"
msgid "Author"
msgstr "المؤلف"
#. aqFVp
-#: sw/inc/strings.hrc:1010
+#: sw/inc/strings.hrc:1014
msgctxt "FMT_REG_TIME"
msgid "Time"
msgstr "الوقت"
#. FaZKx
-#: sw/inc/strings.hrc:1011
+#: sw/inc/strings.hrc:1015
msgctxt "FMT_REG_DATE"
msgid "Date"
msgstr "التاريخ"
@@ -6313,79 +6343,79 @@ msgstr "التاريخ"
#. --------------------------------------------------------------------
#. Description: formats references
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1015
+#: sw/inc/strings.hrc:1019
msgctxt "FMT_REF_TEXT"
msgid "Reference"
msgstr "المرجع"
#. L7dK7
-#: sw/inc/strings.hrc:1016
+#: sw/inc/strings.hrc:1020
msgctxt "FMT_REF_PAGE"
msgid "Page"
msgstr "الصفحة"
#. MaB3q
-#: sw/inc/strings.hrc:1017
+#: sw/inc/strings.hrc:1021
msgctxt "FMT_REF_CHAPTER"
msgid "Chapter"
msgstr "الفصل"
#. 8FciB
-#: sw/inc/strings.hrc:1018
+#: sw/inc/strings.hrc:1022
msgctxt "FMT_REF_UPDOWN"
msgid "Above/Below"
msgstr "أعلى/أسفل"
#. Vq8mj
-#: sw/inc/strings.hrc:1019
+#: sw/inc/strings.hrc:1023
msgctxt "FMT_REF_PAGE_PGDSC"
msgid "As Page Style"
msgstr "مثل نمط الصفحة"
#. CQitd
-#: sw/inc/strings.hrc:1020
+#: sw/inc/strings.hrc:1024
msgctxt "FMT_REF_ONLYNUMBER"
msgid "Category and Number"
msgstr "الفئة و الرقم"
#. BsvCn
-#: sw/inc/strings.hrc:1021
+#: sw/inc/strings.hrc:1025
msgctxt "FMT_REF_ONLYCAPTION"
msgid "Caption Text"
msgstr "نص الواصفة"
#. P7wiX
-#: sw/inc/strings.hrc:1022
+#: sw/inc/strings.hrc:1026
msgctxt "FMT_REF_ONLYSEQNO"
msgid "Numbering"
msgstr "ترقيم"
#. QBGit
-#: sw/inc/strings.hrc:1023
+#: sw/inc/strings.hrc:1027
msgctxt "FMT_REF_NUMBER"
msgid "Number"
msgstr "رقم"
#. CGkV7
-#: sw/inc/strings.hrc:1024
+#: sw/inc/strings.hrc:1028
msgctxt "FMT_REF_NUMBER_NO_CONTEXT"
msgid "Number (no context)"
msgstr "رقم (دون سياق)"
#. XgSb3
-#: sw/inc/strings.hrc:1025
+#: sw/inc/strings.hrc:1029
msgctxt "FMT_REF_NUMBER_FULL_CONTEXT"
msgid "Number (full context)"
msgstr "رقم (السياق الكامل)"
#. zQTNF
-#: sw/inc/strings.hrc:1027
+#: sw/inc/strings.hrc:1031
msgctxt "FMT_REF_WITH_LOWERCASE_HU_ARTICLE"
msgid "Article a/az + "
msgstr ""
#. 97Vs7
-#: sw/inc/strings.hrc:1028
+#: sw/inc/strings.hrc:1032
msgctxt "FMT_REF_WITH_UPPERCASE_HU_ARTICLE"
msgid "Article A/Az + "
msgstr ""
@@ -6394,31 +6424,31 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: placeholder
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1032
+#: sw/inc/strings.hrc:1036
msgctxt "FMT_MARK_TEXT"
msgid "Text"
msgstr "نص"
#. rAQoE
-#: sw/inc/strings.hrc:1033
+#: sw/inc/strings.hrc:1037
msgctxt "FMT_MARK_TABLE"
msgid "Table"
msgstr "جدول"
#. biUa2
-#: sw/inc/strings.hrc:1034
+#: sw/inc/strings.hrc:1038
msgctxt "FMT_MARK_FRAME"
msgid "Frame"
msgstr "إطار"
#. 7mkZb
-#: sw/inc/strings.hrc:1035
+#: sw/inc/strings.hrc:1039
msgctxt "FMT_MARK_GRAFIC"
msgid "Image"
msgstr "صورة"
#. GgbFY
-#: sw/inc/strings.hrc:1036
+#: sw/inc/strings.hrc:1040
msgctxt "FMT_MARK_OLE"
msgid "Object"
msgstr "كائن"
@@ -6427,1503 +6457,1503 @@ msgstr "كائن"
#. --------------------------------------------------------------------
#. Description: ExchangeStrings for Edit/NameFT
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1040
+#: sw/inc/strings.hrc:1044
msgctxt "STR_COND"
msgid "~Condition"
msgstr "~شرط"
#. X9cqJ
-#: sw/inc/strings.hrc:1041
+#: sw/inc/strings.hrc:1045
msgctxt "STR_TEXT"
msgid "Then, Else"
msgstr "Then, Else"
#. bo8yF
-#: sw/inc/strings.hrc:1042
+#: sw/inc/strings.hrc:1046
msgctxt "STR_DDE_CMD"
msgid "DDE Statement"
msgstr "عبارة DDE"
#. LixXA
-#: sw/inc/strings.hrc:1043
+#: sw/inc/strings.hrc:1047
msgctxt "STR_INSTEXT"
msgid "Hidden t~ext"
msgstr "~نص غير مرئي"
#. EX3bJ
-#: sw/inc/strings.hrc:1044
+#: sw/inc/strings.hrc:1048
msgctxt "STR_MACNAME"
msgid "~Macro name"
msgstr "اسم ال~ماكرو"
#. dNZtd
-#: sw/inc/strings.hrc:1045
+#: sw/inc/strings.hrc:1049
msgctxt "STR_PROMPT"
msgid "~Reference"
msgstr "مر~جع"
#. bfRPa
-#: sw/inc/strings.hrc:1046
+#: sw/inc/strings.hrc:1050
msgctxt "STR_COMBCHRS_FT"
msgid "Ch~aracters"
msgstr "حرو~ف"
#. j2G5G
-#: sw/inc/strings.hrc:1047
+#: sw/inc/strings.hrc:1051
msgctxt "STR_OFFSET"
msgid "O~ffset"
msgstr "~تعديل"
#. vEgGo
-#: sw/inc/strings.hrc:1048
+#: sw/inc/strings.hrc:1052
msgctxt "STR_VALUE"
msgid "Value"
msgstr "القيمة"
#. YQesU
-#: sw/inc/strings.hrc:1049
+#: sw/inc/strings.hrc:1053
msgctxt "STR_FORMULA"
msgid "Formula"
msgstr "الصيغة"
#. Eq5xq
-#: sw/inc/strings.hrc:1050
+#: sw/inc/strings.hrc:1054
msgctxt "STR_CUSTOM_FIELD"
msgid "Custom"
msgstr "مخصص"
#. 32NzA
-#: sw/inc/strings.hrc:1052
+#: sw/inc/strings.hrc:1056
msgctxt "STR_CUSTOM_LABEL"
msgid "[User]"
msgstr "[مستخدم]"
#. dYQTU
-#: sw/inc/strings.hrc:1054
+#: sw/inc/strings.hrc:1058
msgctxt "STR_HDIST"
msgid "H. Pitch"
msgstr "المسافة الرأسية"
#. xELZY
-#: sw/inc/strings.hrc:1055
+#: sw/inc/strings.hrc:1059
msgctxt "STR_VDIST"
msgid "V. Pitch"
msgstr "المسافة الأفقية"
#. F9Ldz
-#: sw/inc/strings.hrc:1056
+#: sw/inc/strings.hrc:1060
msgctxt "STR_WIDTH"
msgid "Width"
msgstr "العرض"
#. rdxcb
-#: sw/inc/strings.hrc:1057
+#: sw/inc/strings.hrc:1061
msgctxt "STR_HEIGHT"
msgid "Height"
msgstr "الارتفاع"
#. DQm2h
-#: sw/inc/strings.hrc:1058
+#: sw/inc/strings.hrc:1062
msgctxt "STR_LEFT"
msgid "Left margin"
msgstr "الهامش الأيسر"
#. imDMU
-#: sw/inc/strings.hrc:1059
+#: sw/inc/strings.hrc:1063
msgctxt "STR_UPPER"
msgid "Top margin"
msgstr "الهامش العلوي"
#. ayQss
-#: sw/inc/strings.hrc:1060
+#: sw/inc/strings.hrc:1064
msgctxt "STR_COLS"
msgid "Columns"
msgstr "الأعمدة"
#. 3moLd
-#: sw/inc/strings.hrc:1061
+#: sw/inc/strings.hrc:1065
msgctxt "STR_ROWS"
msgid "Rows"
msgstr "الصفوف"
#. QtVXg
-#: sw/inc/strings.hrc:1063
+#: sw/inc/strings.hrc:1067
msgctxt "STR_SERVICE_UNAVAILABLE"
msgid "The following service is not available: "
msgstr "الخدمة الآتية غير متوفرة: "
#. XWMSH
-#: sw/inc/strings.hrc:1065
+#: sw/inc/strings.hrc:1069
msgctxt "STR_WORDCOUNT_HINT"
msgid "Word and character count. Click to open Word Count dialog."
msgstr "عدد الكلمات والمحارف. انقر لفتح حوار عدد الكلمات."
#. nxGNq
-#: sw/inc/strings.hrc:1066
+#: sw/inc/strings.hrc:1070
msgctxt "STR_VIEWLAYOUT_ONE"
msgid "Single-page view"
msgstr "منظور صفحة واحدة"
#. 57ju6
-#: sw/inc/strings.hrc:1067
+#: sw/inc/strings.hrc:1071
msgctxt "STR_VIEWLAYOUT_MULTI"
msgid "Multiple-page view"
msgstr "منظور متعدد الصفحات"
#. tbig8
-#: sw/inc/strings.hrc:1068
+#: sw/inc/strings.hrc:1072
msgctxt "STR_VIEWLAYOUT_BOOK"
msgid "Book view"
msgstr "منظور الكتاب"
#. xBHUG
-#: sw/inc/strings.hrc:1069
+#: sw/inc/strings.hrc:1073
msgctxt "STR_BOOKCTRL_HINT"
msgid "Page number in document. Click to open Go to Page dialog or right-click for bookmark list."
msgstr "رقم الصفحة في المستند. انقر عليه لفتح حواري ”انتقل إلى“ أو انقر عليه باليمين لعرض قائمة العلامات."
#. XaF3v
-#: sw/inc/strings.hrc:1070
+#: sw/inc/strings.hrc:1074
msgctxt "STR_BOOKCTRL_HINT_EXTENDED"
msgid "Page number in document (Page number on printed document). Click to open Go to Page dialog."
msgstr "رقم الصفحة في المستند (رقم الصفحة في المستند المطبوع). انقر عليه لفتح حواري ”انتقل إلى“."
#. EWtd2
-#: sw/inc/strings.hrc:1071
+#: sw/inc/strings.hrc:1075
msgctxt "STR_TMPLCTRL_HINT"
msgid "Page Style. Right-click to change style or click to open Style dialog."
msgstr "نمط الصفحات. انقر باليمين لتغيير النمط أو انقر لفتح حواري الأنماط."
#. jQAym
#. Strings for textual attributes.
-#: sw/inc/strings.hrc:1074
+#: sw/inc/strings.hrc:1078
msgctxt "STR_DROP_OVER"
msgid "Drop Caps over"
msgstr "أحرف استهلالية على"
#. PLAVt
-#: sw/inc/strings.hrc:1075
+#: sw/inc/strings.hrc:1079
msgctxt "STR_DROP_LINES"
msgid "rows"
msgstr "من الصفوف"
#. sg6Za
-#: sw/inc/strings.hrc:1076
+#: sw/inc/strings.hrc:1080
msgctxt "STR_NO_DROP_LINES"
msgid "No Drop Caps"
msgstr "لا أحرف استهلالية"
#. gueRC
-#: sw/inc/strings.hrc:1077
+#: sw/inc/strings.hrc:1081
msgctxt "STR_NO_PAGEDESC"
msgid "No page break"
msgstr "لا فاصل صفحات"
#. G3CQN
-#: sw/inc/strings.hrc:1078
+#: sw/inc/strings.hrc:1082
msgctxt "STR_NO_MIRROR"
msgid "Don't mirror"
msgstr "لا تعكس"
#. MVEk8
-#: sw/inc/strings.hrc:1079
+#: sw/inc/strings.hrc:1083
msgctxt "STR_VERT_MIRROR"
msgid "Flip vertically"
msgstr "قلب رأسيًّا"
#. Dns6t
-#: sw/inc/strings.hrc:1080
+#: sw/inc/strings.hrc:1084
msgctxt "STR_HORI_MIRROR"
msgid "Flip horizontal"
msgstr "اقلب أفقيًّا"
#. ZUKCy
-#: sw/inc/strings.hrc:1081
+#: sw/inc/strings.hrc:1085
msgctxt "STR_BOTH_MIRROR"
msgid "Horizontal and Vertical Flip"
msgstr "اقلب رأسيا وأفقيا"
#. LoQic
-#: sw/inc/strings.hrc:1082
+#: sw/inc/strings.hrc:1086
msgctxt "STR_MIRROR_TOGGLE"
msgid "+ mirror horizontal on even pages"
msgstr "+ اعكس أفقيا في الصفحات الزوجية"
#. kbnTf
-#: sw/inc/strings.hrc:1083
+#: sw/inc/strings.hrc:1087
msgctxt "STR_CHARFMT"
msgid "Character Style"
msgstr "نمط الأحرف"
#. D99ZJ
-#: sw/inc/strings.hrc:1084
+#: sw/inc/strings.hrc:1088
msgctxt "STR_NO_CHARFMT"
msgid "No Character Style"
msgstr "لا نمط أحرف"
#. fzG3P
-#: sw/inc/strings.hrc:1085
+#: sw/inc/strings.hrc:1089
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr "تذييل"
#. 9RCsQ
-#: sw/inc/strings.hrc:1086
+#: sw/inc/strings.hrc:1090
msgctxt "STR_NO_FOOTER"
msgid "No footer"
msgstr "لا تذييل"
#. zFTin
-#: sw/inc/strings.hrc:1087
+#: sw/inc/strings.hrc:1091
msgctxt "STR_HEADER"
msgid "Header"
msgstr "ترويسة"
#. PcYEB
-#: sw/inc/strings.hrc:1088
+#: sw/inc/strings.hrc:1092
msgctxt "STR_NO_HEADER"
msgid "No header"
msgstr "لا ترويسة"
#. Zm8cr
-#: sw/inc/strings.hrc:1089
+#: sw/inc/strings.hrc:1093
msgctxt "STR_SURROUND_IDEAL"
msgid "Optimal wrap"
msgstr "أمثل لفّ"
#. whxC3
-#: sw/inc/strings.hrc:1090
+#: sw/inc/strings.hrc:1094
msgctxt "STR_SURROUND_NONE"
msgid "No wrap"
msgstr "بلا لفّ"
#. 4tA4q
-#: sw/inc/strings.hrc:1091
+#: sw/inc/strings.hrc:1095
msgctxt "STR_SURROUND_THROUGH"
msgid "Through"
msgstr "خلال"
#. gS6sZ
-#: sw/inc/strings.hrc:1092
+#: sw/inc/strings.hrc:1096
msgctxt "STR_SURROUND_PARALLEL"
msgid "Parallel wrap"
msgstr "لفّ متوازي"
#. tmVqi
-#: sw/inc/strings.hrc:1093
+#: sw/inc/strings.hrc:1097
msgctxt "STR_SURROUND_LEFT"
msgid "Left wrap"
msgstr "لفّ لليسار"
#. 3tBBF
-#: sw/inc/strings.hrc:1094
+#: sw/inc/strings.hrc:1098
msgctxt "STR_SURROUND_RIGHT"
msgid "Right wrap"
msgstr "لفّ لليمين"
#. SrG3D
-#: sw/inc/strings.hrc:1095
+#: sw/inc/strings.hrc:1099
msgctxt "STR_SURROUND_ANCHORONLY"
msgid "(Anchor only)"
msgstr "(مربط فقط)"
#. 9Ywzb
-#: sw/inc/strings.hrc:1096
+#: sw/inc/strings.hrc:1100
msgctxt "STR_FRM_WIDTH"
msgid "Width:"
msgstr "العرض:"
#. 2GYT7
-#: sw/inc/strings.hrc:1097
+#: sw/inc/strings.hrc:1101
msgctxt "STR_FRM_FIXEDHEIGHT"
msgid "Fixed height:"
msgstr "الارتفاع الثابت:"
#. QrFMi
-#: sw/inc/strings.hrc:1098
+#: sw/inc/strings.hrc:1102
msgctxt "STR_FRM_MINHEIGHT"
msgid "Min. height:"
msgstr "أدنى ارتفاع:"
#. kLiYd
-#: sw/inc/strings.hrc:1099
+#: sw/inc/strings.hrc:1103
msgctxt "STR_FLY_AT_PARA"
msgid "to paragraph"
msgstr "مرتبط بالفقرة"
#. bEavs
-#: sw/inc/strings.hrc:1100
+#: sw/inc/strings.hrc:1104
msgctxt "STR_FLY_AS_CHAR"
msgid "to character"
msgstr "مرتبط بالأحرف"
#. hDUSa
-#: sw/inc/strings.hrc:1101
+#: sw/inc/strings.hrc:1105
msgctxt "STR_FLY_AT_PAGE"
msgid "to page"
msgstr "مرتبط بالصفحة"
#. JMHRz
-#: sw/inc/strings.hrc:1102
+#: sw/inc/strings.hrc:1106
msgctxt "STR_POS_X"
msgid "X Coordinate:"
msgstr "الإحداثي س:"
#. oCZWW
-#: sw/inc/strings.hrc:1103
+#: sw/inc/strings.hrc:1107
msgctxt "STR_POS_Y"
msgid "Y Coordinate:"
msgstr "الإحداثي ص:"
#. YNKE6
-#: sw/inc/strings.hrc:1104
+#: sw/inc/strings.hrc:1108
msgctxt "STR_VERT_TOP"
msgid "at top"
msgstr "للأعلى"
#. GPTAu
-#: sw/inc/strings.hrc:1105
+#: sw/inc/strings.hrc:1109
msgctxt "STR_VERT_CENTER"
msgid "Centered vertically"
msgstr "موسط عمودياً"
#. fcpTS
-#: sw/inc/strings.hrc:1106
+#: sw/inc/strings.hrc:1110
msgctxt "STR_VERT_BOTTOM"
msgid "at bottom"
msgstr "للأسفل"
#. 37hos
-#: sw/inc/strings.hrc:1107
+#: sw/inc/strings.hrc:1111
msgctxt "STR_LINE_TOP"
msgid "Top of line"
msgstr "أعلى السطر"
#. MU7hC
-#: sw/inc/strings.hrc:1108
+#: sw/inc/strings.hrc:1112
#, fuzzy
msgctxt "STR_LINE_CENTER"
msgid "Line centered"
msgstr "وسط اليسار"
#. ZvEq7
-#: sw/inc/strings.hrc:1109
+#: sw/inc/strings.hrc:1113
msgctxt "STR_LINE_BOTTOM"
msgid "Bottom of line"
msgstr "أسفل السطر"
#. X9utp
-#: sw/inc/strings.hrc:1110
+#: sw/inc/strings.hrc:1114
#, fuzzy
msgctxt "STR_REGISTER_ON"
msgid "Register-true"
msgstr "Register-true"
#. YDuHJ
-#: sw/inc/strings.hrc:1111
+#: sw/inc/strings.hrc:1115
msgctxt "STR_REGISTER_OFF"
msgid "Not register-true"
msgstr ""
#. 4RL9X
-#: sw/inc/strings.hrc:1112
+#: sw/inc/strings.hrc:1116
msgctxt "STR_HORI_RIGHT"
msgid "at the right"
msgstr "على اليمين"
#. wzGK7
-#: sw/inc/strings.hrc:1113
+#: sw/inc/strings.hrc:1117
msgctxt "STR_HORI_CENTER"
msgid "Centered horizontally"
msgstr "موسط أفقياً"
#. ngRmB
-#: sw/inc/strings.hrc:1114
+#: sw/inc/strings.hrc:1118
msgctxt "STR_HORI_LEFT"
msgid "at the left"
msgstr "على اليسار"
#. JyHkM
-#: sw/inc/strings.hrc:1115
+#: sw/inc/strings.hrc:1119
#, fuzzy
msgctxt "STR_HORI_INSIDE"
msgid "inside"
msgstr "داخل"
#. iXSZZ
-#: sw/inc/strings.hrc:1116
+#: sw/inc/strings.hrc:1120
#, fuzzy
msgctxt "STR_HORI_OUTSIDE"
msgid "outside"
msgstr "خارج"
#. kDY9Z
-#: sw/inc/strings.hrc:1117
+#: sw/inc/strings.hrc:1121
msgctxt "STR_HORI_FULL"
msgid "Full width"
msgstr "كامل العرض"
#. Hvn8D
-#: sw/inc/strings.hrc:1118
+#: sw/inc/strings.hrc:1122
msgctxt "STR_COLUMNS"
msgid "Columns"
msgstr "الأعمدة"
#. 6j6TA
-#: sw/inc/strings.hrc:1119
+#: sw/inc/strings.hrc:1123
msgctxt "STR_LINE_WIDTH"
msgid "Separator Width:"
msgstr "عرض الفاصل:"
#. dvdDt
-#: sw/inc/strings.hrc:1120
+#: sw/inc/strings.hrc:1124
msgctxt "STR_MAX_FTN_HEIGHT"
msgid "Max. footnote area:"
msgstr "الحد الأقصى لمنطقة الحاشية:"
#. BWqF3
-#: sw/inc/strings.hrc:1121
+#: sw/inc/strings.hrc:1125
msgctxt "STR_EDIT_IN_READONLY"
msgid "Editable in read-only document"
msgstr "يمكن تحريره في المستندات المفتوحة للقراءة فقط"
#. SCL5F
-#: sw/inc/strings.hrc:1122
+#: sw/inc/strings.hrc:1126
#, fuzzy
msgctxt "STR_LAYOUT_SPLIT"
msgid "Split"
msgstr "تقسيم"
#. AETHf
-#: sw/inc/strings.hrc:1123
+#: sw/inc/strings.hrc:1127
msgctxt "STR_NUMRULE_ON"
msgid "Numbering"
msgstr "ترقيم"
#. 7HmsY
-#: sw/inc/strings.hrc:1124
+#: sw/inc/strings.hrc:1128
msgctxt "STR_NUMRULE_OFF"
msgid "no numbering"
msgstr "لا ترقيم"
#. QDaFk
-#: sw/inc/strings.hrc:1125
+#: sw/inc/strings.hrc:1129
msgctxt "STR_CONNECT1"
msgid "linked to "
msgstr ""
#. rWmT8
-#: sw/inc/strings.hrc:1126
+#: sw/inc/strings.hrc:1130
msgctxt "STR_CONNECT2"
msgid "and "
msgstr "و "
#. H2Kwq
-#: sw/inc/strings.hrc:1127
+#: sw/inc/strings.hrc:1131
msgctxt "STR_LINECOUNT"
msgid "Count lines"
msgstr ""
#. yjSiJ
-#: sw/inc/strings.hrc:1128
+#: sw/inc/strings.hrc:1132
msgctxt "STR_DONTLINECOUNT"
msgid "don't count lines"
msgstr ""
#. HE4BV
-#: sw/inc/strings.hrc:1129
+#: sw/inc/strings.hrc:1133
msgctxt "STR_LINCOUNT_START"
msgid "restart line count with: "
msgstr ""
#. 7Q8qC
-#: sw/inc/strings.hrc:1130
+#: sw/inc/strings.hrc:1134
msgctxt "STR_LUMINANCE"
msgid "Brightness: "
msgstr "السطوع: "
#. sNxPE
-#: sw/inc/strings.hrc:1131
+#: sw/inc/strings.hrc:1135
msgctxt "STR_CHANNELR"
msgid "Red: "
msgstr "الأحمر: "
#. u73NC
-#: sw/inc/strings.hrc:1132
+#: sw/inc/strings.hrc:1136
msgctxt "STR_CHANNELG"
msgid "Green: "
msgstr "الأخضر: "
#. qQsPp
-#: sw/inc/strings.hrc:1133
+#: sw/inc/strings.hrc:1137
msgctxt "STR_CHANNELB"
msgid "Blue: "
msgstr "الأزرق: "
#. BS4nZ
-#: sw/inc/strings.hrc:1134
+#: sw/inc/strings.hrc:1138
msgctxt "STR_CONTRAST"
msgid "Contrast: "
msgstr "التباين: "
#. avJBK
-#: sw/inc/strings.hrc:1135
+#: sw/inc/strings.hrc:1139
msgctxt "STR_GAMMA"
msgid "Gamma: "
msgstr "غاما: "
#. HQCJZ
-#: sw/inc/strings.hrc:1136
+#: sw/inc/strings.hrc:1140
msgctxt "STR_TRANSPARENCY"
msgid "Transparency: "
msgstr "الشفافية: "
#. 5jDK3
-#: sw/inc/strings.hrc:1137
+#: sw/inc/strings.hrc:1141
msgctxt "STR_INVERT"
msgid "Invert"
msgstr "اعكس"
#. DVSAx
-#: sw/inc/strings.hrc:1138
+#: sw/inc/strings.hrc:1142
msgctxt "STR_INVERT_NOT"
msgid "do not invert"
msgstr "لا تعكس"
#. Z7tXB
-#: sw/inc/strings.hrc:1139
+#: sw/inc/strings.hrc:1143
msgctxt "STR_DRAWMODE"
msgid "Graphics mode: "
msgstr "وضع الرسوم: "
#. RXuUF
-#: sw/inc/strings.hrc:1140
+#: sw/inc/strings.hrc:1144
#, fuzzy
msgctxt "STR_DRAWMODE_STD"
msgid "Standard"
msgstr "_قياسي"
#. kbALJ
-#: sw/inc/strings.hrc:1141
+#: sw/inc/strings.hrc:1145
#, fuzzy
msgctxt "STR_DRAWMODE_GREY"
msgid "Grayscales"
msgstr "تدرج رمادي"
#. eSHEj
-#: sw/inc/strings.hrc:1142
+#: sw/inc/strings.hrc:1146
msgctxt "STR_DRAWMODE_BLACKWHITE"
msgid "Black & White"
msgstr "أسود و أبيض"
#. tABTr
-#: sw/inc/strings.hrc:1143
+#: sw/inc/strings.hrc:1147
msgctxt "STR_DRAWMODE_WATERMARK"
msgid "Watermark"
msgstr "علامة مائيّة"
#. 8SwC3
-#: sw/inc/strings.hrc:1144
+#: sw/inc/strings.hrc:1148
#, fuzzy
msgctxt "STR_ROTATION"
msgid "Rotation"
msgstr "اقتباس"
#. hWEeF
-#: sw/inc/strings.hrc:1145
+#: sw/inc/strings.hrc:1149
msgctxt "STR_GRID_NONE"
msgid "No grid"
msgstr "بدون شبكة"
#. HEuEv
-#: sw/inc/strings.hrc:1146
+#: sw/inc/strings.hrc:1150
msgctxt "STR_GRID_LINES_ONLY"
msgid "Grid (lines only)"
msgstr "شبكة (السطور فقط)"
#. VFgMq
-#: sw/inc/strings.hrc:1147
+#: sw/inc/strings.hrc:1151
msgctxt "STR_GRID_LINES_CHARS"
msgid "Grid (lines and characters)"
msgstr "شبكة (سطور وحروف)"
#. VRJrB
-#: sw/inc/strings.hrc:1148
+#: sw/inc/strings.hrc:1152
msgctxt "STR_FOLLOW_TEXT_FLOW"
msgid "Follow text flow"
msgstr "اتباع تدفق النّص"
#. Sb3Je
-#: sw/inc/strings.hrc:1149
+#: sw/inc/strings.hrc:1153
msgctxt "STR_DONT_FOLLOW_TEXT_FLOW"
msgid "Do not follow text flow"
msgstr "لا تتبع تدفق النص"
#. yXFKP
-#: sw/inc/strings.hrc:1150
+#: sw/inc/strings.hrc:1154
msgctxt "STR_CONNECT_BORDER_ON"
msgid "Merge borders"
msgstr ""
#. vwHbS
-#: sw/inc/strings.hrc:1151
+#: sw/inc/strings.hrc:1155
msgctxt "STR_CONNECT_BORDER_OFF"
msgid "Do not merge borders"
msgstr "لا تدمج الحدود"
#. 3874B
-#: sw/inc/strings.hrc:1153
+#: sw/inc/strings.hrc:1157
#, fuzzy
msgctxt "ST_TBL"
msgid "Table"
msgstr "الجدول"
#. PCNdr
-#: sw/inc/strings.hrc:1154
+#: sw/inc/strings.hrc:1158
#, fuzzy
msgctxt "ST_FRM"
msgid "Text Frame"
msgstr "إطار نصي"
#. Fsnm6
-#: sw/inc/strings.hrc:1155
+#: sw/inc/strings.hrc:1159
#, fuzzy
msgctxt "ST_PGE"
msgid "Page"
msgstr "الصفحة"
#. pKFCz
-#: sw/inc/strings.hrc:1156
+#: sw/inc/strings.hrc:1160
msgctxt "ST_DRW"
msgid "Drawing"
msgstr "الرسم"
#. amiSY
-#: sw/inc/strings.hrc:1157
+#: sw/inc/strings.hrc:1161
msgctxt "ST_CTRL"
msgid "Control"
msgstr "عنصر تحكم"
#. GEw9u
-#: sw/inc/strings.hrc:1158
+#: sw/inc/strings.hrc:1162
#, fuzzy
msgctxt "ST_REG"
msgid "Section"
msgstr "قسم"
#. bEiyL
-#: sw/inc/strings.hrc:1159
+#: sw/inc/strings.hrc:1163
msgctxt "ST_BKM"
msgid "Bookmark"
msgstr "علامة"
#. 6gXCo
-#: sw/inc/strings.hrc:1160
+#: sw/inc/strings.hrc:1164
#, fuzzy
msgctxt "ST_GRF"
msgid "Graphics"
msgstr "رسوميات"
#. d5eSc
-#: sw/inc/strings.hrc:1161
+#: sw/inc/strings.hrc:1165
msgctxt "ST_OLE"
msgid "OLE object"
msgstr "كائن OLE"
#. h5QQ8
-#: sw/inc/strings.hrc:1162
+#: sw/inc/strings.hrc:1166
#, fuzzy
msgctxt "ST_OUTL"
msgid "Headings"
msgstr "عناوين رئيسية"
#. Cbktp
-#: sw/inc/strings.hrc:1163
+#: sw/inc/strings.hrc:1167
msgctxt "ST_SEL"
msgid "Selection"
msgstr "التحديد"
#. nquvS
-#: sw/inc/strings.hrc:1164
+#: sw/inc/strings.hrc:1168
msgctxt "ST_FTN"
msgid "Footnote"
msgstr "حاشية"
#. GpAUo
-#: sw/inc/strings.hrc:1165
+#: sw/inc/strings.hrc:1169
msgctxt "ST_MARK"
msgid "Reminder"
msgstr ""
#. nDFKa
-#: sw/inc/strings.hrc:1166
+#: sw/inc/strings.hrc:1170
msgctxt "ST_POSTIT"
msgid "Comment"
msgstr "تعليق"
#. qpbDE
-#: sw/inc/strings.hrc:1167
+#: sw/inc/strings.hrc:1171
#, fuzzy
msgctxt "ST_SRCH_REP"
msgid "Repeat search"
msgstr "تكرار البحث"
#. ipxfH
-#: sw/inc/strings.hrc:1168
+#: sw/inc/strings.hrc:1172
msgctxt "ST_INDEX_ENTRY"
msgid "Index entry"
msgstr ""
#. sfmff
-#: sw/inc/strings.hrc:1169
+#: sw/inc/strings.hrc:1173
msgctxt "ST_TABLE_FORMULA"
msgid "Table formula"
msgstr ""
#. DtkuT
-#: sw/inc/strings.hrc:1170
+#: sw/inc/strings.hrc:1174
msgctxt "ST_TABLE_FORMULA_ERROR"
msgid "Wrong table formula"
msgstr ""
#. ECFxw
#. Strings for the quickhelp of the View-PgUp/Down-Buttons
-#: sw/inc/strings.hrc:1172
+#: sw/inc/strings.hrc:1176
msgctxt "STR_IMGBTN_TBL_DOWN"
msgid "Next table"
msgstr "الجدول التالي"
#. vPiab
-#: sw/inc/strings.hrc:1173
+#: sw/inc/strings.hrc:1177
msgctxt "STR_IMGBTN_FRM_DOWN"
msgid "Next text frame"
msgstr "إطار النصوص التالي"
#. M4BCA
-#: sw/inc/strings.hrc:1174
+#: sw/inc/strings.hrc:1178
msgctxt "STR_IMGBTN_PGE_DOWN"
msgid "Next page"
msgstr "الصفحة التالية"
#. UWeq4
-#: sw/inc/strings.hrc:1175
+#: sw/inc/strings.hrc:1179
msgctxt "STR_IMGBTN_DRW_DOWN"
msgid "Next drawing"
msgstr "الرسمة التالية"
#. ZVCrD
-#: sw/inc/strings.hrc:1176
+#: sw/inc/strings.hrc:1180
msgctxt "STR_IMGBTN_CTRL_DOWN"
msgid "Next control"
msgstr "المتحكّم التالي"
#. NGAqr
-#: sw/inc/strings.hrc:1177
+#: sw/inc/strings.hrc:1181
msgctxt "STR_IMGBTN_REG_DOWN"
msgid "Next section"
msgstr "القسم التالي"
#. Mwcvm
-#: sw/inc/strings.hrc:1178
+#: sw/inc/strings.hrc:1182
msgctxt "STR_IMGBTN_BKM_DOWN"
msgid "Next bookmark"
msgstr "العلامة التالية"
#. xbxDs
-#: sw/inc/strings.hrc:1179
+#: sw/inc/strings.hrc:1183
msgctxt "STR_IMGBTN_GRF_DOWN"
msgid "Next graphic"
msgstr "الرسم التالي"
#. 4ovAF
-#: sw/inc/strings.hrc:1180
+#: sw/inc/strings.hrc:1184
msgctxt "STR_IMGBTN_OLE_DOWN"
msgid "Next OLE object"
msgstr "كائن OLE التالي"
#. YzK6w
-#: sw/inc/strings.hrc:1181
+#: sw/inc/strings.hrc:1185
msgctxt "STR_IMGBTN_OUTL_DOWN"
msgid "Next heading"
msgstr "العنوان الرئيسي التالي"
#. skdRc
-#: sw/inc/strings.hrc:1182
+#: sw/inc/strings.hrc:1186
msgctxt "STR_IMGBTN_SEL_DOWN"
msgid "Next selection"
msgstr ""
#. RBFga
-#: sw/inc/strings.hrc:1183
+#: sw/inc/strings.hrc:1187
msgctxt "STR_IMGBTN_FTN_DOWN"
msgid "Next footnote"
msgstr "الحاشية التالية"
#. GNLrx
-#: sw/inc/strings.hrc:1184
+#: sw/inc/strings.hrc:1188
msgctxt "STR_IMGBTN_MARK_DOWN"
msgid "Next Reminder"
msgstr ""
#. mFCfp
-#: sw/inc/strings.hrc:1185
+#: sw/inc/strings.hrc:1189
msgctxt "STR_IMGBTN_POSTIT_DOWN"
msgid "Next Comment"
msgstr "التعليق التالي"
#. gbnwp
-#: sw/inc/strings.hrc:1186
+#: sw/inc/strings.hrc:1190
msgctxt "STR_IMGBTN_SRCH_REP_DOWN"
msgid "Continue search forward"
msgstr ""
#. TXYkA
-#: sw/inc/strings.hrc:1187
+#: sw/inc/strings.hrc:1191
#, fuzzy
msgctxt "STR_IMGBTN_INDEX_ENTRY_DOWN"
msgid "Next index entry"
msgstr "إدراج مدخل في الفهرس"
#. EyvbV
-#: sw/inc/strings.hrc:1188
+#: sw/inc/strings.hrc:1192
msgctxt "STR_IMGBTN_TBL_UP"
msgid "Previous table"
msgstr "الجدول السابق"
#. ygrTh
-#: sw/inc/strings.hrc:1189
+#: sw/inc/strings.hrc:1193
msgctxt "STR_IMGBTN_FRM_UP"
msgid "Previous text frame"
msgstr "إطار النص السابق"
#. eQPFD
-#: sw/inc/strings.hrc:1190
+#: sw/inc/strings.hrc:1194
msgctxt "STR_IMGBTN_PGE_UP"
msgid "Previous page"
msgstr "الصفحة السابقة"
#. p5jbU
-#: sw/inc/strings.hrc:1191
+#: sw/inc/strings.hrc:1195
msgctxt "STR_IMGBTN_DRW_UP"
msgid "Previous drawing"
msgstr "الرسمة السابقة"
#. 2WMmZ
-#: sw/inc/strings.hrc:1192
+#: sw/inc/strings.hrc:1196
msgctxt "STR_IMGBTN_CTRL_UP"
msgid "Previous control"
msgstr "المتحكّم السابق"
#. 6uGDP
-#: sw/inc/strings.hrc:1193
+#: sw/inc/strings.hrc:1197
msgctxt "STR_IMGBTN_REG_UP"
msgid "Previous section"
msgstr "القسم السابق"
#. YYCtk
-#: sw/inc/strings.hrc:1194
+#: sw/inc/strings.hrc:1198
msgctxt "STR_IMGBTN_BKM_UP"
msgid "Previous bookmark"
msgstr "العلامة السابقة"
#. nFLdX
-#: sw/inc/strings.hrc:1195
+#: sw/inc/strings.hrc:1199
msgctxt "STR_IMGBTN_GRF_UP"
msgid "Previous graphic"
msgstr "الرسمة السابقة"
#. VuxvB
-#: sw/inc/strings.hrc:1196
+#: sw/inc/strings.hrc:1200
msgctxt "STR_IMGBTN_OLE_UP"
msgid "Previous OLE object"
msgstr "كائن OLE السابق"
#. QSuct
-#: sw/inc/strings.hrc:1197
+#: sw/inc/strings.hrc:1201
msgctxt "STR_IMGBTN_OUTL_UP"
msgid "Previous heading"
msgstr "العنوان الرئيسي السابق"
#. CzLBr
-#: sw/inc/strings.hrc:1198
+#: sw/inc/strings.hrc:1202
msgctxt "STR_IMGBTN_SEL_UP"
msgid "Previous selection"
msgstr "التحديد السابق"
#. B7PoL
-#: sw/inc/strings.hrc:1199
+#: sw/inc/strings.hrc:1203
msgctxt "STR_IMGBTN_FTN_UP"
msgid "Previous footnote"
msgstr "الحاشية السابقة"
#. AgtLD
-#: sw/inc/strings.hrc:1200
+#: sw/inc/strings.hrc:1204
msgctxt "STR_IMGBTN_MARK_UP"
msgid "Previous Reminder"
msgstr "التذكير السابق"
#. GJQ6F
-#: sw/inc/strings.hrc:1201
+#: sw/inc/strings.hrc:1205
msgctxt "STR_IMGBTN_POSTIT_UP"
msgid "Previous Comment"
msgstr "التعليق السابق"
#. GWnfD
-#: sw/inc/strings.hrc:1202
+#: sw/inc/strings.hrc:1206
msgctxt "STR_IMGBTN_SRCH_REP_UP"
msgid "Continue search backwards"
msgstr "تابع البحث خلفًا"
#. uDtcG
-#: sw/inc/strings.hrc:1203
+#: sw/inc/strings.hrc:1207
msgctxt "STR_IMGBTN_INDEX_ENTRY_UP"
msgid "Previous index entry"
msgstr "مدخلة الفهرس السابقة"
#. VR6DX
-#: sw/inc/strings.hrc:1204
+#: sw/inc/strings.hrc:1208
msgctxt "STR_IMGBTN_TBLFML_UP"
msgid "Previous table formula"
msgstr "معادلة الجدول السابقة"
#. GqESF
-#: sw/inc/strings.hrc:1205
+#: sw/inc/strings.hrc:1209
msgctxt "STR_IMGBTN_TBLFML_DOWN"
msgid "Next table formula"
msgstr "معادلة الجدول التالية"
#. gBgxo
-#: sw/inc/strings.hrc:1206
+#: sw/inc/strings.hrc:1210
msgctxt "STR_IMGBTN_TBLFML_ERR_UP"
msgid "Previous faulty table formula"
msgstr "معادلة الجدول الخاطئة السابقة"
#. UAon9
-#: sw/inc/strings.hrc:1207
+#: sw/inc/strings.hrc:1211
msgctxt "STR_IMGBTN_TBLFML_ERR_DOWN"
msgid "Next faulty table formula"
msgstr "معادلة الجدول الخاطئة التالية"
#. hSYa3
-#: sw/inc/strings.hrc:1209
+#: sw/inc/strings.hrc:1213
#, fuzzy
msgctxt "STR_REDLINE_INSERT"
msgid "Inserted"
msgstr "أدرج"
#. LnFkq
-#: sw/inc/strings.hrc:1210
+#: sw/inc/strings.hrc:1214
#, fuzzy
msgctxt "STR_REDLINE_DELETE"
msgid "Deleted"
msgstr "احذف"
#. cTNEn
-#: sw/inc/strings.hrc:1211
+#: sw/inc/strings.hrc:1215
msgctxt "STR_REDLINE_FORMAT"
msgid "Formatted"
msgstr ""
#. YWr7C
-#: sw/inc/strings.hrc:1212
+#: sw/inc/strings.hrc:1216
#, fuzzy
msgctxt "STR_REDLINE_TABLE"
msgid "Table changed"
msgstr "تغيير الجدول"
#. 6xVDN
-#: sw/inc/strings.hrc:1213
+#: sw/inc/strings.hrc:1217
msgctxt "STR_REDLINE_FMTCOLL"
msgid "Applied Paragraph Styles"
msgstr "أنماط الفقرات المطبقّة"
#. 32AND
-#: sw/inc/strings.hrc:1214
+#: sw/inc/strings.hrc:1218
#, fuzzy
msgctxt "STR_REDLINE_PARAGRAPH_FORMAT"
msgid "Paragraph formatting changed"
msgstr "تغيير تنسيق الفقرة"
#. wLDkj
-#: sw/inc/strings.hrc:1215
+#: sw/inc/strings.hrc:1219
#, fuzzy
msgctxt "STR_REDLINE_TABLE_ROW_INSERT"
msgid "Row Inserted"
msgstr "تم إدارج السطر "
#. Eb5Gb
-#: sw/inc/strings.hrc:1216
+#: sw/inc/strings.hrc:1220
#, fuzzy
msgctxt "STR_REDLINE_TABLE_ROW_DELETE"
msgid "Row Deleted"
msgstr "تم حذف السطر"
#. i5ZJt
-#: sw/inc/strings.hrc:1217
+#: sw/inc/strings.hrc:1221
msgctxt "STR_REDLINE_TABLE_CELL_INSERT"
msgid "Cell Inserted"
msgstr ""
#. 4gE3z
-#: sw/inc/strings.hrc:1218
+#: sw/inc/strings.hrc:1222
msgctxt "STR_REDLINE_TABLE_CELL_DELETE"
msgid "Cell Deleted"
msgstr ""
#. DRCyp
-#: sw/inc/strings.hrc:1219
+#: sw/inc/strings.hrc:1223
msgctxt "STR_ENDNOTE"
msgid "Endnote: "
msgstr "حاشية ختامية: "
#. qpW2q
-#: sw/inc/strings.hrc:1220
+#: sw/inc/strings.hrc:1224
msgctxt "STR_FTNNOTE"
msgid "Footnote: "
msgstr "حاشية: "
#. 3RFUd
-#: sw/inc/strings.hrc:1221
+#: sw/inc/strings.hrc:1225
msgctxt "STR_SMARTTAG_CLICK"
msgid "%s-click to open Smart Tag menu"
msgstr ""
#. QCD36
-#: sw/inc/strings.hrc:1222
+#: sw/inc/strings.hrc:1226
msgctxt "STR_HEADER_TITLE"
msgid "Header (%1)"
msgstr "الترويسة (%1)"
#. AYjgB
-#: sw/inc/strings.hrc:1223
+#: sw/inc/strings.hrc:1227
msgctxt "STR_FIRST_HEADER_TITLE"
msgid "First Page Header (%1)"
msgstr "ترويسة الصفحة الأولى (%1)"
#. qVX2k
-#: sw/inc/strings.hrc:1224
+#: sw/inc/strings.hrc:1228
msgctxt "STR_LEFT_HEADER_TITLE"
msgid "Left Page Header (%1)"
msgstr "ترويسة الصفحة اليسرى (%1)"
#. DSg3b
-#: sw/inc/strings.hrc:1225
+#: sw/inc/strings.hrc:1229
msgctxt "STR_RIGHT_HEADER_TITLE"
msgid "Right Page Header (%1)"
msgstr "ترويسة الصفحة اليمنى (%1)"
#. 6GzuM
-#: sw/inc/strings.hrc:1226
+#: sw/inc/strings.hrc:1230
msgctxt "STR_FOOTER_TITLE"
msgid "Footer (%1)"
msgstr "التذييل (%1)"
#. FDVNH
-#: sw/inc/strings.hrc:1227
+#: sw/inc/strings.hrc:1231
msgctxt "STR_FIRST_FOOTER_TITLE"
msgid "First Page Footer (%1)"
msgstr "تذييل الصفحة الأولى (%1)"
#. SL7r3
-#: sw/inc/strings.hrc:1228
+#: sw/inc/strings.hrc:1232
msgctxt "STR_LEFT_FOOTER_TITLE"
msgid "Left Page Footer (%1)"
msgstr "تذييل الصفحة اليسرى (%1)"
#. CBvih
-#: sw/inc/strings.hrc:1229
+#: sw/inc/strings.hrc:1233
msgctxt "STR_RIGHT_FOOTER_TITLE"
msgid "Right Page Footer (%1)"
msgstr "تذييل الصفحة اليمنى (%1)"
#. s8v3h
-#: sw/inc/strings.hrc:1230
+#: sw/inc/strings.hrc:1234
msgctxt "STR_DELETE_HEADER"
msgid "Delete Header..."
msgstr "احذف الترويسة..."
#. wL3Fr
-#: sw/inc/strings.hrc:1231
+#: sw/inc/strings.hrc:1235
msgctxt "STR_FORMAT_HEADER"
msgid "Format Header..."
msgstr "نسّق الترويسة..."
#. DrAUe
-#: sw/inc/strings.hrc:1232
+#: sw/inc/strings.hrc:1236
msgctxt "STR_DELETE_FOOTER"
msgid "Delete Footer..."
msgstr "احذف التذييل..."
#. 9Xgou
-#: sw/inc/strings.hrc:1233
+#: sw/inc/strings.hrc:1237
msgctxt "STR_FORMAT_FOOTER"
msgid "Format Footer..."
msgstr "نسّق التذييل..."
#. ApT5B
-#: sw/inc/strings.hrc:1235
+#: sw/inc/strings.hrc:1239
msgctxt "STR_UNFLOAT_TABLE"
msgid "Un-float Table"
msgstr ""
#. uvDKE
-#: sw/inc/strings.hrc:1237
+#: sw/inc/strings.hrc:1241
msgctxt "STR_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "تعذّر فتح الصورة"
#. iJuAv
-#: sw/inc/strings.hrc:1238
+#: sw/inc/strings.hrc:1242
msgctxt "STR_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr "تعذّرت قراءة الصورة"
#. Bwwho
-#: sw/inc/strings.hrc:1239
+#: sw/inc/strings.hrc:1243
msgctxt "STR_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr "نسق الصّورة مجهول"
#. bfog5
-#: sw/inc/strings.hrc:1240
+#: sw/inc/strings.hrc:1244
msgctxt "STR_GRFILTER_VERSIONERROR"
msgid "This image file version is not supported"
msgstr "إصدارة ملفّ الصّورة هذا غير مدعومة"
#. xy4Vm
-#: sw/inc/strings.hrc:1241
+#: sw/inc/strings.hrc:1245
msgctxt "STR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "تعذّر العثور على مرشّح الصورة"
#. tEqyq
-#: sw/inc/strings.hrc:1242
+#: sw/inc/strings.hrc:1246
msgctxt "STR_GRFILTER_TOOBIG"
msgid "Not enough memory to insert the image."
msgstr "لا توجد ذاكرة كافية لإدراج الصّورة."
#. 5ihue
-#: sw/inc/strings.hrc:1243
+#: sw/inc/strings.hrc:1247
msgctxt "STR_INSERT_GRAPHIC"
msgid "Insert Image"
msgstr "أدرج صورة"
#. GWzLN
-#: sw/inc/strings.hrc:1244
+#: sw/inc/strings.hrc:1248
msgctxt "STR_REDLINE_COMMENT"
msgid "Comment: "
msgstr "تعليق: "
#. CoJc8
-#: sw/inc/strings.hrc:1245
+#: sw/inc/strings.hrc:1249
msgctxt "STR_REDLINE_INSERTED"
msgid "Insertion"
msgstr "إدراج"
#. dfMEF
-#: sw/inc/strings.hrc:1246
+#: sw/inc/strings.hrc:1250
msgctxt "STR_REDLINE_DELETED"
msgid "Deletion"
msgstr "حذف"
#. NytQQ
-#: sw/inc/strings.hrc:1247
+#: sw/inc/strings.hrc:1251
msgctxt "STR_REDLINE_AUTOFMT"
msgid "AutoCorrect"
msgstr "التصحيح التلقائي"
#. YRAQL
-#: sw/inc/strings.hrc:1248
+#: sw/inc/strings.hrc:1252
msgctxt "STR_REDLINE_FORMATTED"
msgid "Formats"
msgstr ""
#. ELCVU
-#: sw/inc/strings.hrc:1249
+#: sw/inc/strings.hrc:1253
msgctxt "STR_REDLINE_TABLECHG"
msgid "Table Changes"
msgstr "تغييرات الجدول"
#. PzfQF
-#: sw/inc/strings.hrc:1250
+#: sw/inc/strings.hrc:1254
msgctxt "STR_REDLINE_FMTCOLLSET"
msgid "Applied Paragraph Styles"
msgstr "أنماط الفقرة المُطبّقة"
#. sgEbW
-#: sw/inc/strings.hrc:1251
+#: sw/inc/strings.hrc:1255
msgctxt "STR_PAGE"
msgid "Page "
msgstr "الصفحة "
#. 3DpEx
-#: sw/inc/strings.hrc:1252
+#: sw/inc/strings.hrc:1256
msgctxt "STR_PAGE_COUNT"
msgid "Page %1 of %2"
msgstr "الصفحة %1 من %2"
#. HSbzS
-#: sw/inc/strings.hrc:1253
+#: sw/inc/strings.hrc:1257
msgctxt "STR_PAGE_COUNT_CUSTOM"
msgid "Page %1 of %2 (Page %3)"
msgstr "الصفحة %1 من %2 (الصّفحة %3)"
#. a7tDc
-#: sw/inc/strings.hrc:1254
+#: sw/inc/strings.hrc:1258
msgctxt "STR_PAGE_COUNT_PRINTED"
msgid "Page %1 of %2 (Page %3 of %4 to print)"
msgstr ""
#. KjML8
#. Strings for gallery/background
-#: sw/inc/strings.hrc:1256
+#: sw/inc/strings.hrc:1260
msgctxt "STR_SWBG_PARAGRAPH"
msgid "Paragraph"
msgstr "فقرة"
#. aAtmp
-#: sw/inc/strings.hrc:1257
+#: sw/inc/strings.hrc:1261
msgctxt "STR_SWBG_GRAPHIC"
msgid "Image"
msgstr "صورة"
#. UBDMK
-#: sw/inc/strings.hrc:1258
+#: sw/inc/strings.hrc:1262
msgctxt "STR_SWBG_OLE"
msgid "OLE object"
msgstr "كائن OLE"
#. xEWbo
-#: sw/inc/strings.hrc:1259
+#: sw/inc/strings.hrc:1263
msgctxt "STR_SWBG_FRAME"
msgid "Frame"
msgstr "إطار"
#. hfJns
-#: sw/inc/strings.hrc:1260
+#: sw/inc/strings.hrc:1264
msgctxt "STR_SWBG_TABLE"
msgid "Table"
msgstr "جدول"
#. GRqNY
-#: sw/inc/strings.hrc:1261
+#: sw/inc/strings.hrc:1265
msgctxt "STR_SWBG_TABLE_ROW"
msgid "Table row"
msgstr "صف جدول"
#. CDQY4
-#: sw/inc/strings.hrc:1262
+#: sw/inc/strings.hrc:1266
msgctxt "STR_SWBG_TABLE_CELL"
msgid "Table cell"
msgstr "خلية جدول"
#. 2Db9T
-#: sw/inc/strings.hrc:1263
+#: sw/inc/strings.hrc:1267
msgctxt "STR_SWBG_PAGE"
msgid "Page"
msgstr "صفحة"
#. 63FuG
-#: sw/inc/strings.hrc:1264
+#: sw/inc/strings.hrc:1268
msgctxt "STR_SWBG_HEADER"
msgid "Header"
msgstr "ترويسة"
#. aDuAY
-#: sw/inc/strings.hrc:1265
+#: sw/inc/strings.hrc:1269
msgctxt "STR_SWBG_FOOTER"
msgid "Footer"
msgstr "تذييل"
#. uAp9i
#. End: strings for gallery/background
-#: sw/inc/strings.hrc:1268
+#: sw/inc/strings.hrc:1272
msgctxt "STR_WRITER_WEBDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION HTML Document"
msgstr "ملف %PRODUCTNAME %PRODUCTVERSION HTML"
#. y2GBv
-#: sw/inc/strings.hrc:1270
+#: sw/inc/strings.hrc:1274
msgctxt "STR_TITLE"
msgid "Title"
msgstr "العنوان"
#. AipGR
-#: sw/inc/strings.hrc:1271
+#: sw/inc/strings.hrc:1275
msgctxt "STR_ALPHA"
msgid "Separator"
msgstr "الفاصل"
#. CoSEf
-#: sw/inc/strings.hrc:1272
+#: sw/inc/strings.hrc:1276
msgctxt "STR_LEVEL"
msgid "Level "
msgstr "المستوى "
#. JdTF4
-#: sw/inc/strings.hrc:1273
+#: sw/inc/strings.hrc:1277
msgctxt "STR_FILE_NOT_FOUND"
msgid "The file, \"%1\" in the \"%2\" path could not be found."
msgstr "تعذر العثور على الملف ”%1“ في المسار ”%2“."
#. zRWDZ
-#: sw/inc/strings.hrc:1274
+#: sw/inc/strings.hrc:1278
msgctxt "STR_USER_DEFINED_INDEX"
msgid "User-Defined Index"
msgstr "فهرس معرف من المستخدم"
#. t5uWs
-#: sw/inc/strings.hrc:1275
+#: sw/inc/strings.hrc:1279
msgctxt "STR_NOSORTKEY"
msgid "<None>"
msgstr "<لا شيء>"
#. vSSnJ
-#: sw/inc/strings.hrc:1276
+#: sw/inc/strings.hrc:1280
msgctxt "STR_NO_CHAR_STYLE"
msgid "<None>"
msgstr "<لا شيء>"
#. NSx98
-#: sw/inc/strings.hrc:1277
+#: sw/inc/strings.hrc:1281
msgctxt "STR_DELIM"
msgid "S"
msgstr ""
#. hK8CX
-#: sw/inc/strings.hrc:1278
+#: sw/inc/strings.hrc:1282
msgctxt "STR_TOKEN_ENTRY_NO"
msgid "E#"
msgstr ""
#. 8EgTx
-#: sw/inc/strings.hrc:1279
+#: sw/inc/strings.hrc:1283
msgctxt "STR_TOKEN_ENTRY"
msgid "E"
msgstr ""
#. gxt8B
-#: sw/inc/strings.hrc:1280
+#: sw/inc/strings.hrc:1284
msgctxt "STR_TOKEN_TAB_STOP"
msgid "T"
msgstr ""
#. pGAb4
-#: sw/inc/strings.hrc:1281
+#: sw/inc/strings.hrc:1285
msgctxt "STR_TOKEN_PAGE_NUMS"
msgid "#"
msgstr "#"
#. teDm3
-#: sw/inc/strings.hrc:1282
+#: sw/inc/strings.hrc:1286
msgctxt "STR_TOKEN_CHAPTER_INFO"
msgid "CI"
msgstr ""
#. XWaFn
-#: sw/inc/strings.hrc:1283
+#: sw/inc/strings.hrc:1287
msgctxt "STR_TOKEN_LINK_START"
msgid "LS"
msgstr ""
#. xp6D6
-#: sw/inc/strings.hrc:1284
+#: sw/inc/strings.hrc:1288
msgctxt "STR_TOKEN_LINK_END"
msgid "LE"
msgstr ""
#. AogDK
-#: sw/inc/strings.hrc:1285
+#: sw/inc/strings.hrc:1289
msgctxt "STR_TOKEN_AUTHORITY"
msgid "A"
msgstr ""
#. 5A4jw
-#: sw/inc/strings.hrc:1286
+#: sw/inc/strings.hrc:1290
msgctxt "STR_TOKEN_HELP_ENTRY_NO"
msgid "Chapter number"
msgstr "رقم الفصل"
#. FH365
-#: sw/inc/strings.hrc:1287
+#: sw/inc/strings.hrc:1291
msgctxt "STR_TOKEN_HELP_ENTRY"
msgid "Entry"
msgstr "المدخلة"
#. xZjtZ
-#: sw/inc/strings.hrc:1288
+#: sw/inc/strings.hrc:1292
msgctxt "STR_TOKEN_HELP_TAB_STOP"
msgid "Tab stop"
msgstr "علامة جدولة"
#. aXW8y
-#: sw/inc/strings.hrc:1289
+#: sw/inc/strings.hrc:1293
msgctxt "STR_TOKEN_HELP_TEXT"
msgid "Text"
msgstr "النص"
#. MCUd2
-#: sw/inc/strings.hrc:1290
+#: sw/inc/strings.hrc:1294
msgctxt "STR_TOKEN_HELP_PAGE_NUMS"
msgid "Page number"
msgstr "رقم الصفحة"
#. pXqw3
-#: sw/inc/strings.hrc:1291
+#: sw/inc/strings.hrc:1295
msgctxt "STR_TOKEN_HELP_CHAPTER_INFO"
msgid "Chapter info"
msgstr "معلومات الفصل"
#. DRBSD
-#: sw/inc/strings.hrc:1292
+#: sw/inc/strings.hrc:1296
msgctxt "STR_TOKEN_HELP_LINK_START"
msgid "Hyperlink start"
msgstr "بداية الرابط"
#. Ytn5g
-#: sw/inc/strings.hrc:1293
+#: sw/inc/strings.hrc:1297
msgctxt "STR_TOKEN_HELP_LINK_END"
msgid "Hyperlink end"
msgstr "نهاية الرابط"
#. hRo3J
-#: sw/inc/strings.hrc:1294
+#: sw/inc/strings.hrc:1298
msgctxt "STR_TOKEN_HELP_AUTHORITY"
msgid "Bibliography entry: "
msgstr "مُدخل بيبلوجرافيا: "
#. ZKG5v
-#: sw/inc/strings.hrc:1295
+#: sw/inc/strings.hrc:1299
msgctxt "STR_CHARSTYLE"
msgid "Character Style: "
msgstr "نمط الأحرف: "
#. d9BES
-#: sw/inc/strings.hrc:1296
+#: sw/inc/strings.hrc:1300
msgctxt "STR_STRUCTURE"
msgid "Structure text"
msgstr ""
#. kwoGP
-#: sw/inc/strings.hrc:1297
+#: sw/inc/strings.hrc:1301
msgctxt "STR_ADDITIONAL_ACCNAME_STRING1"
msgid "Press Ctrl+Alt+A to move focus for more operations"
msgstr "اضغط Ctrl+Alt+A لنقل التّركيز لعمليّات أكثر"
#. Avm9y
-#: sw/inc/strings.hrc:1298
+#: sw/inc/strings.hrc:1302
msgctxt "STR_ADDITIONAL_ACCNAME_STRING2"
msgid "Press left or right arrow to choose the structure controls"
msgstr ""
#. 59eRi
-#: sw/inc/strings.hrc:1299
+#: sw/inc/strings.hrc:1303
msgctxt "STR_ADDITIONAL_ACCNAME_STRING3"
msgid "Press Ctrl+Alt+B to move focus back to the current structure control"
msgstr ""
#. 8AagG
-#: sw/inc/strings.hrc:1300
+#: sw/inc/strings.hrc:1304
msgctxt "STR_AUTOMARK_TYPE"
msgid "Selection file for the alphabetical index (*.sdi)"
msgstr ""
@@ -7932,279 +7962,279 @@ msgstr ""
#. -----------------------------------------------------------------------
#. Description: character alignment for frmsh.cxx - context menu
#. -----------------------------------------------------------------------
-#: sw/inc/strings.hrc:1305
+#: sw/inc/strings.hrc:1309
msgctxt "STR_FRMUI_TOP_BASE"
msgid "Base line at ~top"
msgstr "أ~على الخط الأساسي"
#. 5GiEA
-#: sw/inc/strings.hrc:1306
+#: sw/inc/strings.hrc:1310
msgctxt "STR_FRMUI_BOTTOM_BASE"
msgid "~Base line at bottom"
msgstr "أ~سفل الخط الأساسي"
#. sdyVF
-#: sw/inc/strings.hrc:1307
+#: sw/inc/strings.hrc:1311
msgctxt "STR_FRMUI_CENTER_BASE"
msgid "Base line ~centered"
msgstr "و~سط الخط الأساسي"
#. NAXyZ
-#: sw/inc/strings.hrc:1308
+#: sw/inc/strings.hrc:1312
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert object"
msgstr "أدرج كائن"
#. 5C6Rc
-#: sw/inc/strings.hrc:1309
+#: sw/inc/strings.hrc:1313
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit object"
msgstr "حرّر الكائن"
#. 3QFYB
-#: sw/inc/strings.hrc:1310
+#: sw/inc/strings.hrc:1314
msgctxt "STR_FRMUI_COLL_HEADER"
msgid " (Template: "
msgstr " (قالب: "
#. oUhnK
-#: sw/inc/strings.hrc:1311
+#: sw/inc/strings.hrc:1315
msgctxt "STR_FRMUI_BORDER"
msgid "Borders"
msgstr "الحدود"
#. T2SH2
-#: sw/inc/strings.hrc:1312
+#: sw/inc/strings.hrc:1316
msgctxt "STR_FRMUI_PATTERN"
msgid "Background"
msgstr "الخلفية"
#. K6Yvs
-#: sw/inc/strings.hrc:1314
+#: sw/inc/strings.hrc:1318
msgctxt "STR_TEXTCOLL_HEADER"
msgid "(Paragraph Style: "
msgstr "(نمط الفقرة: "
#. Fsanh
-#: sw/inc/strings.hrc:1315
+#: sw/inc/strings.hrc:1319
msgctxt "STR_ILLEGAL_PAGENUM"
msgid "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages."
msgstr "لا يمكن تطبيق أرقام الصفحات على الصفحة الحالية. الأرقام الفردية للصفحات اليمنى والأرقام الزوجية للصفحات اليسرى."
#. VZnJf
-#: sw/inc/strings.hrc:1317
+#: sw/inc/strings.hrc:1321
msgctxt "STR_WRITER_GLOBALDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION Master Document"
msgstr "مستند %PRODUCTNAME‏ %PRODUCTVERSION رئيسي"
#. kWe9j
-#: sw/inc/strings.hrc:1319
+#: sw/inc/strings.hrc:1323
msgctxt "STR_QUERY_CONNECT"
msgid "A file connection will delete the contents of the current section. Connect anyway?"
msgstr "سيحذف اتّصال الملفّ متحويات القسم الحاليّ. أأتّصل بأيّ حال؟"
#. dLuAF
-#: sw/inc/strings.hrc:1320
+#: sw/inc/strings.hrc:1324
msgctxt "STR_WRONG_PASSWORD"
msgid "The password entered is invalid."
msgstr "كلمة السر المدخلة غير صالحة."
#. oUR7Y
-#: sw/inc/strings.hrc:1321
+#: sw/inc/strings.hrc:1325
msgctxt "STR_WRONG_PASSWD_REPEAT"
msgid "The password has not been set."
msgstr "لم تُضبط كلمة السر."
#. GBVqD
-#: sw/inc/strings.hrc:1323
+#: sw/inc/strings.hrc:1327
msgctxt "STR_HYP_OK"
msgid "Hyphenation completed"
msgstr ""
#. rZBXF
-#: sw/inc/strings.hrc:1324
+#: sw/inc/strings.hrc:1328
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "بلا (لا تدقّق الإملاء)"
#. Z8EjG
-#: sw/inc/strings.hrc:1325
+#: sw/inc/strings.hrc:1329
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr "صفّر إلى اللغة المبدئيّة"
#. YEXdS
-#: sw/inc/strings.hrc:1326
+#: sw/inc/strings.hrc:1330
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "أكثر..."
#. QecQ3
-#: sw/inc/strings.hrc:1327
+#: sw/inc/strings.hrc:1331
msgctxt "STR_IGNORE_SELECTION"
msgid "~Ignore"
msgstr "ت~جاهل"
#. aaiBM
-#: sw/inc/strings.hrc:1328
+#: sw/inc/strings.hrc:1332
msgctxt "STR_EXPLANATION_LINK"
msgid "Explanations..."
msgstr "التّفسيرات..."
#. kSDGu
-#: sw/inc/strings.hrc:1330
+#: sw/inc/strings.hrc:1334
msgctxt "STR_QUERY_SPECIAL_FORCED"
msgid "Check special regions is deactivated. Check anyway?"
msgstr ""
#. KiAdJ
-#: sw/inc/strings.hrc:1331
+#: sw/inc/strings.hrc:1335
msgctxt "STR_NO_MERGE_ENTRY"
msgid "Could not merge documents."
msgstr "تعذّر دمج المستندات."
#. FqsCt
-#: sw/inc/strings.hrc:1332
+#: sw/inc/strings.hrc:1336
msgctxt "STR_NO_BASE_FOR_MERGE"
msgid "%PRODUCTNAME Base component is absent, and it is required to use Mail Merge."
msgstr ""
#. wcuf4
-#: sw/inc/strings.hrc:1333
+#: sw/inc/strings.hrc:1337
msgctxt "STR_ERR_SRCSTREAM"
msgid "The source cannot be loaded."
msgstr "تعذّر تحميل المصدر."
#. K9qMS
-#: sw/inc/strings.hrc:1334
+#: sw/inc/strings.hrc:1338
msgctxt "STR_ERR_NO_FAX"
msgid "No fax printer has been set under Tools/Options/%1/Print."
msgstr ""
#. XWQ8w
-#: sw/inc/strings.hrc:1335
+#: sw/inc/strings.hrc:1339
msgctxt "STR_WEBOPTIONS"
msgid "HTML document"
msgstr "مستند HTML"
#. qVZBx
-#: sw/inc/strings.hrc:1336
+#: sw/inc/strings.hrc:1340
msgctxt "STR_TEXTOPTIONS"
msgid "Text document"
msgstr "مستند نصّيّ"
#. qmmPU
-#: sw/inc/strings.hrc:1337
+#: sw/inc/strings.hrc:1341
msgctxt "STR_SCAN_NOSOURCE"
msgid "Source not specified."
msgstr "المصدر غير محدّد."
#. 2LgDJ
-#: sw/inc/strings.hrc:1338
+#: sw/inc/strings.hrc:1342
msgctxt "STR_NUM_LEVEL"
msgid "Level "
msgstr "المستوى "
#. AcAD8
-#: sw/inc/strings.hrc:1339
+#: sw/inc/strings.hrc:1343
#, fuzzy
msgctxt "STR_NUM_OUTLINE"
msgid "Outline "
msgstr "المخطط"
#. DE9FZ
-#: sw/inc/strings.hrc:1340
+#: sw/inc/strings.hrc:1344
msgctxt "STR_EDIT_FOOTNOTE"
msgid "Edit Footnote/Endnote"
msgstr "حرّر الحاشية/الحاشية الختامية"
#. EzBCZ
-#: sw/inc/strings.hrc:1341
+#: sw/inc/strings.hrc:1345
msgctxt "STR_NB_REPLACED"
msgid "Search key replaced XX times."
msgstr "استُبدل مفتاح البحث XX مرّة."
#. fgywB
-#: sw/inc/strings.hrc:1342
+#: sw/inc/strings.hrc:1346
msgctxt "STR_SRCVIEW_ROW"
msgid "Row "
msgstr "الصّفّ "
#. GUc4a
-#: sw/inc/strings.hrc:1343
+#: sw/inc/strings.hrc:1347
msgctxt "STR_SRCVIEW_COL"
msgid "Column "
msgstr "العمود "
#. yMyuo
-#: sw/inc/strings.hrc:1344
+#: sw/inc/strings.hrc:1348
msgctxt "STR_SAVEAS_SRC"
msgid "~Export source..."
msgstr "~صدّر المصدر..."
#. ywFCb
-#: sw/inc/strings.hrc:1345
+#: sw/inc/strings.hrc:1349
msgctxt "STR_SAVEACOPY_SRC"
msgid "~Export copy of source..."
msgstr "~صدّر نسخة عن المصدر…"
#. BT3M3
-#: sw/inc/strings.hrc:1347
+#: sw/inc/strings.hrc:1351
msgctxt "ST_CONTINUE"
msgid "~Continue"
msgstr "~تابع"
#. ZR9aw
-#: sw/inc/strings.hrc:1348
+#: sw/inc/strings.hrc:1352
msgctxt "ST_SENDINGTO"
msgid "Sending to: %1"
msgstr "يرسل إلى: %1"
#. YCNYb
-#: sw/inc/strings.hrc:1349
+#: sw/inc/strings.hrc:1353
msgctxt "ST_COMPLETED"
msgid "Successfully sent"
msgstr "نجح الإرسال"
#. fmHmE
-#: sw/inc/strings.hrc:1350
+#: sw/inc/strings.hrc:1354
msgctxt "ST_FAILED"
msgid "Sending failed"
msgstr "فشل الإرسال"
#. yAAPM
-#: sw/inc/strings.hrc:1352
+#: sw/inc/strings.hrc:1356
msgctxt "STR_SENDER_TOKENS"
msgid "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;"
msgstr "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;"
#. mWrXk
-#: sw/inc/strings.hrc:1354
+#: sw/inc/strings.hrc:1358
msgctxt "STR_TBL_FORMULA"
msgid "Text formula"
msgstr ""
#. y63Nw
-#: sw/inc/strings.hrc:1356
+#: sw/inc/strings.hrc:1360
msgctxt "STR_MENU_ZOOM"
msgid "~Zoom"
msgstr "~تقريب"
#. YzA5m
-#: sw/inc/strings.hrc:1357
+#: sw/inc/strings.hrc:1361
msgctxt "STR_MENU_UP"
msgid "~Upwards"
msgstr ""
#. M9SMe
-#: sw/inc/strings.hrc:1358
+#: sw/inc/strings.hrc:1362
#, fuzzy
msgctxt "STR_MENU_DOWN"
msgid "Do~wnwards"
msgstr "نزولا"
#. RmBFW
-#: sw/inc/strings.hrc:1361
+#: sw/inc/strings.hrc:1365
msgctxt "STR_DROP_DOWN_EMPTY_LIST"
msgid "No Item specified"
msgstr ""
@@ -8213,7 +8243,7 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: Classification strings
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1367
+#: sw/inc/strings.hrc:1371
msgctxt "STR_CLASSIFICATION_LEVEL_CHANGED"
msgid "Document classification has changed because a paragraph classification level is higher"
msgstr ""
@@ -8222,123 +8252,123 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: Paragraph Signature
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1372
+#: sw/inc/strings.hrc:1376
msgctxt "STR_VALID"
msgid " Valid "
msgstr ""
#. xAKRC
-#: sw/inc/strings.hrc:1373
+#: sw/inc/strings.hrc:1377
msgctxt "STR_INVALID"
msgid "Invalid"
msgstr ""
#. pDAHz
-#: sw/inc/strings.hrc:1374
+#: sw/inc/strings.hrc:1378
msgctxt "STR_INVALID_SIGNATURE"
msgid "Invalid Signature"
msgstr ""
#. etEEx
-#: sw/inc/strings.hrc:1375
+#: sw/inc/strings.hrc:1379
msgctxt "STR_SIGNED_BY"
msgid "Signed-by"
msgstr "وقّعها"
#. BK7ub
-#: sw/inc/strings.hrc:1376
+#: sw/inc/strings.hrc:1380
msgctxt "STR_PARAGRAPH_SIGNATURE"
msgid "Paragraph Signature"
msgstr "توقيع الفقرة"
#. kZKCf
-#: sw/inc/strings.hrc:1378
+#: sw/inc/strings.hrc:1382
#, fuzzy
msgctxt "labeldialog|cards"
msgid "Business Cards"
msgstr "ب~طاقات عمل"
#. ECFij
-#: sw/inc/strings.hrc:1380
+#: sw/inc/strings.hrc:1384
msgctxt "STR_MAILCONFIG_DLG_TITLE"
msgid "Email settings"
msgstr ""
#. PwrB9
-#: sw/inc/strings.hrc:1382
+#: sw/inc/strings.hrc:1386
msgctxt "optredlinepage|insertedpreview"
msgid "Insert"
msgstr "إضافة"
#. NL48o
-#: sw/inc/strings.hrc:1383
+#: sw/inc/strings.hrc:1387
msgctxt "optredlinepage|deletedpreview"
msgid "Delete"
msgstr "احذف"
#. PW4Bz
-#: sw/inc/strings.hrc:1384
+#: sw/inc/strings.hrc:1388
msgctxt "optredlinepage|changedpreview"
msgid "Attributes"
msgstr "الخصائص"
#. yfgiq
-#: sw/inc/strings.hrc:1386
+#: sw/inc/strings.hrc:1390
msgctxt "createautomarkdialog|searchterm"
msgid "Search term"
msgstr "ابحث عن مصطلح"
#. fhLzk
-#: sw/inc/strings.hrc:1387
+#: sw/inc/strings.hrc:1391
msgctxt "createautomarkdialog|alternative"
msgid "Alternative entry"
msgstr "مُدخلة بديلة"
#. gD4D3
-#: sw/inc/strings.hrc:1388
+#: sw/inc/strings.hrc:1392
msgctxt "createautomarkdialog|key1"
msgid "1st key"
msgstr "المفتاح الأول"
#. BFszo
-#: sw/inc/strings.hrc:1389
+#: sw/inc/strings.hrc:1393
msgctxt "createautomarkdialog|key2"
msgid "2nd key"
msgstr "المفتاح الثاني"
#. EoAB8
-#: sw/inc/strings.hrc:1390
+#: sw/inc/strings.hrc:1394
#, fuzzy
msgctxt "createautomarkdialog|comment"
msgid "Comment"
msgstr "التعليقات"
#. Shstx
-#: sw/inc/strings.hrc:1391
+#: sw/inc/strings.hrc:1395
msgctxt "createautomarkdialog|casesensitive"
msgid "Match case"
msgstr "مطابقة حالة الأحرف"
#. 8Cjvb
-#: sw/inc/strings.hrc:1392
+#: sw/inc/strings.hrc:1396
msgctxt "createautomarkdialog|wordonly"
msgid "Word only"
msgstr "الكلمة فقط"
#. zD8rb
-#: sw/inc/strings.hrc:1393
+#: sw/inc/strings.hrc:1397
msgctxt "createautomarkdialog|yes"
msgid "Yes"
msgstr "نعم"
#. 4tTop
-#: sw/inc/strings.hrc:1394
+#: sw/inc/strings.hrc:1398
msgctxt "createautomarkdialog|no"
msgid "No"
msgstr "لا"
#. KhKwa
-#: sw/inc/strings.hrc:1396
+#: sw/inc/strings.hrc:1400
msgctxt "sidebarwrap|customlabel"
msgid "Custom"
msgstr "مخصص"
@@ -12855,11 +12885,11 @@ msgctxt "insertbreak|pagerb-atkobject"
msgid "Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page."
msgstr ""
-#. CQ5Em
+#. qAj3x
#: sw/uiconfig/swriter/ui/insertbreak.ui:171
msgctxt "insertbreak|styleft"
-msgid "Style:"
-msgstr "ال_نّمط:"
+msgid "Page Style:"
+msgstr ""
#. BWnND
#: sw/uiconfig/swriter/ui/insertbreak.ui:188
@@ -14726,148 +14756,130 @@ msgctxt "navigatorpanel|contenttoggle|tooltip_text"
msgid "Toggle Master View"
msgstr ""
-#. RZhFC
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:47
-msgctxt "navigatorpanel|navigation|tooltip_text"
-msgid "Navigation"
-msgstr "الملاحة"
-
-#. 6Frp3
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:60
-msgctxt "navigatorpanel|back|tooltip_text"
-msgid "Back"
-msgstr "السابق"
-
-#. r8tsB
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:73
-msgctxt "navigatorpanel|forward|tooltip_text"
-msgid "Forward"
-msgstr "التالي"
-
-#. mHVom
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:86
-msgctxt "navigatorpanel|dragmode|tooltip_text"
-msgid "Drag Mode"
-msgstr "وضع السحب"
-
-#. SndsZ
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:109
-msgctxt "navigatorpanel|chapterup|tooltip_text"
-msgid "Promote Chapter"
-msgstr ""
-
-#. MRuAa
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:122
-msgctxt "navigatorpanel|chapterdown|tooltip_text"
-msgid "Demote Chapter"
-msgstr ""
-
#. sxyvw
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:135
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:80
msgctxt "navigatorpanel|listbox|tooltip_text"
msgid "List Box On/Off"
msgstr ""
#. DgvFE
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:148
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:93
msgctxt "navigatorpanel|root|tooltip_text"
msgid "Content Navigation View"
msgstr "منظور الملاحة في المحتوى"
#. GbEFs
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:171
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:116
msgctxt "navigatorpanel|reminder|tooltip_text"
msgid "Set Reminder"
msgstr ""
#. Ngjxu
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:194
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:139
msgctxt "navigatorpanel|header|tooltip_text"
msgid "Header"
msgstr "ترويسة"
#. dfTJU
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:207
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:152
msgctxt "navigatorpanel|footer|tooltip_text"
msgid "Footer"
msgstr "تذييل"
#. EefnL
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:220
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:165
msgctxt "navigatorpanel|anchor|tooltip_text"
msgid "Anchor<->Text"
msgstr "المربط<->النص"
#. PjUEP
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:243
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:188
msgctxt "navigatorpanel|headings|tooltip_text"
msgid "Heading Levels Shown"
msgstr ""
+#. mHVom
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:211
+msgctxt "navigatorpanel|dragmode|tooltip_text"
+msgid "Drag Mode"
+msgstr "وضع السحب"
+
#. ijAjg
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:266
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:234
#, fuzzy
msgctxt "navigatorpanel|promote|tooltip_text"
msgid "Promote Level"
msgstr "رفع المستوى"
#. A7vWQ
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:279
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:247
#, fuzzy
msgctxt "navigatorpanel|demote|tooltip_text"
msgid "Demote Level"
msgstr "خفض مستوى"
+#. SndsZ
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:260
+msgctxt "navigatorpanel|chapterup|tooltip_text"
+msgid "Promote Chapter"
+msgstr ""
+
+#. MRuAa
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:273
+msgctxt "navigatorpanel|chapterdown|tooltip_text"
+msgid "Demote Chapter"
+msgstr ""
+
#. 3rY8r
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:304
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:298
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "المستند"
#. wavgT
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:307
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:301
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "النافذة النشطة"
#. 3yk2y
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:341
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:335
msgctxt "navigatorpanel|globaltoggle|tooltip_text"
msgid "Toggle Master View"
msgstr ""
#. HS3W2
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:364
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:358
msgctxt "navigatorpanel|edit|tooltip_text"
msgid "Edit"
msgstr "حرّر"
#. svmCG
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:377
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:371
msgctxt "navigatorpanel|update|tooltip_text"
msgid "Update"
msgstr "تحديث"
#. tu94A
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:390
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:384
msgctxt "navigatorpanel|insert|tooltip_text"
msgid "Insert"
msgstr "أدرِج"
#. MvgHM
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:413
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:407
msgctxt "navigatorpanel|save|tooltip_text"
msgid "Save Contents as well"
msgstr "احفظ المحتويات أيضا"
#. yEETn
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:436
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:430
msgctxt "navigatorpanel|moveup|tooltip_text"
msgid "Move Up"
msgstr "انقل لأعلى"
#. KN3mN
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:449
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:443
msgctxt "navigatorpanel|movedown|tooltip_text"
msgid "Move Down"
msgstr "انقل لأسفل"
@@ -16752,81 +16764,89 @@ msgctxt "optformataidspage|bookmarks"
msgid "Bookmarks"
msgstr ""
+#. 3RWMe
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:214
+msgctxt "optformataidspage|bookmarks_label|tooltip_text"
+msgid ""
+"| indicates a point bookmark\n"
+"[ ] indicate the start and end of a bookmark on a text range"
+msgstr ""
+
#. XzAvH
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:234
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:236
msgctxt "optformataidspage|displayfl"
msgid "Display formatting"
msgstr ""
#. ufN3R
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:265
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:267
msgctxt "optformataidspage|mathbaseline"
msgid "Math baseline alignment"
msgstr "محاذاة خط أساس الرياضيات"
#. tFDwg
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:286
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:288
#, fuzzy
msgctxt "optformataidspage|layoutopt"
msgid "Layout Assistance"
msgstr "مساعد التخطيط"
#. s9cDX
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:317
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:319
msgctxt "optformataidspage|cursoronoff"
msgid "_Direct cursor"
msgstr "_مؤشر مباشر"
#. 8eyNs
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:340
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:342
msgctxt "optformataidspage|fillmode"
msgid "Insert:"
msgstr ""
#. ACvNA
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:357
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:359
msgctxt "optformataidspage|filltab"
msgid "Tabs"
msgstr ""
#. CgFKr
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:358
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:360
msgctxt "optformataidspage|filltabandspace"
msgid "Tabs and spaces"
msgstr ""
#. 5FinN
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:359
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:361
msgctxt "optformataidspage|fillspace"
msgid "Spaces"
msgstr ""
#. mSGUr
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:360
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:362
msgctxt "optformataidspage|fillindent"
msgid "Left paragraph margin"
msgstr ""
#. 7REyM
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:361
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:363
msgctxt "optformataidspage|fillmargin"
msgid "Paragraph alignment"
msgstr ""
#. zGjgi
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:384
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:386
msgctxt "optformataidspage|cursorlabel"
msgid "Direct Cursor"
msgstr "مؤشر مباشر"
#. A7s4f
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:415
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:417
msgctxt "optformataidspage|cursorinprot"
msgid "Enable cursor"
msgstr ""
#. nfGAn
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:436
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:438
msgctxt "optformataidspage|cursoropt"
msgid "Protected Areas"
msgstr ""
@@ -18113,7 +18133,7 @@ msgid "Macro"
msgstr "ماكرو"
#. EqTqQ
-#: sw/uiconfig/swriter/ui/picturepage.ui:31
+#: sw/uiconfig/swriter/ui/picturepage.ui:32
msgctxt "picturepage|browse"
msgid "Browse..."
msgstr "تصفّح..."
@@ -18161,31 +18181,31 @@ msgid "On right pages"
msgstr "على الصفحات اليمنى"
#. M9Lxh
-#: sw/uiconfig/swriter/ui/picturepage.ui:220
+#: sw/uiconfig/swriter/ui/picturepage.ui:230
msgctxt "picturepage|label2"
msgid "Flip"
msgstr "اقلب"
#. vEJFW
-#: sw/uiconfig/swriter/ui/picturepage.ui:260
+#: sw/uiconfig/swriter/ui/picturepage.ui:270
msgctxt "picturepage|FT_ANGLE"
msgid "_Angle:"
msgstr "ال_زاوية:"
-#. Q6xq6
-#: sw/uiconfig/swriter/ui/picturepage.ui:302
-msgctxt "picturepage|FT_ANGLEPRESETS"
-msgid "Default _settings:"
-msgstr "الإ_عدادات المبدئية:"
-
#. hBc6G
-#: sw/uiconfig/swriter/ui/picturepage.ui:317
+#: sw/uiconfig/swriter/ui/picturepage.ui:313
msgctxt "picturepage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr "زاوية الدوران"
+#. Q6xq6
+#: sw/uiconfig/swriter/ui/picturepage.ui:326
+msgctxt "picturepage|FT_ANGLEPRESETS"
+msgid "Default _settings:"
+msgstr "الإ_عدادات المبدئية:"
+
#. HpCfF
-#: sw/uiconfig/swriter/ui/picturepage.ui:341
+#: sw/uiconfig/swriter/ui/picturepage.ui:351
msgctxt "picturepage|label2"
msgid "Rotation Angle"
msgstr "زاوية الدوران"
@@ -18878,11 +18898,11 @@ msgctxt "renameobjectdialog|RenameObjectDialog"
msgid "Rename object: "
msgstr "غيّر اسم الكائن: "
-#. HBbjR
+#. kWc8q
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:106
msgctxt "renameobjectdialog|label2"
-msgid "New name"
-msgstr "الاسم الجديد"
+msgid "New name:"
+msgstr ""
#. Yffi5
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:136
@@ -19294,32 +19314,20 @@ msgctxt "sidebartableedit|column_width_label"
msgid "Column width:"
msgstr ""
-#. GpDXc
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:245
-msgctxt "sidebartableedit|opt_row_size_label"
-msgid "Optimize a row:"
-msgstr ""
-
-#. CAoRG
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:260
-msgctxt "sidebartableedit|opt_column_size_label"
-msgid "Optimize a column:"
-msgstr ""
-
#. MDyQt
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:366
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:336
msgctxt "sidebartableedit|delete_label"
msgid "Delete:"
msgstr ""
#. 6wzLa
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:426
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:396
msgctxt "sidebartableedit|split_merge_label"
msgid "Split/Merge:"
msgstr ""
#. Em3y9
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:543
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:503
msgctxt "sidebartableedit|misc_label"
msgid "Miscellaneous:"
msgstr ""
@@ -19350,38 +19358,44 @@ msgctxt "sidebarwrap|spacingLB|tooltip_text"
msgid "Set the amount of space between the image and surrounding text"
msgstr "اضبط المسافة بين الصورة والنص المحيط بها"
+#. akira
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:47
+msgctxt "sidebarwrap|label2"
+msgid "Wrap:"
+msgstr ""
+
#. KrFLE
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:53
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:73
msgctxt "sidebarwrap|wrapoff|tooltip_text"
msgid "Wrap Off"
msgstr ""
#. bCeup
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:65
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:86
msgctxt "sidebarwrap|wrapon|tooltip_text"
msgid "Wrap On"
msgstr ""
#. wGP6B
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:78
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:99
msgctxt "sidebarwrap|wrapideal|tooltip_text"
msgid "Wrap Ideal"
msgstr ""
#. JtHu6
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:104
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:112
msgctxt "sidebarwrap|wrapleft|tooltip_text"
msgid "Wrap Left"
msgstr ""
#. rQbTA
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:117
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:125
msgctxt "sidebarwrap|wrapright|tooltip_text"
msgid "Wrap Right"
msgstr ""
#. G23BK
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:130
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:138
msgctxt "sidebarwrap|wrapthrough|tooltip_text"
msgid "Wrap Through"
msgstr ""
@@ -19929,17 +19943,17 @@ msgctxt "tabletextflowpage|liststore1"
msgid "Vertical (top to bottom)"
msgstr ""
-#. 5CGH9
+#. 7yaYB
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:300
msgctxt "tabletextflowpage|liststore1"
-msgid "Use superordinate object settings"
-msgstr "استخدم إعدادات كائن الاحداثيات الرئيسية "
+msgid "Vertical (bottom to top)"
+msgstr ""
-#. 7yaYB
+#. 5CGH9
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:301
msgctxt "tabletextflowpage|liststore1"
-msgid "Vertical (bottom to top)"
-msgstr ""
+msgid "Use superordinate object settings"
+msgstr "استخدم إعدادات كائن الاحداثيات الرئيسية "
#. tWodL
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:322
@@ -21486,6 +21500,59 @@ msgctxt "watermarkdialog|ColorLabel"
msgid "Color"
msgstr "اللون"
+#. ekn6L
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:8
+msgctxt "wordcount-mobile|WordCountDialog"
+msgid "Word Count"
+msgstr ""
+
+#. CivM9
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:81
+msgctxt "wordcount-mobile|label9"
+msgid "Selection"
+msgstr ""
+
+#. CNFqp
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:108
+msgctxt "wordcount-mobile|label10"
+msgid "Document"
+msgstr ""
+
+#. RBG3u
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:134
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:326
+msgctxt "wordcount-mobile|label1"
+msgid "Words"
+msgstr ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
#. bNHAL
#: sw/uiconfig/swriter/ui/wordcount.ui:8
msgctxt "wordcount|WordCountDialog"
diff --git a/source/ar/vcl/messages.po b/source/ar/vcl/messages.po
index 0cb3e8db3ee..1a209e7f493 100644
--- a/source/ar/vcl/messages.po
+++ b/source/ar/vcl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-17 16:46+0100\n"
+"POT-Creation-Date: 2020-02-27 14:32+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1966,314 +1966,320 @@ msgctxt "printdialog|moreoptions"
msgid "More Options..."
msgstr ""
+#. JFBoP
+#: vcl/uiconfig/ui/printdialog.ui:112
+msgctxt "printdialog|print"
+msgid "_Print"
+msgstr ""
+
#. M3L4L
-#: vcl/uiconfig/ui/printdialog.ui:172
+#: vcl/uiconfig/ui/printdialog.ui:171
msgctxt "printdialog|printpreview"
msgid "Print preview"
msgstr ""
#. Aq6Gv
-#: vcl/uiconfig/ui/printdialog.ui:202
+#: vcl/uiconfig/ui/printdialog.ui:201
msgctxt "printdialog|lastpage"
msgid "Last page"
msgstr ""
#. CZQLF
-#: vcl/uiconfig/ui/printdialog.ui:217
+#: vcl/uiconfig/ui/printdialog.ui:216
msgctxt "printdialog|forward"
msgid "Next page"
msgstr ""
#. yyFVV
-#: vcl/uiconfig/ui/printdialog.ui:231
+#: vcl/uiconfig/ui/printdialog.ui:230
msgctxt "printdialog|totalnumpages"
msgid "/ %n"
msgstr "/ %n"
#. ebceU
-#: vcl/uiconfig/ui/printdialog.ui:259
+#: vcl/uiconfig/ui/printdialog.ui:258
msgctxt "printdialog|backward"
msgid "Previous page"
msgstr ""
#. SbgFv
-#: vcl/uiconfig/ui/printdialog.ui:274
+#: vcl/uiconfig/ui/printdialog.ui:273
msgctxt "printdialog|firstpage"
msgid "First page"
msgstr ""
-#. 92rNi
-#: vcl/uiconfig/ui/printdialog.ui:300
+#. dQEY8
+#: vcl/uiconfig/ui/printdialog.ui:299
msgctxt "printdialog|previewbox"
-msgid "Preview"
+msgid "Pre_view"
msgstr ""
#. qgQDX
-#: vcl/uiconfig/ui/printdialog.ui:401
+#: vcl/uiconfig/ui/printdialog.ui:400
msgctxt "printdialog|labelstatus"
msgid "Status:"
msgstr ""
#. dyo2j
-#: vcl/uiconfig/ui/printdialog.ui:416
+#: vcl/uiconfig/ui/printdialog.ui:415
msgctxt "printdialog|status"
msgid "Default Printer"
msgstr ""
#. oBACQ
-#: vcl/uiconfig/ui/printdialog.ui:429
+#: vcl/uiconfig/ui/printdialog.ui:428
msgctxt "printdialog|setup"
msgid "Properties..."
msgstr "الخصائص..."
#. AJGau
-#: vcl/uiconfig/ui/printdialog.ui:457
+#: vcl/uiconfig/ui/printdialog.ui:456
msgctxt "printdialog|labelprinter"
msgid "Printer"
msgstr ""
#. AyxGJ
-#: vcl/uiconfig/ui/printdialog.ui:497
+#: vcl/uiconfig/ui/printdialog.ui:496
msgctxt "printdialog|rbAllPages"
msgid "_All pages"
msgstr ""
#. pYtbq
-#: vcl/uiconfig/ui/printdialog.ui:515
+#: vcl/uiconfig/ui/printdialog.ui:514
msgctxt "printdialog|rbPageRange"
msgid "_Pages:"
msgstr ""
#. 786QC
-#: vcl/uiconfig/ui/printdialog.ui:537
+#: vcl/uiconfig/ui/printdialog.ui:536
msgctxt "printdialog|pagerange"
msgid "e.g.: 1, 3-5, 7, 9"
msgstr ""
#. V3apS
-#: vcl/uiconfig/ui/printdialog.ui:546
+#: vcl/uiconfig/ui/printdialog.ui:545
msgctxt "printdialog|rmEvenPages"
msgid "_Even pages"
msgstr ""
#. ELsCF
-#: vcl/uiconfig/ui/printdialog.ui:565
+#: vcl/uiconfig/ui/printdialog.ui:564
msgctxt "printdialog|rbOddPages"
msgid "_Odd pages"
msgstr ""
#. Z5kiB
-#: vcl/uiconfig/ui/printdialog.ui:584
+#: vcl/uiconfig/ui/printdialog.ui:583
msgctxt "printdialog|rbRangeSelection"
msgid "_Selection"
msgstr ""
#. wn2kB
-#: vcl/uiconfig/ui/printdialog.ui:620
+#: vcl/uiconfig/ui/printdialog.ui:619
msgctxt "printdialog|fromwhich"
msgid "_From which print:"
msgstr ""
#. Cuc2u
-#: vcl/uiconfig/ui/printdialog.ui:645
+#: vcl/uiconfig/ui/printdialog.ui:644
msgctxt "printdialog|labelpapersides"
msgid "Paper _sides:"
msgstr ""
#. SYxRJ
-#: vcl/uiconfig/ui/printdialog.ui:660
+#: vcl/uiconfig/ui/printdialog.ui:659
msgctxt "printdialog|liststore4"
msgid "Print on one side (simplex)"
msgstr ""
#. hCZPg
-#: vcl/uiconfig/ui/printdialog.ui:661
+#: vcl/uiconfig/ui/printdialog.ui:660
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex long edge)"
msgstr ""
#. iqr9C
-#: vcl/uiconfig/ui/printdialog.ui:662
+#: vcl/uiconfig/ui/printdialog.ui:661
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex short edge)"
msgstr ""
#. AVv6D
-#: vcl/uiconfig/ui/printdialog.ui:676
+#: vcl/uiconfig/ui/printdialog.ui:675
msgctxt "printdialog|labelcopies"
msgid "_Number of copies:"
msgstr ""
#. G6QEr
-#: vcl/uiconfig/ui/printdialog.ui:709
+#: vcl/uiconfig/ui/printdialog.ui:708
msgctxt "printdialog|collate"
msgid "_Collate"
msgstr ""
-#. RnCCD
-#: vcl/uiconfig/ui/printdialog.ui:745
+#. BT4nY
+#: vcl/uiconfig/ui/printdialog.ui:744
msgctxt "printdialog|cbPrintOrder"
-msgid "_Order:"
+msgid "Order:"
msgstr ""
#. vwjVt
-#: vcl/uiconfig/ui/printdialog.ui:756
+#: vcl/uiconfig/ui/printdialog.ui:755
msgctxt "printdialog|reverseorder"
msgid "Print in _reverse order"
msgstr ""
#. R82MM
-#: vcl/uiconfig/ui/printdialog.ui:776
+#: vcl/uiconfig/ui/printdialog.ui:775
msgctxt "printdialog|rangeexpander"
msgid "_more"
msgstr ""
#. ehfCG
-#: vcl/uiconfig/ui/printdialog.ui:794
+#: vcl/uiconfig/ui/printdialog.ui:793
msgctxt "printdialog|label2"
msgid "Range and Copies"
msgstr ""
#. CBLet
-#: vcl/uiconfig/ui/printdialog.ui:835
+#: vcl/uiconfig/ui/printdialog.ui:834
msgctxt "printdialog|labelorientation"
msgid "Orientation:"
msgstr ""
#. U4byk
-#: vcl/uiconfig/ui/printdialog.ui:849
+#: vcl/uiconfig/ui/printdialog.ui:848
msgctxt "printdialog|labelsize"
msgid "Paper size:"
msgstr ""
#. X9iBj
-#: vcl/uiconfig/ui/printdialog.ui:865
+#: vcl/uiconfig/ui/printdialog.ui:864
msgctxt "printdialog|liststore3"
msgid "Automatic"
msgstr "تلقائي"
#. vaWZE
-#: vcl/uiconfig/ui/printdialog.ui:866
+#: vcl/uiconfig/ui/printdialog.ui:865
msgctxt "printdialog|liststore3"
msgid "Portrait"
msgstr "طولي"
#. Qnpje
-#: vcl/uiconfig/ui/printdialog.ui:867
+#: vcl/uiconfig/ui/printdialog.ui:866
msgctxt "printdialog|liststore3"
msgid "Landscape"
msgstr "عرضي"
#. EZdsx
-#: vcl/uiconfig/ui/printdialog.ui:910
+#: vcl/uiconfig/ui/printdialog.ui:909
msgctxt "printdialog|pagespersheetbtn"
msgid "Pages per sheet:"
msgstr ""
#. DKP5g
-#: vcl/uiconfig/ui/printdialog.ui:958
+#: vcl/uiconfig/ui/printdialog.ui:957
msgctxt "printdialog|liststore1"
msgid "Custom"
msgstr "مخصص"
#. 65WWt
-#: vcl/uiconfig/ui/printdialog.ui:974
+#: vcl/uiconfig/ui/printdialog.ui:973
msgctxt "printdialog|pagespersheettxt"
msgid "Pages:"
msgstr ""
#. DM5aX
-#: vcl/uiconfig/ui/printdialog.ui:999
+#: vcl/uiconfig/ui/printdialog.ui:998
msgctxt "printdialog|by"
msgid "by"
msgstr "حسب"
#. szcD7
-#: vcl/uiconfig/ui/printdialog.ui:1025
+#: vcl/uiconfig/ui/printdialog.ui:1024
msgctxt "printdialog|pagemargintxt1"
msgid "Margin:"
msgstr ""
#. iGg2m
-#: vcl/uiconfig/ui/printdialog.ui:1050
+#: vcl/uiconfig/ui/printdialog.ui:1049
msgctxt "printdialog|pagemargintxt2"
msgid "between pages"
msgstr "بين الصفحات"
#. oryuw
-#: vcl/uiconfig/ui/printdialog.ui:1062
+#: vcl/uiconfig/ui/printdialog.ui:1061
msgctxt "printdialog|sheetmargintxt1"
msgid "Distance:"
msgstr ""
#. XhfvB
-#: vcl/uiconfig/ui/printdialog.ui:1087
+#: vcl/uiconfig/ui/printdialog.ui:1086
msgctxt "printdialog|sheetmargintxt2"
msgid "to sheet border"
msgstr "إلى حد الورقة"
#. AGWe3
-#: vcl/uiconfig/ui/printdialog.ui:1100
+#: vcl/uiconfig/ui/printdialog.ui:1099
msgctxt "printdialog|labelorder"
msgid "Order:"
msgstr ""
#. psAku
-#: vcl/uiconfig/ui/printdialog.ui:1115
+#: vcl/uiconfig/ui/printdialog.ui:1114
msgctxt "printdialog|liststore2"
msgid "Left to right, then down"
msgstr ""
#. fnfLt
-#: vcl/uiconfig/ui/printdialog.ui:1116
+#: vcl/uiconfig/ui/printdialog.ui:1115
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then right"
msgstr ""
#. y6nZE
-#: vcl/uiconfig/ui/printdialog.ui:1117
+#: vcl/uiconfig/ui/printdialog.ui:1116
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then left"
msgstr ""
#. PteTg
-#: vcl/uiconfig/ui/printdialog.ui:1118
+#: vcl/uiconfig/ui/printdialog.ui:1117
msgctxt "printdialog|liststore2"
msgid "Right to left, then down"
msgstr ""
#. QG59F
-#: vcl/uiconfig/ui/printdialog.ui:1129
+#: vcl/uiconfig/ui/printdialog.ui:1128
msgctxt "printdialog|bordercb"
msgid "Draw a border around each page"
msgstr "ارسم حدًا حول كل صفحة"
#. Yo4xV
-#: vcl/uiconfig/ui/printdialog.ui:1145
+#: vcl/uiconfig/ui/printdialog.ui:1144
msgctxt "printdialog|brochure"
msgid "Brochure"
msgstr "منشور"
#. JMA7A
-#: vcl/uiconfig/ui/printdialog.ui:1173
+#: vcl/uiconfig/ui/printdialog.ui:1172
msgctxt "printdialog|collationpreview"
msgid "Collation preview"
msgstr ""
#. bF4up
-#: vcl/uiconfig/ui/printdialog.ui:1206
+#: vcl/uiconfig/ui/printdialog.ui:1205
msgctxt "printdialog|layoutexpander"
msgid "m_ore"
msgstr ""
#. rCBA5
-#: vcl/uiconfig/ui/printdialog.ui:1224
+#: vcl/uiconfig/ui/printdialog.ui:1223
msgctxt "printdialog|label3"
msgid "Page Layout"
msgstr ""
#. A2iC5
-#: vcl/uiconfig/ui/printdialog.ui:1243
+#: vcl/uiconfig/ui/printdialog.ui:1242
msgctxt "printdialog|generallabel"
msgid "General"
msgstr ""
diff --git a/source/as/basctl/messages.po b/source/as/basctl/messages.po
index 79d96560e06..cace3198be7 100644
--- a/source/as/basctl/messages.po
+++ b/source/as/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-01-15 15:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -245,68 +245,50 @@ msgctxt "RID_STR_WATCHNAME"
msgid "Watch"
msgstr "ঘড়ী"
-#. VoaBX
-#: basctl/inc/strings.hrc:64
-msgctxt "RID_STR_WATCHVARIABLE"
-msgid "Variable"
-msgstr "চলক"
-
-#. qADE3
-#: basctl/inc/strings.hrc:65
-msgctxt "RID_STR_WATCHVALUE"
-msgid "Value"
-msgstr "মূল্য"
-
-#. rzQCr
-#: basctl/inc/strings.hrc:66
-msgctxt "RID_STR_WATCHTYPE"
-msgid "Type"
-msgstr "প্ৰকাৰ"
-
#. 84TYn
-#: basctl/inc/strings.hrc:67
+#: basctl/inc/strings.hrc:64
msgctxt "RID_STR_STACKNAME"
msgid "Call Stack"
msgstr "ক'ল ষ্টেক"
#. DBfyu
-#: basctl/inc/strings.hrc:68
+#: basctl/inc/strings.hrc:65
msgctxt "RID_STR_STDDIALOGNAME"
msgid "Dialog"
msgstr "ডাইলগ"
#. hUHfi
-#: basctl/inc/strings.hrc:69
+#: basctl/inc/strings.hrc:66
msgctxt "RID_STR_NEWLIB"
msgid "New Library"
msgstr "নতুন লাইব্রেৰী"
#. kisd2
-#: basctl/inc/strings.hrc:70
+#: basctl/inc/strings.hrc:67
msgctxt "RID_STR_NEWMOD"
msgid "New Module"
msgstr "নতুন মডিউল"
#. YeULe
-#: basctl/inc/strings.hrc:71
+#: basctl/inc/strings.hrc:68
msgctxt "RID_STR_NEWDLG"
msgid "New Dialog"
msgstr "নতুন ডাইলগ"
#. jYa97
-#: basctl/inc/strings.hrc:72
+#: basctl/inc/strings.hrc:69
msgctxt "RID_STR_ALL"
msgid "All"
msgstr "সকলো"
#. yF2LY
-#: basctl/inc/strings.hrc:73
+#: basctl/inc/strings.hrc:70
msgctxt "RID_STR_PAGE"
msgid "Page"
msgstr "পৃষ্ঠা"
#. DHuFN
-#: basctl/inc/strings.hrc:74
+#: basctl/inc/strings.hrc:71
msgctxt "RID_STR_WILLSTOPPRG"
msgid ""
"You will have to restart the program after this edit.\n"
@@ -316,128 +298,128 @@ msgstr ""
"আপুনি অব্যাহত ৰাখিবনে?"
#. 4qWED
-#: basctl/inc/strings.hrc:75
+#: basctl/inc/strings.hrc:72
msgctxt "RID_STR_SEARCHALLMODULES"
msgid "Do you want to replace the text in all active modules?"
msgstr "আপুনি সকলো সক্ৰিয় মডিউলত লিখনী প্ৰতিস্থাপন কৰিবলৈ বিচাৰে নেকি?"
#. FFBmA
-#: basctl/inc/strings.hrc:76
+#: basctl/inc/strings.hrc:73
msgctxt "RID_STR_REMOVEWATCH"
msgid "Watch:"
msgstr "ঘড়ী:"
#. ndtng
-#: basctl/inc/strings.hrc:77
+#: basctl/inc/strings.hrc:74
msgctxt "RID_STR_STACK"
msgid "Calls: "
msgstr "ক'লবোৰ: "
#. wwfg3
-#: basctl/inc/strings.hrc:78
+#: basctl/inc/strings.hrc:75
msgctxt "RID_STR_USERMACROS"
msgid "My Macros"
msgstr "মোৰ মেক্র'সমূহ"
#. XenwN
-#: basctl/inc/strings.hrc:79
+#: basctl/inc/strings.hrc:76
msgctxt "RID_STR_USERDIALOGS"
msgid "My Dialogs"
msgstr "মোৰ ডাইলগবোৰ"
#. Mwj7u
-#: basctl/inc/strings.hrc:80
+#: basctl/inc/strings.hrc:77
msgctxt "RID_STR_USERMACROSDIALOGS"
msgid "My Macros & Dialogs"
msgstr "মোৰ মেক্র'সমূহ আৰু ডাইলগবোৰ"
#. EAJgs
-#: basctl/inc/strings.hrc:81
+#: basctl/inc/strings.hrc:78
msgctxt "RID_STR_SHAREMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "%PRODUCTNAME মেক্র'সমূহ"
#. tPefb
-#: basctl/inc/strings.hrc:82
+#: basctl/inc/strings.hrc:79
msgctxt "RID_STR_SHAREDIALOGS"
msgid "%PRODUCTNAME Dialogs"
msgstr "%PRODUCTNAME ডাইলগবোৰ"
#. BNWgY
-#: basctl/inc/strings.hrc:83
+#: basctl/inc/strings.hrc:80
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr "%PRODUCTNAME মেক্র'সমূহ আৰু ডাইলগবোৰ"
#. BAMA5
-#: basctl/inc/strings.hrc:84
+#: basctl/inc/strings.hrc:81
#, fuzzy
msgctxt "RID_STR_REMOVEWATCHTIP"
msgid "Remove Watch"
msgstr "ঘড়ী আঁতৰাওক"
#. oUqF6
-#: basctl/inc/strings.hrc:85
+#: basctl/inc/strings.hrc:82
msgctxt "RID_STR_QUERYREPLACEMACRO"
msgid "Do you want to overwrite the XX macro?"
msgstr "আপুনি XX মেক্ৰ'টো অভাৰৰাইট কৰিব বিচাৰে নেকি?"
#. Tho9k
-#: basctl/inc/strings.hrc:86
+#: basctl/inc/strings.hrc:83
msgctxt "RID_STR_TRANSLATION_NOTLOCALIZED"
msgid "<Not localized>"
msgstr "<Not localized>"
#. xQyRD
-#: basctl/inc/strings.hrc:87
+#: basctl/inc/strings.hrc:84
msgctxt "RID_STR_TRANSLATION_DEFAULT"
msgid "[Default Language]"
msgstr "[অবিকল্পিত ভাষা]"
#. PqDTe
-#: basctl/inc/strings.hrc:88
+#: basctl/inc/strings.hrc:85
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
msgstr "দস্তাবেজ অবজেক্টসমূহ"
#. N3DE8
-#: basctl/inc/strings.hrc:89
+#: basctl/inc/strings.hrc:86
msgctxt "RID_STR_USERFORMS"
msgid "Forms"
msgstr "ফর্মবোৰ"
#. 4dGqP
-#: basctl/inc/strings.hrc:90
+#: basctl/inc/strings.hrc:87
msgctxt "RID_STR_NORMAL_MODULES"
msgid "Modules"
msgstr "মডিউলসমূহ"
#. u87jq
-#: basctl/inc/strings.hrc:91
+#: basctl/inc/strings.hrc:88
msgctxt "RID_STR_CLASS_MODULES"
msgid "Class Modules"
msgstr "ক্লাচ মডিউলসমূহ"
#. 8gC8E
-#: basctl/inc/strings.hrc:92
+#: basctl/inc/strings.hrc:89
msgctxt "RID_STR_DLGIMP_CLASH_RENAME"
msgid "Rename"
msgstr "পুনৰ নাম দিয়ক"
#. FCqSS
-#: basctl/inc/strings.hrc:93
+#: basctl/inc/strings.hrc:90
msgctxt "RID_STR_DLGIMP_CLASH_REPLACE"
msgid "Replace"
msgstr "প্ৰতিস্থাপন কৰক"
#. 5EucM
-#: basctl/inc/strings.hrc:94
+#: basctl/inc/strings.hrc:91
msgctxt "RID_STR_DLGIMP_CLASH_TITLE"
msgid "Dialog Import - Name already used"
msgstr "ডাইলগ ইমপোৰ্ট - নাম ইতিমধ্যে ব্যৱহৃত"
#. yG2bx
-#: basctl/inc/strings.hrc:95
+#: basctl/inc/strings.hrc:92
msgctxt "RID_STR_DLGIMP_CLASH_TEXT"
msgid ""
"The library already contains a dialog with the name:\n"
@@ -455,25 +437,25 @@ msgstr ""
" "
#. FRQSJ
-#: basctl/inc/strings.hrc:96
+#: basctl/inc/strings.hrc:93
msgctxt "RID_STR_DLGIMP_MISMATCH_ADD"
msgid "Add"
msgstr "যোগ কৰক"
#. inETw
-#: basctl/inc/strings.hrc:97
+#: basctl/inc/strings.hrc:94
msgctxt "RID_STR_DLGIMP_MISMATCH_OMIT"
msgid "Omit"
msgstr "বাদ দিয়ক"
#. 227xE
-#: basctl/inc/strings.hrc:98
+#: basctl/inc/strings.hrc:95
msgctxt "RID_STR_DLGIMP_MISMATCH_TITLE"
msgid "Dialog Import - Language Mismatch"
msgstr "ডাইলগ ইমপোৰ্ট - ভাষা অমিল"
#. zcJw8
-#: basctl/inc/strings.hrc:99
+#: basctl/inc/strings.hrc:96
msgctxt "RID_STR_DLGIMP_MISMATCH_TEXT"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
@@ -491,110 +473,110 @@ msgstr ""
" "
#. FcvDu
-#: basctl/inc/strings.hrc:100
+#: basctl/inc/strings.hrc:97
msgctxt "RID_STR_PRINTDLG_PAGES"
msgid "Pages:"
msgstr ""
#. 4AR5D
-#: basctl/inc/strings.hrc:101
+#: basctl/inc/strings.hrc:98
msgctxt "RID_STR_PRINTDLG_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. xfLXi
-#: basctl/inc/strings.hrc:102
+#: basctl/inc/strings.hrc:99
msgctxt "RID_STR_PRINTDLG_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Q9KBj
-#: basctl/inc/strings.hrc:103
+#: basctl/inc/strings.hrc:100
msgctxt "RID_STR_PRINTDLG_PRINTEVENPAGES"
msgid "~Even pages"
msgstr ""
#. 93Gmy
-#: basctl/inc/strings.hrc:104
+#: basctl/inc/strings.hrc:101
msgctxt "RID_STR_PRINTDLG_PRINTODDPAGES"
msgid "~Odd pages"
msgstr ""
#. dALHq
-#: basctl/inc/strings.hrc:105
+#: basctl/inc/strings.hrc:102
msgctxt "RID_STR_CHOOSE"
msgid "Choose"
msgstr "বাছক"
#. edPrX
-#: basctl/inc/strings.hrc:106
+#: basctl/inc/strings.hrc:103
msgctxt "RID_STR_RUN"
msgid "Run"
msgstr "চলাওক"
#. DJbpA
-#: basctl/inc/strings.hrc:107
+#: basctl/inc/strings.hrc:104
msgctxt "RID_STR_RECORD"
msgid "~Save"
msgstr "সঞ্চয় কৰক (~S)"
#. 7Gzqz
-#: basctl/inc/strings.hrc:108
+#: basctl/inc/strings.hrc:105
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr "অবজেক্ট কেটালগ"
#. 2AA4t
-#: basctl/inc/strings.hrc:109
+#: basctl/inc/strings.hrc:106
msgctxt "RID_STR_TLB_MACROS"
msgid "Objects Tree"
msgstr "অবজেক্ট ট্ৰি"
#. NtqMk
#. Property Browser Headline ----------------------------------------------------------------
-#: basctl/inc/strings.hrc:111
+#: basctl/inc/strings.hrc:108
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "বৈশিষ্ট্যবোৰ: "
#. FnkAZ
-#: basctl/inc/strings.hrc:112
+#: basctl/inc/strings.hrc:109
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr "কোনো নিয়ন্ত্ৰণ চিহ্নিত কৰা নাই"
#. aeAPC
-#: basctl/inc/strings.hrc:113
+#: basctl/inc/strings.hrc:110
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "বহু অংশবিশিষ্ট নির্বাচন"
#. GNZHF
-#: basctl/inc/strings.hrc:114
+#: basctl/inc/strings.hrc:111
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr "[অবিকল্পিত ভাষা]"
#. uf3Kt
-#: basctl/inc/strings.hrc:115
+#: basctl/inc/strings.hrc:112
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr "<ভাষা সম্পদ সৃষ্টি কৰিবলে 'যোগ কৰক' টিপক>"
#. jnJoF
-#: basctl/inc/strings.hrc:116
+#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr "লাইব্ৰেৰীক সম্প্ৰসাৰণ হিচাপে ৰপ্তানি কৰক"
#. SnKF3
-#: basctl/inc/strings.hrc:117
+#: basctl/inc/strings.hrc:114
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr "BASIC লাইব্ৰেৰী হিচাপে ৰপ্তানি কৰক"
#. G6SqW
-#: basctl/inc/strings.hrc:118
+#: basctl/inc/strings.hrc:115
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "সম্প্ৰসাৰণ"
@@ -619,64 +601,64 @@ msgid "Existing Macros In:"
msgstr "ইয়াত থকা স্থায়ী মেক্র'সমূহ:"
#. Mfysc
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:250
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:248
#, fuzzy
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr "চিহ্নিত বস্তুৰ পৰা মেক্ৰ'"
#. Qth4v
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:266
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:264
#, fuzzy
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr "এই ধৰণে মেক্ৰ' ক সংৰক্ষণ কৰক"
#. BpDb6
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:313
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:311
#, fuzzy
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr "মেক্ৰৰ নাম"
#. izDZr
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:336
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:334
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr "ধাৰ্য্য কৰক..."
#. dxu7W
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:350
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:348
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr "সম্পাদনা কৰক"
#. 9Uhec
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:364
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:362
msgctxt "basicmacrodialog|delete"
msgid "_Delete"
msgstr ""
#. XkqFC
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:378
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:376
msgctxt "basicmacrodialog|new"
msgid "_New"
msgstr ""
#. Gh52t
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:392
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:390
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr "সংগঠক..."
#. wAJj2
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:406
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:404
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr "নতুন লাইব্রেৰী"
#. 2xdsE
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:420
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:418
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr "নতুন মডিউল"
@@ -796,6 +778,24 @@ msgctxt "dialogpage|export"
msgid "_Export..."
msgstr "এক্সপৰ্ট কৰক (_E)..."
+#. EGyCn
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:110
+msgctxt "dockingwatch|RID_STR_WATCHVARIABLE"
+msgid "Variable"
+msgstr ""
+
+#. QUHSf
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:122
+msgctxt "dockingwatch|RID_STR_WATCHVALUE"
+msgid "Value"
+msgstr ""
+
+#. ik3CG
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:136
+msgctxt "dockingwatch|RID_STR_WATCHTYPE"
+msgid "Type"
+msgstr ""
+
#. worE9
#: basctl/uiconfig/basicide/ui/exportdialog.ui:8
msgctxt "exportdialog|ExportDialog"
diff --git a/source/as/chart2/messages.po b/source/as/chart2/messages.po
index cf1e557d1d9..97481b41ad2 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-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-17 12:21+0100\n"
"PO-Revision-Date: 2018-10-21 19:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2219,55 +2219,55 @@ msgid "Data series '%1'"
msgstr ""
#. mZfrk
-#: chart2/uiconfig/ui/sidebartype.ui:84
+#: chart2/uiconfig/ui/sidebartype.ui:81
msgctxt "sidebartype|3dlook"
msgid "_3D Look"
msgstr ""
#. mjrkY
-#: chart2/uiconfig/ui/sidebartype.ui:103
+#: chart2/uiconfig/ui/sidebartype.ui:101
msgctxt "sidebartype|3dscheme"
msgid "Simple"
msgstr ""
#. urfc7
-#: chart2/uiconfig/ui/sidebartype.ui:104
+#: chart2/uiconfig/ui/sidebartype.ui:102
msgctxt "sidebartype|3dscheme"
msgid "Realistic"
msgstr ""
#. gYXXE
-#: chart2/uiconfig/ui/sidebartype.ui:125
+#: chart2/uiconfig/ui/sidebartype.ui:123
msgctxt "sidebartype|shapeft"
msgid "Sh_ape"
msgstr ""
#. B6KS5
-#: chart2/uiconfig/ui/sidebartype.ui:186
+#: chart2/uiconfig/ui/sidebartype.ui:184
msgctxt "sidebartype|stack"
msgid "_Stack series"
msgstr ""
#. Yau6n
-#: chart2/uiconfig/ui/sidebartype.ui:210
+#: chart2/uiconfig/ui/sidebartype.ui:208
msgctxt "sidebartype|ontop"
msgid "On top"
msgstr ""
#. f2J43
-#: chart2/uiconfig/ui/sidebartype.ui:225
+#: chart2/uiconfig/ui/sidebartype.ui:223
msgctxt "sidebartype|percent"
msgid "Percent"
msgstr ""
#. iDSaa
-#: chart2/uiconfig/ui/sidebartype.ui:240
+#: chart2/uiconfig/ui/sidebartype.ui:238
msgctxt "sidebartype|deep"
msgid "Deep"
msgstr ""
#. KaS7Z
-#: chart2/uiconfig/ui/sidebartype.ui:269
+#: chart2/uiconfig/ui/sidebartype.ui:268
msgctxt "sidebartype|linetypeft"
msgid "_Line type"
msgstr ""
@@ -2303,17 +2303,11 @@ msgid "_Sort by X values"
msgstr ""
#. thu3G
-#: chart2/uiconfig/ui/sidebartype.ui:334
+#: chart2/uiconfig/ui/sidebartype.ui:335
msgctxt "sidebartype|nolinesft"
msgid "_Number of lines"
msgstr ""
-#. pkRru
-#: chart2/uiconfig/ui/sidebartype.ui:379
-msgctxt "sidebartype|lbl_chartType"
-msgid "Chart Type:"
-msgstr ""
-
#. Ledzw
#: chart2/uiconfig/ui/smoothlinesdlg.ui:22
msgctxt "smoothlinesdlg|SmoothLinesDialog"
diff --git a/source/as/cui/messages.po b/source/as/cui/messages.po
index e10d8faa7a5..586f84974aa 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-02-10 17:53+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3479,10 +3479,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
-#. voTvB
+#. EabEN
#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "New versions of %PRODUCTNAME do not only bring new features and bug fixes. They also include security patches. Stay safe, and keep yourself updated!"
+msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
@@ -4144,25 +4144,25 @@ msgid "_Search"
msgstr "সন্ধান"
#. BMohC
-#: cui/uiconfig/ui/aboutconfigdialog.ui:195
+#: cui/uiconfig/ui/aboutconfigdialog.ui:196
msgctxt "aboutconfigdialog|preference"
msgid "Preference Name"
msgstr "পছন্দৰ নাম"
#. PiV9t
-#: cui/uiconfig/ui/aboutconfigdialog.ui:214
+#: cui/uiconfig/ui/aboutconfigdialog.ui:216
msgctxt "aboutconfigdialog|property"
msgid "Property"
msgstr "বৈশিষ্ট্য"
#. g6RFE
-#: cui/uiconfig/ui/aboutconfigdialog.ui:227
+#: cui/uiconfig/ui/aboutconfigdialog.ui:230
msgctxt "aboutconfigdialog|type"
msgid "Type"
msgstr "প্ৰকাৰ"
#. BYBgx
-#: cui/uiconfig/ui/aboutconfigdialog.ui:240
+#: cui/uiconfig/ui/aboutconfigdialog.ui:244
msgctxt "aboutconfigdialog|value"
msgid "Value"
msgstr "মান"
@@ -6703,94 +6703,94 @@ msgid "Connection Pool"
msgstr "সংযোগ নষ্ট হ'ল"
#. XfFi7
-#: cui/uiconfig/ui/croppage.ui:82
+#: cui/uiconfig/ui/croppage.ui:85
msgctxt "croppage|keepscale"
msgid "Keep _scale"
msgstr ""
#. fCWwt
-#: cui/uiconfig/ui/croppage.ui:100
+#: cui/uiconfig/ui/croppage.ui:102
msgctxt "croppage|keepsize"
msgid "Keep image si_ze"
msgstr ""
#. JcdEh
-#: cui/uiconfig/ui/croppage.ui:125
+#: cui/uiconfig/ui/croppage.ui:126
#, fuzzy
msgctxt "croppage|label2"
msgid "_Left:"
msgstr "বাওঁফাল (_L)"
#. J8z8h
-#: cui/uiconfig/ui/croppage.ui:152
+#: cui/uiconfig/ui/croppage.ui:153
#, fuzzy
msgctxt "croppage|label3"
msgid "_Right:"
msgstr "সোঁফাল (_R)"
#. GxnM4
-#: cui/uiconfig/ui/croppage.ui:191
+#: cui/uiconfig/ui/croppage.ui:192
#, fuzzy
msgctxt "croppage|label4"
msgid "_Top:"
msgstr "ওপৰত (_T)"
#. VAUDo
-#: cui/uiconfig/ui/croppage.ui:205
+#: cui/uiconfig/ui/croppage.ui:206
#, fuzzy
msgctxt "croppage|label5"
msgid "_Bottom:"
msgstr "তলত:"
+#. BSBCG
+#: cui/uiconfig/ui/croppage.ui:302
+msgctxt "croppage|origsize"
+msgid "_Original Size"
+msgstr "প্রকৃত আকাৰ (_O)"
+
#. 8CoGW
-#: cui/uiconfig/ui/croppage.ui:255
+#: cui/uiconfig/ui/croppage.ui:332
msgctxt "croppage|label1"
msgid "Crop"
msgstr "ক্রপ"
#. VG8gn
-#: cui/uiconfig/ui/croppage.ui:289
+#: cui/uiconfig/ui/croppage.ui:367
msgctxt "croppage|label6"
msgid "_Width:"
msgstr "প্ৰস্থ (_W):"
#. bcKhi
-#: cui/uiconfig/ui/croppage.ui:315
+#: cui/uiconfig/ui/croppage.ui:393
msgctxt "croppage|label7"
msgid "_Height:"
msgstr "উচ্চতা (_H):"
#. JVnvr
-#: cui/uiconfig/ui/croppage.ui:345
+#: cui/uiconfig/ui/croppage.ui:423
msgctxt "croppage|label10"
msgid "Scale"
msgstr "স্কেইল"
#. Brcxv
-#: cui/uiconfig/ui/croppage.ui:379
+#: cui/uiconfig/ui/croppage.ui:457
msgctxt "croppage|label8"
msgid "_Width:"
msgstr "প্ৰস্থ (_W):"
#. tacwF
-#: cui/uiconfig/ui/croppage.ui:406
+#: cui/uiconfig/ui/croppage.ui:484
msgctxt "croppage|label9"
msgid "_Height:"
msgstr "উচ্চতা (_H):"
#. aBkuE
-#: cui/uiconfig/ui/croppage.ui:437
+#: cui/uiconfig/ui/croppage.ui:515
#, fuzzy
msgctxt "croppage|label11"
msgid "Image Size"
msgstr "ছবিৰ আকাৰ"
-#. BSBCG
-#: cui/uiconfig/ui/croppage.ui:506
-msgctxt "croppage|origsize"
-msgid "_Original Size"
-msgstr "প্রকৃত আকাৰ (_O)"
-
#. AFMP6
#: cui/uiconfig/ui/cuiimapdlg.ui:8
msgctxt "cuiimapdlg|IMapDialog"
@@ -7552,7 +7552,7 @@ msgid "_Transparency:"
msgstr ""
#. vELSr
-#: cui/uiconfig/ui/effectspage.ui:623
+#: cui/uiconfig/ui/effectspage.ui:624
msgctxt "effectspage|fontcolorft3"
msgid "Font Color"
msgstr ""
@@ -8491,25 +8491,25 @@ msgid "Line _color:"
msgstr "শাৰীৰ ৰঙ (_c)"
#. 3hgCJ
-#: cui/uiconfig/ui/hatchpage.ui:308
+#: cui/uiconfig/ui/hatchpage.ui:307
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr "পৃষ্ঠভূমিৰ ৰং"
#. uvmDA
-#: cui/uiconfig/ui/hatchpage.ui:356
+#: cui/uiconfig/ui/hatchpage.ui:354
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "বিকল্পসমূহ"
#. D8ovo
-#: cui/uiconfig/ui/hatchpage.ui:406
+#: cui/uiconfig/ui/hatchpage.ui:404
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "উদাহৰণ"
#. GbfFA
-#: cui/uiconfig/ui/hatchpage.ui:428
+#: cui/uiconfig/ui/hatchpage.ui:426
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr "পূৰ্বদৃশ্য"
diff --git a/source/as/dbaccess/messages.po b/source/as/dbaccess/messages.po
index 7a69a665ac0..c2a9e90d224 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: 2019-11-25 17:08+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Assamese <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/as/>\n"
@@ -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: LibreOffice\n"
"X-POOTLE-MTIME: 1524566357.000000\n"
#. BiN6g
@@ -3999,28 +3999,28 @@ msgid "Named p_ipe:"
msgstr "নাম থকা পাইপ (~i)"
#. CzRyx
-#: dbaccess/uiconfig/ui/namematchingpage.ui:73
+#: dbaccess/uiconfig/ui/namematchingpage.ui:67
#, fuzzy
msgctxt "namematchingpage|all"
msgid "_All"
msgstr "সকলো"
#. db6rw
-#: dbaccess/uiconfig/ui/namematchingpage.ui:87
+#: dbaccess/uiconfig/ui/namematchingpage.ui:81
#, fuzzy
msgctxt "namematchingpage|none"
msgid "Non_e"
msgstr "কোনো নহয়"
#. yScg2
-#: dbaccess/uiconfig/ui/namematchingpage.ui:119
+#: dbaccess/uiconfig/ui/namematchingpage.ui:113
#, fuzzy
msgctxt "namematchingpage|leftlabel"
msgid "Source table: "
msgstr "উত্স টেবুল: \n"
#. SCMEA
-#: dbaccess/uiconfig/ui/namematchingpage.ui:206
+#: dbaccess/uiconfig/ui/namematchingpage.ui:200
#, fuzzy
msgctxt "namematchingpage|rightlabel"
msgid "Destination table: "
diff --git a/source/as/framework/messages.po b/source/as/framework/messages.po
index a3473c70109..0c31cc6e7ba 100644
--- a/source/as/framework/messages.po
+++ b/source/as/framework/messages.po
@@ -3,108 +3,134 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-27 13:56+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"PO-Revision-Date: 2017-12-14 11:30+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1513251015.000000\n"
+#. 5dTDC
#: framework/inc/strings.hrc:25
msgctxt "STR_MENU_HEADFOOTALL"
msgid "All"
msgstr "সকলো"
+#. oyXqc
#: framework/inc/strings.hrc:26
msgctxt "STR_UPDATEDOC"
msgid "~Update"
msgstr "আপডেট কৰক (~U)"
+#. GD4Gd
#: framework/inc/strings.hrc:27
msgctxt "STR_CLOSEDOC_ANDRETURN"
msgid "~Close & Return to "
msgstr "বন্ধ কৰক আৰু চিহ্নিত স্থানলৈ ঘূৰি যাওক (~C) "
+#. 2AsV6
#: framework/inc/strings.hrc:28
#, fuzzy
msgctxt "STR_TOOLBAR_VISIBLE_BUTTONS"
msgid "Visible ~Buttons"
msgstr "দৃশ্যমান বুটামবোৰ (~B)"
+#. 342Pc
#: framework/inc/strings.hrc:29
#, fuzzy
msgctxt "STR_TOOLBAR_CUSTOMIZE_TOOLBAR"
msgid "~Customize Toolbar..."
msgstr "টুলবাৰ স্বনিৰ্বাচন কৰক (~C)..."
+#. DhTM2
#: framework/inc/strings.hrc:30
+msgctxt "STR_TOOLBAR_UNDOCK_TOOLBAR"
+msgid "U~ndock Toolbar"
+msgstr ""
+
+#. 7GcGg
+#: framework/inc/strings.hrc:31
#, fuzzy
msgctxt "STR_TOOLBAR_DOCK_TOOLBAR"
msgid "~Dock Toolbar"
msgstr "টুলবাৰ হ্ৰাস কৰক (~D)"
-#: framework/inc/strings.hrc:31
+#. hFZqj
+#: framework/inc/strings.hrc:32
#, fuzzy
msgctxt "STR_TOOLBAR_DOCK_ALL_TOOLBARS"
msgid "Dock ~All Toolbars"
msgstr "সকলোবোৰ টুলবাৰ হ্ৰাস কৰক (~A)"
-#: framework/inc/strings.hrc:32
+#. xUzeo
+#: framework/inc/strings.hrc:33
#, fuzzy
msgctxt "STR_TOOLBAR_LOCK_TOOLBAR"
msgid "~Lock Toolbar Position"
msgstr "টুলবাৰৰ স্থান লক কৰক (~L)"
-#: framework/inc/strings.hrc:33
+#. a9XNN
+#: framework/inc/strings.hrc:34
#, fuzzy
msgctxt "STR_TOOLBAR_CLOSE_TOOLBAR"
msgid "Close ~Toolbar"
msgstr "টুলবাৰ বন্ধ কৰক (~T)"
-#: framework/inc/strings.hrc:34
+#. JGEgE
+#: framework/inc/strings.hrc:35
msgctxt "STR_SAVECOPYDOC"
msgid "Save Copy ~as..."
msgstr "...হিচাপে প্ৰতিলিপি সঞ্চয় কৰক (~a)"
-#: framework/inc/strings.hrc:35
+#. JJrop
+#: framework/inc/strings.hrc:36
msgctxt "STR_NODOCUMENT"
msgid "No Documents"
msgstr "দস্তাবেজসমূহ"
-#: framework/inc/strings.hrc:36
+#. Sc7No
+#: framework/inc/strings.hrc:37
msgctxt "STR_CLEAR_RECENT_FILES"
msgid "Clear List"
msgstr "তালিকা পৰিষ্কাৰ কৰক"
-#: framework/inc/strings.hrc:37
+#. y5BFt
+#: framework/inc/strings.hrc:38
msgctxt "STR_CLEAR_RECENT_FILES_HELP"
msgid "Clears the list with the most recently opened files. This action can not be undone."
msgstr "তালিকাক শেহতীয়াভাৱে খোলা ফাইলবোৰৰ সৈতে পৰিষ্কাৰ কৰে। এই কাৰ্য্য নহোৱা কৰিব নোৱাৰি।"
-#: framework/inc/strings.hrc:38
+#. JDATD
+#: framework/inc/strings.hrc:39
msgctxt "STR_REMOTE_TITLE"
msgid " (Remote)"
msgstr ""
-#: framework/inc/strings.hrc:39
+#. JFH6k
+#: framework/inc/strings.hrc:40
msgctxt "STR_SAFEMODE_TITLE"
msgid " (Safe Mode)"
msgstr ""
-#: framework/inc/strings.hrc:40
+#. D4pBb
+#: framework/inc/strings.hrc:41
msgctxt "STR_TOOLBAR_TITLE_ADDON"
msgid "Add-On %num%"
msgstr "এড-অন %num%"
-#: framework/inc/strings.hrc:41
+#. 5HFDW
+#: framework/inc/strings.hrc:42
msgctxt "STR_FULL_DISC_RETRY_BUTTON"
msgid "Retry"
msgstr "পুনৰ চেষ্টা কৰক"
-#: framework/inc/strings.hrc:42
+#. Cu3Ch
+#: framework/inc/strings.hrc:43
msgctxt "STR_FULL_DISC_MSG"
msgid ""
"%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n"
@@ -123,12 +149,14 @@ msgstr ""
"অধিক স্থান দিয়াৰ পিছত 'Retry' বুটাম টিপক তথ্য সঞ্চয় কৰাৰ আগতে ।\n"
"\n"
-#: framework/inc/strings.hrc:43
+#. oPFZY
+#: framework/inc/strings.hrc:44
msgctxt "STR_RESTORE_TOOLBARS"
msgid "~Reset"
msgstr "পুনৰ স্থাপন কৰক (~R)"
-#: framework/inc/strings.hrc:44
+#. ntyDa
+#: framework/inc/strings.hrc:45
msgctxt "STR_CORRUPT_UICFG_SHARE"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -137,7 +165,8 @@ msgstr ""
"ব্যৱহাৰকাৰীৰ আন্তঃপৃষ্ঠ সংৰূপ তথ্য লোড কৰোতে ত্ৰুটি হ'ল । কাৰ্য্যক্ৰম বন্ধ হ'ব ।\n"
"আকৌ সংস্থাপন কৰিবলৈ চেষ্টা কৰক ।"
-#: framework/inc/strings.hrc:45
+#. grsAx
+#: framework/inc/strings.hrc:46
msgctxt "STR_CORRUPT_UICFG_USER"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -146,7 +175,8 @@ msgstr ""
"ব্যৱহাৰকাৰীৰ আন্তঃপৃষ্ঠ সংৰূপ তথ্য লোড কৰোতে ত্ৰুটি হ'ল । কাৰ্য্যক্ৰম বন্ধ হ'ব ।\n"
"কাৰ্যক্ৰমৰ কাৰণে ব্যৱহাৰকাৰী আলেখ্য আঁতৰাই চেষ্টা কৰক ।"
-#: framework/inc/strings.hrc:46
+#. qMSRF
+#: framework/inc/strings.hrc:47
msgctxt "STR_CORRUPT_UICFG_GENERAL"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -155,38 +185,45 @@ msgstr ""
"ব্যৱহাৰকাৰীৰ আন্তঃপৃষ্ঠ সংৰূপ তথ্য লোড কৰোতে ত্ৰুটি হ'ল । কাৰ্য্যক্ৰম বন্ধ হ'ব ।\n"
"কাৰ্যক্ৰমৰ কাৰণে ব্যৱহাৰকাৰী আলেখ্য আঁতৰাই চেষ্টা কৰক বা ইয়াক আকৌ সংস্থাপন কৰক ।"
-#: framework/inc/strings.hrc:47
+#. 9FEe5
+#: framework/inc/strings.hrc:48
msgctxt "STR_UNTITLED_DOCUMENT"
msgid "Untitled"
msgstr "শীৰ্ষকবিহীন"
+#. HDUNU
#. To translators: for displaying 'Multiple Languages' in the language statusbar control
-#: framework/inc/strings.hrc:49
+#: framework/inc/strings.hrc:50
msgctxt "STR_LANGSTATUS_MULTIPLE_LANGUAGES"
msgid "Multiple Languages"
msgstr "বহু ভাষা"
-#: framework/inc/strings.hrc:50
+#. rZBXF
+#: framework/inc/strings.hrc:51
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "কোনো নহয় (বানান নিৰীক্ষন নকৰিব)"
-#: framework/inc/strings.hrc:51
+#. Z8EjG
+#: framework/inc/strings.hrc:52
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr "অবিকল্পিত ভাষালৈ পুনৰ সংহতি কৰা"
-#: framework/inc/strings.hrc:52
+#. YEXdS
+#: framework/inc/strings.hrc:53
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "অধিক..."
-#: framework/inc/strings.hrc:53
+#. tTsdD
+#: framework/inc/strings.hrc:54
msgctxt "STR_SET_LANGUAGE_FOR_PARAGRAPH"
msgid "Set Language for Paragraph"
msgstr "পেৰেগ্ৰাফৰ বাবে ভাষা সংহতি কৰক"
-#: framework/inc/strings.hrc:54
+#. m72Ea
+#: framework/inc/strings.hrc:55
msgctxt "STR_LANGSTATUS_HINT"
msgid "Text Language. Right-click to set character or paragraph language"
msgstr ""
diff --git a/source/as/officecfg/registry/data/org/openoffice/Office/UI.po b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
index 7a4fc0c3940..bf28ba6a936 100644
--- a/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Assamese <kde-i18n-doc@kde.org>\n"
@@ -18428,15 +18428,15 @@ msgctxt ""
msgid "Find Parenthesis"
msgstr "সৰু বন্ধনী বিচাৰি উলিয়াওক"
-#. f5DAE
+#. mmxND
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:BasicIDEAppear\n"
"Label\n"
"value.text"
-msgid "Edit Macros"
-msgstr "মেক্ৰ'সমূহ সম্পাদনা কৰক"
+msgid "Edit Macros..."
+msgstr ""
#. Ws9jQ
#: GenericCommands.xcu
@@ -28271,6 +28271,16 @@ msgctxt ""
msgid "Background Color..."
msgstr "পৃষ্ঠভূমিৰ ৰং"
+#. u6JdE
+#: ReportCommands.xcu
+msgctxt ""
+"ReportCommands.xcu\n"
+".ReportCommands.UserInterface.Commands..uno:DSBEditDoc\n"
+"Label\n"
+"value.text"
+msgid "Edit Mode"
+msgstr ""
+
#. GZdEa
#: ReportCommands.xcu
msgctxt ""
@@ -35139,6 +35149,56 @@ msgctxt ""
msgid "Content Controls"
msgstr ""
+#. SGVjq
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectMenu\n"
+"Label\n"
+"value.text"
+msgid "~Protect Document"
+msgstr ""
+
+#. ByLdE
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectFields\n"
+"Label\n"
+"value.text"
+msgid "Protect Fields"
+msgstr ""
+
+#. zDPPk
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectFields\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect fields in current document"
+msgstr ""
+
+#. CdnED
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectBookmarks\n"
+"Label\n"
+"value.text"
+msgid "Protect Bookmarks"
+msgstr ""
+
+#. WjWoa
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:ProtectBookmarks\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect bookmarks in current document"
+msgstr ""
+
#. joS9f
#: WriterFormWindowState.xcu
#, fuzzy
diff --git a/source/as/sc/messages.po b/source/as/sc/messages.po
index ac273c72fa2..a55a4efcad6 100644
--- a/source/as/sc/messages.po
+++ b/source/as/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -21215,82 +21215,82 @@ msgid "Cancel"
msgstr ""
#. nHoB2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:16
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:18
#, fuzzy
msgctxt "definedatabaserangedialog|DefineDatabaseRangeDialog"
msgid "Define Database Range"
msgstr "ডাটাবেইচ নিৰ্বাচন কৰক"
#. 4FqWF
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:176
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:179
msgctxt "definedatabaserangedialog|Name"
msgid "Name"
msgstr "নাম"
#. FUAH2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:241
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:244
msgctxt "definedatabaserangedialog|Range"
msgid "Range"
msgstr "পৰিসৰ"
#. N8Lui
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:276
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:279
#, fuzzy
msgctxt "definedatabaserangedialog|modify"
msgid "M_odify"
msgstr "ৰূপান্তৰ কৰক"
#. TniCB
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:329
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:332
msgctxt "definedatabaserangedialog|ContainsColumnLabels"
msgid "Co_ntains column labels"
msgstr ""
#. QBs5X
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:345
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:348
msgctxt "definedatabaserangedialog|ContainsTotalsRow"
msgid "Contains _totals row"
msgstr ""
#. AeZB2
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:361
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:364
msgctxt "definedatabaserangedialog|InsertOrDeleteCells"
msgid "Insert or delete _cells"
msgstr ""
#. EveBu
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:377
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:380
msgctxt "definedatabaserangedialog|KeepFormatting"
msgid "Keep _formatting"
msgstr ""
#. rSf5f
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:393
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:396
msgctxt "definedatabaserangedialog|DontSaveImportedData"
msgid "Don't save _imported data"
msgstr ""
#. nYJiV
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:411
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:414
#, fuzzy
msgctxt "definedatabaserangedialog|Source"
msgid "Source:"
msgstr "উৎস (~S)"
#. q2F5V
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:424
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:427
msgctxt "definedatabaserangedialog|Operations"
msgid "Operations:"
msgstr ""
#. XXY4E
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:437
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:440
msgctxt "definedatabaserangedialog|invalid"
msgid "Invalid range"
msgstr "অকাৰ্যকৰী বিস্তাৰ"
#. dHJw9
-#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:454
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:457
msgctxt "definedatabaserangedialog|label1"
msgid "Options"
msgstr "বিকল্পসমূহ"
@@ -23311,213 +23311,213 @@ msgid "~File"
msgstr ""
#. EBQTu
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3546
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3539
msgctxt "CalcNotebookbar|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. f8rkJ
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3827
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3820
msgctxt "CalcNotebookbar|increaseindent1|tooltip_text"
msgid "Increase Indent"
msgstr ""
#. TBHRy
-#: sc/uiconfig/scalc/ui/notebookbar.ui:3841
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3834
msgctxt "CalcNotebookbar|decreaseindent1|tooltip_text"
msgid "Decrease Indent"
msgstr ""
#. 6GvMB
-#: sc/uiconfig/scalc/ui/notebookbar.ui:4815
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4808
msgctxt "CalcNotebookbar|HomeMenuButton"
msgid "_Home"
msgstr ""
#. yghFn
-#: sc/uiconfig/scalc/ui/notebookbar.ui:4924
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4917
msgctxt "CalcNotebookbar|CalcLabel"
msgid "~Home"
msgstr ""
#. bBEGh
-#: sc/uiconfig/scalc/ui/notebookbar.ui:5483
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5476
msgctxt "CalcNotebookbar|FieldMenuButton"
msgid "Fiel_d"
msgstr ""
#. VCk9a
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6004
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5997
msgctxt "CalcNotebookbar|InsertMenuButton"
msgid "_Insert"
msgstr ""
#. HnjBi
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6112
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6105
msgctxt "CalcNotebookbar|InsertLabel"
msgid "~Insert"
msgstr ""
#. xmARL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6523
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6549
-#: sc/uiconfig/scalc/ui/notebookbar.ui:6987
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6516
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6542
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6980
msgctxt "CalcNotebookbar|objectalign|tooltip_text"
msgid "Object Align"
msgstr ""
#. 4FwmH
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7212
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7205
msgctxt "CalcNotebookbar|reviewb"
msgid "_Layout"
msgstr ""
#. eWinY
-#: sc/uiconfig/scalc/ui/notebookbar.ui:7297
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7290
msgctxt "CalcNotebookbar|PageLayoutLabel"
msgid "~Layout"
msgstr ""
#. MHnRF
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8403
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8396
msgctxt "CalcNotebookbar|Statistics"
msgid "_Statistics"
msgstr ""
#. BiHBE
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8454
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8447
msgctxt "CalcNotebookbar|DataMenuButton"
msgid "_Data"
msgstr ""
#. xzx9j
-#: sc/uiconfig/scalc/ui/notebookbar.ui:8563
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8556
msgctxt "CalcNotebookbar|DataLabel"
msgid "~Data"
msgstr ""
#. CBEHA
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9385
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9378
msgctxt "CalcNotebookbar|ReviewMenuButton"
msgid "_Review"
msgstr ""
#. 7FXbr
-#: sc/uiconfig/scalc/ui/notebookbar.ui:9471
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9464
msgctxt "CalcNotebookbar|ReviewLabel"
msgid "~Review"
msgstr ""
#. NT37F
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10377
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10370
msgctxt "CalcNotebookbar|ViewMenuButton"
msgid "_View"
msgstr ""
#. rPdAq
-#: sc/uiconfig/scalc/ui/notebookbar.ui:10463
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10456
msgctxt "CalcNotebookbar|ViewLabel"
msgid "~View"
msgstr ""
#. zaUCM
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11517
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11510
msgctxt "CalcNotebookbar|GraphicMenuButton"
msgid "Ima_ge"
msgstr ""
#. rwprK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:11642
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11635
msgctxt "CalcNotebookbar|ImageLabel"
msgid "Ima~ge"
msgstr ""
#. EjbzV
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12861
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12854
msgctxt "CalcNotebookbar|DrawMenuButton"
msgid "_Draw"
msgstr ""
#. iagRv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:12971
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12964
msgctxt "CalcNotebookbar|DrawLabel"
msgid "~Draw"
msgstr ""
#. EgeGL
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13443
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13436
msgctxt "CalcNotebookbar|ConvertMenuButton"
msgid "Convert"
msgstr ""
#. PdjTP
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13743
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13736
msgctxt "CalcNotebookbar|frame:Menu Draw"
msgid "_Object"
msgstr ""
#. xTKVv
-#: sc/uiconfig/scalc/ui/notebookbar.ui:13853
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13846
msgctxt "CalcNotebookbar|FrameLabel"
msgid "~Object"
msgstr ""
#. cHyKz
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14428
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14421
msgctxt "CalcNotebookbar|MediaMenuButton"
msgid "_Media"
msgstr ""
#. CJ2qx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14536
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14529
msgctxt "CalcNotebookbar|MediaLabel"
msgid "~Media"
msgstr ""
#. eQK6A
-#: sc/uiconfig/scalc/ui/notebookbar.ui:14937
+#: sc/uiconfig/scalc/ui/notebookbar.ui:14930
msgctxt "CalcNotebookbar|PrintMenuButton"
msgid "_Print"
msgstr ""
#. sCGyG
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15021
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15014
msgctxt "CalcNotebookbar|PrintLabel"
msgid "~Print"
msgstr ""
#. 5JVAt
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15856
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15849
msgctxt "CalcNotebookbar|FormMenuButton"
msgid "Fo_rm"
msgstr ""
#. CCEAK
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15941
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15934
msgctxt "CalcNotebookbar|FormLabel"
msgid "Fo~rm"
msgstr ""
#. mrTYB
-#: sc/uiconfig/scalc/ui/notebookbar.ui:15998
+#: sc/uiconfig/scalc/ui/notebookbar.ui:15991
msgctxt "WriterNotebookbar|FormMenuButton"
msgid "E_xtension"
msgstr ""
#. Gtj2Y
-#: sc/uiconfig/scalc/ui/notebookbar.ui:16083
+#: sc/uiconfig/scalc/ui/notebookbar.ui:16076
msgctxt "WriterNotebookbar|ExtensionLabel"
msgid "E~xtension"
msgstr ""
#. 3Ec6T
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17311
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17304
msgctxt "CalcNotebookbar|ToolsMenuButton"
msgid "_Tools"
msgstr ""
#. fWgEx
-#: sc/uiconfig/scalc/ui/notebookbar.ui:17396
+#: sc/uiconfig/scalc/ui/notebookbar.ui:17389
msgctxt "CalcNotebookbar|DevLabel"
msgid "~Tools"
msgstr ""
@@ -23535,188 +23535,188 @@ msgid "~File"
msgstr ""
#. UWfVg
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3576
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6256
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:3567
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6247
msgctxt "notebookbar_compact|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. JDRKC
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4653
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4644
msgctxt "notebookbar_compact|HomeMenuButton"
msgid "_Menu"
msgstr ""
#. Svdz9
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4705
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:4696
msgctxt "notebookbar_compact|CalcLabel"
msgid "~Home"
msgstr ""
#. ecBqZ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5212
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5203
msgctxt "notebookbar_compact|FieldMenuButton"
msgid "Fiel_d"
msgstr ""
#. zveKA
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5730
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5721
msgctxt "notebookbar_compact|InsertMenuButton"
msgid "_Insert"
msgstr ""
#. CDXv3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5785
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:5776
msgctxt "notebookbar_compact|InsertLabel"
msgid "~Insert"
msgstr ""
#. EvytN
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6419
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6410
msgctxt "notebookbar_compact|PageMenuButton"
msgid "_Layout"
msgstr ""
#. TbQMa
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6471
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:6462
msgctxt "notebookbar_compact|LayoutLabel"
msgid "~Layout"
msgstr ""
#. QqjZP
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7330
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7321
msgctxt "notebookbar_compact|Statistics"
msgid "_Statistics"
msgstr ""
#. GFZNz
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7396
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7387
msgctxt "notebookbar_compact|DataMenuButton"
msgid "_Data"
msgstr ""
#. TCt7E
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7447
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:7438
msgctxt "notebookbar_compact|DataLabel"
msgid "~Data"
msgstr ""
#. jYD7j
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8145
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8136
msgctxt "notebookbar_compact|ReviewMenuButton"
msgid "_Review"
msgstr ""
#. Lbj5B
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8197
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8188
msgctxt "notebookbar_compact|ReviewLabel"
msgid "~Review"
msgstr ""
#. 35kA2
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8879
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8870
msgctxt "notebookbar_compact|ViewMenuButton"
msgid "_View"
msgstr ""
#. ZGh8C
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8931
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:8922
msgctxt "notebookbar_compact|ViewLabel"
msgid "~View"
msgstr ""
#. dV94w
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10321
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10312
msgctxt "notebookbar_compact|GraphicMenuButton"
msgid "Im_age"
msgstr ""
#. ekWoX
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10373
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:10364
msgctxt "notebookbar_compact|ImageLabel"
msgid "Ima~ge"
msgstr ""
#. 8eQN8
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11786
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11777
msgctxt "notebookbar_compact|DrawMenuButton"
msgid "D_raw"
msgstr ""
#. FBf68
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11838
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:11829
msgctxt "notebookbar_compact|ShapeLabel"
msgid "~Draw"
msgstr ""
#. DoVwy
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12816
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12807
msgctxt "notebookbar_compact|ObjectMenuButton"
msgid "Object"
msgstr ""
#. JXKiY
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12868
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:12859
msgctxt "notebookbar_compact|FrameLabel"
msgid "~Object"
msgstr ""
#. q8wnS
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13588
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13579
msgctxt "notebookbar_compact|MediaButton"
msgid "_Media"
msgstr ""
#. 7HDt3
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13641
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:13632
msgctxt "notebookbar_compact|MediaLabel"
msgid "~Media"
msgstr ""
#. vSDok
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14215
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14206
msgctxt "notebookbar_compact|PrintPreviewButton"
msgid "Print"
msgstr ""
#. goiqQ
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14267
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:14258
msgctxt "notebookbar_compact|FormLabel"
msgid "~Print"
msgstr ""
#. EBGs5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15622
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15613
msgctxt "notebookbar_compact|FormButton"
msgid "Fo_rm"
msgstr ""
#. EKA8X
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15674
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15665
msgctxt "notebookbar_compact|FormLabel"
msgid "Fo~rm"
msgstr ""
#. 8SvE5
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15754
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15745
msgctxt "notebookbar_compact|ExtensionMenuButton"
msgid "E_xtension"
msgstr ""
#. WH5NR
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15812
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:15803
msgctxt "notebookbar_compact|ExtensionLabel"
msgid "E~xtension"
msgstr ""
#. 8fhwb
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16845
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16836
msgctxt "notebookbar_compact|ToolsMenuButton"
msgid "_Tools"
msgstr ""
#. kpc43
-#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16897
+#: sc/uiconfig/scalc/ui/notebookbar_compact.ui:16888
msgctxt "notebookbar_compact|DevLabel"
msgid "~Tools"
msgstr ""
@@ -27252,43 +27252,43 @@ msgid "Select the background color of the selected cells."
msgstr ""
#. wCWut
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:43
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:45
msgctxt "sidebarcellappearance|cellbackground|tooltip_text"
msgid "Select the background color of the selected cells."
msgstr ""
#. DKEkN
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:69
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:71
msgctxt "sidebarcellappearance|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
#. D2TVi
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:90
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:92
msgctxt "sidebarcellappearance|borderlinecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr ""
#. GqfZD
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:98
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:102
msgctxt "sidebarcellappearance|linecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr ""
#. 8AUBs
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:108
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:112
msgctxt "sidebarcellappearance|borderlinecolor-atkobject"
msgid "Border Line Color"
msgstr ""
#. VgXDF
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:128
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:134
msgctxt "sidebarcellappearance|linestyle|tooltip_text"
msgid "Select the line style of the borders."
msgstr ""
#. jaxhA
-#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:138
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:144
msgctxt "sidebarcellappearance|borderlinestyle-atkobject"
msgid "Border Line Style"
msgstr ""
diff --git a/source/as/sd/messages.po b/source/as/sd/messages.po
index fb45203c7ff..672e4ad2758 100644
--- a/source/as/sd/messages.po
+++ b/source/as/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1175,261 +1175,243 @@ msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
-#. A6KgG
-#: sd/inc/strings.hrc:160
-msgctxt "STR_DRAGTYPE_URL"
-msgid "Insert as Hyperlink"
-msgstr "হাইপাৰলিংক ৰূপে সুমুৱাওক"
-
-#. VB7Zq
-#: sd/inc/strings.hrc:161
-msgctxt "STR_DRAGTYPE_EMBEDDED"
-msgid "Insert as Copy"
-msgstr "কপি ৰূপে সুমুৱাওক"
-
-#. aAqZD
-#: sd/inc/strings.hrc:162
-msgctxt "STR_DRAGTYPE_LINK"
-msgid "Insert as Link"
-msgstr "লিংক ৰূপে সুমুৱাওক"
-
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:160
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "স্মাৰ্ট"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:161
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "বাওঁফাল"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:162
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "সোঁফাল"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:163
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "ওপৰ"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:164
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "তলত"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:165
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "বাওঁফালে ওপৰৰ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:166
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "বাওঁফালে তলত?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:167
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "সোঁফালৰ ওপৰত?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "সোঁফালে তলত?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "অনুভূমিক"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "উলম্ব"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "সকলো?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:172
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "চলন্ত অৱস্থাটোত এই কাৰ্যটো ৰান কৰিব নোৱাৰি."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:173
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "পাছত"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:174
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "অব্যাহত ৰখা"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:175
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "অভাৰভিউ"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:176
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "ৰং পৰিৱৰ্তক"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:177
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "ক্রছ-ফেড কৰা"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:178
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "শ্লাইড প্রসাৰিত কৰক"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:179
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "বিষয়সূচীৰ শ্লাইড"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:180
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "এই মূহুৰ্তটোত কোনো SANE উত্স মজুত নাই."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:181
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "বৰ্তমান কোনো TWAIN উত্স মজুত নাই."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:182
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "নির্দিষ্ট"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:183
msgctxt "STR_VAR"
msgid "Variable"
msgstr "চলক"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:184
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "মানবিশিষ্ট"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:185
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "মানবিশিষ্ট (চুটি)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:186
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "মানবিশিষ্ট (দীঘল)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:187
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ফাইলৰ নাম"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:188
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "পথ/ফাইলৰ নাম"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:189
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "পথ"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:190
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "প্রসাৰণৰ অবিহনে ফাইলৰ নাম"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:191
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "নতুন কাষ্টম শ্লাইড দেখুৱাওক"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:192
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "প্রতিলিপি "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:193
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:194
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:195
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "গোটমুক্ত মেটাফাইল(বোৰ)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:196
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "সকলোবোৰ অঁকা বস্তু গোট মুক্ত কৰাটো সম্ভৱ নাছিল."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:197
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:198
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:201
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1439,158 +1421,158 @@ msgstr ""
"আপুনি ইয়াক প্ৰতিস্থাপন কৰিব বিচাৰেনে ?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:202
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:203
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "হাইপাৰলিংক"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:204
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "পৰিদৰ্শিত সংযোগ"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:205
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "সক্রিয় সংযোগ"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:206
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "টিপ্পনীবোৰ"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:207
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "বিষয়বোৰৰ টেবুল"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:208
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "আৰম্ভ কৰিবলৈ ইয়াত ক্লিক কৰক"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:209
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "লেখক"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "মুখ্য পৃষ্ঠা"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "অতিৰিক্ত তথ্য"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "প্রেজেন্টেশ্বন্ ডাউনল'ড্ কৰক"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "দুৰ্ভাগ্যক্ৰমে আপোনাৰ ব্রাউজাৰটোৱে ফ্লটিং ফ্রেমবোৰ সমৰ্থন কৰা নাই।"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "প্রথম পৃষ্ঠা"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "অন্তিম পৃষ্ঠা"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "টেক্সট"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "ছবি"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "বিষয়বোৰৰ সৈতে"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "বিষয়বোৰৰ অবিহনে"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:221
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "দিয়া পৃষ্ঠালৈ"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:222
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "বিটমেপবোৰ বহুভুজলৈ সলনি কৰক"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:223
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "প্রেজেন্টেশ্বনৰ পৰা প্রস্থান কৰিবলৈ ক্লিক কৰক..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:224
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "সাময়িক বিৰতি..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:225
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D ফেভৰাইট প্ৰয়োগ কৰক"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "ছবি ফিল্টাৰ"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:227
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1601,814 +1583,826 @@ msgstr ""
"ফাইলটো এটা কাৰ্যকৰী ধ্বনি ফাইল নহয় !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:228
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "মেটা ফাইললৈ সলনি কৰক"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:229
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "বিটমেপলৈ সলনি কৰক"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:230
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) ফাইলটো সৃষ্টি কৰিব নোৱাৰি."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:231
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) ফাইলটো খুলিব পৰা নগ'ল."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:232
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1)ফাইলটো $(URL2) লৈ প্ৰতিলিপি কৰিব পৰা নগ'ল."
#. KVfUE
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:233
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list and double-click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "শ্লাইডৰ পুনৰ নাম দিয়ক"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:235
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
+#. rBmcL
+#: sd/inc/strings.hrc:236
+msgctxt "STR_TOOLTIP_RENAME"
+msgid "Duplicate or empty names are not possible"
+msgstr ""
+
#. FUm5F
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:237
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "নাম"
#. VSdio
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:238
msgctxt "STR_TITLE_RENAMEMASTER"
msgid "Rename Master Slide"
msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:241
+#: sd/inc/strings.hrc:239
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "স্বয়ংক্ৰিয় খচৰাৰ কাৰণে শিৰোনাম এৰিয়া"
#. i4T9w
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:240
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "স্বয়ংক্ৰিয় খচৰাৰ কাৰণে বস্তুৰ এৰিয়া"
#. vS6wi
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:241
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "ফুটাৰ এৰিয়া"
#. xFBgg
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:242
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "হেডাৰ এৰিয়া"
#. 8JGJD
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:243
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "ডাটা এৰিয়া"
#. oNFN3
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:244
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "শ্লাইড সংখ্যাৰ এৰিয়া"
#. GisCz
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:245
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "পৃষ্ঠা সংখ্যাৰ এৰিয়া"
#. rvtjX
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:246
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:247
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:248
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/time>"
#. TuP6n
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:249
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:250
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:251
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:252
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "টোকাসমূহৰ স্থান"
#. EEf4k
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:254
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "হানগল/হানজ ৰূপান্তৰকৰণ"
#. RDARn
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:255
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "শ্লাইডবোৰ"
#. CU9DK
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:256
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "পৃষ্ঠাবোৰ"
#. C7hf2
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:257
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "পূৰ্বদৃশ্য উপলব্ধ নহয়"
#. bAJoa
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:258
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "পূৰ্বদৃশ্য প্ৰস্তুত কৰি আছে"
#. nDrpm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:259
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "খচৰাবোৰ"
#. peCQY
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:260
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:261
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "উপস্থাপন শীৰ্ষক"
#. oyUYa
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:262
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "শৈলীবোৰ"
-#. dqvxZ
-#: sd/inc/strings.hrc:265
-msgctxt "STR_NAVIGATOR_SHOW_NAMED_SHAPES"
-msgid "Named shapes"
-msgstr "আকৃতিবোৰ"
-
-#. GwNKU
-#: sd/inc/strings.hrc:266
-msgctxt "STR_NAVIGATOR_SHOW_ALL_SHAPES"
-msgid "All shapes"
-msgstr "আকৃতিবোৰ"
-
#. BQmNo
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:263
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "আকৃতি %1"
#. 94JFw
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:264
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:265
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "মন্তব্যসমূহ"
#. 76dF3
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:266
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "স্লাইড বিস্তাৰ পুনৰ সংহতি কৰক"
#. EB6XY
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:267
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ফাইল ভৰাওক"
#. koDfS
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:268
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "ছার্ট ভৰাওক"
#. re2hh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:269
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ছবি সুমুৱাওক"
#. iBBLh
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:270
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:271
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "পৃষ্ঠাসমূহ ড্ৰেগ আৰু ড্ৰপ কৰক"
#. CAGzA
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:272
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "স্লাইডসমূহ ড্ৰেগ আৰু ড্ৰপ কৰক"
#. 2mDn4
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:273
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "অনুগ্ৰহ কৰি এলবামলৈ ছবিবোৰ যোগ কৰক।"
#. jbPEH
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:274
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "লিখনী স্লাইড"
-#. QY89q
-#: sd/inc/strings.hrc:279
-msgctxt "STR_OBJECTS_TREE"
-msgid "Page Tree"
-msgstr ""
-
#. 5FSEq
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:275
#, fuzzy, c-format
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "স্থানীয় লক্ষ্য ডাইৰেকটৰি '%FILENAME'খন খালী নহয়. কিছুমান ফাইল পুনৰ লিখিবলগীয়া হ'ব পাৰে. আপুনি অব্যাহত ৰাখিবলৈ বিচাৰেনেকি?"
#. DKw6n
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:277
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "পৃষ্ঠভূমি"
#. qGFWm
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:278
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "পৃষ্ঠভূমিৰ বস্তুবোৰ"
#. j9GG4
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:279
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "বিন্যাস"
#. nU2g2
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:280
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "নিয়ন্ত্রণবোৰ"
#. zQSpC
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:281
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "মাত্রা ৰেখাবোৰ"
#. z4wq5
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:282
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "শ্লাইড"
#. TTD8A
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:283
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "পৃষ্ঠা"
#. p8GEE
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:284
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "শ্লাইড"
#. r3w8y
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:285
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:286
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:287
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "মাস্টাৰ পৃষ্ঠাসমূহ"
#. nTgKn
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:288
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:289
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(টিপ্পনীবোৰ)"
#. hBB6T
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:290
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "হেণ্ডআউটবোৰ"
#. ZC2XQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "শিৰোনাম টেক্সট ফৰমেট সম্পাদনা কৰিবলৈ ক্লিক কৰক"
#. bekYz
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "ৰূপৰেখা টেক্সট ফৰমেট সম্পাদনা কৰিবলৈ ক্লিক কৰক"
+#. MhEh8
+#: sd/inc/strings.hrc:293
+msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
+msgid "Double-tap to edit the title text format"
+msgstr ""
+
+#. eMDBG
+#: sd/inc/strings.hrc:294
+msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
+msgid "Double-tap to edit the outline text format"
+msgstr ""
+
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "দ্বিতীয় ৰূপৰেখা স্তৰ"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "তৃতীয় ৰূপৰেখা স্তৰ"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "চতুর্থ ৰূপৰেখা স্তৰ"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "পঞ্চম ৰূপৰেখা স্তৰ"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ষষ্ঠ ৰূপৰেখা স্তৰ"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "সপ্তম ৰূপৰেখা স্তৰ"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "শ্লাইডৰ স্থান পৰিৱর্তন কৰিবলৈ ক্লিক কৰক"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "টিপ্পনীবোৰৰ ফৰমেট সম্পাদনা কৰিবলৈ ক্লিক কৰক"
+#. Qxj2R
+#: sd/inc/strings.hrc:303
+msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
+msgid "Double-tap to move the slide"
+msgstr ""
+
+#. iibds
+#: sd/inc/strings.hrc:304
+msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
+msgid "Double-tap to edit the notes format"
+msgstr ""
+
#. oBXBx
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "শীৰ্ষক যোগ কৰিবলৈ ক্লিক কৰক"
#. HVQNr
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "টেক্সট যোগ কৰিবলৈ ক্লিক কৰক"
#. NUirL
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "টেক্সট যোগ কৰিবলৈ ক্লিক কৰক"
#. 2u7FR
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "টোকাসমূহ যোগ কৰিবলে ক্লিক কৰক"
#. js2X9
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "এটা ছবি যোগ কৰিবলে দুবাৰ-ক্লিক কৰক"
#. HGVA3
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "এটা অবজেক্ট যোগ কৰিবলে দুবাৰ-ক্লিক কৰক"
#. XjW6w
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "এটা চাৰ্ট যোগ কৰিবলে দুবাৰ-ক্লিক কৰক"
#. eKgCA
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "এটা সংঘঠন চাৰ্ট যোগ কৰিবলৈ দুবাৰ-ক্লিক কৰক"
#. wW4E4
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "এটা স্প্ৰেডশ্বীট যোগ কৰিবলৈ দুবাৰ ক্লিক কৰক"
#. nBtJo
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:318
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "ডিফল্ট"
#. rEPYV
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:319
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "শিৰোনাম"
#. tRuKR
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:320
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default"
msgstr "ডিফল্ট"
#. pxfDw
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:321
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "শ্লাইডবোৰৰ স্থান পৰিৱর্তন কৰক"
#. uDXFb
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:322
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:323
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. wCkjy
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:324
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Setup"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "পূর্ণ নকৰা বস্তু"
#. btJeg
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "কোনো পূৰ্ণ আৰু কোনো শাৰী নহোৱাকৈ অবজেক্ট"
#. YCmiq
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:328
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. v7u2t
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:334
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:352
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:352
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:355
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "শিৰোনাম"
#. zn6qa
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:356
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "উপশিৰোনাম"
#. JVyHE
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:357
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "ৰূপৰেখা"
#. riaKo
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:358
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "পৃষ্ঠভূমিৰ বস্তুবোৰ"
#. EEEk3
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:359
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "পৃষ্ঠভূমি"
#. EdWfd
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:360
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "টিপ্পনীবোৰ"
#. FQqif
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:361
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "পাৱাৰ পইণ্ট আমদানি"
#. kjKWf
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:362
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ডকুমেন্ট ছেভ কৰক"
#. VCFFA
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_BANDED_CELL"
msgid "Banding cell"
msgstr "কক্ষ"
#. FBzD4
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:364
msgctxt "STR_POOLSHEET_HEADER"
msgid "Header"
msgstr "হেডাৰ"
#. kut56
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:365
msgctxt "STR_POOLSHEET_TOTAL"
msgid "Total line"
msgstr "ৰেখা"
#. 4UBCG
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:366
msgctxt "STR_POOLSHEET_FIRST_COLUMN"
msgid "First column"
msgstr "লেবেল হিচাপে প্ৰথম শাৰী"
#. f3Zfa
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:367
msgctxt "STR_POOLSHEET_LAST_COLUMN"
msgid "Last column"
msgstr "স্তম্ভ"
#. HAeDt
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:368
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:369
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2416,727 +2410,727 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ড্ৰয়িং দৃশ্য"
#. Fi6GE
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_D_DRAWVIEW_D"
msgid "This is where you create and edit drawings."
msgstr "এইখিনিতেই আপুনি ড্ৰয়িংবোৰ সৃষ্টি আৰু সম্পাদনা কৰে."
#. GfnmX
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ড্ৰয়িং দৃশ্য"
#. SWtFN
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_I_DRAWVIEW_D"
msgid "This is where you create and edit slides."
msgstr "এইখিনিতেই আপুনি শ্লাইডবোৰ সৃষ্টি আৰু সম্পাদনা কৰে."
#. YCVqM
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "ৰূপৰেখা দৃশ্য"
#. feLwF
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_D"
msgid "This is where you enter or edit text in list form."
msgstr "এইটোৱেই য'ত আপুনি টেক্সট তালিকাৰ ৰূপত ভৰায় বা সম্পাদনা কৰে।"
#. k2hXi
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "শ্লাইডবোৰৰ দৰ্শন"
#. A22hR
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "এইখিনিতেই আপুনি শ্লাইডবোৰৰ বৰ্গীকৰণ কৰে."
#. vyX8L
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "টিপ্পনী দৃশ্য"
#. Syiwi
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_NOTESVIEW_D"
msgid "This is where you enter and view notes."
msgstr "এইখিনিতেই আপুনি টিপ্পনীবোৰ ভৰায় আৰু দৰ্শন কৰে."
#. qr5ov
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "এইখিনিতেই দৃশ্য"
#. 9EyMA
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_D"
msgid "This is where you decide on the layout for handouts."
msgstr "এইখিনিতেই আপুনি হেণ্ডআউটৰ কাৰণে খচৰাৰ ওপৰত সিদ্ধান্ত লয়."
#. Ycpb4
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "উপস্থাপন শীৰ্ষক"
#. 4WCzf
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PresentationOutliner"
#. cBoMF
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "PresentationSubtitle"
#. 8KV99
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PresentationPage"
#. R6kyg
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "PresentationNotes"
#. X8c9Z
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "হেণ্ডআউট"
#. FeAdu
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "UnknownAccessiblePresentationShape"
#. ogNjh
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_TITLE_D"
msgid "PresentationTitleShape"
msgstr "PresentationTitleShape"
#. bFvTq
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_OUTLINER_D"
msgid "PresentationOutlinerShape"
msgstr "PresentationOutlinerShape"
#. wAE9M
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_SUBTITLE_D"
msgid "PresentationSubtitleShape"
msgstr "PresentationSubtitleShape"
#. RYA3y
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_PAGE_D"
msgid "PresentationPageShape"
msgstr "PresentationPageShape"
#. VVZyE
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_P_NOTES_D"
msgid "PresentationNotesShape"
msgstr "PresentationNotesShape"
#. Pqhhf
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_HANDOUT_D"
msgid "PresentationHandoutShape"
msgstr "PresentationHandoutShape"
#. KzpQq
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_UNKNOWN_D"
msgid "Unknown accessible presentation shape"
msgstr "অজ্ঞাত অভিগম্য উপস্থাপন আকৃতি"
#. sA8of
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PresentationFooter"
#. 4YzQz
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_FOOTER_D"
msgid "PresentationFooterShape"
msgstr "PresentationFooterShape"
#. KAC6Z
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "PresentationHeader"
#. zpVS7
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HEADER_D"
msgid "PresentationHeaderShape"
msgstr "PresentationHeaderShape"
#. EfHeH
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "PresentationDateAndTime"
#. 7Dbde
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_DATE_D"
msgid "PresentationDateAndTimeShape"
msgstr "PresentationDateAndTimeShape"
#. WosPZ
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "PresentationPageNumber"
#. q7Hqe
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_NUMBER_D"
msgid "PresentationPageNumberShape"
msgstr "PresentationPageNumberShape"
#. kCGsH
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME উপস্থাপন"
#. ubJop
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "শীৰ্ষক"
#. Va4KF
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:410
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "আউটলাইনাৰ"
#. 6FKRE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:411
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "উপশীৰ্ষক"
#. eSBEi
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:412
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "পৃষ্ঠা"
#. WEaeZ
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:413
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "টোকাসমূহ"
#. buhox
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:414
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "হেণ্ডআউট"
#. 4xBQg
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:415
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "অজ্ঞাত অভিগম্য উপস্থাপন আকৃতি"
#. CGegB
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:416
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ফুটাৰ"
#. SrrR4
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:417
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "হেডাৰ"
#. CCwKy
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:418
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "তাৰিখ"
#. EFmn4
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:419
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "সংখ্যা"
#. wFpMQ
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:420
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(কেৱল-পঢ়িব পৰা)"
#. EV4W5
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "কোনো নহয়"
#. 9izAz
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "পৰৱৰ্তী ক্লিক পৰ্যন্ত"
#. oEQ7B
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "শ্লাইড শেষ নোহোৱা পৰ্যন্ত"
#. Lf9gB
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "দিশ (_D):"
#. xxDXG
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "জুম"
#. SvBeK
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "স্প'কবোৰ"
#. eJ4qZ
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "লেবেল হিচাপে প্ৰথম শাৰী"
#. CSbCE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "দ্বিতীয় ৰং"
#. cZUiD
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:430
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "লেবেল হিচাপে প্ৰথম শাৰী"
#. U5ZDL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. vKLER
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:432
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ফণ্ট"
#. Fdsks
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:433
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "লেবেল হিচাপে প্ৰথম শাৰী"
#. nT7dm
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. q24Fe
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:435
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "টাইপফেচ"
#. nAqeR
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:436
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "ৰেখাৰ ৰং"
#. w7G4Q
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:437
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "আখৰৰ আকাৰ"
#. R3GgU
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:438
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "আকাৰ"
#. YEwoz
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "পৰিমাণ"
#. wiQPZ
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:440
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ৰং"
#. f5u6C
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:441
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ধ্বনি নাই)"
#. N7jGX
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:442
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(পূৰ্বৱৰ্তী ধ্বনি বন্ধ কৰক)"
#. vasqr
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:443
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "অন্য ধ্বনি..."
#. CjvLY
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:444
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "নমুনা"
#. CdYt2
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:445
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ট্ৰিগাৰ"
#. dVJoV
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:446
msgctxt "STR_CUSTOMANIMATION_LIST_HELPTEXT"
msgid "First select the slide element and then click 'Add...' to add an animation effect."
msgstr "এটা এনিমেশ্বন প্ৰভাৱ যোগ কৰিবলৈ প্ৰথমতে শ্লাইড উপাদান বাছনী কৰক আৰু তাৰ পাছত 'যোগ...' ক্লিক কৰক."
#. Evkrq
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:447
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "ব্যৱহাৰকাৰী পথসমূহ"
#. EcciE
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:448
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:449
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:450
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "গতিৰ পথবোৰ"
#. kg9Yv
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:452
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:453
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "কোনো নহয়"
#. KAsTD
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:455
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Today,"
#. DEYnN
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:456
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Yesterday,"
#. bh3FZ
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:457
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "লেখক"
#. AvNV8
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress প্ৰদৰ্শনৰ শেষত আহি পাইছে। আপুনি আৰম্ভণীৰ পৰা চলাব বিচাৰে নে?"
#. P5gKe
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:459
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress প্ৰদৰ্শনৰ আৰম্ভণীত আহি পাইছে। আপুনি শেষৰ পৰা চলাব বিচাৰে নে?"
#. KGmdL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:460
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw দস্তাবেজৰ শেষত আহি পাইছে। আপুনি আৰম্ভনীৰ পৰা চলাব বিচাৰে নে?"
#. oEn6r
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:461
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw দস্তাবেজৰ আৰম্ভণীত আহি পাইছে। আপুনি শেষৰ পৰা চলাব বিচাৰে নে?"
#. eP7Vm
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:462
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "মন্তব্য সোমাওক"
#. s4c9W
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:463
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "মন্তব্য(সমূহ) মচি দিয়ক"
#. bxiPE
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:464
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "মন্তব্য সঞ্চলন কৰক"
#. hQbpd
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:465
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "মন্তব্য সম্পাদন কৰক"
#. g6k7E
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:466
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 লে উত্তৰ দিয়ক"
#. NMTpu
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:468
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "মেডিয়া পুনৰ বজাওক"
#. Q76cw
-#: sd/inc/strings.hrc:470
+#: sd/inc/strings.hrc:469
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "টেবুল"
#. xCRmu
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "দস্তাবেজ"
#. uBxPs
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:475
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:475
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "সমলসমূহ"
#. AdWKp
-#: sd/inc/strings.hrc:477
+#: sd/inc/strings.hrc:476
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "স্লাইডৰ নাম"
#. GkLky
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:477
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "পৃষ্টাৰ নাম"
#. EFkVE
-#: sd/inc/strings.hrc:479
+#: sd/inc/strings.hrc:478
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "তাৰিখ আৰু সময়"
#. ZcDFL
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:479
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "লুকাই থকা পৃষ্টাসমূহ"
#. CSUbC
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:480
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ৰং"
#. WmYKp
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:481
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "আকাৰ"
#. qDGVE
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:482
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "পুস্তিকা (_r)"
#. K7m8L
-#: sd/inc/strings.hrc:484
+#: sd/inc/strings.hrc:483
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "পৃষ্ঠাৰ কাষবোৰ"
#. 8AzJi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:484
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "অন্তর্ভূক্ত কৰক"
#. AEeCf
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:485
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "প্ৰিন্টাৰ পছন্দসমূহৰ পৰা কেৱল পৃষ্ঠা ট্ৰে ব্যৱহাৰ কৰক (~U)"
#. jBxbU
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:486
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:488
+#: sd/inc/strings.hrc:487
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:490
+#: sd/inc/strings.hrc:489
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "উপস্থাপনটোৰ শেষলৈকে %PRODUCTNAME ইম্প্ৰেছে সন্ধান কৰিছে. আপুনি আৰম্ভণিত সন্ধান অব্যাহত ৰাখিব বিচাৰেনেকি ?"
#. buKAC
-#: sd/inc/strings.hrc:491
+#: sd/inc/strings.hrc:490
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "উপস্থাপনটোৰ আৰম্ভণিলৈকে %PRODUCTNAME ইম্প্ৰেছে সন্ধান কৰিছে. আপুনি শেষত সন্ধান অব্যাহত ৰাখিব বিচাৰেনেকি ?"
#. iiE2i
-#: sd/inc/strings.hrc:492
+#: sd/inc/strings.hrc:491
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "দস্তাবেজটোৰ শেষলৈকে %PRODUCTNAME ইম্প্ৰেছে সন্ধান কৰিছে. আপুনি আৰম্ভণিত সন্ধান অব্যাহত ৰাখিব বিচাৰেনেকি ?"
#. RAhiP
-#: sd/inc/strings.hrc:493
+#: sd/inc/strings.hrc:492
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "দস্তাবেজটোৰ আৰম্ভণিলৈকে %PRODUCTNAME ইম্প্ৰেছে সন্ধান কৰিছে. আপুনি শেষত সন্ধান অব্যাহত ৰাখিব বিচাৰেনেকি ?"
#. T5Pap
-#: sd/inc/strings.hrc:495
+#: sd/inc/strings.hrc:494
msgctxt "STR_SD_NONE"
msgid "- None -"
msgstr "- কোনো নহয় -"
#. 6GhtE
-#: sd/inc/strings.hrc:497
+#: sd/inc/strings.hrc:496
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:499
+#: sd/inc/strings.hrc:498
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
@@ -5865,60 +5859,96 @@ msgctxt "mastermenu|small"
msgid "Show S_mall Preview"
msgstr "সৰু পূৰ্বদৃশ্য দেখুৱাওক (~m)"
+#. qF7zf
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:12
+msgctxt "navigatorpanelSTR_DRAGTYPE_URL"
+msgid "Insert as Hyperlink"
+msgstr ""
+
+#. ptpuN
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:20
+msgctxt "navigatorpanel|STR_DRAGTYPE_LINK"
+msgid "Insert as Link"
+msgstr ""
+
+#. z7JSR
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:29
+msgctxt "navigatorpanel|STR_DRAGTYPE_EMBEDDED"
+msgid "Insert as Copy"
+msgstr ""
+
#. 3rY8r
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:22
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:64
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "দস্তাবেজ"
#. wavgT
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:25
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:67
#, fuzzy
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "সক্রিয় উইণ্ড'"
+#. D6ag8
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:118
+msgctxt "navigatorpanel|STR_OBJECTS_TREE"
+msgid "Page Tree"
+msgstr ""
+
#. LKqE8
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:58
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:139
#, fuzzy
msgctxt "navigatorpanel|first|tooltip_text"
msgid "First Slide"
msgstr "প্ৰথম স্লাইড"
#. NWPFk
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:71
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:151
msgctxt "navigatorpanel|previous|tooltip_text"
msgid "Previous Slide"
msgstr ""
#. bkvQE
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:84
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:163
#, fuzzy
msgctxt "navigatorpanel|next|tooltip_text"
msgid "Next Slide"
msgstr "লিখনী স্লাইড"
#. FVSHF
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:97
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:175
#, fuzzy
msgctxt "navigatorpanel|last|tooltip_text"
msgid "Last Slide"
msgstr "সৰ্বশেষ স্লাইড"
#. mHVom
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:120
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:197
#, fuzzy
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr "ড্ৰেগ কৰাৰ প্ৰকাৰ"
#. Qb5a9
-#: sd/uiconfig/simpress/ui/navigatorpanel.ui:133
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:209
#, fuzzy
msgctxt "navigatorpanel|shapes|tooltip_text"
msgid "Show Shapes"
msgstr "কাঁড় আকৃতিসমূহ"
+#. pzb3K
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:237
+msgctxt "navigatorpanel|STR_NAVIGATOR_SHOW_NAMED_SHAPES"
+msgid "Named shapes"
+msgstr ""
+
+#. dLEPF
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:246
+msgctxt "navigatorpanel|STR_NAVIGATOR_SHOW_ALL_SHAPES"
+msgid "All shapes"
+msgstr ""
+
#. qGFEo
#: sd/uiconfig/simpress/ui/notebookbar.ui:3200
msgctxt "impressnotebookbar|FileLabel"
diff --git a/source/as/sfx2/messages.po b/source/as/sfx2/messages.po
index 502a0f2fb9b..ead1e9ff24d 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-10-21 19:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1012,10 +1012,10 @@ msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
-#. YXSet
+#. eG5qc
#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
-msgid "Regex"
+msgid "Regular expression"
msgstr ""
#. TaDCG
@@ -2287,10 +2287,10 @@ msgctxt "addtargetdialog|type"
msgid "Text"
msgstr ""
-#. vL3CV
+#. dGQqg
#: sfx2/uiconfig/ui/addtargetdialog.ui:167
msgctxt "addtargetdialog|type"
-msgid "Regex"
+msgid "Regular expression"
msgstr ""
#. wgzA4
diff --git a/source/as/svl/messages.po b/source/as/svl/messages.po
index 0e07cd40790..ff012414221 100644
--- a/source/as/svl/messages.po
+++ b/source/as/svl/messages.po
@@ -3,18 +3,27 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-27 13:56+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2020-02-17 12:22+0100\n"
+"PO-Revision-Date: 2018-02-27 14:25+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1519741510.000000\n"
+#. PDMJD
#. Internet Media Type Presentations
#: include/svl/svl.hrc:26
msgctxt "STR_SVT_MIMETYPE_CNT_FSYSBOX"
msgid "Workplace"
msgstr "কৰ্মস্থান"
+
+#. k4iRz
+#: include/svl/svl.hrc:27
+msgctxt "STR_FILECTRL_BUTTONTEXT"
+msgid "Browse..."
+msgstr ""
diff --git a/source/as/svtools/messages.po b/source/as/svtools/messages.po
index 41aa6b8a025..e788059616e 100644
--- a/source/as/svtools/messages.po
+++ b/source/as/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-07 14:10+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -812,954 +812,948 @@ msgctxt "STR_SVT_FONTMAP_NOTAVAILABLE"
msgid "This font has not been installed. The closest available font will be used."
msgstr "আখৰটো ইনষ্টল কৰা হোৱা নাই. নিকটতম উপলব্ধ আখৰটো ব্যৱহৃত হ'ব."
-#. k4iRz
-#: include/svtools/strings.hrc:182
-msgctxt "STR_FILECTRL_BUTTONTEXT"
-msgid "Browse..."
-msgstr "ব্রাউজ..."
-
#. KCmDe
-#: include/svtools/strings.hrc:183
+#: include/svtools/strings.hrc:182
msgctxt "STR_TABBAR_PUSHBUTTON_MOVET0HOME"
msgid "Move To Home"
msgstr "ঘৰলে স্থানান্তৰ কৰক"
#. f6NAc
-#: include/svtools/strings.hrc:184
+#: include/svtools/strings.hrc:183
msgctxt "STR_TABBAR_PUSHBUTTON_MOVELEFT"
msgid "Move Left"
msgstr "বাওঁফালে নিয়ক"
#. nrvoV
-#: include/svtools/strings.hrc:185
+#: include/svtools/strings.hrc:184
msgctxt "STR_TABBAR_PUSHBUTTON_MOVERIGHT"
msgid "Move Right"
msgstr "সোঁফালে নিয়ক"
#. ZQgUu
-#: include/svtools/strings.hrc:186
+#: include/svtools/strings.hrc:185
msgctxt "STR_TABBAR_PUSHBUTTON_MOVETOEND"
msgid "Move To End"
msgstr "শেষলে স্থানান্তৰ কৰক"
#. mZ4Ln
-#: include/svtools/strings.hrc:187
+#: include/svtools/strings.hrc:186
msgctxt "STR_TABBAR_PUSHBUTTON_ADDTAB"
msgid "Add"
msgstr "যোগ কৰক"
#. 4K4AF
-#: include/svtools/strings.hrc:189
+#: include/svtools/strings.hrc:188
msgctxt "STR_SVT_ACC_RULER_HORZ_NAME"
msgid "Horizontal Ruler"
msgstr "আনুভূমিক ৰুলাৰ"
#. PG9qt
-#: include/svtools/strings.hrc:190
+#: include/svtools/strings.hrc:189
msgctxt "STR_SVT_ACC_RULER_VERT_NAME"
msgid "Vertical Ruler"
msgstr "উল্লম্ব ৰুলাৰ"
#. WKngA
-#: include/svtools/strings.hrc:192
+#: include/svtools/strings.hrc:191
msgctxt "STR_SVT_1BIT_THRESHOLD"
msgid "1 bit threshold"
msgstr "১ বিট ধাপ"
#. dByxQ
-#: include/svtools/strings.hrc:193
+#: include/svtools/strings.hrc:192
msgctxt "STR_SVT_1BIT_DITHERED"
msgid "1 bit dithered"
msgstr "১ বিট ডিথাৰ্ড"
#. kciH5
-#: include/svtools/strings.hrc:194
+#: include/svtools/strings.hrc:193
msgctxt "STR_SVT_4BIT_GRAYSCALE"
msgid "4 bit grayscale"
msgstr "৪ বিট ধোঁৱা বৰন"
#. TrBvg
-#: include/svtools/strings.hrc:195
+#: include/svtools/strings.hrc:194
msgctxt "STR_SVT_4BIT_COLOR_PALETTE"
msgid "4 bit color"
msgstr "৪ বিট ৰং"
#. q6mH9
-#: include/svtools/strings.hrc:196
+#: include/svtools/strings.hrc:195
msgctxt "STR_SVT_8BIT_GRAYSCALE"
msgid "8 bit grayscale"
msgstr "৪ বিট ধোৱা বৰন"
#. 8u2Zf
-#: include/svtools/strings.hrc:197
+#: include/svtools/strings.hrc:196
msgctxt "STR_SVT_8BIT_COLOR_PALETTE"
msgid "8 bit color"
msgstr "৪ বিট ৰং"
#. DZVK4
-#: include/svtools/strings.hrc:198
+#: include/svtools/strings.hrc:197
msgctxt "STR_SVT_24BIT_TRUE_COLOR"
msgid "24 bit true color"
msgstr "২৪ বিট সঁচা ৰং"
#. Grnub
-#: include/svtools/strings.hrc:199
+#: include/svtools/strings.hrc:198
#, fuzzy
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_1"
msgid "The image needs about %1 KB of memory."
msgstr "ছবিটোৰ %1 KB মেমৰিৰ প্ৰয়োজন।"
#. FCnVT
-#: include/svtools/strings.hrc:200
+#: include/svtools/strings.hrc:199
#, fuzzy
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_2"
msgid "The image needs about %1 KB of memory, the file size is %2 KB."
msgstr "ছবিটোৰ %1 KB মেমৰিৰ প্ৰয়োজন, ফাইল আকাৰ %2 KB।"
#. CdHU8
-#: include/svtools/strings.hrc:201
+#: include/svtools/strings.hrc:200
msgctxt "STR_SVT_ESTIMATED_SIZE_VEC"
msgid "The file size is %1 KB."
msgstr "ফাইল আকাৰ %1 KB।"
#. TaCaF
-#: include/svtools/strings.hrc:202
+#: include/svtools/strings.hrc:201
#, fuzzy
msgctxt "STR_SVT_HOST"
msgid "host"
msgstr "মূল্য"
#. ERaxD
-#: include/svtools/strings.hrc:203
+#: include/svtools/strings.hrc:202
#, fuzzy
msgctxt "STR_SVT_PORT"
msgid "port"
msgstr "বৰ্গীকৰণ কৰক"
#. W88Be
-#: include/svtools/strings.hrc:204
+#: include/svtools/strings.hrc:203
msgctxt "STR_SVT_OTHER_CMIS"
msgid "Other CMIS"
msgstr ""
#. E9JF5
-#: include/svtools/strings.hrc:205
+#: include/svtools/strings.hrc:204
msgctxt "STR_SVT_PRNDLG_READY"
msgid "Ready"
msgstr "প্ৰস্তুত"
#. 6zER8
-#: include/svtools/strings.hrc:206
+#: include/svtools/strings.hrc:205
msgctxt "STR_SVT_PRNDLG_PAUSED"
msgid "Paused"
msgstr "থমকি ৰ'ল"
#. nqqYs
-#: include/svtools/strings.hrc:207
+#: include/svtools/strings.hrc:206
msgctxt "STR_SVT_PRNDLG_PENDING"
msgid "Pending deletion"
msgstr "আঁতৰকৰণ অপেক্ষাৰত"
#. CGn9R
-#: include/svtools/strings.hrc:208
+#: include/svtools/strings.hrc:207
msgctxt "STR_SVT_PRNDLG_BUSY"
msgid "Busy"
msgstr "ব্যস্ত"
#. nyGEq
-#: include/svtools/strings.hrc:209
+#: include/svtools/strings.hrc:208
msgctxt "STR_SVT_PRNDLG_INITIALIZING"
msgid "Initializing"
msgstr "ইনিশ্বিয়েলাইজিং"
#. hduW4
-#: include/svtools/strings.hrc:210
+#: include/svtools/strings.hrc:209
msgctxt "STR_SVT_PRNDLG_WAITING"
msgid "Waiting"
msgstr "অপেক্ষাৰত"
#. FYGFz
-#: include/svtools/strings.hrc:211
+#: include/svtools/strings.hrc:210
msgctxt "STR_SVT_PRNDLG_WARMING_UP"
msgid "Warming up"
msgstr "গৰম কৰা হৈছে"
#. qntFR
-#: include/svtools/strings.hrc:212
+#: include/svtools/strings.hrc:211
msgctxt "STR_SVT_PRNDLG_PROCESSING"
msgid "Processing"
msgstr "কাৰ্য চলি আছে"
#. tUmmx
-#: include/svtools/strings.hrc:213
+#: include/svtools/strings.hrc:212
msgctxt "STR_SVT_PRNDLG_PRINTING"
msgid "Printing"
msgstr "প্ৰিন্ট হৈ আছে"
#. BMWJx
-#: include/svtools/strings.hrc:214
+#: include/svtools/strings.hrc:213
msgctxt "STR_SVT_PRNDLG_OFFLINE"
msgid "Offline"
msgstr "অফলাইন"
#. drDMK
-#: include/svtools/strings.hrc:215
+#: include/svtools/strings.hrc:214
msgctxt "STR_SVT_PRNDLG_ERROR"
msgid "Error"
msgstr "ভুল"
#. FnMTQ
-#: include/svtools/strings.hrc:216
+#: include/svtools/strings.hrc:215
msgctxt "STR_SVT_PRNDLG_SERVER_UNKNOWN"
msgid "Unknown Server"
msgstr "অজ্ঞাত ছাৰ্ভাৰ"
#. vuLYa
-#: include/svtools/strings.hrc:217
+#: include/svtools/strings.hrc:216
msgctxt "STR_SVT_PRNDLG_PAPER_JAM"
msgid "Paper jam"
msgstr "কাগজৰ ঠাহ"
#. qG4ZG
-#: include/svtools/strings.hrc:218
+#: include/svtools/strings.hrc:217
msgctxt "STR_SVT_PRNDLG_PAPER_OUT"
msgid "Not enough paper"
msgstr "কাগজ যথেষ্ট নাই"
#. bB9PC
-#: include/svtools/strings.hrc:219
+#: include/svtools/strings.hrc:218
msgctxt "STR_SVT_PRNDLG_MANUAL_FEED"
msgid "Manual feed"
msgstr "মেনুৱেল ফীড"
#. eMZJo
-#: include/svtools/strings.hrc:220
+#: include/svtools/strings.hrc:219
msgctxt "STR_SVT_PRNDLG_PAPER_PROBLEM"
msgid "Paper problem"
msgstr "কাগজৰ সমস্যা"
#. RU3Li
-#: include/svtools/strings.hrc:221
+#: include/svtools/strings.hrc:220
msgctxt "STR_SVT_PRNDLG_IO_ACTIVE"
msgid "I/O active"
msgstr "I/O সক্রিয়"
#. VEuAd
-#: include/svtools/strings.hrc:222
+#: include/svtools/strings.hrc:221
msgctxt "STR_SVT_PRNDLG_OUTPUT_BIN_FULL"
msgid "Output bin full"
msgstr "আউটপুট বিন ভর্তি"
#. MinDm
-#: include/svtools/strings.hrc:223
+#: include/svtools/strings.hrc:222
msgctxt "STR_SVT_PRNDLG_TONER_LOW"
msgid "Toner low"
msgstr "টোনাৰ কম হৈছে"
#. AjnQj
-#: include/svtools/strings.hrc:224
+#: include/svtools/strings.hrc:223
msgctxt "STR_SVT_PRNDLG_NO_TONER"
msgid "No toner"
msgstr "কোনো টোনাৰ নাই"
#. CtvCS
-#: include/svtools/strings.hrc:225
+#: include/svtools/strings.hrc:224
msgctxt "STR_SVT_PRNDLG_PAGE_PUNT"
msgid "Delete Page"
msgstr "পৃষ্ঠা ডিলিট কৰক"
#. iGWiT
-#: include/svtools/strings.hrc:226
+#: include/svtools/strings.hrc:225
msgctxt "STR_SVT_PRNDLG_USER_INTERVENTION"
msgid "User intervention necessary"
msgstr "ব্যৱহাৰকৰ্তাৰ হস্তক্ষেপৰ প্ৰয়োজন"
#. 7xg4W
-#: include/svtools/strings.hrc:227
+#: include/svtools/strings.hrc:226
msgctxt "STR_SVT_PRNDLG_OUT_OF_MEMORY"
msgid "Insufficient memory"
msgstr "পৰ্যাপ্ত স্মৃতি নাই"
#. DcNFt
-#: include/svtools/strings.hrc:228
+#: include/svtools/strings.hrc:227
msgctxt "STR_SVT_PRNDLG_DOOR_OPEN"
msgid "Cover open"
msgstr "আচ্ছাদন আঁতৰাওক"
#. CHiEH
-#: include/svtools/strings.hrc:229
+#: include/svtools/strings.hrc:228
msgctxt "STR_SVT_PRNDLG_POWER_SAVE"
msgid "Power save mode"
msgstr "ঘাত ছেভ কৰাৰ প্ৰকাৰ"
#. bYbeA
-#: include/svtools/strings.hrc:230
+#: include/svtools/strings.hrc:229
msgctxt "STR_SVT_PRNDLG_DEFPRINTER"
msgid "Default printer"
msgstr "অবিকল্পিত প্ৰিন্টাৰ"
#. 9QCL5
-#: include/svtools/strings.hrc:231
+#: include/svtools/strings.hrc:230
#, c-format
msgctxt "STR_SVT_PRNDLG_JOBCOUNT"
msgid "%d documents"
msgstr "%d ডকুমেন্টবোৰ"
#. yobGc
-#: include/svtools/strings.hrc:233
+#: include/svtools/strings.hrc:232
msgctxt "STR_NO_FIELD_SELECTION"
msgid "<none>"
msgstr "<none>"
#. Fa4nQ
-#: include/svtools/strings.hrc:234
+#: include/svtools/strings.hrc:233
msgctxt "STR_FIELD_COMPANY"
msgid "Company"
msgstr "সংস্থা"
#. DdDzQ
-#: include/svtools/strings.hrc:235
+#: include/svtools/strings.hrc:234
msgctxt "STR_FIELD_DEPARTMENT"
msgid "Department"
msgstr "বিভাগ"
#. LXmyi
-#: include/svtools/strings.hrc:236
+#: include/svtools/strings.hrc:235
msgctxt "STR_FIELD_FIRSTNAME"
msgid "First name"
msgstr "প্রথম নাম"
#. 2MkxF
-#: include/svtools/strings.hrc:237
+#: include/svtools/strings.hrc:236
msgctxt "STR_FIELD_LASTNAME"
msgid "Last name"
msgstr "অন্তিম নাম"
#. VyyM6
-#: include/svtools/strings.hrc:238
+#: include/svtools/strings.hrc:237
msgctxt "STR_FIELD_STREET"
msgid "Street"
msgstr "পথ"
#. wUdSC
-#: include/svtools/strings.hrc:239
+#: include/svtools/strings.hrc:238
msgctxt "STR_FIELD_COUNTRY"
msgid "Country"
msgstr "দেশ"
#. tAg9k
-#: include/svtools/strings.hrc:240
+#: include/svtools/strings.hrc:239
msgctxt "STR_FIELD_ZIPCODE"
msgid "ZIP Code"
msgstr "ZIP ক'ড"
#. UYGgj
-#: include/svtools/strings.hrc:241
+#: include/svtools/strings.hrc:240
msgctxt "STR_FIELD_CITY"
msgid "City"
msgstr "চহৰ"
#. vTYyD
-#: include/svtools/strings.hrc:242
+#: include/svtools/strings.hrc:241
msgctxt "STR_FIELD_TITLE"
msgid "Title"
msgstr "শিৰোনাম"
#. E7qqB
-#: include/svtools/strings.hrc:243
+#: include/svtools/strings.hrc:242
msgctxt "STR_FIELD_POSITION"
msgid "Position"
msgstr "স্থান"
#. NiFzB
-#: include/svtools/strings.hrc:244
+#: include/svtools/strings.hrc:243
msgctxt "STR_FIELD_ADDRFORM"
msgid "Addr. Form"
msgstr "ঠিকনা ফর্ম"
#. CFDX6
-#: include/svtools/strings.hrc:245
+#: include/svtools/strings.hrc:244
msgctxt "STR_FIELD_INITIALS"
msgid "Initials"
msgstr "স্বাক্ষৰবোৰ"
#. 2DADo
-#: include/svtools/strings.hrc:246
+#: include/svtools/strings.hrc:245
msgctxt "STR_FIELD_SALUTATION"
msgid "Complimentary close"
msgstr "পূৰক বন্ধ"
#. 8MWGd
-#: include/svtools/strings.hrc:247
+#: include/svtools/strings.hrc:246
msgctxt "STR_FIELD_HOMETEL"
msgid "Tel: Home"
msgstr "টেলিফোন: ঘৰ"
#. fX9J4
-#: include/svtools/strings.hrc:248
+#: include/svtools/strings.hrc:247
msgctxt "STR_FIELD_WORKTEL"
msgid "Tel: Work"
msgstr "টেলিফোন: কাম"
#. Ss9vd
-#: include/svtools/strings.hrc:249
+#: include/svtools/strings.hrc:248
msgctxt "STR_FIELD_FAX"
msgid "Fax"
msgstr ""
#. MgbsU
-#: include/svtools/strings.hrc:250
+#: include/svtools/strings.hrc:249
msgctxt "STR_FIELD_EMAIL"
msgid "Email"
msgstr ""
#. aHNGY
-#: include/svtools/strings.hrc:251
+#: include/svtools/strings.hrc:250
msgctxt "STR_FIELD_URL"
msgid "URL"
msgstr "URL"
#. CGutA
-#: include/svtools/strings.hrc:252
+#: include/svtools/strings.hrc:251
msgctxt "STR_FIELD_NOTE"
msgid "Note"
msgstr "টিপ্পনী"
#. btBDG
-#: include/svtools/strings.hrc:253
+#: include/svtools/strings.hrc:252
msgctxt "STR_FIELD_USER1"
msgid "User 1"
msgstr "ব্যৱহাৰকৰ্তা 1"
#. A4nkT
-#: include/svtools/strings.hrc:254
+#: include/svtools/strings.hrc:253
msgctxt "STR_FIELD_USER2"
msgid "User 2"
msgstr "ব্যৱহাৰকৰ্তা 2"
#. J48Kt
-#: include/svtools/strings.hrc:255
+#: include/svtools/strings.hrc:254
msgctxt "STR_FIELD_USER3"
msgid "User 3"
msgstr "ব্যৱহাৰকৰ্তা 3"
#. 3BxjF
-#: include/svtools/strings.hrc:256
+#: include/svtools/strings.hrc:255
msgctxt "STR_FIELD_USER4"
msgid "User 4"
msgstr "ব্যৱহাৰকৰ্তা 4"
#. tBBKp
-#: include/svtools/strings.hrc:257
+#: include/svtools/strings.hrc:256
msgctxt "STR_FIELD_ID"
msgid "ID"
msgstr "ID"
#. H3ygA
-#: include/svtools/strings.hrc:258
+#: include/svtools/strings.hrc:257
msgctxt "STR_FIELD_STATE"
msgid "State"
msgstr "ৰাজ্য"
#. xP2AC
-#: include/svtools/strings.hrc:259
+#: include/svtools/strings.hrc:258
msgctxt "STR_FIELD_OFFICETEL"
msgid "Tel: Office"
msgstr "টেলিফোন: কাৰ্যালয়"
#. P6Vm5
-#: include/svtools/strings.hrc:260
+#: include/svtools/strings.hrc:259
msgctxt "STR_FIELD_PAGER"
msgid "Pager"
msgstr "পেজৰ"
#. ayErk
-#: include/svtools/strings.hrc:261
+#: include/svtools/strings.hrc:260
msgctxt "STR_FIELD_MOBILE"
msgid "Mobile"
msgstr "টেলিফোন (ম'বাইল)"
#. 26wjz
-#: include/svtools/strings.hrc:262
+#: include/svtools/strings.hrc:261
msgctxt "STR_FIELD_TELOTHER"
msgid "Tel: Other"
msgstr "টেলিফোন: অন্যান্য"
#. runZ4
-#: include/svtools/strings.hrc:263
+#: include/svtools/strings.hrc:262
msgctxt "STR_FIELD_CALENDAR"
msgid "Calendar"
msgstr "কেলেণ্ডাৰ"
#. 7niGM
-#: include/svtools/strings.hrc:264
+#: include/svtools/strings.hrc:263
msgctxt "STR_FIELD_INVITE"
msgid "Invite"
msgstr "নিমন্ত্রণ"
#. Fqcgq
-#: include/svtools/strings.hrc:266
+#: include/svtools/strings.hrc:265
msgctxt "STR_SVT_DEFAULT_SERVICE_LABEL"
msgid "$user$'s $service$"
msgstr ""
#. 8TFP9
-#: include/svtools/strings.hrc:268
+#: include/svtools/strings.hrc:267
#, fuzzy
msgctxt "STR_WARNING_JAVANOTFOUND"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr "%PRODUCTNAME ক এটা Java runtime environment (JRE) ৰ প্ৰয়োজন এই কামৰ কাৰণে। এটা JRE ইনস্টল কৰক আৰু %PRODUCTNAME পুনাৰম্ভ কৰক।"
#. EmFJc
-#: include/svtools/strings.hrc:269
+#: include/svtools/strings.hrc:268
msgctxt "STR_WARNING_JAVANOTFOUND_WIN"
msgid "%PRODUCTNAME requires a %BITNESS-bit Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr ""
#. 7Adh2
-#: include/svtools/strings.hrc:270
+#: include/svtools/strings.hrc:269
msgctxt "STR_WARNING_JAVANOTFOUND_MAC"
msgid "%PRODUCTNAME requires Oracle's Java Development Kit (JDK) on macOS 10.10 or greater to perform this task. Please install them and restart %PRODUCTNAME."
msgstr ""
#. 76BEm
-#: include/svtools/strings.hrc:271
+#: include/svtools/strings.hrc:270
#, fuzzy
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_MAC"
msgid "The %PRODUCTNAME configuration has been changed. Under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr "%PRODUCTNAME সংৰূপ সলনি হৈছে। %PRODUCTNAME - পছন্দসমূহ - %PRODUCTNAME - উন্নতৰ অন্তৰ্গত, আপুনি %PRODUCTNAME দ্বাৰা ব্যৱহাৰ কৰিব বিচৰা Java ৰানটাইম পৰিৱেশ বাছক।"
#. BZvFF
-#: include/svtools/strings.hrc:272
+#: include/svtools/strings.hrc:271
#, fuzzy
msgctxt "STR_WARNING_INVALIDJAVASETTINGS"
msgid "The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr "%PRODUCTNAME সংৰূপটো সলনি কৰা হৈছে। টুলবোৰ - বিকল্পবোৰ - %PRODUCTNAME - উন্নতৰ অন্তৰ্গত, %PRODUCTNAME ৰ দ্বাৰা ব্যৱহৃত আপুনি পাবলৈ বিচৰা Java ৰানটাইম পৰিৱেশটো বাছক।"
#. Tunzz
-#: include/svtools/strings.hrc:273
+#: include/svtools/strings.hrc:272
#, fuzzy
msgctxt "STR_ERROR_JVMCREATIONFAILED_MAC"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced."
msgstr "এই কাৰ্য্যটো সম্পন্ন কৰিবলৈ %PRODUCTNAME ক এটা Java ৰানটাইম পৰিৱেশ (JRE) ৰ প্ৰয়েজন। নিৰ্বাচিত JRE টো ত্ৰুটিপূৰ্ণ। অনুগ্ৰহ কৰি অন্য সংস্কৰণ বাছক অথবা এটা নতুন JRE ইনস্টল কৰক আৰু ইয়াক %PRODUCTNAME - পছন্দসমূহ - %PRODUCTNAME - উন্নতৰ অন্তৰ্গত বাছক।"
#. rKxCS
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:273
#, fuzzy
msgctxt "STR_ERROR_JVMCREATIONFAILED"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Advanced."
msgstr "এই কাৰ্য্যটো সম্পন্ন কৰিবলৈ %PRODUCTNAME ক এটা Java ৰানটাইম পৰিৱেশ (JRE) ৰ প্ৰয়োজন। নিৰ্বাচিত JRE টো ত্ৰুটিপূৰ্ণ। অনুগ্ৰহ কৰি অন্য সংস্কৰণ বাছক বা এটা নতুন JRE ইনস্টল কৰক আৰু ইয়াক টুলবোৰ - বিকল্পবোৰ - %PRODUCTNAME - উন্নতৰ অন্তৰ্গত বাছক।"
#. QPEUX
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:274
msgctxt "STR_WARNING_JAVANOTFOUND_TITLE"
msgid "JRE Required"
msgstr "JRE ৰ প্ৰয়োজন আছিল"
#. XD3FG
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:275
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_TITLE"
msgid "Select JRE"
msgstr "JRE বাছক"
#. WETqJ
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:276
msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE ত্ৰুটিপূৰ্ণ"
#. q7s6f
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "উৎস ক'ড"
#. PZmAB
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "পত্ৰচিহ্ন ফাইল"
#. eNRzD
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "গ্রাফিক্স"
#. Enc4X
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "সংৰূপ ফাইল"
#. sP5AK
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "এপ্লিকেন"
#. jAA7S
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "ডাটাবেইচৰ টেবুল"
#. CEhUy
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "চিস্টেম ফাইল"
#. E2Kzj
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS-Word দস্তাবেজ"
#. BU7Pw
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "সহায় ফাইল"
#. kBbwy
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML দস্তাবেজ"
#. 6W6tY
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "আর্কাইভ ফাইল"
#. c9WiE
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "লগ ফাইল"
#. gBQzN
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice ডাটাবেইচ"
#. J4Pki
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 মাষ্টাৰ দস্তাবেজ"
#. 33Dez
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice ছবি"
#. pcLE6
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "লিখনী ফাইল"
#. 7bMJT
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "সংযোগ"
#. hDFtd
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 টেমপ্লেইট"
#. Xcec2
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel দস্তাবেজ"
#. FWiWT
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel টেমপ্লেইট"
#. WBsxH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "চাম ফাইল"
#. SPQtV
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "ফাইল"
#. Vh78a
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "ফল্ডাৰ"
#. ZK69j
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "লিখনী দস্তাবেজ"
#. p2aL6
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "স্প্ৰেডশ্বীট্"
#. SCtHH
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "পৰিৱেশন"
#. 5gtdF
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "অঙ্কণ"
#. suagX
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML দস্তাবেজ"
#. iLqe2
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "মাষ্টাৰ দস্তাবেজ"
#. FF4fa
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "সূত্র"
#. t58zy
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "ডাটাবেইচ"
#. DiNGB
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 স্প্ৰেডশ্বিট টেমপ্লেইট"
#. FYKGV
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 অঁকা টেমপ্লেইট"
#. CTUQg
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 উপস্থাপন টেমপ্লেইট"
#. Cbvtx
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 লিখনী দস্তাবেজ টেমপ্লেইট"
#. FBCWx
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "স্থানীয় ড্রাইভ"
#. MEF3h
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "ডিস্ক ড্ৰাইভ"
#. 55Dof
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM ড্রাইভ"
#. 82Acc
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "নেটৱাৰ্ক সংযোগ"
#. 3CBfJ
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint দস্তাবেজ"
#. DS7CP
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint টেমপ্লেইট"
#. syag8
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint দৰ্শন"
#. fHGcD
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 সূত্ৰ"
#. CFw78
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 Chart"
#. tJhDC
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 অঁকা"
#. f9ZNL
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 স্প্ৰেডশ্বিট"
#. PCBqi
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 উপস্থাপন"
#. Npija
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 লিখনী দস্তাবেজ"
#. tVnQQ
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 মূখ্য দস্তাবেজ"
#. t6krU
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML দস্তাবেজ"
#. ims8J
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument দস্তাবেজ"
#. oEsdN
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument অঙ্কণ"
#. Bt5dS
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument সূত্র"
#. sMAZA
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument মাষ্টাৰ দস্তাবেজ"
#. ufLx7
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument পৰিৱেশন"
#. TjbnG
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument স্প্ৰেডশ্বীট"
#. FbCGb
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument লিখনী"
#. JRP2W
-#: include/svtools/strings.hrc:336
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument স্প্ৰেডশ্বীট টেমপ্লেইট"
#. 3QUto
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument অঙ্কণ টেমপ্লেইট"
#. 5CfAm
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument পৰিৱেশন টেমপ্লেইট"
#. PBGYD
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument লিখনী টেমপ্লেইট"
#. RgRyf
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME সম্প্ৰসাৰন"
#. b8JK6
-#: include/svtools/strings.hrc:342
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:343
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:344
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:345
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -4905,6 +4899,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Guadeloupean Creole French"
msgstr ""
+#. 2b2P4
+#: svtools/inc/langtab.hrc:424
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Ligurian"
+msgstr ""
+
+#. 3LvEE
+#: svtools/inc/langtab.hrc:425
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Minangkabau"
+msgstr ""
+
#. Fsz7D
#: svtools/inc/templwin.hrc:41
msgctxt "STRARY_SVT_DOCINFO"
diff --git a/source/as/svx/messages.po b/source/as/svx/messages.po
index 6a41172f9fd..d831344c764 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17087,111 +17087,111 @@ msgid "Select the effect to apply."
msgstr ""
#. JKTDJ
-#: svx/uiconfig/ui/sidebararea.ui:220
+#: svx/uiconfig/ui/sidebararea.ui:223
msgctxt "sidebararea|fillattr-atkobject"
msgid "Hatching/Bitmap"
msgstr ""
#. 6ziwq
-#: svx/uiconfig/ui/sidebararea.ui:235
+#: svx/uiconfig/ui/sidebararea.ui:238
msgctxt "sidebararea|fillgrad1|tooltip_text"
msgid "Fill gradient from."
msgstr ""
#. UE2EH
-#: svx/uiconfig/ui/sidebararea.ui:259
+#: svx/uiconfig/ui/sidebararea.ui:262
msgctxt "sidebararea|gradangle|tooltip_text"
msgid "Select the gradient angle."
msgstr ""
#. fuzvt
-#: svx/uiconfig/ui/sidebararea.ui:264
+#: svx/uiconfig/ui/sidebararea.ui:267
msgctxt "sidebararea|gradangle-atkobject"
msgid "Gradient angle"
msgstr ""
#. FjG3M
-#: svx/uiconfig/ui/sidebararea.ui:278
+#: svx/uiconfig/ui/sidebararea.ui:281
msgctxt "sidebararea|fillgrad2|tooltip_text"
msgid "Fill gradient to."
msgstr ""
#. VnsM7
-#: svx/uiconfig/ui/sidebararea.ui:295
+#: svx/uiconfig/ui/sidebararea.ui:298
msgctxt "sidebararea|transparencylabel|tooltip_text"
msgid "Transparency"
msgstr "স্বচ্ছতা"
#. RZtCX
-#: svx/uiconfig/ui/sidebararea.ui:296
+#: svx/uiconfig/ui/sidebararea.ui:299
#, fuzzy
msgctxt "sidebararea|transparencylabel"
msgid "_Transparency:"
msgstr "স্বচ্ছতা"
#. hrKBN
-#: svx/uiconfig/ui/sidebararea.ui:309
+#: svx/uiconfig/ui/sidebararea.ui:312
msgctxt "sidebararea|transtype|tooltip_text"
msgid "Select the type of transparency to apply."
msgstr ""
#. qG4kJ
-#: svx/uiconfig/ui/sidebararea.ui:311
+#: svx/uiconfig/ui/sidebararea.ui:314
msgctxt "sidebararea|transtype"
msgid "None"
msgstr "কোনো নহয়"
#. AAqxT
-#: svx/uiconfig/ui/sidebararea.ui:312
+#: svx/uiconfig/ui/sidebararea.ui:315
msgctxt "sidebararea|transtype"
msgid "Solid"
msgstr "গোটা"
#. GzSAp
-#: svx/uiconfig/ui/sidebararea.ui:313
+#: svx/uiconfig/ui/sidebararea.ui:316
msgctxt "sidebararea|transtype"
msgid "Linear"
msgstr "ৰৈখিক"
#. vXTqG
-#: svx/uiconfig/ui/sidebararea.ui:314
+#: svx/uiconfig/ui/sidebararea.ui:317
msgctxt "sidebararea|transtype"
msgid "Axial"
msgstr "অক্ষীয়"
#. 7BS94
-#: svx/uiconfig/ui/sidebararea.ui:315
+#: svx/uiconfig/ui/sidebararea.ui:318
msgctxt "sidebararea|transtype"
msgid "Radial"
msgstr "বিস্তৃত"
#. tvpBz
-#: svx/uiconfig/ui/sidebararea.ui:316
+#: svx/uiconfig/ui/sidebararea.ui:319
msgctxt "sidebararea|transtype"
msgid "Ellipsoid"
msgstr "এলিপচোইড"
#. RWDy2
-#: svx/uiconfig/ui/sidebararea.ui:317
+#: svx/uiconfig/ui/sidebararea.ui:320
msgctxt "sidebararea|transtype"
msgid "Quadratic"
msgstr "দ্বিঘাত"
#. ozP7p
-#: svx/uiconfig/ui/sidebararea.ui:318
+#: svx/uiconfig/ui/sidebararea.ui:321
#, fuzzy
msgctxt "sidebararea|transtype"
msgid "Square"
msgstr "বৰ্গক্ষেত্ৰ"
#. J46j4
-#: svx/uiconfig/ui/sidebararea.ui:322
+#: svx/uiconfig/ui/sidebararea.ui:325
msgctxt "sidebararea|transtype-atkobject"
msgid "Transparency Type"
msgstr ""
#. 8hBpk
-#: svx/uiconfig/ui/sidebararea.ui:343
+#: svx/uiconfig/ui/sidebararea.ui:346
msgctxt "sidebararea|gradient|tooltip_text"
msgid "Specify the variation of gradient transparency."
msgstr ""
@@ -17351,152 +17351,152 @@ msgctxt "sidebargraphic|setgamma-atkobject"
msgid "Gamma value"
msgstr ""
-#. rBdfj
-#: svx/uiconfig/ui/sidebarline.ui:36
-msgctxt "sidebarline|widthlabel"
-msgid "_Line:"
-msgstr ""
-
-#. R56Ey
-#: svx/uiconfig/ui/sidebarline.ui:58
-msgctxt "sidebarline|linestyle|tooltip_text"
-msgid "Select the style of the line."
-msgstr ""
-
-#. 5yM6T
-#: svx/uiconfig/ui/sidebarline.ui:70
-msgctxt "sidebarline|linestyle|tooltip_text"
-msgid "Select the style of the arrowheads."
-msgstr ""
-
#. JA5zE
-#: svx/uiconfig/ui/sidebarline.ui:103
+#: svx/uiconfig/ui/sidebarline.ui:38
#, fuzzy
msgctxt "sidebarline|widthlabel"
msgid "_Width:"
msgstr "প্ৰস্থ:"
#. HokBv
-#: svx/uiconfig/ui/sidebarline.ui:117
+#: svx/uiconfig/ui/sidebarline.ui:52
msgctxt "sidebarline|width|tooltip_text"
msgid "Select the width of the line."
msgstr ""
#. hqTEs
-#: svx/uiconfig/ui/sidebarline.ui:144
+#: svx/uiconfig/ui/sidebarline.ui:80
#, fuzzy
msgctxt "sidebarline|colorlabel"
msgid "_Color:"
msgstr "ৰং"
#. oEqwH
-#: svx/uiconfig/ui/sidebarline.ui:158
+#: svx/uiconfig/ui/sidebarline.ui:94
msgctxt "sidebarline|color|tooltip_text"
msgid "Select the color of the line."
msgstr ""
#. JbEBs
-#: svx/uiconfig/ui/sidebarline.ui:167
+#: svx/uiconfig/ui/sidebarline.ui:102
msgctxt "sidebarline|setcolor|tooltip_text"
msgid "Select the color of the line."
msgstr ""
#. XiUKD
-#: svx/uiconfig/ui/sidebarline.ui:186
+#: svx/uiconfig/ui/sidebarline.ui:122
#, fuzzy
msgctxt "sidebarline|translabel"
msgid "_Transparency:"
msgstr "স্বচ্ছতা"
#. t32c8
-#: svx/uiconfig/ui/sidebarline.ui:200
+#: svx/uiconfig/ui/sidebarline.ui:136
msgctxt "sidebarline|linetransparency|tooltip_text"
msgid "Specify the transparency of the line."
msgstr ""
#. kDWvG
-#: svx/uiconfig/ui/sidebarline.ui:205
+#: svx/uiconfig/ui/sidebarline.ui:140
msgctxt "sidebarline|linetransparency-atkobject"
msgid "Transparency"
msgstr "স্বচ্ছতা"
+#. rBdfj
+#: svx/uiconfig/ui/sidebarline.ui:158
+msgctxt "sidebarline|widthlabel"
+msgid "_Line:"
+msgstr ""
+
+#. 5yM6T
+#: svx/uiconfig/ui/sidebarline.ui:181
+msgctxt "sidebarline|linestyle|tooltip_text"
+msgid "Select the style of the arrowheads."
+msgstr ""
+
+#. R56Ey
+#: svx/uiconfig/ui/sidebarline.ui:193
+msgctxt "sidebarline|linestyle|tooltip_text"
+msgid "Select the style of the line."
+msgstr ""
+
#. AZukk
-#: svx/uiconfig/ui/sidebarline.ui:237
+#: svx/uiconfig/ui/sidebarline.ui:249
#, fuzzy
msgctxt "sidebarline|cornerlabel"
msgid "_Corner style:"
msgstr "সীমাৰেখাৰ শৈলী"
#. DhDzF
-#: svx/uiconfig/ui/sidebarline.ui:251
+#: svx/uiconfig/ui/sidebarline.ui:263
msgctxt "sidebarline|edgestyle|tooltip_text"
msgid "Select the style of the edge connections."
msgstr ""
#. CUdXF
-#: svx/uiconfig/ui/sidebarline.ui:253
+#: svx/uiconfig/ui/sidebarline.ui:265
msgctxt "sidebarline|edgestyle"
msgid "Rounded"
msgstr "ঘূৰণীয়া"
#. jPD2D
-#: svx/uiconfig/ui/sidebarline.ui:254
+#: svx/uiconfig/ui/sidebarline.ui:266
msgctxt "sidebarline|edgestyle"
msgid "- none -"
msgstr "- কোনো নহয় -"
#. MuNWz
-#: svx/uiconfig/ui/sidebarline.ui:255
+#: svx/uiconfig/ui/sidebarline.ui:267
msgctxt "sidebarline|edgestyle"
msgid "Mitered"
msgstr "মিটাৰ্ড"
#. Dftrf
-#: svx/uiconfig/ui/sidebarline.ui:256
+#: svx/uiconfig/ui/sidebarline.ui:268
msgctxt "sidebarline|edgestyle"
msgid "Beveled"
msgstr "বিভেল্ড"
#. EG2LW
-#: svx/uiconfig/ui/sidebarline.ui:260
+#: svx/uiconfig/ui/sidebarline.ui:272
#, fuzzy
msgctxt "sidebarline|edgestyle-atkobject"
msgid "Corner Style"
msgstr "সীমাৰেখাৰ শৈলী"
#. rHzFD
-#: svx/uiconfig/ui/sidebarline.ui:273
+#: svx/uiconfig/ui/sidebarline.ui:285
msgctxt "sidebarline|caplabel"
msgid "Ca_p style:"
msgstr "কেপৰ শৈলী (_p):"
#. PbDF7
-#: svx/uiconfig/ui/sidebarline.ui:287
+#: svx/uiconfig/ui/sidebarline.ui:299
msgctxt "sidebarline|linecapstyle|tooltip_text"
msgid "Select the style of the line caps."
msgstr ""
#. 9qZVm
-#: svx/uiconfig/ui/sidebarline.ui:289
+#: svx/uiconfig/ui/sidebarline.ui:301
msgctxt "sidebarline|linecapstyle"
msgid "Flat"
msgstr "ফ্লেট"
#. AK2DH
-#: svx/uiconfig/ui/sidebarline.ui:290
+#: svx/uiconfig/ui/sidebarline.ui:302
msgctxt "sidebarline|linecapstyle"
msgid "Round"
msgstr "গোলাকাৰ"
#. 52VUc
-#: svx/uiconfig/ui/sidebarline.ui:291
+#: svx/uiconfig/ui/sidebarline.ui:303
#, fuzzy
msgctxt "sidebarline|linecapstyle"
msgid "Square"
msgstr "বৰ্গক্ষেত্ৰ"
#. AxAHn
-#: svx/uiconfig/ui/sidebarline.ui:295
+#: svx/uiconfig/ui/sidebarline.ui:307
msgctxt "sidebarline|linecapstyle-atkobject"
msgid "Cap Style"
msgstr ""
diff --git a/source/as/sw/messages.po b/source/as/sw/messages.po
index 7dc935635e4..45fca4473d8 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-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-02-28 14:54+0100\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2975,10 +2975,10 @@ msgctxt "STR_HYPH_TITLE"
msgid "Hyphenation"
msgstr "হাইফেনেশ্বন"
-#. zMC8E
+#. EDxsk
#: sw/inc/strings.hrc:397
msgctxt "STR_HYPH_MISSING"
-msgid "Missing hyphenation info"
+msgid "Missing hyphenation data"
msgstr ""
#. TEP66
@@ -3912,849 +3912,875 @@ msgctxt "STR_TABLE_NAME"
msgid "table: $1$2$3"
msgstr "টেবুল: $1$2$3"
-#. WTcCB
+#. AtWxA
#: sw/inc/strings.hrc:554
-msgctxt "STR_CHAPTER_NAME"
+msgctxt "STR_CHAPTERS"
msgid "chapter"
-msgstr ""
-
-#. NBkBh
-#: sw/inc/strings.hrc:555
-msgctxt "STR_CHAPTERS_NAME"
-msgid "chapters"
-msgstr ""
+msgid_plural "chapters"
+msgstr[0] ""
+msgstr[1] ""
#. 2JCL2
-#: sw/inc/strings.hrc:556
+#: sw/inc/strings.hrc:555
msgctxt "STR_PARAGRAPH_UNDO"
msgid "paragraph"
msgstr "দফা"
#. DvnGA
-#: sw/inc/strings.hrc:557
+#: sw/inc/strings.hrc:556
msgctxt "STR_PARAGRAPH_SIGN_UNDO"
msgid "Paragraph sign"
msgstr ""
#. oL9GG
-#: sw/inc/strings.hrc:558
+#: sw/inc/strings.hrc:557
msgctxt "STR_UNDO_FLYFRMFMT_TITLE"
msgid "Change object title of $1"
msgstr "$1 -ৰ অবজেক্ট শীৰ্ষক সলনি কৰক"
#. 3Cv7E
-#: sw/inc/strings.hrc:559
+#: sw/inc/strings.hrc:558
msgctxt "STR_UNDO_FLYFRMFMT_DESCRIPTION"
msgid "Change object description of $1"
msgstr ""
#. rWw8U
-#: sw/inc/strings.hrc:560
+#: sw/inc/strings.hrc:559
#, fuzzy
msgctxt "STR_UNDO_TBLSTYLE_CREATE"
msgid "Create table style: $1"
msgstr "পৃষ্ঠা শৈলী সৃষ্ঠি কৰক : $1"
#. jGxgy
-#: sw/inc/strings.hrc:561
+#: sw/inc/strings.hrc:560
#, fuzzy
msgctxt "STR_UNDO_TBLSTYLE_DELETE"
msgid "Delete table style: $1"
msgstr "পৃষ্ঠা শৈলী মচি পেলাওক : $1"
#. 6NWP3
-#: sw/inc/strings.hrc:562
+#: sw/inc/strings.hrc:561
#, fuzzy
msgctxt "STR_UNDO_TBLSTYLE_UPDATE"
msgid "Update table style: $1"
msgstr "পৃষ্ঠা শৈলী সৃষ্ঠি কৰক : $1"
#. JegfU
-#: sw/inc/strings.hrc:563
+#: sw/inc/strings.hrc:562
msgctxt "STR_UNDO_TABLE_DELETE"
msgid "Delete table"
msgstr "টেবুল মচি পেলাওক"
#. KSMpJ
-#: sw/inc/strings.hrc:564
+#: sw/inc/strings.hrc:563
msgctxt "STR_UNDO_INSERT_FORM_FIELD"
msgid "Insert form field"
msgstr ""
#. 2zJmG
-#: sw/inc/strings.hrc:565
+#: sw/inc/strings.hrc:564
msgctxt "STR_DROP_DOWN_FIELD_ITEM_LIMIT"
msgid "You can specify maximum of 25 items for a drop-down form field."
msgstr ""
#. CUXeF
-#: sw/inc/strings.hrc:567
+#: sw/inc/strings.hrc:566
msgctxt "STR_ACCESS_DOC_NAME"
msgid "Document view"
msgstr "দস্তাবেজ দৃশ্য"
#. FrBrC
-#: sw/inc/strings.hrc:568
+#: sw/inc/strings.hrc:567
msgctxt "STR_ACCESS_DOC_DESC"
msgid "Document view"
msgstr "দস্তাবেজ দৃশ্য"
#. BCEgS
-#: sw/inc/strings.hrc:569
+#: sw/inc/strings.hrc:568
msgctxt "STR_ACCESS_HEADER_NAME"
msgid "Header $(ARG1)"
msgstr "হেডাৰ $(ARG1)"
#. zKdDR
-#: sw/inc/strings.hrc:570
+#: sw/inc/strings.hrc:569
msgctxt "STR_ACCESS_HEADER_DESC"
msgid "Header page $(ARG1)"
msgstr "হেডাৰ পৃষ্ঠা $(ARG1)"
#. NhFrV
-#: sw/inc/strings.hrc:571
+#: sw/inc/strings.hrc:570
msgctxt "STR_ACCESS_FOOTER_NAME"
msgid "Footer $(ARG1)"
msgstr "ফুটাৰ $(ARG1)"
#. 6GJNd
-#: sw/inc/strings.hrc:572
+#: sw/inc/strings.hrc:571
msgctxt "STR_ACCESS_FOOTER_DESC"
msgid "Footer page $(ARG1)"
msgstr "ফুটাৰ পৃষ্ঠা $(ARG1)"
#. VGUwW
-#: sw/inc/strings.hrc:573
+#: sw/inc/strings.hrc:572
msgctxt "STR_ACCESS_FOOTNOTE_NAME"
msgid "Footnote $(ARG1)"
msgstr "পাদটীকা $(ARG1)"
#. a7XMU
-#: sw/inc/strings.hrc:574
+#: sw/inc/strings.hrc:573
msgctxt "STR_ACCESS_FOOTNOTE_DESC"
msgid "Footnote $(ARG1)"
msgstr "পাদটীকা $(ARG1)"
#. 3ExiP
-#: sw/inc/strings.hrc:575
+#: sw/inc/strings.hrc:574
msgctxt "STR_ACCESS_ENDNOTE_NAME"
msgid "Endnote $(ARG1)"
msgstr "অন্তিম টীকা $(ARG1)"
#. 8XdTm
-#: sw/inc/strings.hrc:576
+#: sw/inc/strings.hrc:575
msgctxt "STR_ACCESS_ENDNOTE_DESC"
msgid "Endnote $(ARG1)"
msgstr "অন্তিম টীকা $(ARG1)"
#. 4sTZN
-#: sw/inc/strings.hrc:577
+#: sw/inc/strings.hrc:576
msgctxt "STR_ACCESS_TABLE_DESC"
msgid "$(ARG1) on page $(ARG2)"
msgstr "$(ARG2) পৃষ্ঠাত $(ARG1)"
#. Z5Uy9
-#: sw/inc/strings.hrc:578
+#: sw/inc/strings.hrc:577
msgctxt "STR_ACCESS_PAGE_NAME"
msgid "Page $(ARG1)"
msgstr "পৃষ্ঠা: $(ARG1)"
#. CWroT
-#: sw/inc/strings.hrc:579
+#: sw/inc/strings.hrc:578
msgctxt "STR_ACCESS_PAGE_DESC"
msgid "Page: $(ARG1)"
msgstr "পৃষ্ঠা: $(ARG1)"
#. iwfxM
-#: sw/inc/strings.hrc:580
+#: sw/inc/strings.hrc:579
msgctxt "STR_ACCESS_ANNOTATION_AUTHOR_NAME"
msgid "Author"
msgstr "লেখক"
#. sff9t
-#: sw/inc/strings.hrc:581
+#: sw/inc/strings.hrc:580
msgctxt "STR_ACCESS_ANNOTATION_DATE_NAME"
msgid "Date"
msgstr "তাৰিখ"
#. VScXC
-#: sw/inc/strings.hrc:582
+#: sw/inc/strings.hrc:581
msgctxt "STR_ACCESS_ANNOTATION_RESOLVED_NAME"
msgid "Resolved"
msgstr ""
#. JtzA4
-#: sw/inc/strings.hrc:583
+#: sw/inc/strings.hrc:582
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_NAME"
msgid "Actions"
msgstr "কাৰ্য্যসমূহ"
#. cHWqM
-#: sw/inc/strings.hrc:584
+#: sw/inc/strings.hrc:583
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_DESC"
msgid "Activate this button to open a list of actions which can be performed on this comment and other comments"
msgstr "এই মন্তব্য আৰু অন্য মন্তব্যসমূহৰ উপৰত প্ৰদৰ্শন কৰিব পৰা কাৰ্য্যসমূহৰ তালিকা খুলিবলে এই বুটাম স্বক্ৰিয় কৰক"
#. 9YxaB
-#: sw/inc/strings.hrc:585
+#: sw/inc/strings.hrc:584
msgctxt "STR_ACCESS_PREVIEW_DOC_NAME"
msgid "Document preview"
msgstr "দস্তাবেজ পূৰ্বদৰ্শন"
#. eYFFo
-#: sw/inc/strings.hrc:586
+#: sw/inc/strings.hrc:585
msgctxt "STR_ACCESS_PREVIEW_DOC_SUFFIX"
msgid "(Preview mode)"
msgstr "(পূৰ্বদৰ্শন অৱস্থা)"
#. Fp7Hn
-#: sw/inc/strings.hrc:587
+#: sw/inc/strings.hrc:586
msgctxt "STR_ACCESS_DOC_WORDPROCESSING"
msgid "%PRODUCTNAME Document"
msgstr "%PRODUCTNAME দস্তাবেজ"
#. CsQKH
-#: sw/inc/strings.hrc:589
+#: sw/inc/strings.hrc:588
#, fuzzy
msgctxt "STR_COMCORE_READERROR"
msgid "Read Error"
msgstr "পঢ়া-ত্ৰুটি"
#. ztbVu
-#: sw/inc/strings.hrc:590
+#: sw/inc/strings.hrc:589
msgctxt "STR_COMCORE_CANT_SHOW"
msgid "Image cannot be displayed."
msgstr "ছবি প্ৰদৰ্শন কৰিব নোৱাৰি।"
#. iJsFt
-#: sw/inc/strings.hrc:591
+#: sw/inc/strings.hrc:590
msgctxt "STR_ERROR_CLPBRD_READ"
msgid "Error reading from the clipboard."
msgstr "ক্লিপ বৰ্ডৰ পৰা ভুল পাঠ."
#. bXZQD
-#: sw/inc/strings.hrc:593
+#: sw/inc/strings.hrc:592
msgctxt "STR_COLUMN_BREAK"
msgid "Manual Column Break"
msgstr "হস্তচালিত স্তম্ভ ভাঙন"
#. 7DzNG
-#: sw/inc/strings.hrc:595
+#: sw/inc/strings.hrc:594
msgctxt "STR_CHART2_ROW_LABEL_TEXT"
msgid "Row %ROWNUMBER"
msgstr "শাৰী %ROWNUMBER"
#. GYFVF
-#: sw/inc/strings.hrc:596
+#: sw/inc/strings.hrc:595
#, c-format
msgctxt "STR_CHART2_COL_LABEL_TEXT"
msgid "Column %COLUMNLETTER"
msgstr "স্তম্ভ %COLUMNLETTER"
#. GGS2b
-#: sw/inc/strings.hrc:597
+#: sw/inc/strings.hrc:596
msgctxt "STR_STYLE_FAMILY_CHARACTER"
msgid "Character"
msgstr "আখৰ"
#. KBw5e
-#: sw/inc/strings.hrc:598
+#: sw/inc/strings.hrc:597
msgctxt "STR_STYLE_FAMILY_PARAGRAPH"
msgid "Paragraph"
msgstr "দফা"
#. ERH8o
-#: sw/inc/strings.hrc:599
+#: sw/inc/strings.hrc:598
msgctxt "STR_STYLE_FAMILY_FRAME"
msgid "Frame"
msgstr "ফ্ৰেম"
#. Cqjn8
-#: sw/inc/strings.hrc:600
+#: sw/inc/strings.hrc:599
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Pages"
msgstr "পৃষ্ঠাবোৰ"
#. ncffA
-#: sw/inc/strings.hrc:601
+#: sw/inc/strings.hrc:600
msgctxt "STR_STYLE_FAMILY_NUMBERING"
msgid "Numbering"
msgstr "নাম্বাৰীং"
#. NydLs
-#: sw/inc/strings.hrc:602
+#: sw/inc/strings.hrc:601
msgctxt "STR_STYLE_FAMILY_TABLE"
msgid "Table"
msgstr "টেবুল"
#. XUhuM
-#: sw/inc/strings.hrc:603
+#: sw/inc/strings.hrc:602
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell"
msgstr "কক্ষ"
#. DRqDZ
-#: sw/inc/strings.hrc:605
+#: sw/inc/strings.hrc:604
msgctxt "ST_SCRIPT_ASIAN"
msgid "Asian"
msgstr "এছিয়ান"
#. owFtq
-#: sw/inc/strings.hrc:606
+#: sw/inc/strings.hrc:605
msgctxt "ST_SCRIPT_CTL"
msgid "CTL"
msgstr "CTL"
#. ap5iF
-#: sw/inc/strings.hrc:607
+#: sw/inc/strings.hrc:606
msgctxt "ST_SCRIPT_WESTERN"
msgid "Western"
msgstr "পশ্চিমী"
#. HD64i
-#: sw/inc/strings.hrc:608
+#: sw/inc/strings.hrc:607
#, fuzzy
msgctxt "STR_PRINTOPTUI_PRODUCTNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. q6egu
-#: sw/inc/strings.hrc:609
+#: sw/inc/strings.hrc:608
msgctxt "STR_PRINTOPTUI_CONTENTS"
msgid "Contents"
msgstr "বিষয়সূচী"
#. Ka4fM
-#: sw/inc/strings.hrc:610
+#: sw/inc/strings.hrc:609
#, fuzzy
msgctxt "STR_PRINTOPTUI_PAGE_BACKGROUND"
msgid "Page ba~ckground"
msgstr "পৃষ্ঠা পটভূমী (~c)"
#. YPEEH
-#: sw/inc/strings.hrc:611
+#: sw/inc/strings.hrc:610
msgctxt "STR_PRINTOPTUI_PICTURES"
msgid "~Images and other graphic objects"
msgstr ""
#. L6GSj
-#: sw/inc/strings.hrc:612
+#: sw/inc/strings.hrc:611
#, fuzzy
msgctxt "STR_PRINTOPTUI_HIDDEN"
msgid "Hidden te~xt"
msgstr "লুকুৱাই ৰখা টেক্সট (~x)"
#. pXiRN
-#: sw/inc/strings.hrc:613
+#: sw/inc/strings.hrc:612
#, fuzzy
msgctxt "STR_PRINTOPTUI_TEXT_PLACEHOLDERS"
msgid "~Text placeholders"
msgstr "পৰৱৰ্তী স্থানধাৰকলৈ (~T)"
#. JBWVd
-#: sw/inc/strings.hrc:614
+#: sw/inc/strings.hrc:613
#, fuzzy
msgctxt "STR_PRINTOPTUI_FORM_CONTROLS"
msgid "Form control~s"
msgstr "ফৰ্ম নিয়ন্ত্ৰণসমূহ (~s)"
#. X8Bfu
-#: sw/inc/strings.hrc:615
+#: sw/inc/strings.hrc:614
msgctxt "STR_PRINTOPTUI_COLOR"
msgid "Color"
msgstr "ৰং"
#. kQDcq
-#: sw/inc/strings.hrc:616
+#: sw/inc/strings.hrc:615
#, fuzzy
msgctxt "STR_PRINTOPTUI_PRINT_BLACK"
msgid "Print text in blac~k"
msgstr "লিখনীক কলাত প্ৰিন্ট কৰক (~k)"
#. DEELn
-#: sw/inc/strings.hrc:617
+#: sw/inc/strings.hrc:616
msgctxt "STR_PRINTOPTUI_PAGES_TEXT"
msgid "Pages:"
msgstr ""
#. uddbB
-#: sw/inc/strings.hrc:618
+#: sw/inc/strings.hrc:617
#, fuzzy
msgctxt "STR_PRINTOPTUI_PRINT_BLANK"
msgid "Print ~automatically inserted blank pages"
msgstr "স্বয়ংক্রিয়ভাৱে ভৰোৱা ৰিক্ত পৃষ্ঠাৰ মূদ্ৰণ কৰক (~a)"
#. MTJt2
-#: sw/inc/strings.hrc:619
+#: sw/inc/strings.hrc:618
#, fuzzy
msgctxt "STR_PRINTOPTUI_ONLY_PAPER"
msgid "~Use only paper tray from printer preferences"
msgstr "প্ৰিন্টাৰ পছন্দসমূহৰ পৰা কেৱল পৃষ্ঠা ট্ৰে ব্যৱহাৰ কৰক (~U)"
#. 4uBam
-#: sw/inc/strings.hrc:620
+#: sw/inc/strings.hrc:619
#, fuzzy
msgctxt "STR_PRINTOPTUI_NONE"
msgid "None (document only)"
msgstr "কোনো নহয় (কেৱল দস্তাবেজ)"
#. pbQtA
-#: sw/inc/strings.hrc:621
+#: sw/inc/strings.hrc:620
#, fuzzy
msgctxt "STR_PRINTOPTUI_COMMENTS_ONLY"
msgid "Comments only"
msgstr "কেৱল মন্তব্যসমূহ"
#. sVnbD
-#: sw/inc/strings.hrc:622
+#: sw/inc/strings.hrc:621
#, fuzzy
msgctxt "STR_PRINTOPTUI_PLACE_END"
msgid "Place at end of document"
msgstr "দস্তাবেজৰ শেষৰ স্থান"
#. D4BXH
-#: sw/inc/strings.hrc:623
+#: sw/inc/strings.hrc:622
#, fuzzy
msgctxt "STR_PRINTOPTUI_PLACE_PAGE"
msgid "Place at end of page"
msgstr "পৃষ্ঠাৰ শেষত থকা স্থান"
#. 6rzab
-#: sw/inc/strings.hrc:624
+#: sw/inc/strings.hrc:623
#, fuzzy
msgctxt "STR_PRINTOPTUI_COMMENTS"
msgid "~Comments"
msgstr "বিষয়সূচী (~C)"
#. cnqLU
-#: sw/inc/strings.hrc:625
+#: sw/inc/strings.hrc:624
#, fuzzy
msgctxt "STR_PRINTOPTUI_BROCHURE"
msgid "Broch~ure"
msgstr "ক্ষুদ্র পুস্তিকা (~u)"
#. t6drz
-#: sw/inc/strings.hrc:626
+#: sw/inc/strings.hrc:625
#, fuzzy
msgctxt "STR_PRINTOPTUI_LEFT_SCRIPT"
msgid "Left-to-right script"
msgstr "বাওৰ-পৰা-সোঁ স্ক্ৰিপ্ট"
#. QgmxB
-#: sw/inc/strings.hrc:627
+#: sw/inc/strings.hrc:626
#, fuzzy
msgctxt "STR_PRINTOPTUI_RIGHT_SCRIPT"
msgid "Right-to-left script"
msgstr "সোঁৰ-পৰা-বাও স্ক্ৰিপ্ট"
-#. jaqAs
-#: sw/inc/strings.hrc:628
+#. t4Cm7
+#: sw/inc/strings.hrc:627
msgctxt "STR_PRINTOPTUI_PRINTALLPAGES"
-msgid "All ~Pages"
+msgid "~All Pages"
msgstr ""
#. ZDRM2
-#: sw/inc/strings.hrc:629
+#: sw/inc/strings.hrc:628
msgctxt "STR_PRINTOPTUI_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. F862f
-#: sw/inc/strings.hrc:630
+#: sw/inc/strings.hrc:629
msgctxt "STR_PRINTOPTUI_PRINTEVENPAGES"
msgid "~Even pages"
msgstr ""
#. ttxxB
-#: sw/inc/strings.hrc:631
+#: sw/inc/strings.hrc:630
msgctxt "STR_PRINTOPTUI_PRINTODDPAGES"
msgid "~Odd pages"
msgstr ""
#. rajyx
-#: sw/inc/strings.hrc:632
+#: sw/inc/strings.hrc:631
msgctxt "STR_PRINTOPTUI_PRINTSELECTION"
msgid "~Selection"
msgstr ""
#. 9EXcV
-#: sw/inc/strings.hrc:633
+#: sw/inc/strings.hrc:632
#, fuzzy
msgctxt "STR_PRINTOPTUI_PLACE_MARGINS"
msgid "Place in margins"
msgstr "সীমাবোৰত থওক"
#. NGQw3
-#: sw/inc/strings.hrc:635
+#: sw/inc/strings.hrc:634
#, fuzzy
msgctxt "STR_FORMULA_CALC"
msgid "Functions"
msgstr "ফাংকশ্বনসমূহ"
#. D3RCG
-#: sw/inc/strings.hrc:636
+#: sw/inc/strings.hrc:635
msgctxt "STR_FORMULA_CANCEL"
msgid "Cancel"
msgstr "বাতিল কৰক"
#. 3Tg3C
-#: sw/inc/strings.hrc:637
+#: sw/inc/strings.hrc:636
msgctxt "STR_FORMULA_APPLY"
msgid "Apply"
msgstr "প্ৰয়োগ কৰক"
#. UDkFb
-#: sw/inc/strings.hrc:638
+#: sw/inc/strings.hrc:637
msgctxt "STR_ACCESS_FORMULA_TOOLBAR"
msgid "Formula Tool Bar"
msgstr "সূত্র টুলবাৰ"
#. Z3CB5
-#: sw/inc/strings.hrc:639
+#: sw/inc/strings.hrc:638
msgctxt "STR_ACCESS_FORMULA_TYPE"
msgid "Formula Type"
msgstr ""
#. 3CCa7
-#: sw/inc/strings.hrc:640
+#: sw/inc/strings.hrc:639
#, fuzzy
msgctxt "STR_ACCESS_FORMULA_TEXT"
msgid "Formula Text"
msgstr "সূত্র লিখনী"
#. FXNer
-#: sw/inc/strings.hrc:642
+#: sw/inc/strings.hrc:641
msgctxt "STR_ACCESS_TL_GLOBAL"
msgid "Global View"
msgstr ""
#. aeeRP
-#: sw/inc/strings.hrc:643
+#: sw/inc/strings.hrc:642
msgctxt "STR_ACCESS_TL_CONTENT"
msgid "Content Navigation View"
msgstr ""
#. UAExA
-#: sw/inc/strings.hrc:644
+#: sw/inc/strings.hrc:643
#, fuzzy
msgctxt "STR_OUTLINE_LEVEL"
msgid "Outline Level"
msgstr "ৰূপৰেখা: স্তৰ "
#. yERK6
-#: sw/inc/strings.hrc:645
+#: sw/inc/strings.hrc:644
#, fuzzy
msgctxt "STR_DRAGMODE"
msgid "Drag Mode"
msgstr "ড্ৰেগ কৰাৰ প্ৰকাৰ"
#. PAB4k
-#: sw/inc/strings.hrc:646
+#: sw/inc/strings.hrc:645
msgctxt "STR_SEND_OUTLINE_TO_CLIPBOARD_ENTRY"
msgid "Send Outline to Clipboard"
msgstr ""
-#. DMBCD
+#. b5tPU
+#: sw/inc/strings.hrc:646
+msgctxt "STR_OUTLINE_TRACKING"
+msgid "Outline Tracking"
+msgstr ""
+
+#. qzXwn
#: sw/inc/strings.hrc:647
+msgctxt "STR_OUTLINE_TRACKING_DEFAULT"
+msgid "Default"
+msgstr ""
+
+#. HGDgJ
+#: sw/inc/strings.hrc:648
+msgctxt "STR_OUTLINE_TRACKING_FOCUS"
+msgid "Focus"
+msgstr ""
+
+#. BYRpF
+#: sw/inc/strings.hrc:649
+msgctxt "STR_OUTLINE_TRACKING_OFF"
+msgid "Off"
+msgstr ""
+
+#. bh39E
+#: sw/inc/strings.hrc:650
+msgctxt "STR_GOTO"
+msgid "Go to"
+msgstr ""
+
+#. DMBCD
+#: sw/inc/strings.hrc:651
msgctxt "STR_SELECT"
msgid "Select"
msgstr ""
#. LXGe4
-#: sw/inc/strings.hrc:648
+#: sw/inc/strings.hrc:652
msgctxt "STR_DEMOTE_CHAPTER"
msgid "Demote Chapter"
msgstr ""
#. JXiwa
-#: sw/inc/strings.hrc:649
+#: sw/inc/strings.hrc:653
msgctxt "STR_PROMOTE_CHAPTER"
msgid "Promote Chapter"
msgstr ""
#. 7BYGD
-#: sw/inc/strings.hrc:650
+#: sw/inc/strings.hrc:654
msgctxt "STR_DEMOTE_LEVEL"
msgid "Demote Level"
msgstr ""
#. DdvQg
-#: sw/inc/strings.hrc:651
+#: sw/inc/strings.hrc:655
msgctxt "STR_PROMOTE_LEVEL"
msgid "Promote Level"
msgstr ""
#. 9Fipd
-#: sw/inc/strings.hrc:652
+#: sw/inc/strings.hrc:656
msgctxt "STR_EXPANDALL"
msgid "Expand All"
msgstr ""
#. FxGVt
-#: sw/inc/strings.hrc:653
+#: sw/inc/strings.hrc:657
msgctxt "STR_COLLAPSEALL"
msgid "Collapse All"
msgstr ""
#. xvSRm
-#: sw/inc/strings.hrc:654
+#: sw/inc/strings.hrc:658
#, fuzzy
msgctxt "STR_HYPERLINK"
msgid "Insert as Hyperlink"
msgstr "হাইপাৰলিংক সুমুৱাওক"
#. sdfGe
-#: sw/inc/strings.hrc:655
+#: sw/inc/strings.hrc:659
msgctxt "STR_LINK_REGION"
msgid "Insert as Link"
msgstr "লিংক ৰূপে সুমুৱাওক"
#. Suaiz
-#: sw/inc/strings.hrc:656
+#: sw/inc/strings.hrc:660
msgctxt "STR_COPY_REGION"
msgid "Insert as Copy"
msgstr "কপি ৰূপে সুমুৱাওক"
#. VgdhT
-#: sw/inc/strings.hrc:657
+#: sw/inc/strings.hrc:661
msgctxt "STR_DISPLAY"
msgid "Display"
msgstr "প্রদর্শন কৰক"
#. 3VXp5
-#: sw/inc/strings.hrc:658
+#: sw/inc/strings.hrc:662
#, fuzzy
msgctxt "STR_ACTIVE_VIEW"
msgid "Active Window"
msgstr "সক্রিয় উইণ্ড'"
#. fAAUc
-#: sw/inc/strings.hrc:659
+#: sw/inc/strings.hrc:663
#, fuzzy
msgctxt "STR_HIDDEN"
msgid "hidden"
msgstr "লুকুৱাই থোৱা"
#. 3VWjq
-#: sw/inc/strings.hrc:660
+#: sw/inc/strings.hrc:664
#, fuzzy
msgctxt "STR_ACTIVE"
msgid "active"
msgstr "সক্রিয়"
#. YjPvg
-#: sw/inc/strings.hrc:661
+#: sw/inc/strings.hrc:665
#, fuzzy
msgctxt "STR_INACTIVE"
msgid "inactive"
msgstr "নিষ্ক্রিয়"
#. tBPKU
-#: sw/inc/strings.hrc:662
+#: sw/inc/strings.hrc:666
msgctxt "STR_EDIT_ENTRY"
msgid "Edit..."
msgstr "সম্পাদন কৰক..."
#. ppC87
-#: sw/inc/strings.hrc:663
+#: sw/inc/strings.hrc:667
#, fuzzy
msgctxt "STR_UPDATE"
msgid "~Update"
msgstr "আপডেট কৰক"
#. 44Esc
-#: sw/inc/strings.hrc:664
+#: sw/inc/strings.hrc:668
msgctxt "STR_EDIT_CONTENT"
msgid "Edit"
msgstr "সম্পাদনা"
#. w3ZrD
-#: sw/inc/strings.hrc:665
+#: sw/inc/strings.hrc:669
#, fuzzy
msgctxt "STR_EDIT_LINK"
msgid "Edit link"
msgstr "লিংকবোৰ সম্পাদনা কৰক"
#. xyPWE
-#: sw/inc/strings.hrc:666
+#: sw/inc/strings.hrc:670
msgctxt "STR_EDIT_INSERT"
msgid "Insert"
msgstr "সুমুৱাওক"
#. AT9SS
-#: sw/inc/strings.hrc:667
+#: sw/inc/strings.hrc:671
#, fuzzy
msgctxt "STR_INDEX"
msgid "~Index"
msgstr "অনুক্ৰমণিকা"
#. MnBLc
-#: sw/inc/strings.hrc:668
+#: sw/inc/strings.hrc:672
msgctxt "STR_FILE"
msgid "File"
msgstr "ফাইল"
#. DdBgh
-#: sw/inc/strings.hrc:669
+#: sw/inc/strings.hrc:673
#, fuzzy
msgctxt "STR_NEW_FILE"
msgid "New Document"
msgstr "প্ৰতিটো দস্তাবেজত"
#. aV9Uy
-#: sw/inc/strings.hrc:670
+#: sw/inc/strings.hrc:674
#, fuzzy
msgctxt "STR_INSERT_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. 5rD3D
-#: sw/inc/strings.hrc:671
+#: sw/inc/strings.hrc:675
msgctxt "STR_DELETE"
msgid "Delete"
msgstr "মচি পেলাওক"
#. 9MrsU
-#: sw/inc/strings.hrc:672
+#: sw/inc/strings.hrc:676
#, fuzzy
msgctxt "STR_DELETE_ENTRY"
msgid "~Delete"
msgstr "মচি পেলাওক"
#. A28Rb
-#: sw/inc/strings.hrc:673
+#: sw/inc/strings.hrc:677
msgctxt "STR_UPDATE_SEL"
msgid "Selection"
msgstr "নিৰ্বাচন"
#. gRBxA
-#: sw/inc/strings.hrc:674
+#: sw/inc/strings.hrc:678
msgctxt "STR_UPDATE_INDEX"
msgid "Indexes"
msgstr "অনুক্ৰমনিকাবোৰ"
#. WKwLS
-#: sw/inc/strings.hrc:675
+#: sw/inc/strings.hrc:679
#, fuzzy
msgctxt "STR_UPDATE_LINK"
msgid "Links"
msgstr "সংযোগ কৰক"
#. TaaJK
-#: sw/inc/strings.hrc:676
+#: sw/inc/strings.hrc:680
msgctxt "STR_UPDATE_ALL"
msgid "All"
msgstr "সকলো"
#. 6neCN
-#: sw/inc/strings.hrc:677
+#: sw/inc/strings.hrc:681
msgctxt "STR_REMOVE_INDEX"
msgid "~Remove Index"
msgstr ""
#. RH2h9
-#: sw/inc/strings.hrc:678
+#: sw/inc/strings.hrc:682
#, fuzzy
msgctxt "STR_REMOVE_TBL_PROTECTION"
msgid "~Unprotect"
msgstr "অসুৰক্ষিত (~U)"
#. HpMeb
-#: sw/inc/strings.hrc:679
+#: sw/inc/strings.hrc:683
#, fuzzy
msgctxt "STR_INVISIBLE"
msgid "hidden"
msgstr "লুকুৱাই থোৱা"
#. XcCnB
-#: sw/inc/strings.hrc:680
+#: sw/inc/strings.hrc:684
#, fuzzy
msgctxt "STR_BROKEN_LINK"
msgid "File not found: "
msgstr "ফিল্টাৰ বিচাৰি পোৱা নাই."
#. 8BkZE
-#: sw/inc/strings.hrc:681
+#: sw/inc/strings.hrc:685
msgctxt "STR_RENAME"
msgid "~Rename..."
msgstr ""
#. FnvNk
-#: sw/inc/strings.hrc:682
+#: sw/inc/strings.hrc:686
#, fuzzy
msgctxt "STR_READONLY_IDX"
msgid "Read-~only"
msgstr "কেৱল পঢ়িবৰ বাবে"
#. DojWF
-#: sw/inc/strings.hrc:683
+#: sw/inc/strings.hrc:687
msgctxt "STR_POSTIT_SHOW"
msgid "Show All"
msgstr "সকলো দেখুৱাওক"
#. virAB
-#: sw/inc/strings.hrc:684
+#: sw/inc/strings.hrc:688
#, fuzzy
msgctxt "STR_POSTIT_HIDE"
msgid "Hide All"
msgstr "সকলোবোৰ লুকুৱাই থওক (_a)"
#. aJwW2
-#: sw/inc/strings.hrc:685
+#: sw/inc/strings.hrc:689
#, fuzzy
msgctxt "STR_POSTIT_DELETE"
msgid "Delete All"
msgstr "সকলো মচি পেলাওক (_A)"
#. UC53U
-#: sw/inc/strings.hrc:686
+#: sw/inc/strings.hrc:690
msgctxt "STR_RESOLVED"
msgid "RESOLVED"
msgstr ""
#. 6VGuk
-#: sw/inc/strings.hrc:687
+#: sw/inc/strings.hrc:691
msgctxt "STR_PROTECTED"
msgid "Protected"
msgstr ""
#. 3ceMF
-#: sw/inc/strings.hrc:689
+#: sw/inc/strings.hrc:693
#, fuzzy
msgctxt "STR_MARGIN_TOOLTIP_LEFT"
msgid "Left: "
msgstr "বাঁও: "
#. EiXF2
-#: sw/inc/strings.hrc:690
+#: sw/inc/strings.hrc:694
#, fuzzy
msgctxt "STR_MARGIN_TOOLTIP_RIGHT"
msgid ". Right: "
msgstr ". সোঁ: "
#. UFpVa
-#: sw/inc/strings.hrc:691
+#: sw/inc/strings.hrc:695
#, fuzzy
msgctxt "STR_MARGIN_TOOLTIP_INNER"
msgid "Inner: "
msgstr "অভ্যন্তৰীণ: "
#. XE7Wb
-#: sw/inc/strings.hrc:692
+#: sw/inc/strings.hrc:696
#, fuzzy
msgctxt "STR_MARGIN_TOOLTIP_OUTER"
msgid ". Outer: "
msgstr ". বাহিৰ: "
#. 3A8Vg
-#: sw/inc/strings.hrc:693
+#: sw/inc/strings.hrc:697
#, fuzzy
msgctxt "STR_MARGIN_TOOLTIP_TOP"
msgid ". Top: "
msgstr ". ওপৰ: "
#. dRhyZ
-#: sw/inc/strings.hrc:694
+#: sw/inc/strings.hrc:698
#, fuzzy
msgctxt "STR_MARGIN_TOOLTIP_BOT"
msgid ". Bottom: "
@@ -4762,914 +4788,914 @@ msgstr ". তলৰ: "
#. XuC4Y
#. Error calculator
-#: sw/inc/strings.hrc:697
+#: sw/inc/strings.hrc:701
msgctxt "STR_POSTIT_PAGE"
msgid "Page"
msgstr "পৃষ্ঠা"
#. AeDYh
-#: sw/inc/strings.hrc:698
+#: sw/inc/strings.hrc:702
msgctxt "STR_POSTIT_LINE"
msgid "Line"
msgstr "ৰেখা"
#. kfJG6
-#: sw/inc/strings.hrc:699
+#: sw/inc/strings.hrc:703
msgctxt "STR_POSTIT_AUTHOR"
msgid "Author"
msgstr "লেখক"
#. gejqG
-#: sw/inc/strings.hrc:700
+#: sw/inc/strings.hrc:704
msgctxt "STR_CALC_SYNTAX"
msgid "** Syntax Error **"
msgstr ""
#. q6dUT
-#: sw/inc/strings.hrc:701
+#: sw/inc/strings.hrc:705
msgctxt "STR_CALC_ZERODIV"
msgid "** Division by zero **"
msgstr ""
#. HSo6d
-#: sw/inc/strings.hrc:702
+#: sw/inc/strings.hrc:706
msgctxt "STR_CALC_BRACK"
msgid "** Wrong use of brackets **"
msgstr ""
#. jcNfg
-#: sw/inc/strings.hrc:703
+#: sw/inc/strings.hrc:707
msgctxt "STR_CALC_POW"
msgid "** Square function overflow **"
msgstr ""
#. C453V
-#: sw/inc/strings.hrc:704
+#: sw/inc/strings.hrc:708
msgctxt "STR_CALC_OVERFLOW"
msgid "** Overflow **"
msgstr ""
#. KEQfz
-#: sw/inc/strings.hrc:705
+#: sw/inc/strings.hrc:709
msgctxt "STR_CALC_DEFAULT"
msgid "** Error **"
msgstr ""
#. hxrg9
-#: sw/inc/strings.hrc:706
+#: sw/inc/strings.hrc:710
msgctxt "STR_CALC_ERROR"
msgid "** Expression is faulty **"
msgstr ""
#. 2yBhF
-#: sw/inc/strings.hrc:707
+#: sw/inc/strings.hrc:711
msgctxt "STR_GETREFFLD_REFITEMNOTFOUND"
msgid "Error: Reference source not found"
msgstr ""
#. jgRW7
-#: sw/inc/strings.hrc:708
+#: sw/inc/strings.hrc:712
msgctxt "STR_TEMPLATE_NONE"
msgid "None"
msgstr "কোনো নহয়"
#. KRD6s
-#: sw/inc/strings.hrc:709
+#: sw/inc/strings.hrc:713
msgctxt "STR_FIELD_FIXED"
msgid "(fixed)"
msgstr ""
#. FCRUB
-#: sw/inc/strings.hrc:710
+#: sw/inc/strings.hrc:714
msgctxt "STR_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"
#. ocA84
-#: sw/inc/strings.hrc:711
+#: sw/inc/strings.hrc:715
msgctxt "STR_TOI"
msgid "Alphabetical Index"
msgstr ""
#. GDCRF
-#: sw/inc/strings.hrc:712
+#: sw/inc/strings.hrc:716
#, fuzzy
msgctxt "STR_TOU"
msgid "User-Defined"
msgstr "ব্যৱহাকাৰী বিৱৰীত"
#. vnaNc
-#: sw/inc/strings.hrc:713
+#: sw/inc/strings.hrc:717
#, fuzzy
msgctxt "STR_TOC"
msgid "Table of Contents"
msgstr "টেবুলৰ বিষয়বোৰ"
#. BESjb
-#: sw/inc/strings.hrc:714
+#: sw/inc/strings.hrc:718
#, fuzzy
msgctxt "STR_TOX_AUTH"
msgid "Bibliography"
msgstr "গ্রন্থ-সূচী 1"
#. ZFBUD
-#: sw/inc/strings.hrc:715
+#: sw/inc/strings.hrc:719
msgctxt "STR_TOX_CITATION"
msgid "Citation"
msgstr "উদ্ধৃতি"
#. WAs8q
-#: sw/inc/strings.hrc:716
+#: sw/inc/strings.hrc:720
msgctxt "STR_TOX_TBL"
msgid "Index of Tables"
msgstr ""
#. NFzTx
-#: sw/inc/strings.hrc:717
+#: sw/inc/strings.hrc:721
msgctxt "STR_TOX_OBJ"
msgid "Table of Objects"
msgstr ""
#. mSyms
-#: sw/inc/strings.hrc:718
+#: sw/inc/strings.hrc:722
msgctxt "STR_TOX_ILL"
msgid "Table of Figures"
msgstr ""
#. TspkU
#. SubType DocInfo
-#: sw/inc/strings.hrc:720
+#: sw/inc/strings.hrc:724
msgctxt "FLD_DOCINFO_TITEL"
msgid "Title"
msgstr "শীৰ্ষক"
#. ziEpC
-#: sw/inc/strings.hrc:721
+#: sw/inc/strings.hrc:725
msgctxt "FLD_DOCINFO_THEMA"
msgid "Subject"
msgstr "বিষয়"
#. FCVZS
-#: sw/inc/strings.hrc:722
+#: sw/inc/strings.hrc:726
msgctxt "FLD_DOCINFO_KEYS"
msgid "Keywords"
msgstr "প্রধান শব্দবোৰ"
#. kHC7q
-#: sw/inc/strings.hrc:723
+#: sw/inc/strings.hrc:727
#, fuzzy
msgctxt "FLD_DOCINFO_COMMENT"
msgid "Comments"
msgstr "মন্তব্যবোৰ"
#. i6psX
-#: sw/inc/strings.hrc:724
+#: sw/inc/strings.hrc:728
#, fuzzy
msgctxt "FLD_DOCINFO_CREATE"
msgid "Created"
msgstr "সৃষ্টি কৰা হল:"
#. L2Bxp
-#: sw/inc/strings.hrc:725
+#: sw/inc/strings.hrc:729
msgctxt "FLD_DOCINFO_CHANGE"
msgid "Modified"
msgstr "ৰূপান্তৰিত"
#. D2YKS
-#: sw/inc/strings.hrc:726
+#: sw/inc/strings.hrc:730
#, fuzzy
msgctxt "FLD_DOCINFO_PRINT"
msgid "Last printed"
msgstr "সৰ্বশেষ প্ৰিন্টেড (_n):"
#. QtuZM
-#: sw/inc/strings.hrc:727
+#: sw/inc/strings.hrc:731
msgctxt "FLD_DOCINFO_DOCNO"
msgid "Revision number"
msgstr "পুনৰীক্ষণৰ সংখ্যা"
#. YDFbi
-#: sw/inc/strings.hrc:728
+#: sw/inc/strings.hrc:732
msgctxt "FLD_DOCINFO_EDIT"
msgid "Total editing time"
msgstr "সম্পাদনাৰ মুঠ সময়"
#. EpZ9C
-#: sw/inc/strings.hrc:729
+#: sw/inc/strings.hrc:733
msgctxt "STR_PAGEDESC_NAME"
msgid "Convert $(ARG1)"
msgstr ""
#. nY3NU
-#: sw/inc/strings.hrc:730
+#: sw/inc/strings.hrc:734
msgctxt "STR_PAGEDESC_FIRSTNAME"
msgid "First convert $(ARG1)"
msgstr ""
#. eQtGV
-#: sw/inc/strings.hrc:731
+#: sw/inc/strings.hrc:735
msgctxt "STR_PAGEDESC_FOLLOWNAME"
msgid "Next convert $(ARG1)"
msgstr ""
#. aBwxC
-#: sw/inc/strings.hrc:732
+#: sw/inc/strings.hrc:736
msgctxt "STR_AUTH_TYPE_ARTICLE"
msgid "Article"
msgstr "দফা"
#. di8ud
-#: sw/inc/strings.hrc:733
+#: sw/inc/strings.hrc:737
msgctxt "STR_AUTH_TYPE_BOOK"
msgid "Book"
msgstr "কিতাপ"
#. GD5KJ
-#: sw/inc/strings.hrc:734
+#: sw/inc/strings.hrc:738
#, fuzzy
msgctxt "STR_AUTH_TYPE_BOOKLET"
msgid "Brochures"
msgstr "ক্ষুদ্র পুস্তিকা (~u)"
#. mfFSf
-#: sw/inc/strings.hrc:735
+#: sw/inc/strings.hrc:739
msgctxt "STR_AUTH_TYPE_CONFERENCE"
msgid "Conference proceedings"
msgstr "সন্মিলনৰ কার্য-ব্যৱস্থা"
#. Et2Px
-#: sw/inc/strings.hrc:736
+#: sw/inc/strings.hrc:740
msgctxt "STR_AUTH_TYPE_INBOOK"
msgid "Book excerpt"
msgstr "কিতাপৰ উদ্ধৃতি"
#. ys2B8
-#: sw/inc/strings.hrc:737
+#: sw/inc/strings.hrc:741
msgctxt "STR_AUTH_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr "শিৰোনামৰ সৈতে কিতাপৰ উদ্ধৃতি"
#. mdEqj
-#: sw/inc/strings.hrc:738
+#: sw/inc/strings.hrc:742
msgctxt "STR_AUTH_TYPE_INPROCEEDINGS"
msgid "Conference proceedings"
msgstr "সন্মিলনৰ কার্য-ব্যৱস্থা"
#. jNmVD
-#: sw/inc/strings.hrc:739
+#: sw/inc/strings.hrc:743
msgctxt "STR_AUTH_TYPE_JOURNAL"
msgid "Journal"
msgstr "জার্নেল"
#. M3xkM
-#: sw/inc/strings.hrc:740
+#: sw/inc/strings.hrc:744
msgctxt "STR_AUTH_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "পাৰিভাষিক ডকুমেন্টেশ্বন"
#. EJAj4
-#: sw/inc/strings.hrc:741
+#: sw/inc/strings.hrc:745
msgctxt "STR_AUTH_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "থেছিছ"
#. NoUCv
-#: sw/inc/strings.hrc:742
+#: sw/inc/strings.hrc:746
msgctxt "STR_AUTH_TYPE_MISC"
msgid "Miscellaneous"
msgstr "সানমিহলি"
#. qNGGE
-#: sw/inc/strings.hrc:743
+#: sw/inc/strings.hrc:747
msgctxt "STR_AUTH_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "আলোচনা"
#. L7W7R
-#: sw/inc/strings.hrc:744
+#: sw/inc/strings.hrc:748
msgctxt "STR_AUTH_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr "সন্মিলনৰ কার্য-ব্যৱস্থা"
#. X8bGG
-#: sw/inc/strings.hrc:745
+#: sw/inc/strings.hrc:749
msgctxt "STR_AUTH_TYPE_TECHREPORT"
msgid "Research report"
msgstr "গৱেষণাৰ ৰিপৰ্ট"
#. 4dDC9
-#: sw/inc/strings.hrc:746
+#: sw/inc/strings.hrc:750
msgctxt "STR_AUTH_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr "অপ্ৰকাশিত"
#. Gb38d
-#: sw/inc/strings.hrc:747
+#: sw/inc/strings.hrc:751
msgctxt "STR_AUTH_TYPE_EMAIL"
msgid "Email"
msgstr ""
#. 9HKD6
-#: sw/inc/strings.hrc:748
+#: sw/inc/strings.hrc:752
#, fuzzy
msgctxt "STR_AUTH_TYPE_WWW"
msgid "WWW document"
msgstr "প্ৰতিটো দস্তাবেজত"
#. qA449
-#: sw/inc/strings.hrc:749
+#: sw/inc/strings.hrc:753
msgctxt "STR_AUTH_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "ব্যৱহাৰকৰ্তাৰ দ্বাৰা সংজ্ঞা নিৰূপিত1"
#. nyzxz
-#: sw/inc/strings.hrc:750
+#: sw/inc/strings.hrc:754
msgctxt "STR_AUTH_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "ব্যৱহাৰকৰ্তাৰ দ্বাৰা সংজ্ঞা নিৰূপিত2"
#. cCFTF
-#: sw/inc/strings.hrc:751
+#: sw/inc/strings.hrc:755
msgctxt "STR_AUTH_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "ব্যৱহাৰকৰ্তাৰ দ্বাৰা সংজ্ঞা নিৰূপিত3"
#. mrqJC
-#: sw/inc/strings.hrc:752
+#: sw/inc/strings.hrc:756
msgctxt "STR_AUTH_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "ব্যৱহাৰকৰ্তাৰ দ্বাৰা সংজ্ঞা নিৰূপিত4"
#. fFs86
-#: sw/inc/strings.hrc:753
+#: sw/inc/strings.hrc:757
msgctxt "STR_AUTH_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "ব্যৱহাৰকৰ্তাৰ দ্বাৰা সংজ্ঞা নিৰূপিত5"
#. nsCwi
-#: sw/inc/strings.hrc:754
+#: sw/inc/strings.hrc:758
msgctxt "STR_AUTH_FIELD_IDENTIFIER"
msgid "Short name"
msgstr "চুটি নাম"
#. CpKgc
-#: sw/inc/strings.hrc:755
+#: sw/inc/strings.hrc:759
#, fuzzy
msgctxt "STR_AUTH_FIELD_AUTHORITY_TYPE"
msgid "Type"
msgstr "প্ৰকাৰ"
#. kUGDr
-#: sw/inc/strings.hrc:756
+#: sw/inc/strings.hrc:760
#, fuzzy
msgctxt "STR_AUTH_FIELD_ADDRESS"
msgid "Address"
msgstr "এড্রেছী"
#. DquVQ
-#: sw/inc/strings.hrc:757
+#: sw/inc/strings.hrc:761
#, fuzzy
msgctxt "STR_AUTH_FIELD_ANNOTE"
msgid "Annotation"
msgstr "টীকাকৰণ (~o)"
#. sduuV
-#: sw/inc/strings.hrc:758
+#: sw/inc/strings.hrc:762
#, fuzzy
msgctxt "STR_AUTH_FIELD_AUTHOR"
msgid "Author(s)"
msgstr "লেখক(বোৰ)"
#. fXvz6
-#: sw/inc/strings.hrc:759
+#: sw/inc/strings.hrc:763
#, fuzzy
msgctxt "STR_AUTH_FIELD_BOOKTITLE"
msgid "Book title"
msgstr "কিতাপৰ শিৰোনাম (~B)"
#. c8PFE
-#: sw/inc/strings.hrc:760
+#: sw/inc/strings.hrc:764
msgctxt "STR_AUTH_FIELD_CHAPTER"
msgid "Chapter"
msgstr "অধ্যায়"
#. GXqxF
-#: sw/inc/strings.hrc:761
+#: sw/inc/strings.hrc:765
#, fuzzy
msgctxt "STR_AUTH_FIELD_EDITION"
msgid "Edition"
msgstr "সংস্কৰণ (~i)"
#. p7A3p
-#: sw/inc/strings.hrc:762
+#: sw/inc/strings.hrc:766
#, fuzzy
msgctxt "STR_AUTH_FIELD_EDITOR"
msgid "Editor"
msgstr "সম্পাদক"
#. aAFEz
-#: sw/inc/strings.hrc:763
+#: sw/inc/strings.hrc:767
#, fuzzy
msgctxt "STR_AUTH_FIELD_HOWPUBLISHED"
msgid "Publication type"
msgstr "প্ৰকাশনৰ প্ৰকাৰ (~y)"
#. 8DwdJ
-#: sw/inc/strings.hrc:764
+#: sw/inc/strings.hrc:768
#, fuzzy
msgctxt "STR_AUTH_FIELD_INSTITUTION"
msgid "Institution"
msgstr "অনুষ্ঠান (~u)"
#. VWNxy
-#: sw/inc/strings.hrc:765
+#: sw/inc/strings.hrc:769
msgctxt "STR_AUTH_FIELD_JOURNAL"
msgid "Journal"
msgstr "জার্নেল"
#. Da4fW
-#: sw/inc/strings.hrc:766
+#: sw/inc/strings.hrc:770
msgctxt "STR_AUTH_FIELD_MONTH"
msgid "Month"
msgstr "মাহ"
#. SdSBt
-#: sw/inc/strings.hrc:767
+#: sw/inc/strings.hrc:771
msgctxt "STR_AUTH_FIELD_NOTE"
msgid "Note"
msgstr "টিপ্পনী"
#. MZYpD
-#: sw/inc/strings.hrc:768
+#: sw/inc/strings.hrc:772
msgctxt "STR_AUTH_FIELD_NUMBER"
msgid "Number"
msgstr "সংখ্যা"
#. ZB7Go
-#: sw/inc/strings.hrc:769
+#: sw/inc/strings.hrc:773
#, fuzzy
msgctxt "STR_AUTH_FIELD_ORGANIZATIONS"
msgid "Organization"
msgstr "প্ৰতিষ্ঠান (~z)"
#. C4CdP
-#: sw/inc/strings.hrc:770
+#: sw/inc/strings.hrc:774
#, fuzzy
msgctxt "STR_AUTH_FIELD_PAGES"
msgid "Page(s)"
msgstr "পৃষ্ঠা(বোৰ) (~g)"
#. yFPFa
-#: sw/inc/strings.hrc:771
+#: sw/inc/strings.hrc:775
msgctxt "STR_AUTH_FIELD_PUBLISHER"
msgid "Publisher"
msgstr "প্ৰকাশক"
#. d9u3p
-#: sw/inc/strings.hrc:772
+#: sw/inc/strings.hrc:776
#, fuzzy
msgctxt "STR_AUTH_FIELD_SCHOOL"
msgid "University"
msgstr "বিশ্ববিদ্যালয়"
#. Qxsdb
-#: sw/inc/strings.hrc:773
+#: sw/inc/strings.hrc:777
#, fuzzy
msgctxt "STR_AUTH_FIELD_SERIES"
msgid "Series"
msgstr "শৃংখলাবোৰ (~r)"
#. YhXPg
-#: sw/inc/strings.hrc:774
+#: sw/inc/strings.hrc:778
msgctxt "STR_AUTH_FIELD_TITLE"
msgid "Title"
msgstr "শীৰ্ষক"
#. qEBhL
-#: sw/inc/strings.hrc:775
+#: sw/inc/strings.hrc:779
#, fuzzy
msgctxt "STR_AUTH_FIELD_TYPE"
msgid "Type of report"
msgstr "সংবাদৰ ধৰণ (~p)"
#. Sij9w
-#: sw/inc/strings.hrc:776
+#: sw/inc/strings.hrc:780
msgctxt "STR_AUTH_FIELD_VOLUME"
msgid "Volume"
msgstr "ভলিউম"
#. K8miv
-#: sw/inc/strings.hrc:777
+#: sw/inc/strings.hrc:781
#, fuzzy
msgctxt "STR_AUTH_FIELD_YEAR"
msgid "Year"
msgstr "মৰমৰ"
#. pFMSV
-#: sw/inc/strings.hrc:778
+#: sw/inc/strings.hrc:782
msgctxt "STR_AUTH_FIELD_URL"
msgid "URL"
msgstr "URL"
#. xFG3c
-#: sw/inc/strings.hrc:779
+#: sw/inc/strings.hrc:783
msgctxt "STR_AUTH_FIELD_CUSTOM1"
msgid "User-defined1"
msgstr "ব্যৱহাৰকৰ্তাৰ দ্বাৰা সংজ্ঞা নিৰূপিত1"
#. wtDyU
-#: sw/inc/strings.hrc:780
+#: sw/inc/strings.hrc:784
msgctxt "STR_AUTH_FIELD_CUSTOM2"
msgid "User-defined2"
msgstr "ব্যৱহাৰকৰ্তাৰ দ্বাৰা সংজ্ঞা নিৰূপিত2"
#. VH3Se
-#: sw/inc/strings.hrc:781
+#: sw/inc/strings.hrc:785
msgctxt "STR_AUTH_FIELD_CUSTOM3"
msgid "User-defined3"
msgstr "ব্যৱহাৰকৰ্তাৰ দ্বাৰা সংজ্ঞা নিৰূপিত3"
#. twuKb
-#: sw/inc/strings.hrc:782
+#: sw/inc/strings.hrc:786
msgctxt "STR_AUTH_FIELD_CUSTOM4"
msgid "User-defined4"
msgstr "ব্যৱহাৰকৰ্তাৰ দ্বাৰা সংজ্ঞা নিৰূপিত4"
#. WAo7Z
-#: sw/inc/strings.hrc:783
+#: sw/inc/strings.hrc:787
msgctxt "STR_AUTH_FIELD_CUSTOM5"
msgid "User-defined5"
msgstr "ব্যৱহাৰকৰ্তাৰ দ্বাৰা সংজ্ঞা নিৰূপিত5"
#. 3r6Wg
-#: sw/inc/strings.hrc:784
+#: sw/inc/strings.hrc:788
#, fuzzy
msgctxt "STR_AUTH_FIELD_ISBN"
msgid "ISBN"
msgstr "ISBN (~I)"
#. eFnnx
-#: sw/inc/strings.hrc:786
+#: sw/inc/strings.hrc:790
msgctxt "STR_IDXMRK_EDIT"
msgid "Edit Index Entry"
msgstr "সূচী প্রৱিষ্টিৰ সম্পাদনা কৰক"
#. EHTHH
-#: sw/inc/strings.hrc:787
+#: sw/inc/strings.hrc:791
msgctxt "STR_IDXMRK_INSERT"
msgid "Insert Index Entry"
msgstr "সূচী প্রৱিষ্টি ভৰাওক"
#. D2gkA
-#: sw/inc/strings.hrc:788
+#: sw/inc/strings.hrc:792
#, fuzzy
msgctxt "STR_QUERY_CHANGE_AUTH_ENTRY"
msgid "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?"
msgstr "দস্তাবেজটোত ইতিমধ্যে গ্রন্থ-সূচী প্রৱিষ্টি আছে কিন্তু বেলেগ ডাটাৰ সৈতে. আপুনি বর্তি থকা প্রৱিষ্টিবোৰ সমাযোজন কৰিব বিচাৰে নেকি?"
#. mK84T
-#: sw/inc/strings.hrc:790
+#: sw/inc/strings.hrc:794
msgctxt "STR_COMMENTS_LABEL"
msgid "Comments"
msgstr "মন্তব্যসমূহ"
#. fwecS
-#: sw/inc/strings.hrc:791
+#: sw/inc/strings.hrc:795
msgctxt "STR_SHOW_COMMENTS"
msgid "Show comments"
msgstr "মন্তব্যসমূহ দেখুৱাওক"
#. HkUvy
-#: sw/inc/strings.hrc:792
+#: sw/inc/strings.hrc:796
msgctxt "STR_HIDE_COMMENTS"
msgid "Hide comments"
msgstr "মন্তব্যসমূহ লুকাওক"
#. FcmEy
-#: sw/inc/strings.hrc:794
+#: sw/inc/strings.hrc:798
msgctxt "STR_DOUBLE_SHORTNAME"
msgid "Shortcut name already exists. Please choose another name."
msgstr "চমুপথৰ নাম ইতিমধ্যে আছে. এটা বেলেগ নাম বাছনী কৰক."
#. VhMST
-#: sw/inc/strings.hrc:795
+#: sw/inc/strings.hrc:799
msgctxt "STR_QUERY_DELETE"
msgid "Delete AutoText?"
msgstr "স্বয়ংক্ৰিয় টেক্সট ডিলিট কৰিব নেকি?"
#. E5MLr
-#: sw/inc/strings.hrc:796
+#: sw/inc/strings.hrc:800
msgctxt "STR_QUERY_DELETE_GROUP1"
msgid "Delete the category "
msgstr "বর্গটো মচি পেলাওক "
#. qndNh
-#: sw/inc/strings.hrc:797
+#: sw/inc/strings.hrc:801
msgctxt "STR_QUERY_DELETE_GROUP2"
msgid "?"
msgstr "?"
#. B6xah
-#: sw/inc/strings.hrc:798
+#: sw/inc/strings.hrc:802
msgctxt "STR_GLOSSARY"
msgid "AutoText :"
msgstr "স্বয়ংক্ৰিয় টেক্সট:"
#. ChetY
-#: sw/inc/strings.hrc:799
+#: sw/inc/strings.hrc:803
msgctxt "STR_SAVE_GLOSSARY"
msgid "Save AutoText"
msgstr "স্বয়ংক্ৰিয় টেক্সট ছেভ কৰক"
#. QxAiF
-#: sw/inc/strings.hrc:800
+#: sw/inc/strings.hrc:804
msgctxt "STR_NO_GLOSSARIES"
msgid "There is no AutoText in this file."
msgstr "এই ফাইলটোত স্বয়ংক্ৰিয় টেক্সট নাই."
#. sG8Xt
-#: sw/inc/strings.hrc:801
+#: sw/inc/strings.hrc:805
msgctxt "STR_MY_AUTOTEXT"
msgid "My AutoText"
msgstr "মোৰ স্বলিখনী"
#. GaoqR
-#: sw/inc/strings.hrc:803
+#: sw/inc/strings.hrc:807
msgctxt "STR_NOGLOS"
msgid "AutoText for Shortcut '%1' not found."
msgstr "চৰ্টকাট '%1' -ৰ কাৰণে স্বলিখনি পোৱা নগল।"
#. MwUEP
-#: sw/inc/strings.hrc:804
+#: sw/inc/strings.hrc:808
msgctxt "STR_NO_TABLE"
msgid "A table with no rows or no cells cannot be inserted"
msgstr ""
#. AawM4
-#: sw/inc/strings.hrc:805
+#: sw/inc/strings.hrc:809
msgctxt "STR_TABLE_TOO_LARGE"
msgid "The table cannot be inserted because it is too large"
msgstr ""
#. GGo8i
-#: sw/inc/strings.hrc:806
+#: sw/inc/strings.hrc:810
msgctxt "STR_ERR_INSERT_GLOS"
msgid "AutoText could not be created."
msgstr "স্বয়ংক্ৰিয় টেক্সট সৃষ্টি কৰিব পৰা নগ'ল."
#. DCPSB
-#: sw/inc/strings.hrc:807
+#: sw/inc/strings.hrc:811
msgctxt "STR_CLPBRD_FORMAT_ERROR"
msgid "Requested clipboard format is not available."
msgstr "অনুগ্ৰহ কৰা ক্লিপবৰ্ড ফৰ্মেটটো মজুত নাই."
#. YxCCF
-#: sw/inc/strings.hrc:808
+#: sw/inc/strings.hrc:812
msgctxt "STR_PRIVATETEXT"
msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
msgstr ""
#. 8ygN3
-#: sw/inc/strings.hrc:809
+#: sw/inc/strings.hrc:813
msgctxt "STR_PRIVATEGRAPHIC"
msgid "Image (%PRODUCTNAME %PRODUCTVERSION Text Document)"
msgstr ""
#. ewPPB
-#: sw/inc/strings.hrc:810
+#: sw/inc/strings.hrc:814
msgctxt "STR_PRIVATEOLE"
msgid "Object (%PRODUCTNAME %PRODUCTVERSION Text Document)"
msgstr ""
#. 9VEc3
-#: sw/inc/strings.hrc:811
+#: sw/inc/strings.hrc:815
msgctxt "STR_DDEFORMAT"
msgid "Dynamic Data Exchange (DDE link)"
msgstr ""
#. svrE7
-#: sw/inc/strings.hrc:813
+#: sw/inc/strings.hrc:817
msgctxt "STR_DELETE_ALL_NOTES"
msgid "All Comments"
msgstr "সকলো মন্তব্য"
#. YGNN4
-#: sw/inc/strings.hrc:814
+#: sw/inc/strings.hrc:818
msgctxt "STR_FORMAT_ALL_NOTES"
msgid "All Comments"
msgstr "সকলো মন্তব্য"
#. GDH49
-#: sw/inc/strings.hrc:815
+#: sw/inc/strings.hrc:819
msgctxt "STR_DELETE_AUTHOR_NOTES"
msgid "Comments by "
msgstr "মন্তব্য দিছে "
#. RwAcm
-#: sw/inc/strings.hrc:816
+#: sw/inc/strings.hrc:820
msgctxt "STR_NODATE"
msgid "(no date)"
msgstr "(no date)"
#. ytxKG
-#: sw/inc/strings.hrc:817
+#: sw/inc/strings.hrc:821
msgctxt "STR_NOAUTHOR"
msgid "(no author)"
msgstr "লেখক"
#. nAwMG
-#: sw/inc/strings.hrc:818
+#: sw/inc/strings.hrc:822
msgctxt "STR_REPLY"
msgid "Reply to $1"
msgstr "$1 লৈ উত্তৰ দিয়ক"
#. CVVa6
-#: sw/inc/strings.hrc:820
+#: sw/inc/strings.hrc:824
msgctxt "ST_TITLE_EDIT"
msgid "Edit Address Block"
msgstr "ঠিকনা ব্লক সম্পাদনা কৰক"
#. njGGA
-#: sw/inc/strings.hrc:821
+#: sw/inc/strings.hrc:825
msgctxt "ST_TITLE_MALE"
msgid "Custom Salutation (Male Recipients)"
msgstr "স্বনিৰ্বাচিত অভিবাদন (পুৰুষ প্ৰাপক)"
#. ZVuKY
-#: sw/inc/strings.hrc:822
+#: sw/inc/strings.hrc:826
msgctxt "ST_TITLE_FEMALE"
msgid "Custom Salutation (Female Recipients)"
msgstr "স্বনিৰ্বাচিত অভিবাদন (মহিলা প্ৰাপক)"
#. h4yuq
-#: sw/inc/strings.hrc:823
+#: sw/inc/strings.hrc:827
msgctxt "ST_SALUTATIONELEMENTS"
msgid "Salutation e~lements"
msgstr "অভিবাদন উপাদানবোৰ (~l)"
#. kWhqT
-#: sw/inc/strings.hrc:824
+#: sw/inc/strings.hrc:828
msgctxt "ST_INSERTSALUTATIONFIELD"
msgid "Add to salutation"
msgstr "অভিবাদনৰ লগত যোগ কৰক"
#. hvF3V
-#: sw/inc/strings.hrc:825
+#: sw/inc/strings.hrc:829
msgctxt "ST_REMOVESALUTATIONFIELD"
msgid "Remove from salutation"
msgstr "অভিবাদনৰ পৰা আঁতৰাওক"
#. A6XaR
-#: sw/inc/strings.hrc:826
+#: sw/inc/strings.hrc:830
msgctxt "ST_DRAGSALUTATION"
msgid "1. ~Drag salutation elements into the box below"
msgstr "1. তলৰ বাকচটোলৈ অভিবাদন উপাদানবোৰ ড্ৰেগ কৰক (~D)"
#. 4VJWL
-#: sw/inc/strings.hrc:827
+#: sw/inc/strings.hrc:831
msgctxt "ST_SALUTATION"
msgid "Salutation"
msgstr "অভিবাদন"
#. Vj6XT
-#: sw/inc/strings.hrc:828
+#: sw/inc/strings.hrc:832
msgctxt "ST_PUNCTUATION"
msgid "Punctuation Mark"
msgstr "যতি চিহ্ন"
#. bafeG
-#: sw/inc/strings.hrc:829
+#: sw/inc/strings.hrc:833
msgctxt "ST_TEXT"
msgid "Text"
msgstr "লিখনি"
#. tt6sA
-#: sw/inc/strings.hrc:830
+#: sw/inc/strings.hrc:834
#, fuzzy
msgctxt "ST_SALUTATIONMATCHING"
msgid "Assign the fields from your data source to match the salutation elements."
msgstr "ঠিকনা উপাদানবোৰ মিলাবলৈ আপোনাৰ ডাটা উত্সৰ পৰা ফিল্ডবোৰ নির্ধাৰণ কৰক."
#. zrUsN
-#: sw/inc/strings.hrc:831
+#: sw/inc/strings.hrc:835
msgctxt "ST_SALUTATIONPREVIEW"
msgid "Salutation preview"
msgstr "অভিবাদনৰ পূৰ্বদৃশ্য"
#. 2UVE6
-#: sw/inc/strings.hrc:832
+#: sw/inc/strings.hrc:836
msgctxt "ST_ADDRESSELEMENT"
msgid "Address elements"
msgstr "ঠিকনা উপাদানবোৰ"
#. Bd6pd
-#: sw/inc/strings.hrc:833
+#: sw/inc/strings.hrc:837
msgctxt "ST_SALUTATIONELEMENT"
msgid "Salutation elements"
msgstr "অভিবাদন উপাদানবোৰ"
#. 9krzf
-#: sw/inc/strings.hrc:834
+#: sw/inc/strings.hrc:838
msgctxt "ST_MATCHESTO"
msgid "Matches to field:"
msgstr "ফিল্ডলৈ মিলাওক:"
#. oahCQ
-#: sw/inc/strings.hrc:835
+#: sw/inc/strings.hrc:839
msgctxt "ST_PREVIEW"
msgid "Preview"
msgstr "পূৰ্বদৃশ্য"
#. ijdxe
-#: sw/inc/strings.hrc:836
+#: sw/inc/strings.hrc:840
msgctxt "ST_DELETE_CONFIRM"
msgid "Do you want to delete this registered data source?"
msgstr ""
#. kE5C3
-#: sw/inc/strings.hrc:838
+#: sw/inc/strings.hrc:842
msgctxt "STR_NOTASSIGNED"
msgid " not yet matched "
msgstr " এতিয়ালৈকে পুনৰুদ্ধাৰ হোৱা নাই "
#. Y6FhG
-#: sw/inc/strings.hrc:839
+#: sw/inc/strings.hrc:843
msgctxt "STR_FILTER_ALL"
msgid "All files"
msgstr "সকলো ফাইল"
#. 7cNjh
-#: sw/inc/strings.hrc:840
+#: sw/inc/strings.hrc:844
msgctxt "STR_FILTER_ALL_DATA"
msgid "Address lists(*.*)"
msgstr "ঠিকনা তালিকাবোৰ (*.*)"
#. Ef8TY
-#: sw/inc/strings.hrc:841
+#: sw/inc/strings.hrc:845
msgctxt "STR_FILTER_SXB"
msgid "%PRODUCTNAME Base (*.odb)"
msgstr "%PRODUCTNAME আধাৰ (*.odb)"
#. 24opW
-#: sw/inc/strings.hrc:842
+#: sw/inc/strings.hrc:846
msgctxt "STR_FILTER_SXC"
msgid "%PRODUCTNAME Calc (*.ods;*.sxc)"
msgstr "%PRODUCTNAME কেলক (*.ods;*.sxc)"
#. sq73T
-#: sw/inc/strings.hrc:843
+#: sw/inc/strings.hrc:847
#, fuzzy
msgctxt "STR_FILTER_SXW"
msgid "%PRODUCTNAME Writer (*.odt;*.sxw)"
msgstr "%PRODUCTNAME কেলক (*.ods;*.sxc)"
#. QupGC
-#: sw/inc/strings.hrc:844
+#: sw/inc/strings.hrc:848
msgctxt "STR_FILTER_DBF"
msgid "dBase (*.dbf)"
msgstr "d আধাৰ (*.dbf)"
#. SzqRv
-#: sw/inc/strings.hrc:845
+#: sw/inc/strings.hrc:849
#, fuzzy
msgctxt "STR_FILTER_XLS"
msgid "Microsoft Excel (*.xls;*.xlsx)"
msgstr "মাইক্ৰছফট এক্সেল (*.xls)"
#. zAUu8
-#: sw/inc/strings.hrc:846
+#: sw/inc/strings.hrc:850
msgctxt "STR_FILTER_DOC"
msgid "Microsoft Word (*.doc;*.docx)"
msgstr ""
#. JBZFc
-#: sw/inc/strings.hrc:847
+#: sw/inc/strings.hrc:851
msgctxt "STR_FILTER_TXT"
msgid "Plain text (*.txt)"
msgstr "সৰল টেক্সট (*.txt)"
#. CRJb6
-#: sw/inc/strings.hrc:848
+#: sw/inc/strings.hrc:852
msgctxt "STR_FILTER_CSV"
msgid "Text Comma Separated (*.csv)"
msgstr "টেক্সট কমা বিভাজন কৰা হ'ল (*.csv)"
#. U4H2j
-#: sw/inc/strings.hrc:849
+#: sw/inc/strings.hrc:853
#, fuzzy
msgctxt "STR_FILTER_MDB"
msgid "Microsoft Access (*.mdb;*.mde)"
msgstr "Microsoft Access (*.mdb)"
#. DwxF8
-#: sw/inc/strings.hrc:850
+#: sw/inc/strings.hrc:854
#, fuzzy
msgctxt "STR_FILTER_ACCDB"
msgid "Microsoft Access 2007 (*.accdb,*.accde)"
msgstr "Microsoft Access 2007 (*.accdb)"
#. uDNRt
-#: sw/inc/strings.hrc:851
+#: sw/inc/strings.hrc:855
msgctxt "ST_CONFIGUREMAIL"
msgid ""
"In order to be able to send mail merge documents by email, %PRODUCTNAME requires information about the email account to be used.\n"
@@ -5678,92 +5704,92 @@ msgid ""
msgstr ""
#. r9BVg
-#: sw/inc/strings.hrc:852
+#: sw/inc/strings.hrc:856
msgctxt "ST_FILTERNAME"
msgid "%PRODUCTNAME Address List (.csv)"
msgstr "%PRODUCTNAME ঠিকনা তালিকা (.csv)"
#. jiJuZ
-#: sw/inc/strings.hrc:854
+#: sw/inc/strings.hrc:858
msgctxt "ST_STARTING"
msgid "Select Starting Document"
msgstr ""
#. FiUyK
-#: sw/inc/strings.hrc:855
+#: sw/inc/strings.hrc:859
msgctxt "ST_DOCUMENTTYPE"
msgid "Select Document Type"
msgstr ""
#. QwrpS
-#: sw/inc/strings.hrc:856
+#: sw/inc/strings.hrc:860
msgctxt "ST_ADDRESSBLOCK"
msgid "Insert Address Block"
msgstr ""
#. omRZF
-#: sw/inc/strings.hrc:857
+#: sw/inc/strings.hrc:861
msgctxt "ST_ADDRESSLIST"
msgid "Select Address List"
msgstr ""
#. YrDuD
-#: sw/inc/strings.hrc:858
+#: sw/inc/strings.hrc:862
msgctxt "ST_GREETINGSLINE"
msgid "Create Salutation"
msgstr ""
#. tTr4B
-#: sw/inc/strings.hrc:859
+#: sw/inc/strings.hrc:863
msgctxt "ST_LAYOUT"
msgid "Adjust Layout"
msgstr ""
#. S4p5M
-#: sw/inc/strings.hrc:860
+#: sw/inc/strings.hrc:864
msgctxt "ST_EXCLUDE"
msgid "Exclude recipient"
msgstr ""
#. N5YUH
-#: sw/inc/strings.hrc:861
+#: sw/inc/strings.hrc:865
msgctxt "ST_FINISH"
msgid "~Finish"
msgstr "সমাপ্ত (~F)"
#. L5FEG
-#: sw/inc/strings.hrc:862
+#: sw/inc/strings.hrc:866
#, fuzzy
msgctxt "ST_MMWTITLE"
msgid "Mail Merge Wizard"
msgstr "মেইল একত্ৰিত উইজাৰ্ড"
#. CEhZj
-#: sw/inc/strings.hrc:864
+#: sw/inc/strings.hrc:868
msgctxt "ST_TABLE"
msgid "Table"
msgstr "টেবুল"
#. v9hEB
-#: sw/inc/strings.hrc:865
+#: sw/inc/strings.hrc:869
msgctxt "ST_QUERY"
msgid "Query"
msgstr "প্ৰশ্ন"
#. HxGAu
-#: sw/inc/strings.hrc:867
+#: sw/inc/strings.hrc:871
msgctxt "STR_QUERY_SPELL_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "দস্তাবেজৰ আৰম্ভনিত পৰীক্ষা অব্যাহত ৰাখিব বিচাৰে নেকি ?"
#. gE7CA
-#: sw/inc/strings.hrc:868
+#: sw/inc/strings.hrc:872
msgctxt "STR_SPELLING_COMPLETED"
msgid "The spellcheck is complete."
msgstr "বানান পৰীক্ষা সম্পূৰ্ণ হ'ল."
#. 2SuqF
-#: sw/inc/strings.hrc:869
+#: sw/inc/strings.hrc:873
msgctxt "STR_DICTIONARY_UNAVAILABLE"
msgid "No dictionary available"
msgstr ""
@@ -5773,252 +5799,252 @@ msgstr ""
#. Description: strings for the types
#. --------------------------------------------------------------------
#. range document
-#: sw/inc/strings.hrc:875
+#: sw/inc/strings.hrc:879
msgctxt "STR_DATEFLD"
msgid "Date"
msgstr "দিনাংক"
#. V9cQp
-#: sw/inc/strings.hrc:876
+#: sw/inc/strings.hrc:880
msgctxt "STR_TIMEFLD"
msgid "Time"
msgstr "সময়"
#. 2zgWi
-#: sw/inc/strings.hrc:877
+#: sw/inc/strings.hrc:881
msgctxt "STR_FILENAMEFLD"
msgid "File name"
msgstr "ফাইলৰ নাম"
#. FdSaU
-#: sw/inc/strings.hrc:878
+#: sw/inc/strings.hrc:882
msgctxt "STR_DBNAMEFLD"
msgid "Database Name"
msgstr "ডাটাবেছৰ নাম"
#. XZADh
-#: sw/inc/strings.hrc:879
+#: sw/inc/strings.hrc:883
msgctxt "STR_CHAPTERFLD"
msgid "Chapter"
msgstr "অধ্যায়"
#. wYWy2
-#: sw/inc/strings.hrc:880
+#: sw/inc/strings.hrc:884
msgctxt "STR_PAGENUMBERFLD"
msgid "Page number"
msgstr ""
#. EXC6N
-#: sw/inc/strings.hrc:881
+#: sw/inc/strings.hrc:885
msgctxt "STR_DOCSTATFLD"
msgid "Statistics"
msgstr "পৰিসংখ্যা"
#. EW86G
-#: sw/inc/strings.hrc:882
+#: sw/inc/strings.hrc:886
msgctxt "STR_AUTHORFLD"
msgid "Author"
msgstr "লেখক"
#. 5aFak
-#: sw/inc/strings.hrc:883
+#: sw/inc/strings.hrc:887
msgctxt "STR_TEMPLNAMEFLD"
msgid "Templates"
msgstr "নমুনাবোৰ"
#. 3wdud
-#: sw/inc/strings.hrc:884
+#: sw/inc/strings.hrc:888
msgctxt "STR_EXTUSERFLD"
msgid "Sender"
msgstr "পথাওতা"
#. LxZEm
#. range functions
-#: sw/inc/strings.hrc:886
+#: sw/inc/strings.hrc:890
msgctxt "STR_SETFLD"
msgid "Set variable"
msgstr "চলক ছেট কৰক"
#. ckA26
-#: sw/inc/strings.hrc:887
+#: sw/inc/strings.hrc:891
msgctxt "STR_GETFLD"
msgid "Show variable"
msgstr "চলক দেখুৱাওক"
#. Fjzgu
-#: sw/inc/strings.hrc:888
+#: sw/inc/strings.hrc:892
msgctxt "STR_FORMELFLD"
msgid "Insert Formula"
msgstr "সূত্র ভৰাওক"
#. AXoAT
-#: sw/inc/strings.hrc:889
+#: sw/inc/strings.hrc:893
msgctxt "STR_INPUTFLD"
msgid "Input field"
msgstr "ইনপুট ফিল্ড"
#. VfqNE
-#: sw/inc/strings.hrc:890
+#: sw/inc/strings.hrc:894
msgctxt "STR_SETINPUTFLD"
msgid "Input field (variable)"
msgstr "ইনপুট ফিল্ড (চলক)"
#. E8JAd
-#: sw/inc/strings.hrc:891
+#: sw/inc/strings.hrc:895
msgctxt "STR_USRINPUTFLD"
msgid "Input field (user)"
msgstr "ইনপুট ফিল্ড (ব্যৱহাৰকৰ্তা)"
#. 8LGEQ
-#: sw/inc/strings.hrc:892
+#: sw/inc/strings.hrc:896
msgctxt "STR_CONDTXTFLD"
msgid "Conditional text"
msgstr "চর্তসাপেক্ষ টেক্সট"
#. jrZ7i
-#: sw/inc/strings.hrc:893
+#: sw/inc/strings.hrc:897
msgctxt "STR_DDEFLD"
msgid "DDE field"
msgstr "DDE ফিল্ড"
#. 9WAT9
-#: sw/inc/strings.hrc:894
+#: sw/inc/strings.hrc:898
msgctxt "STR_MACROFLD"
msgid "Execute macro"
msgstr "মেক্র' কার্যকৰী কৰক"
#. qEBxa
-#: sw/inc/strings.hrc:895
+#: sw/inc/strings.hrc:899
msgctxt "STR_SEQFLD"
msgid "Number range"
msgstr "সংখ্যাৰ পৰিসৰ"
#. ACE5s
-#: sw/inc/strings.hrc:896
+#: sw/inc/strings.hrc:900
msgctxt "STR_SETREFPAGEFLD"
msgid "Set page variable"
msgstr "পৰিৱৰ্তনশীল পৃষ্ঠা ছেট কৰক"
#. ayB3N
-#: sw/inc/strings.hrc:897
+#: sw/inc/strings.hrc:901
msgctxt "STR_GETREFPAGEFLD"
msgid "Show page variable"
msgstr "পৰিৱৰ্তনশীল পৃষ্ঠা দেখুৱাওক"
#. DBM4P
-#: sw/inc/strings.hrc:898
+#: sw/inc/strings.hrc:902
msgctxt "STR_INTERNETFLD"
msgid "Load URL"
msgstr "URL ল'ড কৰক"
#. LJFF5
-#: sw/inc/strings.hrc:899
+#: sw/inc/strings.hrc:903
msgctxt "STR_JUMPEDITFLD"
msgid "Placeholder"
msgstr "স্থান ধাৰক"
#. zZCg6
-#: sw/inc/strings.hrc:900
+#: sw/inc/strings.hrc:904
msgctxt "STR_COMBINED_CHARS"
msgid "Combine characters"
msgstr "আখৰবোৰক যোগ কৰক"
#. 9MGU6
-#: sw/inc/strings.hrc:901
+#: sw/inc/strings.hrc:905
msgctxt "STR_DROPDOWN"
msgid "Input list"
msgstr "ইনপুট তালিকা"
#. 7BWSk
#. range references
-#: sw/inc/strings.hrc:903
+#: sw/inc/strings.hrc:907
msgctxt "STR_SETREFFLD"
msgid "Set Reference"
msgstr "প্ৰসংগ ছেট কৰক"
#. FJ2X8
-#: sw/inc/strings.hrc:904
+#: sw/inc/strings.hrc:908
msgctxt "STR_GETREFFLD"
msgid "Insert Reference"
msgstr "প্রসংগ ভৰাওক"
#. sztLS
#. range database
-#: sw/inc/strings.hrc:906
+#: sw/inc/strings.hrc:910
msgctxt "STR_DBFLD"
msgid "Mail merge fields"
msgstr "মেইল একত্ৰিত ফিল্ড"
#. JP2DU
-#: sw/inc/strings.hrc:907
+#: sw/inc/strings.hrc:911
msgctxt "STR_DBNEXTSETFLD"
msgid "Next record"
msgstr "পৰৱর্তী ৰেকৰ্ড"
#. GizhA
-#: sw/inc/strings.hrc:908
+#: sw/inc/strings.hrc:912
msgctxt "STR_DBNUMSETFLD"
msgid "Any record"
msgstr "যিকোনো ৰেকৰ্ড"
#. aMGxm
-#: sw/inc/strings.hrc:909
+#: sw/inc/strings.hrc:913
msgctxt "STR_DBSETNUMBERFLD"
msgid "Record number"
msgstr "সংখ্যা ৰেকৰ্ড কৰক"
#. DtYzi
-#: sw/inc/strings.hrc:910
+#: sw/inc/strings.hrc:914
msgctxt "STR_PREVPAGEFLD"
msgid "Previous page"
msgstr "পূৰ্বৱৰ্তী পৃষ্ঠা"
#. UCSej
-#: sw/inc/strings.hrc:911
+#: sw/inc/strings.hrc:915
msgctxt "STR_NEXTPAGEFLD"
msgid "Next page"
msgstr "পৰৱর্তী পৃষ্ঠা"
#. M8Fac
-#: sw/inc/strings.hrc:912
+#: sw/inc/strings.hrc:916
msgctxt "STR_HIDDENTXTFLD"
msgid "Hidden text"
msgstr "লুকুৱাই থোৱা টেক্সট"
#. WvBF2
#. range user fields
-#: sw/inc/strings.hrc:914
+#: sw/inc/strings.hrc:918
msgctxt "STR_USERFLD"
msgid "User Field"
msgstr "ব্যৱহাৰকৰ্তাৰ ফিল্ড"
#. XELYN
-#: sw/inc/strings.hrc:915
+#: sw/inc/strings.hrc:919
msgctxt "STR_POSTITFLD"
msgid "Note"
msgstr "টিপ্পনী"
#. MB6kt
-#: sw/inc/strings.hrc:916
+#: sw/inc/strings.hrc:920
msgctxt "STR_SCRIPTFLD"
msgid "Script"
msgstr "স্ক্ৰিপ্ট"
#. BWU6A
-#: sw/inc/strings.hrc:917
+#: sw/inc/strings.hrc:921
msgctxt "STR_AUTHORITY"
msgid "Bibliography entry"
msgstr "গ্রন্থ-সূচী প্রৱিষ্টি"
#. 7EGCR
-#: sw/inc/strings.hrc:918
+#: sw/inc/strings.hrc:922
msgctxt "STR_HIDDENPARAFLD"
msgid "Hidden Paragraph"
msgstr "লুকুৱাই থোৱা পেৰেগ্ৰাফ"
#. dRBRK
#. range DocumentInfo
-#: sw/inc/strings.hrc:920
+#: sw/inc/strings.hrc:924
msgctxt "STR_DOCINFOFLD"
msgid "DocInformation"
msgstr "দস্তাবেজ তথ্য"
@@ -6027,87 +6053,87 @@ msgstr "দস্তাবেজ তথ্য"
#. --------------------------------------------------------------------
#. Description: SubCmd-Strings
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:924
+#: sw/inc/strings.hrc:928
msgctxt "FLD_DATE_STD"
msgid "Date"
msgstr "দিনাংক"
#. qMCEh
-#: sw/inc/strings.hrc:925
+#: sw/inc/strings.hrc:929
msgctxt "FLD_DATE_FIX"
msgid "Date (fixed)"
msgstr "তাৰিখ (নিৰ্ধাৰিত)"
#. AXmyw
-#: sw/inc/strings.hrc:926
+#: sw/inc/strings.hrc:930
msgctxt "FLD_TIME_STD"
msgid "Time"
msgstr "সময়"
#. 6dxVs
-#: sw/inc/strings.hrc:927
+#: sw/inc/strings.hrc:931
msgctxt "FLD_TIME_FIX"
msgid "Time (fixed)"
msgstr "সময় (নিৰ্ধাৰিত)"
#. U3SW8
#. SubCmd Statistic
-#: sw/inc/strings.hrc:929
+#: sw/inc/strings.hrc:933
msgctxt "FLD_STAT_TABLE"
msgid "Tables"
msgstr "টেবুলবোৰ"
#. 7qW4K
-#: sw/inc/strings.hrc:930
+#: sw/inc/strings.hrc:934
msgctxt "FLD_STAT_CHAR"
msgid "Characters"
msgstr "আখৰবোৰ"
#. zDRCp
-#: sw/inc/strings.hrc:931
+#: sw/inc/strings.hrc:935
msgctxt "FLD_STAT_WORD"
msgid "Words"
msgstr "শব্দবোৰ"
#. 2wgLC
-#: sw/inc/strings.hrc:932
+#: sw/inc/strings.hrc:936
msgctxt "FLD_STAT_PARA"
msgid "Paragraphs"
msgstr "পেৰেগ্ৰাফবোৰ"
#. JPGG7
-#: sw/inc/strings.hrc:933
+#: sw/inc/strings.hrc:937
msgctxt "FLD_STAT_GRF"
msgid "Image"
msgstr "ছবি"
#. CzoFh
-#: sw/inc/strings.hrc:934
+#: sw/inc/strings.hrc:938
msgctxt "FLD_STAT_OBJ"
msgid "Objects"
msgstr "বস্তুবোৰ"
#. bDG6R
-#: sw/inc/strings.hrc:935
+#: sw/inc/strings.hrc:939
msgctxt "FLD_STAT_PAGE"
msgid "Pages"
msgstr "পৃষ্ঠাবোৰ"
#. yqhF5
#. SubCmd DDETypes
-#: sw/inc/strings.hrc:937
+#: sw/inc/strings.hrc:941
msgctxt "FMT_DDE_HOT"
msgid "DDE automatic"
msgstr "DDE স্বয়ংক্রিয়"
#. xPP2E
-#: sw/inc/strings.hrc:938
+#: sw/inc/strings.hrc:942
msgctxt "FMT_DDE_NORMAL"
msgid "DDE manual"
msgstr "DDE হাতেৰে"
#. spdXd
-#: sw/inc/strings.hrc:939
+#: sw/inc/strings.hrc:943
msgctxt "FLD_INPUT_TEXT"
msgid "[Text]"
msgstr ""
@@ -6116,103 +6142,103 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: SubType Extuser
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:944
+#: sw/inc/strings.hrc:948
msgctxt "FLD_EU_FIRMA"
msgid "Company"
msgstr "সংস্থা"
#. WWxTK
-#: sw/inc/strings.hrc:945
+#: sw/inc/strings.hrc:949
msgctxt "FLD_EU_VORNAME"
msgid "First Name"
msgstr "প্রথম নাম"
#. 4tdAc
-#: sw/inc/strings.hrc:946
+#: sw/inc/strings.hrc:950
msgctxt "FLD_EU_NAME"
msgid "Last Name"
msgstr "অন্তিম নাম"
#. xTV7n
-#: sw/inc/strings.hrc:947
+#: sw/inc/strings.hrc:951
msgctxt "FLD_EU_ABK"
msgid "Initials"
msgstr "ইনিশ্বিয়েলছ"
#. AKD3k
-#: sw/inc/strings.hrc:948
+#: sw/inc/strings.hrc:952
msgctxt "FLD_EU_STRASSE"
msgid "Street"
msgstr "পথ"
#. ErMju
-#: sw/inc/strings.hrc:949
+#: sw/inc/strings.hrc:953
msgctxt "FLD_EU_LAND"
msgid "Country"
msgstr "দেশ"
#. ESbkx
-#: sw/inc/strings.hrc:950
+#: sw/inc/strings.hrc:954
msgctxt "FLD_EU_PLZ"
msgid "Zip code"
msgstr "জিপ ক'ড"
#. WDAc2
-#: sw/inc/strings.hrc:951
+#: sw/inc/strings.hrc:955
msgctxt "FLD_EU_ORT"
msgid "City"
msgstr "চহৰ"
#. pg7MV
-#: sw/inc/strings.hrc:952
+#: sw/inc/strings.hrc:956
msgctxt "FLD_EU_TITEL"
msgid "Title"
msgstr "শীৰ্ষক"
#. DwLhZ
-#: sw/inc/strings.hrc:953
+#: sw/inc/strings.hrc:957
msgctxt "FLD_EU_POS"
msgid "Position"
msgstr "স্থান"
#. LDTdu
-#: sw/inc/strings.hrc:954
+#: sw/inc/strings.hrc:958
msgctxt "FLD_EU_TELPRIV"
msgid "Tel. (Home)"
msgstr "টেলিফোন (ঘৰ)"
#. JBZyj
-#: sw/inc/strings.hrc:955
+#: sw/inc/strings.hrc:959
msgctxt "FLD_EU_TELFIRMA"
msgid "Tel. (Work)"
msgstr "টেলিফোন (কাম)"
#. 5EmGH
-#: sw/inc/strings.hrc:956
+#: sw/inc/strings.hrc:960
msgctxt "FLD_EU_FAX"
msgid "Fax"
msgstr ""
#. AtN9J
-#: sw/inc/strings.hrc:957
+#: sw/inc/strings.hrc:961
msgctxt "FLD_EU_EMAIL"
msgid "Email"
msgstr ""
#. 6GBRm
-#: sw/inc/strings.hrc:958
+#: sw/inc/strings.hrc:962
msgctxt "FLD_EU_STATE"
msgid "State"
msgstr "ৰাজ্য"
#. pbrdQ
-#: sw/inc/strings.hrc:959
+#: sw/inc/strings.hrc:963
msgctxt "FLD_PAGEREF_OFF"
msgid "off"
msgstr "অফ"
#. wC8SE
-#: sw/inc/strings.hrc:960
+#: sw/inc/strings.hrc:964
msgctxt "FLD_PAGEREF_ON"
msgid "on"
msgstr "-ত"
@@ -6222,37 +6248,37 @@ msgstr "-ত"
#. Description: path name
#. --------------------------------------------------------------------
#. Format FileName
-#: sw/inc/strings.hrc:965
+#: sw/inc/strings.hrc:969
msgctxt "FMT_FF_NAME"
msgid "File name"
msgstr "ফাইলৰ নাম"
#. RBpz3
-#: sw/inc/strings.hrc:966
+#: sw/inc/strings.hrc:970
msgctxt "FMT_FF_NAME_NOEXT"
msgid "File name without extension"
msgstr "ফাইলৰ নাম প্ৰসাৰণৰ অবিহনে"
#. BCzy8
-#: sw/inc/strings.hrc:967
+#: sw/inc/strings.hrc:971
msgctxt "FMT_FF_PATHNAME"
msgid "Path/File name"
msgstr "পথ/ফাইলৰ নাম"
#. ChFwM
-#: sw/inc/strings.hrc:968
+#: sw/inc/strings.hrc:972
msgctxt "FMT_FF_PATH"
msgid "Path"
msgstr "পথ"
#. eEaBE
-#: sw/inc/strings.hrc:969
+#: sw/inc/strings.hrc:973
msgctxt "FMT_FF_UI_NAME"
msgid "Style"
msgstr "শৈলী"
#. ANM2H
-#: sw/inc/strings.hrc:970
+#: sw/inc/strings.hrc:974
msgctxt "FMT_FF_UI_RANGE"
msgid "Category"
msgstr "শ্রেণী"
@@ -6261,25 +6287,25 @@ msgstr "শ্রেণী"
#. --------------------------------------------------------------------
#. Description: format chapter
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:974
+#: sw/inc/strings.hrc:978
msgctxt "FMT_CHAPTER_NAME"
msgid "Chapter name"
msgstr "অধ্যায় নাম"
#. tnLqE
-#: sw/inc/strings.hrc:975
+#: sw/inc/strings.hrc:979
msgctxt "FMT_CHAPTER_NO"
msgid "Chapter number"
msgstr "অধ্যায় সংখ্যা"
#. qGEAs
-#: sw/inc/strings.hrc:976
+#: sw/inc/strings.hrc:980
msgctxt "FMT_CHAPTER_NO_NOSEPARATOR"
msgid "Chapter number without separator"
msgstr "অধ্যায়ৰ সংখ্যা আৰু নাম পৃথক কঁৰোতাৰ অবিহনে"
#. WFA5R
-#: sw/inc/strings.hrc:977
+#: sw/inc/strings.hrc:981
msgctxt "FMT_CHAPTER_NAMENO"
msgid "Chapter number and name"
msgstr "অধ্যায়ৰ সংখ্যা আৰু নাম"
@@ -6288,55 +6314,55 @@ msgstr "অধ্যায়ৰ সংখ্যা আৰু নাম"
#. --------------------------------------------------------------------
#. Description: formats
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:981
+#: sw/inc/strings.hrc:985
msgctxt "FMT_NUM_ABC"
msgid "A B C"
msgstr ""
#. jm7G7
-#: sw/inc/strings.hrc:982
+#: sw/inc/strings.hrc:986
msgctxt "FMT_NUM_SABC"
msgid "a b c"
msgstr ""
#. ETgy7
-#: sw/inc/strings.hrc:983
+#: sw/inc/strings.hrc:987
msgctxt "FMT_NUM_ABC_N"
msgid "A .. AA .. AAA"
msgstr ""
#. m84Fb
-#: sw/inc/strings.hrc:984
+#: sw/inc/strings.hrc:988
msgctxt "FMT_NUM_SABC_N"
msgid "a .. aa .. aaa"
msgstr ""
#. d9YtB
-#: sw/inc/strings.hrc:985
+#: sw/inc/strings.hrc:989
msgctxt "FMT_NUM_ROMAN"
msgid "Roman (I II III)"
msgstr "ৰোমান (I II III)"
#. vA5RT
-#: sw/inc/strings.hrc:986
+#: sw/inc/strings.hrc:990
msgctxt "FMT_NUM_SROMAN"
msgid "Roman (i ii iii)"
msgstr "ৰোমান (i ii iii)"
#. 3ZDgc
-#: sw/inc/strings.hrc:987
+#: sw/inc/strings.hrc:991
msgctxt "FMT_NUM_ARABIC"
msgid "Arabic (1 2 3)"
msgstr "আৰবী (1 2 3)"
#. CHmdp
-#: sw/inc/strings.hrc:988
+#: sw/inc/strings.hrc:992
msgctxt "FMT_NUM_PAGEDESC"
msgid "As Page Style"
msgstr "পৃষ্ঠা শৈলী হিচাপে"
#. xBKwZ
-#: sw/inc/strings.hrc:989
+#: sw/inc/strings.hrc:993
msgctxt "FMT_NUM_PAGESPECIAL"
msgid "Text"
msgstr "টেক্সট"
@@ -6345,13 +6371,13 @@ msgstr "টেক্সট"
#. --------------------------------------------------------------------
#. Description: Author
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:993
+#: sw/inc/strings.hrc:997
msgctxt "FMT_AUTHOR_NAME"
msgid "Name"
msgstr "নাম"
#. RCnZb
-#: sw/inc/strings.hrc:994
+#: sw/inc/strings.hrc:998
msgctxt "FMT_AUTHOR_SCUT"
msgid "Initials"
msgstr "ইনিশ্বিয়েলছ"
@@ -6360,49 +6386,49 @@ msgstr "ইনিশ্বিয়েলছ"
#. --------------------------------------------------------------------
#. Description: set variable
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:998
+#: sw/inc/strings.hrc:1002
msgctxt "FMT_SETVAR_SYS"
msgid "System"
msgstr "ছিষ্টেম"
#. qKXLW
-#: sw/inc/strings.hrc:999
+#: sw/inc/strings.hrc:1003
msgctxt "FMT_SETVAR_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. E86ZD
-#: sw/inc/strings.hrc:1000
+#: sw/inc/strings.hrc:1004
msgctxt "FMT_GETVAR_NAME"
msgid "Name"
msgstr "নাম"
#. FB3Rp
-#: sw/inc/strings.hrc:1001
+#: sw/inc/strings.hrc:1005
msgctxt "FMT_GETVAR_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. KiBai
-#: sw/inc/strings.hrc:1002
+#: sw/inc/strings.hrc:1006
msgctxt "FMT_USERVAR_CMD"
msgid "Formula"
msgstr "সূত্ৰ"
#. 9AsdS
-#: sw/inc/strings.hrc:1003
+#: sw/inc/strings.hrc:1007
msgctxt "FMT_USERVAR_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. GokUf
-#: sw/inc/strings.hrc:1004
+#: sw/inc/strings.hrc:1008
msgctxt "FMT_DBFLD_DB"
msgid "Database"
msgstr "ডাটাবেছ"
#. UBADL
-#: sw/inc/strings.hrc:1005
+#: sw/inc/strings.hrc:1009
msgctxt "FMT_DBFLD_SYS"
msgid "System"
msgstr "ছিষ্টেম"
@@ -6411,19 +6437,19 @@ msgstr "ছিষ্টেম"
#. --------------------------------------------------------------------
#. Description: storage fields
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1009
+#: sw/inc/strings.hrc:1013
msgctxt "FMT_REG_AUTHOR"
msgid "Author"
msgstr "লেখক"
#. aqFVp
-#: sw/inc/strings.hrc:1010
+#: sw/inc/strings.hrc:1014
msgctxt "FMT_REG_TIME"
msgid "Time"
msgstr "সময়"
#. FaZKx
-#: sw/inc/strings.hrc:1011
+#: sw/inc/strings.hrc:1015
msgctxt "FMT_REG_DATE"
msgid "Date"
msgstr "দিনাংক"
@@ -6432,79 +6458,79 @@ msgstr "দিনাংক"
#. --------------------------------------------------------------------
#. Description: formats references
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1015
+#: sw/inc/strings.hrc:1019
msgctxt "FMT_REF_TEXT"
msgid "Reference"
msgstr "প্ৰসংগ"
#. L7dK7
-#: sw/inc/strings.hrc:1016
+#: sw/inc/strings.hrc:1020
msgctxt "FMT_REF_PAGE"
msgid "Page"
msgstr "পৃষ্ঠা"
#. MaB3q
-#: sw/inc/strings.hrc:1017
+#: sw/inc/strings.hrc:1021
msgctxt "FMT_REF_CHAPTER"
msgid "Chapter"
msgstr "অধ্যায়"
#. 8FciB
-#: sw/inc/strings.hrc:1018
+#: sw/inc/strings.hrc:1022
msgctxt "FMT_REF_UPDOWN"
msgid "Above/Below"
msgstr "ওপৰত/তলত"
#. Vq8mj
-#: sw/inc/strings.hrc:1019
+#: sw/inc/strings.hrc:1023
msgctxt "FMT_REF_PAGE_PGDSC"
msgid "As Page Style"
msgstr "পৃষ্ঠা শৈলী হিচাপে"
#. CQitd
-#: sw/inc/strings.hrc:1020
+#: sw/inc/strings.hrc:1024
msgctxt "FMT_REF_ONLYNUMBER"
msgid "Category and Number"
msgstr "শ্রেণী আৰু সংখ্যা"
#. BsvCn
-#: sw/inc/strings.hrc:1021
+#: sw/inc/strings.hrc:1025
msgctxt "FMT_REF_ONLYCAPTION"
msgid "Caption Text"
msgstr "কেপশ্বন টেক্সট"
#. P7wiX
-#: sw/inc/strings.hrc:1022
+#: sw/inc/strings.hrc:1026
msgctxt "FMT_REF_ONLYSEQNO"
msgid "Numbering"
msgstr "নাম্বাৰীং"
#. QBGit
-#: sw/inc/strings.hrc:1023
+#: sw/inc/strings.hrc:1027
msgctxt "FMT_REF_NUMBER"
msgid "Number"
msgstr "সংখ্যা"
#. CGkV7
-#: sw/inc/strings.hrc:1024
+#: sw/inc/strings.hrc:1028
msgctxt "FMT_REF_NUMBER_NO_CONTEXT"
msgid "Number (no context)"
msgstr "সংখ্যা"
#. XgSb3
-#: sw/inc/strings.hrc:1025
+#: sw/inc/strings.hrc:1029
msgctxt "FMT_REF_NUMBER_FULL_CONTEXT"
msgid "Number (full context)"
msgstr "Number 1) 2) 3)"
#. zQTNF
-#: sw/inc/strings.hrc:1027
+#: sw/inc/strings.hrc:1031
msgctxt "FMT_REF_WITH_LOWERCASE_HU_ARTICLE"
msgid "Article a/az + "
msgstr ""
#. 97Vs7
-#: sw/inc/strings.hrc:1028
+#: sw/inc/strings.hrc:1032
msgctxt "FMT_REF_WITH_UPPERCASE_HU_ARTICLE"
msgid "Article A/Az + "
msgstr ""
@@ -6513,31 +6539,31 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: placeholder
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1032
+#: sw/inc/strings.hrc:1036
msgctxt "FMT_MARK_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. rAQoE
-#: sw/inc/strings.hrc:1033
+#: sw/inc/strings.hrc:1037
msgctxt "FMT_MARK_TABLE"
msgid "Table"
msgstr "টেবুল"
#. biUa2
-#: sw/inc/strings.hrc:1034
+#: sw/inc/strings.hrc:1038
msgctxt "FMT_MARK_FRAME"
msgid "Frame"
msgstr "ফ্রেম"
#. 7mkZb
-#: sw/inc/strings.hrc:1035
+#: sw/inc/strings.hrc:1039
msgctxt "FMT_MARK_GRAFIC"
msgid "Image"
msgstr "ছবি"
#. GgbFY
-#: sw/inc/strings.hrc:1036
+#: sw/inc/strings.hrc:1040
msgctxt "FMT_MARK_OLE"
msgid "Object"
msgstr "বস্তু"
@@ -6546,1543 +6572,1543 @@ msgstr "বস্তু"
#. --------------------------------------------------------------------
#. Description: ExchangeStrings for Edit/NameFT
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1040
+#: sw/inc/strings.hrc:1044
msgctxt "STR_COND"
msgid "~Condition"
msgstr "চৰ্ত (~C)"
#. X9cqJ
-#: sw/inc/strings.hrc:1041
+#: sw/inc/strings.hrc:1045
msgctxt "STR_TEXT"
msgid "Then, Else"
msgstr "তেনে হ'লে, অন্যথা"
#. bo8yF
-#: sw/inc/strings.hrc:1042
+#: sw/inc/strings.hrc:1046
msgctxt "STR_DDE_CMD"
msgid "DDE Statement"
msgstr "DDE উক্তি"
#. LixXA
-#: sw/inc/strings.hrc:1043
+#: sw/inc/strings.hrc:1047
msgctxt "STR_INSTEXT"
msgid "Hidden t~ext"
msgstr "লুকাই থকা টেক্সট (~e)"
#. EX3bJ
-#: sw/inc/strings.hrc:1044
+#: sw/inc/strings.hrc:1048
msgctxt "STR_MACNAME"
msgid "~Macro name"
msgstr "মেক্ৰ' নাম (~M)"
#. dNZtd
-#: sw/inc/strings.hrc:1045
+#: sw/inc/strings.hrc:1049
msgctxt "STR_PROMPT"
msgid "~Reference"
msgstr "প্ৰসংগ (~R)"
#. bfRPa
-#: sw/inc/strings.hrc:1046
+#: sw/inc/strings.hrc:1050
msgctxt "STR_COMBCHRS_FT"
msgid "Ch~aracters"
msgstr "আখৰবোৰ (~a)"
#. j2G5G
-#: sw/inc/strings.hrc:1047
+#: sw/inc/strings.hrc:1051
msgctxt "STR_OFFSET"
msgid "O~ffset"
msgstr "অফছেট (~f)"
#. vEgGo
-#: sw/inc/strings.hrc:1048
+#: sw/inc/strings.hrc:1052
msgctxt "STR_VALUE"
msgid "Value"
msgstr "মূল্য"
#. YQesU
-#: sw/inc/strings.hrc:1049
+#: sw/inc/strings.hrc:1053
msgctxt "STR_FORMULA"
msgid "Formula"
msgstr "সূত্ৰ"
#. Eq5xq
-#: sw/inc/strings.hrc:1050
+#: sw/inc/strings.hrc:1054
msgctxt "STR_CUSTOM_FIELD"
msgid "Custom"
msgstr "নিজৰ পছন্দৰ মতে"
#. 32NzA
-#: sw/inc/strings.hrc:1052
+#: sw/inc/strings.hrc:1056
msgctxt "STR_CUSTOM_LABEL"
msgid "[User]"
msgstr "[User]"
#. dYQTU
-#: sw/inc/strings.hrc:1054
+#: sw/inc/strings.hrc:1058
msgctxt "STR_HDIST"
msgid "H. Pitch"
msgstr "H. পীটচ"
#. xELZY
-#: sw/inc/strings.hrc:1055
+#: sw/inc/strings.hrc:1059
msgctxt "STR_VDIST"
msgid "V. Pitch"
msgstr "V. পীটচ"
#. F9Ldz
-#: sw/inc/strings.hrc:1056
+#: sw/inc/strings.hrc:1060
msgctxt "STR_WIDTH"
msgid "Width"
msgstr "প্ৰস্থ"
#. rdxcb
-#: sw/inc/strings.hrc:1057
+#: sw/inc/strings.hrc:1061
msgctxt "STR_HEIGHT"
msgid "Height"
msgstr "উচ্চতা"
#. DQm2h
-#: sw/inc/strings.hrc:1058
+#: sw/inc/strings.hrc:1062
msgctxt "STR_LEFT"
msgid "Left margin"
msgstr "বাওঁফালৰ সীমা"
#. imDMU
-#: sw/inc/strings.hrc:1059
+#: sw/inc/strings.hrc:1063
msgctxt "STR_UPPER"
msgid "Top margin"
msgstr "ওপৰৰ সীমা"
#. ayQss
-#: sw/inc/strings.hrc:1060
+#: sw/inc/strings.hrc:1064
msgctxt "STR_COLS"
msgid "Columns"
msgstr "স্তম্ভবোৰ"
#. 3moLd
-#: sw/inc/strings.hrc:1061
+#: sw/inc/strings.hrc:1065
msgctxt "STR_ROWS"
msgid "Rows"
msgstr "শাৰীবোৰ"
#. QtVXg
-#: sw/inc/strings.hrc:1063
+#: sw/inc/strings.hrc:1067
msgctxt "STR_SERVICE_UNAVAILABLE"
msgid "The following service is not available: "
msgstr ""
#. XWMSH
-#: sw/inc/strings.hrc:1065
+#: sw/inc/strings.hrc:1069
msgctxt "STR_WORDCOUNT_HINT"
msgid "Word and character count. Click to open Word Count dialog."
msgstr ""
#. nxGNq
-#: sw/inc/strings.hrc:1066
+#: sw/inc/strings.hrc:1070
msgctxt "STR_VIEWLAYOUT_ONE"
msgid "Single-page view"
msgstr ""
#. 57ju6
-#: sw/inc/strings.hrc:1067
+#: sw/inc/strings.hrc:1071
msgctxt "STR_VIEWLAYOUT_MULTI"
msgid "Multiple-page view"
msgstr ""
#. tbig8
-#: sw/inc/strings.hrc:1068
+#: sw/inc/strings.hrc:1072
#, fuzzy
msgctxt "STR_VIEWLAYOUT_BOOK"
msgid "Book view"
msgstr "কিতাপৰ পূর্বদৃশ্য"
#. xBHUG
-#: sw/inc/strings.hrc:1069
+#: sw/inc/strings.hrc:1073
msgctxt "STR_BOOKCTRL_HINT"
msgid "Page number in document. Click to open Go to Page dialog or right-click for bookmark list."
msgstr ""
#. XaF3v
-#: sw/inc/strings.hrc:1070
+#: sw/inc/strings.hrc:1074
msgctxt "STR_BOOKCTRL_HINT_EXTENDED"
msgid "Page number in document (Page number on printed document). Click to open Go to Page dialog."
msgstr ""
#. EWtd2
-#: sw/inc/strings.hrc:1071
+#: sw/inc/strings.hrc:1075
msgctxt "STR_TMPLCTRL_HINT"
msgid "Page Style. Right-click to change style or click to open Style dialog."
msgstr ""
#. jQAym
#. Strings for textual attributes.
-#: sw/inc/strings.hrc:1074
+#: sw/inc/strings.hrc:1078
msgctxt "STR_DROP_OVER"
msgid "Drop Caps over"
msgstr ""
#. PLAVt
-#: sw/inc/strings.hrc:1075
+#: sw/inc/strings.hrc:1079
msgctxt "STR_DROP_LINES"
msgid "rows"
msgstr "শাৰীবোৰ"
#. sg6Za
-#: sw/inc/strings.hrc:1076
+#: sw/inc/strings.hrc:1080
#, fuzzy
msgctxt "STR_NO_DROP_LINES"
msgid "No Drop Caps"
msgstr "ডাঙৰ আখৰবোৰ আঁতৰাওক"
#. gueRC
-#: sw/inc/strings.hrc:1077
+#: sw/inc/strings.hrc:1081
#, fuzzy
msgctxt "STR_NO_PAGEDESC"
msgid "No page break"
msgstr "পৃষ্ঠা ভাঙন"
#. G3CQN
-#: sw/inc/strings.hrc:1078
+#: sw/inc/strings.hrc:1082
msgctxt "STR_NO_MIRROR"
msgid "Don't mirror"
msgstr ""
#. MVEk8
-#: sw/inc/strings.hrc:1079
+#: sw/inc/strings.hrc:1083
#, fuzzy
msgctxt "STR_VERT_MIRROR"
msgid "Flip vertically"
msgstr "উলম্বভাৱে লুটিৱাওক"
#. Dns6t
-#: sw/inc/strings.hrc:1080
+#: sw/inc/strings.hrc:1084
#, fuzzy
msgctxt "STR_HORI_MIRROR"
msgid "Flip horizontal"
msgstr "%1 অনুভূমিক"
#. ZUKCy
-#: sw/inc/strings.hrc:1081
+#: sw/inc/strings.hrc:1085
msgctxt "STR_BOTH_MIRROR"
msgid "Horizontal and Vertical Flip"
msgstr ""
#. LoQic
-#: sw/inc/strings.hrc:1082
+#: sw/inc/strings.hrc:1086
msgctxt "STR_MIRROR_TOGGLE"
msgid "+ mirror horizontal on even pages"
msgstr ""
#. kbnTf
-#: sw/inc/strings.hrc:1083
+#: sw/inc/strings.hrc:1087
msgctxt "STR_CHARFMT"
msgid "Character Style"
msgstr "আখৰৰ শৈলী"
#. D99ZJ
-#: sw/inc/strings.hrc:1084
+#: sw/inc/strings.hrc:1088
#, fuzzy
msgctxt "STR_NO_CHARFMT"
msgid "No Character Style"
msgstr "আখৰৰ শৈলী"
#. fzG3P
-#: sw/inc/strings.hrc:1085
+#: sw/inc/strings.hrc:1089
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr "ফুটাৰ"
#. 9RCsQ
-#: sw/inc/strings.hrc:1086
+#: sw/inc/strings.hrc:1090
#, fuzzy
msgctxt "STR_NO_FOOTER"
msgid "No footer"
msgstr "ফুটাৰলৈ"
#. zFTin
-#: sw/inc/strings.hrc:1087
+#: sw/inc/strings.hrc:1091
msgctxt "STR_HEADER"
msgid "Header"
msgstr "হেডাৰ"
#. PcYEB
-#: sw/inc/strings.hrc:1088
+#: sw/inc/strings.hrc:1092
#, fuzzy
msgctxt "STR_NO_HEADER"
msgid "No header"
msgstr "হেডাৰলৈ"
#. Zm8cr
-#: sw/inc/strings.hrc:1089
+#: sw/inc/strings.hrc:1093
msgctxt "STR_SURROUND_IDEAL"
msgid "Optimal wrap"
msgstr ""
#. whxC3
-#: sw/inc/strings.hrc:1090
+#: sw/inc/strings.hrc:1094
#, fuzzy
msgctxt "STR_SURROUND_NONE"
msgid "No wrap"
msgstr "আবৃত কৰা নাই (~N)"
#. 4tA4q
-#: sw/inc/strings.hrc:1091
+#: sw/inc/strings.hrc:1095
msgctxt "STR_SURROUND_THROUGH"
msgid "Through"
msgstr ""
#. gS6sZ
-#: sw/inc/strings.hrc:1092
+#: sw/inc/strings.hrc:1096
#, fuzzy
msgctxt "STR_SURROUND_PARALLEL"
msgid "Parallel wrap"
msgstr "সমান্তৰাল চতুৰ্ভূজ"
#. tmVqi
-#: sw/inc/strings.hrc:1093
+#: sw/inc/strings.hrc:1097
msgctxt "STR_SURROUND_LEFT"
msgid "Left wrap"
msgstr ""
#. 3tBBF
-#: sw/inc/strings.hrc:1094
+#: sw/inc/strings.hrc:1098
msgctxt "STR_SURROUND_RIGHT"
msgid "Right wrap"
msgstr ""
#. SrG3D
-#: sw/inc/strings.hrc:1095
+#: sw/inc/strings.hrc:1099
msgctxt "STR_SURROUND_ANCHORONLY"
msgid "(Anchor only)"
msgstr ""
#. 9Ywzb
-#: sw/inc/strings.hrc:1096
+#: sw/inc/strings.hrc:1100
#, fuzzy
msgctxt "STR_FRM_WIDTH"
msgid "Width:"
msgstr "প্ৰস্থ"
#. 2GYT7
-#: sw/inc/strings.hrc:1097
+#: sw/inc/strings.hrc:1101
msgctxt "STR_FRM_FIXEDHEIGHT"
msgid "Fixed height:"
msgstr ""
#. QrFMi
-#: sw/inc/strings.hrc:1098
+#: sw/inc/strings.hrc:1102
msgctxt "STR_FRM_MINHEIGHT"
msgid "Min. height:"
msgstr ""
#. kLiYd
-#: sw/inc/strings.hrc:1099
+#: sw/inc/strings.hrc:1103
#, fuzzy
msgctxt "STR_FLY_AT_PARA"
msgid "to paragraph"
msgstr "দফা"
#. bEavs
-#: sw/inc/strings.hrc:1100
+#: sw/inc/strings.hrc:1104
#, fuzzy
msgctxt "STR_FLY_AS_CHAR"
msgid "to character"
msgstr "আখৰৰে (_c)"
#. hDUSa
-#: sw/inc/strings.hrc:1101
+#: sw/inc/strings.hrc:1105
#, fuzzy
msgctxt "STR_FLY_AT_PAGE"
msgid "to page"
msgstr "কোনো পৃষ্ঠা নাই"
#. JMHRz
-#: sw/inc/strings.hrc:1102
+#: sw/inc/strings.hrc:1106
msgctxt "STR_POS_X"
msgid "X Coordinate:"
msgstr ""
#. oCZWW
-#: sw/inc/strings.hrc:1103
+#: sw/inc/strings.hrc:1107
msgctxt "STR_POS_Y"
msgid "Y Coordinate:"
msgstr ""
#. YNKE6
-#: sw/inc/strings.hrc:1104
+#: sw/inc/strings.hrc:1108
msgctxt "STR_VERT_TOP"
msgid "at top"
msgstr ""
#. GPTAu
-#: sw/inc/strings.hrc:1105
+#: sw/inc/strings.hrc:1109
msgctxt "STR_VERT_CENTER"
msgid "Centered vertically"
msgstr "উলম্বভাৱে কেন্দ্ৰীত"
#. fcpTS
-#: sw/inc/strings.hrc:1106
+#: sw/inc/strings.hrc:1110
#, fuzzy
msgctxt "STR_VERT_BOTTOM"
msgid "at bottom"
msgstr "তললৈ"
#. 37hos
-#: sw/inc/strings.hrc:1107
+#: sw/inc/strings.hrc:1111
msgctxt "STR_LINE_TOP"
msgid "Top of line"
msgstr "ৰেখাৰ ওপৰত"
#. MU7hC
-#: sw/inc/strings.hrc:1108
+#: sw/inc/strings.hrc:1112
#, fuzzy
msgctxt "STR_LINE_CENTER"
msgid "Line centered"
msgstr "বাওঁফালে কেন্দ্রীকৃত"
#. ZvEq7
-#: sw/inc/strings.hrc:1109
+#: sw/inc/strings.hrc:1113
msgctxt "STR_LINE_BOTTOM"
msgid "Bottom of line"
msgstr "ৰেখাৰ তলত"
#. X9utp
-#: sw/inc/strings.hrc:1110
+#: sw/inc/strings.hrc:1114
msgctxt "STR_REGISTER_ON"
msgid "Register-true"
msgstr "ৰেজিষ্টাৰ-সঁচা"
#. YDuHJ
-#: sw/inc/strings.hrc:1111
+#: sw/inc/strings.hrc:1115
msgctxt "STR_REGISTER_OFF"
msgid "Not register-true"
msgstr ""
#. 4RL9X
-#: sw/inc/strings.hrc:1112
+#: sw/inc/strings.hrc:1116
msgctxt "STR_HORI_RIGHT"
msgid "at the right"
msgstr ""
#. wzGK7
-#: sw/inc/strings.hrc:1113
+#: sw/inc/strings.hrc:1117
msgctxt "STR_HORI_CENTER"
msgid "Centered horizontally"
msgstr "আনুভূমিকভাৱে কেন্দ্ৰীত"
#. ngRmB
-#: sw/inc/strings.hrc:1114
+#: sw/inc/strings.hrc:1118
msgctxt "STR_HORI_LEFT"
msgid "at the left"
msgstr ""
#. JyHkM
-#: sw/inc/strings.hrc:1115
+#: sw/inc/strings.hrc:1119
#, fuzzy
msgctxt "STR_HORI_INSIDE"
msgid "inside"
msgstr "অভ্যন্তৰ"
#. iXSZZ
-#: sw/inc/strings.hrc:1116
+#: sw/inc/strings.hrc:1120
#, fuzzy
msgctxt "STR_HORI_OUTSIDE"
msgid "outside"
msgstr "বাহিৰ"
#. kDY9Z
-#: sw/inc/strings.hrc:1117
+#: sw/inc/strings.hrc:1121
#, fuzzy
msgctxt "STR_HORI_FULL"
msgid "Full width"
msgstr "সম্পূর্ণ প্রস্থ"
#. Hvn8D
-#: sw/inc/strings.hrc:1118
+#: sw/inc/strings.hrc:1122
msgctxt "STR_COLUMNS"
msgid "Columns"
msgstr "স্তম্ভবোৰ"
#. 6j6TA
-#: sw/inc/strings.hrc:1119
+#: sw/inc/strings.hrc:1123
msgctxt "STR_LINE_WIDTH"
msgid "Separator Width:"
msgstr ""
#. dvdDt
-#: sw/inc/strings.hrc:1120
+#: sw/inc/strings.hrc:1124
msgctxt "STR_MAX_FTN_HEIGHT"
msgid "Max. footnote area:"
msgstr ""
#. BWqF3
-#: sw/inc/strings.hrc:1121
+#: sw/inc/strings.hrc:1125
#, fuzzy
msgctxt "STR_EDIT_IN_READONLY"
msgid "Editable in read-only document"
msgstr "কেৱল পঢ়িবৰ বাবে দস্তাবেজত সম্পাদনা কৰিব পাৰি (_d)"
#. SCL5F
-#: sw/inc/strings.hrc:1122
+#: sw/inc/strings.hrc:1126
msgctxt "STR_LAYOUT_SPLIT"
msgid "Split"
msgstr "বিভাজন কৰক"
#. AETHf
-#: sw/inc/strings.hrc:1123
+#: sw/inc/strings.hrc:1127
#, fuzzy
msgctxt "STR_NUMRULE_ON"
msgid "Numbering"
msgstr "নম্বৰিং"
#. 7HmsY
-#: sw/inc/strings.hrc:1124
+#: sw/inc/strings.hrc:1128
#, fuzzy
msgctxt "STR_NUMRULE_OFF"
msgid "no numbering"
msgstr "নম্বৰিং দেখুৱাওক"
#. QDaFk
-#: sw/inc/strings.hrc:1125
+#: sw/inc/strings.hrc:1129
msgctxt "STR_CONNECT1"
msgid "linked to "
msgstr ""
#. rWmT8
-#: sw/inc/strings.hrc:1126
+#: sw/inc/strings.hrc:1130
msgctxt "STR_CONNECT2"
msgid "and "
msgstr "আৰু "
#. H2Kwq
-#: sw/inc/strings.hrc:1127
+#: sw/inc/strings.hrc:1131
msgctxt "STR_LINECOUNT"
msgid "Count lines"
msgstr ""
#. yjSiJ
-#: sw/inc/strings.hrc:1128
+#: sw/inc/strings.hrc:1132
msgctxt "STR_DONTLINECOUNT"
msgid "don't count lines"
msgstr ""
#. HE4BV
-#: sw/inc/strings.hrc:1129
+#: sw/inc/strings.hrc:1133
msgctxt "STR_LINCOUNT_START"
msgid "restart line count with: "
msgstr ""
#. 7Q8qC
-#: sw/inc/strings.hrc:1130
+#: sw/inc/strings.hrc:1134
#, fuzzy
msgctxt "STR_LUMINANCE"
msgid "Brightness: "
msgstr "উজ্জ্বলতা"
#. sNxPE
-#: sw/inc/strings.hrc:1131
+#: sw/inc/strings.hrc:1135
#, fuzzy
msgctxt "STR_CHANNELR"
msgid "Red: "
msgstr "পুনৰ কৰক "
#. u73NC
-#: sw/inc/strings.hrc:1132
+#: sw/inc/strings.hrc:1136
msgctxt "STR_CHANNELG"
msgid "Green: "
msgstr ""
#. qQsPp
-#: sw/inc/strings.hrc:1133
+#: sw/inc/strings.hrc:1137
msgctxt "STR_CHANNELB"
msgid "Blue: "
msgstr ""
#. BS4nZ
-#: sw/inc/strings.hrc:1134
+#: sw/inc/strings.hrc:1138
#, fuzzy
msgctxt "STR_CONTRAST"
msgid "Contrast: "
msgstr "পার্থক্য"
#. avJBK
-#: sw/inc/strings.hrc:1135
+#: sw/inc/strings.hrc:1139
msgctxt "STR_GAMMA"
msgid "Gamma: "
msgstr ""
#. HQCJZ
-#: sw/inc/strings.hrc:1136
+#: sw/inc/strings.hrc:1140
#, fuzzy
msgctxt "STR_TRANSPARENCY"
msgid "Transparency: "
msgstr "স্বচ্ছতা"
#. 5jDK3
-#: sw/inc/strings.hrc:1137
+#: sw/inc/strings.hrc:1141
#, fuzzy
msgctxt "STR_INVERT"
msgid "Invert"
msgstr "সুমুৱাওক"
#. DVSAx
-#: sw/inc/strings.hrc:1138
+#: sw/inc/strings.hrc:1142
msgctxt "STR_INVERT_NOT"
msgid "do not invert"
msgstr ""
#. Z7tXB
-#: sw/inc/strings.hrc:1139
+#: sw/inc/strings.hrc:1143
#, fuzzy
msgctxt "STR_DRAWMODE"
msgid "Graphics mode: "
msgstr "গ্ৰাফিক্সৰ প্ৰকাৰ"
#. RXuUF
-#: sw/inc/strings.hrc:1140
+#: sw/inc/strings.hrc:1144
#, fuzzy
msgctxt "STR_DRAWMODE_STD"
msgid "Standard"
msgstr "মানবিশিষ্ট"
#. kbALJ
-#: sw/inc/strings.hrc:1141
+#: sw/inc/strings.hrc:1145
#, fuzzy
msgctxt "STR_DRAWMODE_GREY"
msgid "Grayscales"
msgstr "গ্রেস্কেল"
#. eSHEj
-#: sw/inc/strings.hrc:1142
+#: sw/inc/strings.hrc:1146
#, fuzzy
msgctxt "STR_DRAWMODE_BLACKWHITE"
msgid "Black & White"
msgstr "ক'লা আৰু বগা"
#. tABTr
-#: sw/inc/strings.hrc:1143
+#: sw/inc/strings.hrc:1147
msgctxt "STR_DRAWMODE_WATERMARK"
msgid "Watermark"
msgstr "জলচিহ্ন"
#. 8SwC3
-#: sw/inc/strings.hrc:1144
+#: sw/inc/strings.hrc:1148
#, fuzzy
msgctxt "STR_ROTATION"
msgid "Rotation"
msgstr "উদ্ধৃতি"
#. hWEeF
-#: sw/inc/strings.hrc:1145
+#: sw/inc/strings.hrc:1149
msgctxt "STR_GRID_NONE"
msgid "No grid"
msgstr "জাল নাই"
#. HEuEv
-#: sw/inc/strings.hrc:1146
+#: sw/inc/strings.hrc:1150
msgctxt "STR_GRID_LINES_ONLY"
msgid "Grid (lines only)"
msgstr "জাল (কেৱল শাৰী)"
#. VFgMq
-#: sw/inc/strings.hrc:1147
+#: sw/inc/strings.hrc:1151
msgctxt "STR_GRID_LINES_CHARS"
msgid "Grid (lines and characters)"
msgstr "জাল (শাৰী আৰু আখৰবোৰ)"
#. VRJrB
-#: sw/inc/strings.hrc:1148
+#: sw/inc/strings.hrc:1152
msgctxt "STR_FOLLOW_TEXT_FLOW"
msgid "Follow text flow"
msgstr ""
#. Sb3Je
-#: sw/inc/strings.hrc:1149
+#: sw/inc/strings.hrc:1153
msgctxt "STR_DONT_FOLLOW_TEXT_FLOW"
msgid "Do not follow text flow"
msgstr ""
#. yXFKP
-#: sw/inc/strings.hrc:1150
+#: sw/inc/strings.hrc:1154
msgctxt "STR_CONNECT_BORDER_ON"
msgid "Merge borders"
msgstr ""
#. vwHbS
-#: sw/inc/strings.hrc:1151
+#: sw/inc/strings.hrc:1155
msgctxt "STR_CONNECT_BORDER_OFF"
msgid "Do not merge borders"
msgstr ""
#. 3874B
-#: sw/inc/strings.hrc:1153
+#: sw/inc/strings.hrc:1157
msgctxt "ST_TBL"
msgid "Table"
msgstr "টেবুল"
#. PCNdr
-#: sw/inc/strings.hrc:1154
+#: sw/inc/strings.hrc:1158
msgctxt "ST_FRM"
msgid "Text Frame"
msgstr "সংযোগকৃত টেক্সট ফ্রেম"
#. Fsnm6
-#: sw/inc/strings.hrc:1155
+#: sw/inc/strings.hrc:1159
msgctxt "ST_PGE"
msgid "Page"
msgstr "পৃষ্ঠা"
#. pKFCz
-#: sw/inc/strings.hrc:1156
+#: sw/inc/strings.hrc:1160
msgctxt "ST_DRW"
msgid "Drawing"
msgstr "ছবি"
#. amiSY
-#: sw/inc/strings.hrc:1157
+#: sw/inc/strings.hrc:1161
msgctxt "ST_CTRL"
msgid "Control"
msgstr "নিয়ন্ত্রণ"
#. GEw9u
-#: sw/inc/strings.hrc:1158
+#: sw/inc/strings.hrc:1162
#, fuzzy
msgctxt "ST_REG"
msgid "Section"
msgstr "খণ্ড"
#. bEiyL
-#: sw/inc/strings.hrc:1159
+#: sw/inc/strings.hrc:1163
msgctxt "ST_BKM"
msgid "Bookmark"
msgstr "পৃষ্ঠাসংকেত"
#. 6gXCo
-#: sw/inc/strings.hrc:1160
+#: sw/inc/strings.hrc:1164
msgctxt "ST_GRF"
msgid "Graphics"
msgstr "গ্ৰাফিক্স"
#. d5eSc
-#: sw/inc/strings.hrc:1161
+#: sw/inc/strings.hrc:1165
#, fuzzy
msgctxt "ST_OLE"
msgid "OLE object"
msgstr "OLEবস্তু"
#. h5QQ8
-#: sw/inc/strings.hrc:1162
+#: sw/inc/strings.hrc:1166
msgctxt "ST_OUTL"
msgid "Headings"
msgstr "শিৰোনামবোৰ"
#. Cbktp
-#: sw/inc/strings.hrc:1163
+#: sw/inc/strings.hrc:1167
msgctxt "ST_SEL"
msgid "Selection"
msgstr "নিৰ্বাচন"
#. nquvS
-#: sw/inc/strings.hrc:1164
+#: sw/inc/strings.hrc:1168
#, fuzzy
msgctxt "ST_FTN"
msgid "Footnote"
msgstr "পাদটীকা"
#. GpAUo
-#: sw/inc/strings.hrc:1165
+#: sw/inc/strings.hrc:1169
msgctxt "ST_MARK"
msgid "Reminder"
msgstr ""
#. nDFKa
-#: sw/inc/strings.hrc:1166
+#: sw/inc/strings.hrc:1170
msgctxt "ST_POSTIT"
msgid "Comment"
msgstr "মন্তব্যবোৰ"
#. qpbDE
-#: sw/inc/strings.hrc:1167
+#: sw/inc/strings.hrc:1171
#, fuzzy
msgctxt "ST_SRCH_REP"
msgid "Repeat search"
msgstr "বিচৰাৰ পুনৰাবৃত্তি"
#. ipxfH
-#: sw/inc/strings.hrc:1168
+#: sw/inc/strings.hrc:1172
msgctxt "ST_INDEX_ENTRY"
msgid "Index entry"
msgstr ""
#. sfmff
-#: sw/inc/strings.hrc:1169
+#: sw/inc/strings.hrc:1173
msgctxt "ST_TABLE_FORMULA"
msgid "Table formula"
msgstr ""
#. DtkuT
-#: sw/inc/strings.hrc:1170
+#: sw/inc/strings.hrc:1174
msgctxt "ST_TABLE_FORMULA_ERROR"
msgid "Wrong table formula"
msgstr ""
#. ECFxw
#. Strings for the quickhelp of the View-PgUp/Down-Buttons
-#: sw/inc/strings.hrc:1172
+#: sw/inc/strings.hrc:1176
msgctxt "STR_IMGBTN_TBL_DOWN"
msgid "Next table"
msgstr ""
#. vPiab
-#: sw/inc/strings.hrc:1173
+#: sw/inc/strings.hrc:1177
#, fuzzy
msgctxt "STR_IMGBTN_FRM_DOWN"
msgid "Next text frame"
msgstr "টেক্সট ফ্রেম ভৰাওক"
#. M4BCA
-#: sw/inc/strings.hrc:1174
+#: sw/inc/strings.hrc:1178
msgctxt "STR_IMGBTN_PGE_DOWN"
msgid "Next page"
msgstr "পৰৱর্তী পৃষ্ঠা"
#. UWeq4
-#: sw/inc/strings.hrc:1175
+#: sw/inc/strings.hrc:1179
#, fuzzy
msgctxt "STR_IMGBTN_DRW_DOWN"
msgid "Next drawing"
msgstr "কোনো শিৰোনাম নাই"
#. ZVCrD
-#: sw/inc/strings.hrc:1176
+#: sw/inc/strings.hrc:1180
msgctxt "STR_IMGBTN_CTRL_DOWN"
msgid "Next control"
msgstr ""
#. NGAqr
-#: sw/inc/strings.hrc:1177
+#: sw/inc/strings.hrc:1181
msgctxt "STR_IMGBTN_REG_DOWN"
msgid "Next section"
msgstr ""
#. Mwcvm
-#: sw/inc/strings.hrc:1178
+#: sw/inc/strings.hrc:1182
#, fuzzy
msgctxt "STR_IMGBTN_BKM_DOWN"
msgid "Next bookmark"
msgstr "পৰৱৰ্তী পৃষ্ঠাসংকেতলৈ"
#. xbxDs
-#: sw/inc/strings.hrc:1179
+#: sw/inc/strings.hrc:1183
msgctxt "STR_IMGBTN_GRF_DOWN"
msgid "Next graphic"
msgstr ""
#. 4ovAF
-#: sw/inc/strings.hrc:1180
+#: sw/inc/strings.hrc:1184
msgctxt "STR_IMGBTN_OLE_DOWN"
msgid "Next OLE object"
msgstr ""
#. YzK6w
-#: sw/inc/strings.hrc:1181
+#: sw/inc/strings.hrc:1185
#, fuzzy
msgctxt "STR_IMGBTN_OUTL_DOWN"
msgid "Next heading"
msgstr "কোনো শিৰোনাম নাই"
#. skdRc
-#: sw/inc/strings.hrc:1182
+#: sw/inc/strings.hrc:1186
msgctxt "STR_IMGBTN_SEL_DOWN"
msgid "Next selection"
msgstr ""
#. RBFga
-#: sw/inc/strings.hrc:1183
+#: sw/inc/strings.hrc:1187
#, fuzzy
msgctxt "STR_IMGBTN_FTN_DOWN"
msgid "Next footnote"
msgstr "পৰৱৰ্তী পাদটীকালৈ"
#. GNLrx
-#: sw/inc/strings.hrc:1184
+#: sw/inc/strings.hrc:1188
msgctxt "STR_IMGBTN_MARK_DOWN"
msgid "Next Reminder"
msgstr ""
#. mFCfp
-#: sw/inc/strings.hrc:1185
+#: sw/inc/strings.hrc:1189
msgctxt "STR_IMGBTN_POSTIT_DOWN"
msgid "Next Comment"
msgstr "পৰৱৰ্তী মন্তব্য"
#. gbnwp
-#: sw/inc/strings.hrc:1186
+#: sw/inc/strings.hrc:1190
msgctxt "STR_IMGBTN_SRCH_REP_DOWN"
msgid "Continue search forward"
msgstr ""
#. TXYkA
-#: sw/inc/strings.hrc:1187
+#: sw/inc/strings.hrc:1191
#, fuzzy
msgctxt "STR_IMGBTN_INDEX_ENTRY_DOWN"
msgid "Next index entry"
msgstr "সূচী প্রৱিষ্টি সুমুৱাওক"
#. EyvbV
-#: sw/inc/strings.hrc:1188
+#: sw/inc/strings.hrc:1192
#, fuzzy
msgctxt "STR_IMGBTN_TBL_UP"
msgid "Previous table"
msgstr "পূৰ্বৱৰ্তী পৃষ্ঠা"
#. ygrTh
-#: sw/inc/strings.hrc:1189
+#: sw/inc/strings.hrc:1193
msgctxt "STR_IMGBTN_FRM_UP"
msgid "Previous text frame"
msgstr ""
#. eQPFD
-#: sw/inc/strings.hrc:1190
+#: sw/inc/strings.hrc:1194
msgctxt "STR_IMGBTN_PGE_UP"
msgid "Previous page"
msgstr "পূৰ্বৱৰ্তী পৃষ্ঠা"
#. p5jbU
-#: sw/inc/strings.hrc:1191
+#: sw/inc/strings.hrc:1195
msgctxt "STR_IMGBTN_DRW_UP"
msgid "Previous drawing"
msgstr ""
#. 2WMmZ
-#: sw/inc/strings.hrc:1192
+#: sw/inc/strings.hrc:1196
msgctxt "STR_IMGBTN_CTRL_UP"
msgid "Previous control"
msgstr ""
#. 6uGDP
-#: sw/inc/strings.hrc:1193
+#: sw/inc/strings.hrc:1197
#, fuzzy
msgctxt "STR_IMGBTN_REG_UP"
msgid "Previous section"
msgstr "পৰৱৰ্তী খণ্ডলৈ"
#. YYCtk
-#: sw/inc/strings.hrc:1194
+#: sw/inc/strings.hrc:1198
#, fuzzy
msgctxt "STR_IMGBTN_BKM_UP"
msgid "Previous bookmark"
msgstr "পূৰ্বৱৰ্তী পৃষ্ঠাসংকেতলৈ"
#. nFLdX
-#: sw/inc/strings.hrc:1195
+#: sw/inc/strings.hrc:1199
msgctxt "STR_IMGBTN_GRF_UP"
msgid "Previous graphic"
msgstr ""
#. VuxvB
-#: sw/inc/strings.hrc:1196
+#: sw/inc/strings.hrc:1200
msgctxt "STR_IMGBTN_OLE_UP"
msgid "Previous OLE object"
msgstr ""
#. QSuct
-#: sw/inc/strings.hrc:1197
+#: sw/inc/strings.hrc:1201
msgctxt "STR_IMGBTN_OUTL_UP"
msgid "Previous heading"
msgstr ""
#. CzLBr
-#: sw/inc/strings.hrc:1198
+#: sw/inc/strings.hrc:1202
msgctxt "STR_IMGBTN_SEL_UP"
msgid "Previous selection"
msgstr ""
#. B7PoL
-#: sw/inc/strings.hrc:1199
+#: sw/inc/strings.hrc:1203
#, fuzzy
msgctxt "STR_IMGBTN_FTN_UP"
msgid "Previous footnote"
msgstr "পূৰ্বৱৰ্তী পাদটীকালৈ"
#. AgtLD
-#: sw/inc/strings.hrc:1200
+#: sw/inc/strings.hrc:1204
msgctxt "STR_IMGBTN_MARK_UP"
msgid "Previous Reminder"
msgstr ""
#. GJQ6F
-#: sw/inc/strings.hrc:1201
+#: sw/inc/strings.hrc:1205
msgctxt "STR_IMGBTN_POSTIT_UP"
msgid "Previous Comment"
msgstr "পূৰ্বৱৰ্তী মন্তব্য"
#. GWnfD
-#: sw/inc/strings.hrc:1202
+#: sw/inc/strings.hrc:1206
msgctxt "STR_IMGBTN_SRCH_REP_UP"
msgid "Continue search backwards"
msgstr ""
#. uDtcG
-#: sw/inc/strings.hrc:1203
+#: sw/inc/strings.hrc:1207
msgctxt "STR_IMGBTN_INDEX_ENTRY_UP"
msgid "Previous index entry"
msgstr ""
#. VR6DX
-#: sw/inc/strings.hrc:1204
+#: sw/inc/strings.hrc:1208
#, fuzzy
msgctxt "STR_IMGBTN_TBLFML_UP"
msgid "Previous table formula"
msgstr "পূৰ্বৱৰ্তী টেবুল সূত্ৰলৈ যাওক"
#. GqESF
-#: sw/inc/strings.hrc:1205
+#: sw/inc/strings.hrc:1209
msgctxt "STR_IMGBTN_TBLFML_DOWN"
msgid "Next table formula"
msgstr ""
#. gBgxo
-#: sw/inc/strings.hrc:1206
+#: sw/inc/strings.hrc:1210
#, fuzzy
msgctxt "STR_IMGBTN_TBLFML_ERR_UP"
msgid "Previous faulty table formula"
msgstr "অশুদ্ধ টেবুল সূত্ৰলৈ যাওক"
#. UAon9
-#: sw/inc/strings.hrc:1207
+#: sw/inc/strings.hrc:1211
#, fuzzy
msgctxt "STR_IMGBTN_TBLFML_ERR_DOWN"
msgid "Next faulty table formula"
msgstr "পৰৱৰ্তী অশুদ্ধ টেবুল সূত্ৰলৈ যাওক"
#. hSYa3
-#: sw/inc/strings.hrc:1209
+#: sw/inc/strings.hrc:1213
#, fuzzy
msgctxt "STR_REDLINE_INSERT"
msgid "Inserted"
msgstr "সুমুৱাওক"
#. LnFkq
-#: sw/inc/strings.hrc:1210
+#: sw/inc/strings.hrc:1214
#, fuzzy
msgctxt "STR_REDLINE_DELETE"
msgid "Deleted"
msgstr "মচি পেলাওক"
#. cTNEn
-#: sw/inc/strings.hrc:1211
+#: sw/inc/strings.hrc:1215
msgctxt "STR_REDLINE_FORMAT"
msgid "Formatted"
msgstr ""
#. YWr7C
-#: sw/inc/strings.hrc:1212
+#: sw/inc/strings.hrc:1216
#, fuzzy
msgctxt "STR_REDLINE_TABLE"
msgid "Table changed"
msgstr "টেবুল সলনি হয়"
#. 6xVDN
-#: sw/inc/strings.hrc:1213
+#: sw/inc/strings.hrc:1217
msgctxt "STR_REDLINE_FMTCOLL"
msgid "Applied Paragraph Styles"
msgstr "ব্যৱহৃত পেৰেগ্ৰাফ শৈলীবোৰ"
#. 32AND
-#: sw/inc/strings.hrc:1214
+#: sw/inc/strings.hrc:1218
msgctxt "STR_REDLINE_PARAGRAPH_FORMAT"
msgid "Paragraph formatting changed"
msgstr ""
#. wLDkj
-#: sw/inc/strings.hrc:1215
+#: sw/inc/strings.hrc:1219
#, fuzzy
msgctxt "STR_REDLINE_TABLE_ROW_INSERT"
msgid "Row Inserted"
msgstr "শাৰী সুমুৱা হল "
#. Eb5Gb
-#: sw/inc/strings.hrc:1216
+#: sw/inc/strings.hrc:1220
#, fuzzy
msgctxt "STR_REDLINE_TABLE_ROW_DELETE"
msgid "Row Deleted"
msgstr "শাৰী মচি পেলোৱা হ'ল"
#. i5ZJt
-#: sw/inc/strings.hrc:1217
+#: sw/inc/strings.hrc:1221
msgctxt "STR_REDLINE_TABLE_CELL_INSERT"
msgid "Cell Inserted"
msgstr ""
#. 4gE3z
-#: sw/inc/strings.hrc:1218
+#: sw/inc/strings.hrc:1222
msgctxt "STR_REDLINE_TABLE_CELL_DELETE"
msgid "Cell Deleted"
msgstr ""
#. DRCyp
-#: sw/inc/strings.hrc:1219
+#: sw/inc/strings.hrc:1223
#, fuzzy
msgctxt "STR_ENDNOTE"
msgid "Endnote: "
msgstr "অন্তিম টীকা"
#. qpW2q
-#: sw/inc/strings.hrc:1220
+#: sw/inc/strings.hrc:1224
#, fuzzy
msgctxt "STR_FTNNOTE"
msgid "Footnote: "
msgstr "পাদটীকা"
#. 3RFUd
-#: sw/inc/strings.hrc:1221
+#: sw/inc/strings.hrc:1225
msgctxt "STR_SMARTTAG_CLICK"
msgid "%s-click to open Smart Tag menu"
msgstr ""
#. QCD36
-#: sw/inc/strings.hrc:1222
+#: sw/inc/strings.hrc:1226
msgctxt "STR_HEADER_TITLE"
msgid "Header (%1)"
msgstr ""
#. AYjgB
-#: sw/inc/strings.hrc:1223
+#: sw/inc/strings.hrc:1227
msgctxt "STR_FIRST_HEADER_TITLE"
msgid "First Page Header (%1)"
msgstr ""
#. qVX2k
-#: sw/inc/strings.hrc:1224
+#: sw/inc/strings.hrc:1228
msgctxt "STR_LEFT_HEADER_TITLE"
msgid "Left Page Header (%1)"
msgstr ""
#. DSg3b
-#: sw/inc/strings.hrc:1225
+#: sw/inc/strings.hrc:1229
msgctxt "STR_RIGHT_HEADER_TITLE"
msgid "Right Page Header (%1)"
msgstr ""
#. 6GzuM
-#: sw/inc/strings.hrc:1226
+#: sw/inc/strings.hrc:1230
msgctxt "STR_FOOTER_TITLE"
msgid "Footer (%1)"
msgstr ""
#. FDVNH
-#: sw/inc/strings.hrc:1227
+#: sw/inc/strings.hrc:1231
msgctxt "STR_FIRST_FOOTER_TITLE"
msgid "First Page Footer (%1)"
msgstr ""
#. SL7r3
-#: sw/inc/strings.hrc:1228
+#: sw/inc/strings.hrc:1232
msgctxt "STR_LEFT_FOOTER_TITLE"
msgid "Left Page Footer (%1)"
msgstr ""
#. CBvih
-#: sw/inc/strings.hrc:1229
+#: sw/inc/strings.hrc:1233
msgctxt "STR_RIGHT_FOOTER_TITLE"
msgid "Right Page Footer (%1)"
msgstr ""
#. s8v3h
-#: sw/inc/strings.hrc:1230
+#: sw/inc/strings.hrc:1234
#, fuzzy
msgctxt "STR_DELETE_HEADER"
msgid "Delete Header..."
msgstr "স্তৰ মচি পেলাওক (~L)..."
#. wL3Fr
-#: sw/inc/strings.hrc:1231
+#: sw/inc/strings.hrc:1235
#, fuzzy
msgctxt "STR_FORMAT_HEADER"
msgid "Format Header..."
msgstr "পৃষ্ঠা ফৰমেট কৰক (~P)..."
#. DrAUe
-#: sw/inc/strings.hrc:1232
+#: sw/inc/strings.hrc:1236
#, fuzzy
msgctxt "STR_DELETE_FOOTER"
msgid "Delete Footer..."
msgstr "স্তৰ মচি পেলাওক (~L)..."
#. 9Xgou
-#: sw/inc/strings.hrc:1233
+#: sw/inc/strings.hrc:1237
#, fuzzy
msgctxt "STR_FORMAT_FOOTER"
msgid "Format Footer..."
msgstr "মজীয়া ফৰমেট..."
#. ApT5B
-#: sw/inc/strings.hrc:1235
+#: sw/inc/strings.hrc:1239
msgctxt "STR_UNFLOAT_TABLE"
msgid "Un-float Table"
msgstr ""
#. uvDKE
-#: sw/inc/strings.hrc:1237
+#: sw/inc/strings.hrc:1241
msgctxt "STR_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "ছবি ফাইলখন খুলিব নোৱাৰি"
#. iJuAv
-#: sw/inc/strings.hrc:1238
+#: sw/inc/strings.hrc:1242
msgctxt "STR_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr "ছবি ফাইল পঢ়িব নোৱাৰি"
#. Bwwho
-#: sw/inc/strings.hrc:1239
+#: sw/inc/strings.hrc:1243
msgctxt "STR_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr "অজ্ঞাত ছবি বিন্যাস"
#. bfog5
-#: sw/inc/strings.hrc:1240
+#: sw/inc/strings.hrc:1244
msgctxt "STR_GRFILTER_VERSIONERROR"
msgid "This image file version is not supported"
msgstr "এই ছবি ফাইল সংস্কৰণ সমৰ্থিত নহয়"
#. xy4Vm
-#: sw/inc/strings.hrc:1241
+#: sw/inc/strings.hrc:1245
msgctxt "STR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "ছবি ফিল্টাৰ পোৱা নগল"
#. tEqyq
-#: sw/inc/strings.hrc:1242
+#: sw/inc/strings.hrc:1246
#, fuzzy
msgctxt "STR_GRFILTER_TOOBIG"
msgid "Not enough memory to insert the image."
msgstr "ছবি সুমুৱাবলৈ পৰ্যাপ্ত মেমৰি নাই।"
#. 5ihue
-#: sw/inc/strings.hrc:1243
+#: sw/inc/strings.hrc:1247
msgctxt "STR_INSERT_GRAPHIC"
msgid "Insert Image"
msgstr "ছবি সুমুৱাওক"
#. GWzLN
-#: sw/inc/strings.hrc:1244
+#: sw/inc/strings.hrc:1248
msgctxt "STR_REDLINE_COMMENT"
msgid "Comment: "
msgstr "মন্তব্য: "
#. CoJc8
-#: sw/inc/strings.hrc:1245
+#: sw/inc/strings.hrc:1249
msgctxt "STR_REDLINE_INSERTED"
msgid "Insertion"
msgstr "অন্তর্ভূক্তি"
#. dfMEF
-#: sw/inc/strings.hrc:1246
+#: sw/inc/strings.hrc:1250
msgctxt "STR_REDLINE_DELETED"
msgid "Deletion"
msgstr "ডিলিশ্বন"
#. NytQQ
-#: sw/inc/strings.hrc:1247
+#: sw/inc/strings.hrc:1251
msgctxt "STR_REDLINE_AUTOFMT"
msgid "AutoCorrect"
msgstr "স্বশুদ্ধকৰণ"
#. YRAQL
-#: sw/inc/strings.hrc:1248
+#: sw/inc/strings.hrc:1252
msgctxt "STR_REDLINE_FORMATTED"
msgid "Formats"
msgstr ""
#. ELCVU
-#: sw/inc/strings.hrc:1249
+#: sw/inc/strings.hrc:1253
msgctxt "STR_REDLINE_TABLECHG"
msgid "Table Changes"
msgstr "টেবুল সলনি হয়"
#. PzfQF
-#: sw/inc/strings.hrc:1250
+#: sw/inc/strings.hrc:1254
msgctxt "STR_REDLINE_FMTCOLLSET"
msgid "Applied Paragraph Styles"
msgstr "ব্যৱহৃত পেৰেগ্ৰাফ শৈলীবোৰ"
#. sgEbW
-#: sw/inc/strings.hrc:1251
+#: sw/inc/strings.hrc:1255
msgctxt "STR_PAGE"
msgid "Page "
msgstr "পৃষ্ঠা "
#. 3DpEx
-#: sw/inc/strings.hrc:1252
+#: sw/inc/strings.hrc:1256
#, fuzzy
msgctxt "STR_PAGE_COUNT"
msgid "Page %1 of %2"
msgstr "%n ৰ %p পৃষ্ঠা"
#. HSbzS
-#: sw/inc/strings.hrc:1253
+#: sw/inc/strings.hrc:1257
msgctxt "STR_PAGE_COUNT_CUSTOM"
msgid "Page %1 of %2 (Page %3)"
msgstr ""
#. a7tDc
-#: sw/inc/strings.hrc:1254
+#: sw/inc/strings.hrc:1258
msgctxt "STR_PAGE_COUNT_PRINTED"
msgid "Page %1 of %2 (Page %3 of %4 to print)"
msgstr ""
#. KjML8
#. Strings for gallery/background
-#: sw/inc/strings.hrc:1256
+#: sw/inc/strings.hrc:1260
msgctxt "STR_SWBG_PARAGRAPH"
msgid "Paragraph"
msgstr "পেৰেগ্ৰাফ"
#. aAtmp
-#: sw/inc/strings.hrc:1257
+#: sw/inc/strings.hrc:1261
msgctxt "STR_SWBG_GRAPHIC"
msgid "Image"
msgstr "ছবি"
#. UBDMK
-#: sw/inc/strings.hrc:1258
+#: sw/inc/strings.hrc:1262
msgctxt "STR_SWBG_OLE"
msgid "OLE object"
msgstr "OLE বস্তু"
#. xEWbo
-#: sw/inc/strings.hrc:1259
+#: sw/inc/strings.hrc:1263
msgctxt "STR_SWBG_FRAME"
msgid "Frame"
msgstr "ফ্ৰেম"
#. hfJns
-#: sw/inc/strings.hrc:1260
+#: sw/inc/strings.hrc:1264
msgctxt "STR_SWBG_TABLE"
msgid "Table"
msgstr "টেবুল"
#. GRqNY
-#: sw/inc/strings.hrc:1261
+#: sw/inc/strings.hrc:1265
msgctxt "STR_SWBG_TABLE_ROW"
msgid "Table row"
msgstr "টেবুলৰ শাৰী"
#. CDQY4
-#: sw/inc/strings.hrc:1262
+#: sw/inc/strings.hrc:1266
msgctxt "STR_SWBG_TABLE_CELL"
msgid "Table cell"
msgstr "টেবুল কক্ষ"
#. 2Db9T
-#: sw/inc/strings.hrc:1263
+#: sw/inc/strings.hrc:1267
msgctxt "STR_SWBG_PAGE"
msgid "Page"
msgstr "পৃষ্ঠা"
#. 63FuG
-#: sw/inc/strings.hrc:1264
+#: sw/inc/strings.hrc:1268
msgctxt "STR_SWBG_HEADER"
msgid "Header"
msgstr "হেডাৰ"
#. aDuAY
-#: sw/inc/strings.hrc:1265
+#: sw/inc/strings.hrc:1269
msgctxt "STR_SWBG_FOOTER"
msgid "Footer"
msgstr "ফুটাৰ"
#. uAp9i
#. End: strings for gallery/background
-#: sw/inc/strings.hrc:1268
+#: sw/inc/strings.hrc:1272
msgctxt "STR_WRITER_WEBDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION HTML Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION HTML দস্তাবেজ"
#. y2GBv
-#: sw/inc/strings.hrc:1270
+#: sw/inc/strings.hrc:1274
msgctxt "STR_TITLE"
msgid "Title"
msgstr "শীৰ্ষক"
#. AipGR
-#: sw/inc/strings.hrc:1271
+#: sw/inc/strings.hrc:1275
msgctxt "STR_ALPHA"
msgid "Separator"
msgstr "পৃথক কৰোঁতা"
#. CoSEf
-#: sw/inc/strings.hrc:1272
+#: sw/inc/strings.hrc:1276
msgctxt "STR_LEVEL"
msgid "Level "
msgstr "Level "
#. JdTF4
-#: sw/inc/strings.hrc:1273
+#: sw/inc/strings.hrc:1277
msgctxt "STR_FILE_NOT_FOUND"
msgid "The file, \"%1\" in the \"%2\" path could not be found."
msgstr "ফাইল, \"%1\" যি \"%2\" পথত আছে তাক বিচাৰি পোৱা নগ'ল।"
#. zRWDZ
-#: sw/inc/strings.hrc:1274
+#: sw/inc/strings.hrc:1278
msgctxt "STR_USER_DEFINED_INDEX"
msgid "User-Defined Index"
msgstr "ব্যৱহাৰকাৰী-বিৱৰিত সূচী"
#. t5uWs
-#: sw/inc/strings.hrc:1275
+#: sw/inc/strings.hrc:1279
msgctxt "STR_NOSORTKEY"
msgid "<None>"
msgstr "<None>"
#. vSSnJ
-#: sw/inc/strings.hrc:1276
+#: sw/inc/strings.hrc:1280
msgctxt "STR_NO_CHAR_STYLE"
msgid "<None>"
msgstr "<None>"
#. NSx98
-#: sw/inc/strings.hrc:1277
+#: sw/inc/strings.hrc:1281
msgctxt "STR_DELIM"
msgid "S"
msgstr "S"
#. hK8CX
-#: sw/inc/strings.hrc:1278
+#: sw/inc/strings.hrc:1282
msgctxt "STR_TOKEN_ENTRY_NO"
msgid "E#"
msgstr "E#"
#. 8EgTx
-#: sw/inc/strings.hrc:1279
+#: sw/inc/strings.hrc:1283
msgctxt "STR_TOKEN_ENTRY"
msgid "E"
msgstr "E"
#. gxt8B
-#: sw/inc/strings.hrc:1280
+#: sw/inc/strings.hrc:1284
msgctxt "STR_TOKEN_TAB_STOP"
msgid "T"
msgstr "T"
#. pGAb4
-#: sw/inc/strings.hrc:1281
+#: sw/inc/strings.hrc:1285
msgctxt "STR_TOKEN_PAGE_NUMS"
msgid "#"
msgstr "#"
#. teDm3
-#: sw/inc/strings.hrc:1282
+#: sw/inc/strings.hrc:1286
msgctxt "STR_TOKEN_CHAPTER_INFO"
msgid "CI"
msgstr "CI"
#. XWaFn
-#: sw/inc/strings.hrc:1283
+#: sw/inc/strings.hrc:1287
msgctxt "STR_TOKEN_LINK_START"
msgid "LS"
msgstr "LS"
#. xp6D6
-#: sw/inc/strings.hrc:1284
+#: sw/inc/strings.hrc:1288
msgctxt "STR_TOKEN_LINK_END"
msgid "LE"
msgstr "LE"
#. AogDK
-#: sw/inc/strings.hrc:1285
+#: sw/inc/strings.hrc:1289
msgctxt "STR_TOKEN_AUTHORITY"
msgid "A"
msgstr "A"
#. 5A4jw
-#: sw/inc/strings.hrc:1286
+#: sw/inc/strings.hrc:1290
msgctxt "STR_TOKEN_HELP_ENTRY_NO"
msgid "Chapter number"
msgstr "পাঠ সংখ্যা"
#. FH365
-#: sw/inc/strings.hrc:1287
+#: sw/inc/strings.hrc:1291
msgctxt "STR_TOKEN_HELP_ENTRY"
msgid "Entry"
msgstr "প্রৱিষ্টি"
#. xZjtZ
-#: sw/inc/strings.hrc:1288
+#: sw/inc/strings.hrc:1292
msgctxt "STR_TOKEN_HELP_TAB_STOP"
msgid "Tab stop"
msgstr "টেব বন্ধ"
#. aXW8y
-#: sw/inc/strings.hrc:1289
+#: sw/inc/strings.hrc:1293
msgctxt "STR_TOKEN_HELP_TEXT"
msgid "Text"
msgstr "লিখনি"
#. MCUd2
-#: sw/inc/strings.hrc:1290
+#: sw/inc/strings.hrc:1294
msgctxt "STR_TOKEN_HELP_PAGE_NUMS"
msgid "Page number"
msgstr "পৃষ্ঠাৰ সংখ্যা"
#. pXqw3
-#: sw/inc/strings.hrc:1291
+#: sw/inc/strings.hrc:1295
msgctxt "STR_TOKEN_HELP_CHAPTER_INFO"
msgid "Chapter info"
msgstr "পাঠৰ তথ্য"
#. DRBSD
-#: sw/inc/strings.hrc:1292
+#: sw/inc/strings.hrc:1296
msgctxt "STR_TOKEN_HELP_LINK_START"
msgid "Hyperlink start"
msgstr "হাইপাৰলিংক আৰম্ভ"
#. Ytn5g
-#: sw/inc/strings.hrc:1293
+#: sw/inc/strings.hrc:1297
msgctxt "STR_TOKEN_HELP_LINK_END"
msgid "Hyperlink end"
msgstr "হাইপাৰলিংক অন্ত"
#. hRo3J
-#: sw/inc/strings.hrc:1294
+#: sw/inc/strings.hrc:1298
msgctxt "STR_TOKEN_HELP_AUTHORITY"
msgid "Bibliography entry: "
msgstr "গ্রন্থ-সূচী প্রৱিষ্টি: "
#. ZKG5v
-#: sw/inc/strings.hrc:1295
+#: sw/inc/strings.hrc:1299
msgctxt "STR_CHARSTYLE"
msgid "Character Style: "
msgstr "আখৰৰ শৈলী: "
#. d9BES
-#: sw/inc/strings.hrc:1296
+#: sw/inc/strings.hrc:1300
msgctxt "STR_STRUCTURE"
msgid "Structure text"
msgstr "গঠন লিখনি"
#. kwoGP
-#: sw/inc/strings.hrc:1297
+#: sw/inc/strings.hrc:1301
msgctxt "STR_ADDITIONAL_ACCNAME_STRING1"
msgid "Press Ctrl+Alt+A to move focus for more operations"
msgstr "অধিক কাৰ্য্যৰ বাবে ফকাচ স্থানান্তৰ কৰিবলে Ctrl+Alt+A টিপক"
#. Avm9y
-#: sw/inc/strings.hrc:1298
+#: sw/inc/strings.hrc:1302
msgctxt "STR_ADDITIONAL_ACCNAME_STRING2"
msgid "Press left or right arrow to choose the structure controls"
msgstr "গঠন নিয়ন্ত্ৰণসমূহ বাছিবলে বাঁও অথবা সোঁ কাঁড় টিপক"
#. 59eRi
-#: sw/inc/strings.hrc:1299
+#: sw/inc/strings.hrc:1303
msgctxt "STR_ADDITIONAL_ACCNAME_STRING3"
msgid "Press Ctrl+Alt+B to move focus back to the current structure control"
msgstr "ফকাচ পুনৰ বৰ্তমান গঠন নিয়ন্ত্ৰণলৈ নিবলৈ Ctrl+Alt+B টিপক"
#. 8AagG
-#: sw/inc/strings.hrc:1300
+#: sw/inc/strings.hrc:1304
msgctxt "STR_AUTOMARK_TYPE"
msgid "Selection file for the alphabetical index (*.sdi)"
msgstr "বর্ণমালা সূচীৰ বাবে বাছনী ফাইল (*.sdi)"
@@ -8091,287 +8117,287 @@ msgstr "বর্ণমালা সূচীৰ বাবে বাছনী
#. -----------------------------------------------------------------------
#. Description: character alignment for frmsh.cxx - context menu
#. -----------------------------------------------------------------------
-#: sw/inc/strings.hrc:1305
+#: sw/inc/strings.hrc:1309
msgctxt "STR_FRMUI_TOP_BASE"
msgid "Base line at ~top"
msgstr "ওপৰত আধাৰ ৰেখা (~t)"
#. 5GiEA
-#: sw/inc/strings.hrc:1306
+#: sw/inc/strings.hrc:1310
msgctxt "STR_FRMUI_BOTTOM_BASE"
msgid "~Base line at bottom"
msgstr "তলত আধাৰ ৰেখা (~B)"
#. sdyVF
-#: sw/inc/strings.hrc:1307
+#: sw/inc/strings.hrc:1311
msgctxt "STR_FRMUI_CENTER_BASE"
msgid "Base line ~centered"
msgstr "আধাৰ ৰেখা কেন্দ্রীকৃত (~c)"
#. NAXyZ
-#: sw/inc/strings.hrc:1308
+#: sw/inc/strings.hrc:1312
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert object"
msgstr "বস্তু ভৰাওক"
#. 5C6Rc
-#: sw/inc/strings.hrc:1309
+#: sw/inc/strings.hrc:1313
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit object"
msgstr "বস্তু সম্পাদনা কৰক"
#. 3QFYB
-#: sw/inc/strings.hrc:1310
+#: sw/inc/strings.hrc:1314
msgctxt "STR_FRMUI_COLL_HEADER"
msgid " (Template: "
msgstr " (নমুনা: "
#. oUhnK
-#: sw/inc/strings.hrc:1311
+#: sw/inc/strings.hrc:1315
msgctxt "STR_FRMUI_BORDER"
msgid "Borders"
msgstr "সীমাৰেখাবোৰ"
#. T2SH2
-#: sw/inc/strings.hrc:1312
+#: sw/inc/strings.hrc:1316
msgctxt "STR_FRMUI_PATTERN"
msgid "Background"
msgstr "পৃষ্ঠভূমি"
#. K6Yvs
-#: sw/inc/strings.hrc:1314
+#: sw/inc/strings.hrc:1318
msgctxt "STR_TEXTCOLL_HEADER"
msgid "(Paragraph Style: "
msgstr "(পেৰেগ্ৰাফ শৈলী: "
#. Fsanh
-#: sw/inc/strings.hrc:1315
+#: sw/inc/strings.hrc:1319
#, fuzzy
msgctxt "STR_ILLEGAL_PAGENUM"
msgid "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages."
msgstr "বৰ্তমান পৃষ্ঠালে পৃষ্ঠা নম্বৰসমূহ প্ৰয়োগ কৰিব নোৱাৰি। যুগ্ম নম্বৰসমূহ বাও পৃষ্ঠাসমূহত ব্যৱহাৰ কৰিব পাৰি, অযুগ্ম নম্বৰসমূহ সোঁ পৃষ্ঠাসমূহত ব্যৱহাৰ কৰিব পাৰি।"
#. VZnJf
-#: sw/inc/strings.hrc:1317
+#: sw/inc/strings.hrc:1321
msgctxt "STR_WRITER_GLOBALDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION মুখ্য দস্তাবেজ"
#. kWe9j
-#: sw/inc/strings.hrc:1319
+#: sw/inc/strings.hrc:1323
msgctxt "STR_QUERY_CONNECT"
msgid "A file connection will delete the contents of the current section. Connect anyway?"
msgstr ""
#. dLuAF
-#: sw/inc/strings.hrc:1320
+#: sw/inc/strings.hrc:1324
msgctxt "STR_WRONG_PASSWORD"
msgid "The password entered is invalid."
msgstr ""
#. oUR7Y
-#: sw/inc/strings.hrc:1321
+#: sw/inc/strings.hrc:1325
msgctxt "STR_WRONG_PASSWD_REPEAT"
msgid "The password has not been set."
msgstr ""
#. GBVqD
-#: sw/inc/strings.hrc:1323
+#: sw/inc/strings.hrc:1327
msgctxt "STR_HYP_OK"
msgid "Hyphenation completed"
msgstr ""
#. rZBXF
-#: sw/inc/strings.hrc:1324
+#: sw/inc/strings.hrc:1328
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "কোনো নহয় (বানান নিৰীক্ষন নকৰিব)"
#. Z8EjG
-#: sw/inc/strings.hrc:1325
+#: sw/inc/strings.hrc:1329
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr "অবিকল্পিত ভাষালৈ পুনৰ সংহতি কৰা"
#. YEXdS
-#: sw/inc/strings.hrc:1326
+#: sw/inc/strings.hrc:1330
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "অধিক..."
#. QecQ3
-#: sw/inc/strings.hrc:1327
+#: sw/inc/strings.hrc:1331
msgctxt "STR_IGNORE_SELECTION"
msgid "~Ignore"
msgstr "উপেক্ষা কৰক (~I)"
#. aaiBM
-#: sw/inc/strings.hrc:1328
+#: sw/inc/strings.hrc:1332
msgctxt "STR_EXPLANATION_LINK"
msgid "Explanations..."
msgstr ""
#. kSDGu
-#: sw/inc/strings.hrc:1330
+#: sw/inc/strings.hrc:1334
msgctxt "STR_QUERY_SPECIAL_FORCED"
msgid "Check special regions is deactivated. Check anyway?"
msgstr ""
#. KiAdJ
-#: sw/inc/strings.hrc:1331
+#: sw/inc/strings.hrc:1335
msgctxt "STR_NO_MERGE_ENTRY"
msgid "Could not merge documents."
msgstr ""
#. FqsCt
-#: sw/inc/strings.hrc:1332
+#: sw/inc/strings.hrc:1336
msgctxt "STR_NO_BASE_FOR_MERGE"
msgid "%PRODUCTNAME Base component is absent, and it is required to use Mail Merge."
msgstr ""
#. wcuf4
-#: sw/inc/strings.hrc:1333
+#: sw/inc/strings.hrc:1337
msgctxt "STR_ERR_SRCSTREAM"
msgid "The source cannot be loaded."
msgstr ""
#. K9qMS
-#: sw/inc/strings.hrc:1334
+#: sw/inc/strings.hrc:1338
msgctxt "STR_ERR_NO_FAX"
msgid "No fax printer has been set under Tools/Options/%1/Print."
msgstr ""
#. XWQ8w
-#: sw/inc/strings.hrc:1335
+#: sw/inc/strings.hrc:1339
#, fuzzy
msgctxt "STR_WEBOPTIONS"
msgid "HTML document"
msgstr "HTML ডকুমেন্ট"
#. qVZBx
-#: sw/inc/strings.hrc:1336
+#: sw/inc/strings.hrc:1340
#, fuzzy
msgctxt "STR_TEXTOPTIONS"
msgid "Text document"
msgstr "প্ৰতিটো দস্তাবেজত"
#. qmmPU
-#: sw/inc/strings.hrc:1337
+#: sw/inc/strings.hrc:1341
msgctxt "STR_SCAN_NOSOURCE"
msgid "Source not specified."
msgstr ""
#. 2LgDJ
-#: sw/inc/strings.hrc:1338
+#: sw/inc/strings.hrc:1342
msgctxt "STR_NUM_LEVEL"
msgid "Level "
msgstr "Level "
#. AcAD8
-#: sw/inc/strings.hrc:1339
+#: sw/inc/strings.hrc:1343
#, fuzzy
msgctxt "STR_NUM_OUTLINE"
msgid "Outline "
msgstr "ৰূপৰেখা"
#. DE9FZ
-#: sw/inc/strings.hrc:1340
+#: sw/inc/strings.hrc:1344
#, fuzzy
msgctxt "STR_EDIT_FOOTNOTE"
msgid "Edit Footnote/Endnote"
msgstr "ফুটনোট/এণ্ডনোট সুমুৱাওক"
#. EzBCZ
-#: sw/inc/strings.hrc:1341
+#: sw/inc/strings.hrc:1345
#, fuzzy
msgctxt "STR_NB_REPLACED"
msgid "Search key replaced XX times."
msgstr "সন্ধান চাবিৰে XX সময় সলনি কৰা হ'ল"
#. fgywB
-#: sw/inc/strings.hrc:1342
+#: sw/inc/strings.hrc:1346
#, fuzzy
msgctxt "STR_SRCVIEW_ROW"
msgid "Row "
msgstr "শাৰীবোৰ"
#. GUc4a
-#: sw/inc/strings.hrc:1343
+#: sw/inc/strings.hrc:1347
#, fuzzy
msgctxt "STR_SRCVIEW_COL"
msgid "Column "
msgstr "স্তম্ভ"
#. yMyuo
-#: sw/inc/strings.hrc:1344
+#: sw/inc/strings.hrc:1348
msgctxt "STR_SAVEAS_SRC"
msgid "~Export source..."
msgstr ""
#. ywFCb
-#: sw/inc/strings.hrc:1345
+#: sw/inc/strings.hrc:1349
msgctxt "STR_SAVEACOPY_SRC"
msgid "~Export copy of source..."
msgstr ""
#. BT3M3
-#: sw/inc/strings.hrc:1347
+#: sw/inc/strings.hrc:1351
#, fuzzy
msgctxt "ST_CONTINUE"
msgid "~Continue"
msgstr "চলাই থাকক"
#. ZR9aw
-#: sw/inc/strings.hrc:1348
+#: sw/inc/strings.hrc:1352
msgctxt "ST_SENDINGTO"
msgid "Sending to: %1"
msgstr ""
#. YCNYb
-#: sw/inc/strings.hrc:1349
+#: sw/inc/strings.hrc:1353
msgctxt "ST_COMPLETED"
msgid "Successfully sent"
msgstr ""
#. fmHmE
-#: sw/inc/strings.hrc:1350
+#: sw/inc/strings.hrc:1354
msgctxt "ST_FAILED"
msgid "Sending failed"
msgstr ""
#. yAAPM
-#: sw/inc/strings.hrc:1352
+#: sw/inc/strings.hrc:1356
msgctxt "STR_SENDER_TOKENS"
msgid "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;"
msgstr "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;"
#. mWrXk
-#: sw/inc/strings.hrc:1354
+#: sw/inc/strings.hrc:1358
msgctxt "STR_TBL_FORMULA"
msgid "Text formula"
msgstr ""
#. y63Nw
-#: sw/inc/strings.hrc:1356
+#: sw/inc/strings.hrc:1360
msgctxt "STR_MENU_ZOOM"
msgid "~Zoom"
msgstr "জুম (~Z)"
#. YzA5m
-#: sw/inc/strings.hrc:1357
+#: sw/inc/strings.hrc:1361
msgctxt "STR_MENU_UP"
msgid "~Upwards"
msgstr ""
#. M9SMe
-#: sw/inc/strings.hrc:1358
+#: sw/inc/strings.hrc:1362
#, fuzzy
msgctxt "STR_MENU_DOWN"
msgid "Do~wnwards"
msgstr "তললৈ"
#. RmBFW
-#: sw/inc/strings.hrc:1361
+#: sw/inc/strings.hrc:1365
msgctxt "STR_DROP_DOWN_EMPTY_LIST"
msgid "No Item specified"
msgstr ""
@@ -8380,7 +8406,7 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: Classification strings
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1367
+#: sw/inc/strings.hrc:1371
msgctxt "STR_CLASSIFICATION_LEVEL_CHANGED"
msgid "Document classification has changed because a paragraph classification level is higher"
msgstr ""
@@ -8389,125 +8415,125 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: Paragraph Signature
#. --------------------------------------------------------------------
-#: sw/inc/strings.hrc:1372
+#: sw/inc/strings.hrc:1376
msgctxt "STR_VALID"
msgid " Valid "
msgstr ""
#. xAKRC
-#: sw/inc/strings.hrc:1373
+#: sw/inc/strings.hrc:1377
msgctxt "STR_INVALID"
msgid "Invalid"
msgstr ""
#. pDAHz
-#: sw/inc/strings.hrc:1374
+#: sw/inc/strings.hrc:1378
msgctxt "STR_INVALID_SIGNATURE"
msgid "Invalid Signature"
msgstr ""
#. etEEx
-#: sw/inc/strings.hrc:1375
+#: sw/inc/strings.hrc:1379
#, fuzzy
msgctxt "STR_SIGNED_BY"
msgid "Signed-by"
msgstr "স্বাক্ষৰ কৰিছে "
#. BK7ub
-#: sw/inc/strings.hrc:1376
+#: sw/inc/strings.hrc:1380
msgctxt "STR_PARAGRAPH_SIGNATURE"
msgid "Paragraph Signature"
msgstr ""
#. kZKCf
-#: sw/inc/strings.hrc:1378
+#: sw/inc/strings.hrc:1382
#, fuzzy
msgctxt "labeldialog|cards"
msgid "Business Cards"
msgstr "ব্যৱসায়িক কার্ডসমূহ (~u)"
#. ECFij
-#: sw/inc/strings.hrc:1380
+#: sw/inc/strings.hrc:1384
msgctxt "STR_MAILCONFIG_DLG_TITLE"
msgid "Email settings"
msgstr ""
#. PwrB9
-#: sw/inc/strings.hrc:1382
+#: sw/inc/strings.hrc:1386
msgctxt "optredlinepage|insertedpreview"
msgid "Insert"
msgstr "সুমুৱাওক"
#. NL48o
-#: sw/inc/strings.hrc:1383
+#: sw/inc/strings.hrc:1387
msgctxt "optredlinepage|deletedpreview"
msgid "Delete"
msgstr "মচি পেলাওক"
#. PW4Bz
-#: sw/inc/strings.hrc:1384
+#: sw/inc/strings.hrc:1388
#, fuzzy
msgctxt "optredlinepage|changedpreview"
msgid "Attributes"
msgstr "এট্রিবিয়ুটবোৰ"
#. yfgiq
-#: sw/inc/strings.hrc:1386
+#: sw/inc/strings.hrc:1390
msgctxt "createautomarkdialog|searchterm"
msgid "Search term"
msgstr ""
#. fhLzk
-#: sw/inc/strings.hrc:1387
+#: sw/inc/strings.hrc:1391
msgctxt "createautomarkdialog|alternative"
msgid "Alternative entry"
msgstr ""
#. gD4D3
-#: sw/inc/strings.hrc:1388
+#: sw/inc/strings.hrc:1392
msgctxt "createautomarkdialog|key1"
msgid "1st key"
msgstr "প্ৰথম চাবি"
#. BFszo
-#: sw/inc/strings.hrc:1389
+#: sw/inc/strings.hrc:1393
msgctxt "createautomarkdialog|key2"
msgid "2nd key"
msgstr "দ্বিতীয় চাবি"
#. EoAB8
-#: sw/inc/strings.hrc:1390
+#: sw/inc/strings.hrc:1394
#, fuzzy
msgctxt "createautomarkdialog|comment"
msgid "Comment"
msgstr "মন্তব্যসমূহ"
#. Shstx
-#: sw/inc/strings.hrc:1391
+#: sw/inc/strings.hrc:1395
msgctxt "createautomarkdialog|casesensitive"
msgid "Match case"
msgstr "ফলা মিল খোৱাওক"
#. 8Cjvb
-#: sw/inc/strings.hrc:1392
+#: sw/inc/strings.hrc:1396
msgctxt "createautomarkdialog|wordonly"
msgid "Word only"
msgstr ""
#. zD8rb
-#: sw/inc/strings.hrc:1393
+#: sw/inc/strings.hrc:1397
msgctxt "createautomarkdialog|yes"
msgid "Yes"
msgstr "হয়"
#. 4tTop
-#: sw/inc/strings.hrc:1394
+#: sw/inc/strings.hrc:1398
msgctxt "createautomarkdialog|no"
msgid "No"
msgstr "নহয়"
#. KhKwa
-#: sw/inc/strings.hrc:1396
+#: sw/inc/strings.hrc:1400
msgctxt "sidebarwrap|customlabel"
msgid "Custom"
msgstr "নিজৰ পছন্দৰ মতে"
@@ -13217,12 +13243,11 @@ msgctxt "insertbreak|pagerb-atkobject"
msgid "Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page."
msgstr ""
-#. CQ5Em
+#. qAj3x
#: sw/uiconfig/swriter/ui/insertbreak.ui:171
-#, fuzzy
msgctxt "insertbreak|styleft"
-msgid "Style:"
-msgstr "শৈলীসমূহ (_S):"
+msgid "Page Style:"
+msgstr ""
#. BWnND
#: sw/uiconfig/swriter/ui/insertbreak.ui:188
@@ -15174,153 +15199,133 @@ msgctxt "navigatorpanel|contenttoggle|tooltip_text"
msgid "Toggle Master View"
msgstr ""
-#. RZhFC
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:47
-#, fuzzy
-msgctxt "navigatorpanel|navigation|tooltip_text"
-msgid "Navigation"
-msgstr "নেভিগেশ্বন"
-
-#. 6Frp3
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:60
-#, fuzzy
-msgctxt "navigatorpanel|back|tooltip_text"
-msgid "Back"
-msgstr "পিছফালে"
-
-#. r8tsB
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:73
-msgctxt "navigatorpanel|forward|tooltip_text"
-msgid "Forward"
-msgstr "আগলৈ"
-
-#. mHVom
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:86
-#, fuzzy
-msgctxt "navigatorpanel|dragmode|tooltip_text"
-msgid "Drag Mode"
-msgstr "ড্ৰেগ কৰাৰ প্ৰকাৰ"
-
-#. SndsZ
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:109
-msgctxt "navigatorpanel|chapterup|tooltip_text"
-msgid "Promote Chapter"
-msgstr ""
-
-#. MRuAa
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:122
-msgctxt "navigatorpanel|chapterdown|tooltip_text"
-msgid "Demote Chapter"
-msgstr ""
-
#. sxyvw
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:135
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:80
msgctxt "navigatorpanel|listbox|tooltip_text"
msgid "List Box On/Off"
msgstr ""
#. DgvFE
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:148
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:93
msgctxt "navigatorpanel|root|tooltip_text"
msgid "Content Navigation View"
msgstr ""
#. GbEFs
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:171
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:116
msgctxt "navigatorpanel|reminder|tooltip_text"
msgid "Set Reminder"
msgstr ""
#. Ngjxu
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:194
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:139
msgctxt "navigatorpanel|header|tooltip_text"
msgid "Header"
msgstr "হেডাৰ"
#. dfTJU
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:207
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:152
msgctxt "navigatorpanel|footer|tooltip_text"
msgid "Footer"
msgstr "ফুটাৰ"
#. EefnL
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:220
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:165
msgctxt "navigatorpanel|anchor|tooltip_text"
msgid "Anchor<->Text"
msgstr ""
#. PjUEP
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:243
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:188
msgctxt "navigatorpanel|headings|tooltip_text"
msgid "Heading Levels Shown"
msgstr ""
+#. mHVom
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:211
+#, fuzzy
+msgctxt "navigatorpanel|dragmode|tooltip_text"
+msgid "Drag Mode"
+msgstr "ড্ৰেগ কৰাৰ প্ৰকাৰ"
+
#. ijAjg
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:266
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:234
#, fuzzy
msgctxt "navigatorpanel|promote|tooltip_text"
msgid "Promote Level"
msgstr "স্তৰ সক্ৰিয় কৰক"
#. A7vWQ
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:279
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:247
#, fuzzy
msgctxt "navigatorpanel|demote|tooltip_text"
msgid "Demote Level"
msgstr "স্তৰ নিক্ৰিয় কৰক"
+#. SndsZ
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:260
+msgctxt "navigatorpanel|chapterup|tooltip_text"
+msgid "Promote Chapter"
+msgstr ""
+
+#. MRuAa
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:273
+msgctxt "navigatorpanel|chapterdown|tooltip_text"
+msgid "Demote Chapter"
+msgstr ""
+
#. 3rY8r
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:304
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:298
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "দস্তাবেজ"
#. wavgT
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:307
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:301
#, fuzzy
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "সক্রিয় উইণ্ড'"
#. 3yk2y
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:341
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:335
msgctxt "navigatorpanel|globaltoggle|tooltip_text"
msgid "Toggle Master View"
msgstr ""
#. HS3W2
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:364
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:358
msgctxt "navigatorpanel|edit|tooltip_text"
msgid "Edit"
msgstr "সম্পাদনা"
#. svmCG
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:377
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:371
msgctxt "navigatorpanel|update|tooltip_text"
msgid "Update"
msgstr "আপডেট কৰক"
#. tu94A
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:390
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:384
msgctxt "navigatorpanel|insert|tooltip_text"
msgid "Insert"
msgstr "সুমুৱাওক"
#. MvgHM
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:413
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:407
msgctxt "navigatorpanel|save|tooltip_text"
msgid "Save Contents as well"
msgstr ""
#. yEETn
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:436
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:430
#, fuzzy
msgctxt "navigatorpanel|moveup|tooltip_text"
msgid "Move Up"
msgstr "ওপৰলৈ যাওক"
#. KN3mN
-#: sw/uiconfig/swriter/ui/navigatorpanel.ui:449
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:443
#, fuzzy
msgctxt "navigatorpanel|movedown|tooltip_text"
msgid "Move Down"
@@ -17217,81 +17222,89 @@ msgctxt "optformataidspage|bookmarks"
msgid "Bookmarks"
msgstr ""
+#. 3RWMe
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:214
+msgctxt "optformataidspage|bookmarks_label|tooltip_text"
+msgid ""
+"| indicates a point bookmark\n"
+"[ ] indicate the start and end of a bookmark on a text range"
+msgstr ""
+
#. XzAvH
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:234
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:236
msgctxt "optformataidspage|displayfl"
msgid "Display formatting"
msgstr ""
#. ufN3R
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:265
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:267
msgctxt "optformataidspage|mathbaseline"
msgid "Math baseline alignment"
msgstr ""
#. tFDwg
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:286
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:288
msgctxt "optformataidspage|layoutopt"
msgid "Layout Assistance"
msgstr ""
#. s9cDX
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:317
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:319
#, fuzzy
msgctxt "optformataidspage|cursoronoff"
msgid "_Direct cursor"
msgstr "প্রত্যক্ষ কাৰ্ছাৰ"
#. 8eyNs
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:340
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:342
msgctxt "optformataidspage|fillmode"
msgid "Insert:"
msgstr ""
#. ACvNA
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:357
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:359
msgctxt "optformataidspage|filltab"
msgid "Tabs"
msgstr ""
#. CgFKr
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:358
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:360
msgctxt "optformataidspage|filltabandspace"
msgid "Tabs and spaces"
msgstr ""
#. 5FinN
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:359
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:361
msgctxt "optformataidspage|fillspace"
msgid "Spaces"
msgstr ""
#. mSGUr
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:360
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:362
msgctxt "optformataidspage|fillindent"
msgid "Left paragraph margin"
msgstr ""
#. 7REyM
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:361
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:363
msgctxt "optformataidspage|fillmargin"
msgid "Paragraph alignment"
msgstr ""
#. zGjgi
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:384
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:386
msgctxt "optformataidspage|cursorlabel"
msgid "Direct Cursor"
msgstr "প্রত্যক্ষ কাৰ্ছাৰ"
#. A7s4f
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:415
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:417
msgctxt "optformataidspage|cursorinprot"
msgid "Enable cursor"
msgstr ""
#. nfGAn
-#: sw/uiconfig/swriter/ui/optformataidspage.ui:436
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:438
msgctxt "optformataidspage|cursoropt"
msgid "Protected Areas"
msgstr ""
@@ -18644,7 +18657,7 @@ msgid "Macro"
msgstr "মেক্র"
#. EqTqQ
-#: sw/uiconfig/swriter/ui/picturepage.ui:31
+#: sw/uiconfig/swriter/ui/picturepage.ui:32
msgctxt "picturepage|browse"
msgid "Browse..."
msgstr "চৰণ কৰক..."
@@ -18694,33 +18707,33 @@ msgid "On right pages"
msgstr ""
#. M9Lxh
-#: sw/uiconfig/swriter/ui/picturepage.ui:220
+#: sw/uiconfig/swriter/ui/picturepage.ui:230
msgctxt "picturepage|label2"
msgid "Flip"
msgstr "লুটিৱাওক"
#. vEJFW
-#: sw/uiconfig/swriter/ui/picturepage.ui:260
+#: sw/uiconfig/swriter/ui/picturepage.ui:270
#, fuzzy
msgctxt "picturepage|FT_ANGLE"
msgid "_Angle:"
msgstr "কোণ (_A)"
+#. hBc6G
+#: sw/uiconfig/swriter/ui/picturepage.ui:313
+msgctxt "picturepage|CTL_ANGLE|tooltip_text"
+msgid "Rotation Angle"
+msgstr "ঘূৰ্ণন কোণ"
+
#. Q6xq6
-#: sw/uiconfig/swriter/ui/picturepage.ui:302
+#: sw/uiconfig/swriter/ui/picturepage.ui:326
#, fuzzy
msgctxt "picturepage|FT_ANGLEPRESETS"
msgid "Default _settings:"
msgstr "অবিকল্পত সংহতিসমূহ"
-#. hBc6G
-#: sw/uiconfig/swriter/ui/picturepage.ui:317
-msgctxt "picturepage|CTL_ANGLE|tooltip_text"
-msgid "Rotation Angle"
-msgstr "ঘূৰ্ণন কোণ"
-
#. HpCfF
-#: sw/uiconfig/swriter/ui/picturepage.ui:341
+#: sw/uiconfig/swriter/ui/picturepage.ui:351
msgctxt "picturepage|label2"
msgid "Rotation Angle"
msgstr "ঘূৰ্ণন কোণ"
@@ -19417,11 +19430,11 @@ msgctxt "renameobjectdialog|RenameObjectDialog"
msgid "Rename object: "
msgstr "বস্তুৰ পুনৰ নাম দিয়ক: "
-#. HBbjR
+#. kWc8q
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:106
msgctxt "renameobjectdialog|label2"
-msgid "New name"
-msgstr "নতুন নাম"
+msgid "New name:"
+msgstr ""
#. Yffi5
#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:136
@@ -19837,32 +19850,20 @@ msgctxt "sidebartableedit|column_width_label"
msgid "Column width:"
msgstr ""
-#. GpDXc
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:245
-msgctxt "sidebartableedit|opt_row_size_label"
-msgid "Optimize a row:"
-msgstr ""
-
-#. CAoRG
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:260
-msgctxt "sidebartableedit|opt_column_size_label"
-msgid "Optimize a column:"
-msgstr ""
-
#. MDyQt
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:366
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:336
msgctxt "sidebartableedit|delete_label"
msgid "Delete:"
msgstr ""
#. 6wzLa
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:426
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:396
msgctxt "sidebartableedit|split_merge_label"
msgid "Split/Merge:"
msgstr ""
#. Em3y9
-#: sw/uiconfig/swriter/ui/sidebartableedit.ui:543
+#: sw/uiconfig/swriter/ui/sidebartableedit.ui:503
msgctxt "sidebartableedit|misc_label"
msgid "Miscellaneous:"
msgstr ""
@@ -19894,38 +19895,44 @@ msgctxt "sidebarwrap|spacingLB|tooltip_text"
msgid "Set the amount of space between the image and surrounding text"
msgstr ""
+#. akira
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:47
+msgctxt "sidebarwrap|label2"
+msgid "Wrap:"
+msgstr ""
+
#. KrFLE
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:53
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:73
msgctxt "sidebarwrap|wrapoff|tooltip_text"
msgid "Wrap Off"
msgstr ""
#. bCeup
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:65
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:86
msgctxt "sidebarwrap|wrapon|tooltip_text"
msgid "Wrap On"
msgstr ""
#. wGP6B
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:78
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:99
msgctxt "sidebarwrap|wrapideal|tooltip_text"
msgid "Wrap Ideal"
msgstr ""
#. JtHu6
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:104
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:112
msgctxt "sidebarwrap|wrapleft|tooltip_text"
msgid "Wrap Left"
msgstr ""
#. rQbTA
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:117
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:125
msgctxt "sidebarwrap|wrapright|tooltip_text"
msgid "Wrap Right"
msgstr ""
#. G23BK
-#: sw/uiconfig/swriter/ui/sidebarwrap.ui:130
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:138
msgctxt "sidebarwrap|wrapthrough|tooltip_text"
msgid "Wrap Through"
msgstr ""
@@ -20497,17 +20504,17 @@ msgctxt "tabletextflowpage|liststore1"
msgid "Vertical (top to bottom)"
msgstr ""
-#. 5CGH9
+#. 7yaYB
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:300
msgctxt "tabletextflowpage|liststore1"
-msgid "Use superordinate object settings"
-msgstr "ছুপাৰঅৰ্ডিনেট বস্তু ছেটীংছ ব্যৱহাৰ কৰক"
+msgid "Vertical (bottom to top)"
+msgstr ""
-#. 7yaYB
+#. 5CGH9
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:301
msgctxt "tabletextflowpage|liststore1"
-msgid "Vertical (bottom to top)"
-msgstr ""
+msgid "Use superordinate object settings"
+msgstr "ছুপাৰঅৰ্ডিনেট বস্তু ছেটীংছ ব্যৱহাৰ কৰক"
#. tWodL
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:322
@@ -22082,6 +22089,59 @@ msgctxt "watermarkdialog|ColorLabel"
msgid "Color"
msgstr "ৰং"
+#. ekn6L
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:8
+msgctxt "wordcount-mobile|WordCountDialog"
+msgid "Word Count"
+msgstr ""
+
+#. CivM9
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:81
+msgctxt "wordcount-mobile|label9"
+msgid "Selection"
+msgstr ""
+
+#. CNFqp
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:108
+msgctxt "wordcount-mobile|label10"
+msgid "Document"
+msgstr ""
+
+#. RBG3u
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:134
+#: sw/uiconfig/swriter/ui/wordcount-mobile.ui:326
+msgctxt "wordcount-mobile|label1"
+msgid "Words"
+msgstr ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
#. bNHAL
#: sw/uiconfig/swriter/ui/wordcount.ui:8
msgctxt "wordcount|WordCountDialog"
diff --git a/source/as/vcl/messages.po b/source/as/vcl/messages.po
index 594b417eec0..2e6bb511923 100644
--- a/source/as/vcl/messages.po
+++ b/source/as/vcl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-17 16:46+0100\n"
+"POT-Creation-Date: 2020-02-27 14:32+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1979,314 +1979,320 @@ msgctxt "printdialog|moreoptions"
msgid "More Options..."
msgstr ""
+#. JFBoP
+#: vcl/uiconfig/ui/printdialog.ui:112
+msgctxt "printdialog|print"
+msgid "_Print"
+msgstr ""
+
#. M3L4L
-#: vcl/uiconfig/ui/printdialog.ui:172
+#: vcl/uiconfig/ui/printdialog.ui:171
msgctxt "printdialog|printpreview"
msgid "Print preview"
msgstr ""
#. Aq6Gv
-#: vcl/uiconfig/ui/printdialog.ui:202
+#: vcl/uiconfig/ui/printdialog.ui:201
msgctxt "printdialog|lastpage"
msgid "Last page"
msgstr ""
#. CZQLF
-#: vcl/uiconfig/ui/printdialog.ui:217
+#: vcl/uiconfig/ui/printdialog.ui:216
msgctxt "printdialog|forward"
msgid "Next page"
msgstr ""
#. yyFVV
-#: vcl/uiconfig/ui/printdialog.ui:231
+#: vcl/uiconfig/ui/printdialog.ui:230
msgctxt "printdialog|totalnumpages"
msgid "/ %n"
msgstr "/ %n"
#. ebceU
-#: vcl/uiconfig/ui/printdialog.ui:259
+#: vcl/uiconfig/ui/printdialog.ui:258
msgctxt "printdialog|backward"
msgid "Previous page"
msgstr ""
#. SbgFv
-#: vcl/uiconfig/ui/printdialog.ui:274
+#: vcl/uiconfig/ui/printdialog.ui:273
msgctxt "printdialog|firstpage"
msgid "First page"
msgstr ""
-#. 92rNi
-#: vcl/uiconfig/ui/printdialog.ui:300
+#. dQEY8
+#: vcl/uiconfig/ui/printdialog.ui:299
msgctxt "printdialog|previewbox"
-msgid "Preview"
+msgid "Pre_view"
msgstr ""
#. qgQDX
-#: vcl/uiconfig/ui/printdialog.ui:401
+#: vcl/uiconfig/ui/printdialog.ui:400
msgctxt "printdialog|labelstatus"
msgid "Status:"
msgstr ""
#. dyo2j
-#: vcl/uiconfig/ui/printdialog.ui:416
+#: vcl/uiconfig/ui/printdialog.ui:415
msgctxt "printdialog|status"
msgid "Default Printer"
msgstr ""
#. oBACQ
-#: vcl/uiconfig/ui/printdialog.ui:429
+#: vcl/uiconfig/ui/printdialog.ui:428
msgctxt "printdialog|setup"
msgid "Properties..."
msgstr "বৈশিষ্ট্যবোৰ..."
#. AJGau
-#: vcl/uiconfig/ui/printdialog.ui:457
+#: vcl/uiconfig/ui/printdialog.ui:456
msgctxt "printdialog|labelprinter"
msgid "Printer"
msgstr ""
#. AyxGJ
-#: vcl/uiconfig/ui/printdialog.ui:497
+#: vcl/uiconfig/ui/printdialog.ui:496
msgctxt "printdialog|rbAllPages"
msgid "_All pages"
msgstr ""
#. pYtbq
-#: vcl/uiconfig/ui/printdialog.ui:515
+#: vcl/uiconfig/ui/printdialog.ui:514
msgctxt "printdialog|rbPageRange"
msgid "_Pages:"
msgstr ""
#. 786QC
-#: vcl/uiconfig/ui/printdialog.ui:537
+#: vcl/uiconfig/ui/printdialog.ui:536
msgctxt "printdialog|pagerange"
msgid "e.g.: 1, 3-5, 7, 9"
msgstr ""
#. V3apS
-#: vcl/uiconfig/ui/printdialog.ui:546
+#: vcl/uiconfig/ui/printdialog.ui:545
msgctxt "printdialog|rmEvenPages"
msgid "_Even pages"
msgstr ""
#. ELsCF
-#: vcl/uiconfig/ui/printdialog.ui:565
+#: vcl/uiconfig/ui/printdialog.ui:564
msgctxt "printdialog|rbOddPages"
msgid "_Odd pages"
msgstr ""
#. Z5kiB
-#: vcl/uiconfig/ui/printdialog.ui:584
+#: vcl/uiconfig/ui/printdialog.ui:583
msgctxt "printdialog|rbRangeSelection"
msgid "_Selection"
msgstr ""
#. wn2kB
-#: vcl/uiconfig/ui/printdialog.ui:620
+#: vcl/uiconfig/ui/printdialog.ui:619
msgctxt "printdialog|fromwhich"
msgid "_From which print:"
msgstr ""
#. Cuc2u
-#: vcl/uiconfig/ui/printdialog.ui:645
+#: vcl/uiconfig/ui/printdialog.ui:644
msgctxt "printdialog|labelpapersides"
msgid "Paper _sides:"
msgstr ""
#. SYxRJ
-#: vcl/uiconfig/ui/printdialog.ui:660
+#: vcl/uiconfig/ui/printdialog.ui:659
msgctxt "printdialog|liststore4"
msgid "Print on one side (simplex)"
msgstr ""
#. hCZPg
-#: vcl/uiconfig/ui/printdialog.ui:661
+#: vcl/uiconfig/ui/printdialog.ui:660
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex long edge)"
msgstr ""
#. iqr9C
-#: vcl/uiconfig/ui/printdialog.ui:662
+#: vcl/uiconfig/ui/printdialog.ui:661
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex short edge)"
msgstr ""
#. AVv6D
-#: vcl/uiconfig/ui/printdialog.ui:676
+#: vcl/uiconfig/ui/printdialog.ui:675
msgctxt "printdialog|labelcopies"
msgid "_Number of copies:"
msgstr ""
#. G6QEr
-#: vcl/uiconfig/ui/printdialog.ui:709
+#: vcl/uiconfig/ui/printdialog.ui:708
msgctxt "printdialog|collate"
msgid "_Collate"
msgstr ""
-#. RnCCD
-#: vcl/uiconfig/ui/printdialog.ui:745
+#. BT4nY
+#: vcl/uiconfig/ui/printdialog.ui:744
msgctxt "printdialog|cbPrintOrder"
-msgid "_Order:"
+msgid "Order:"
msgstr ""
#. vwjVt
-#: vcl/uiconfig/ui/printdialog.ui:756
+#: vcl/uiconfig/ui/printdialog.ui:755
msgctxt "printdialog|reverseorder"
msgid "Print in _reverse order"
msgstr ""
#. R82MM
-#: vcl/uiconfig/ui/printdialog.ui:776
+#: vcl/uiconfig/ui/printdialog.ui:775
msgctxt "printdialog|rangeexpander"
msgid "_more"
msgstr ""
#. ehfCG
-#: vcl/uiconfig/ui/printdialog.ui:794
+#: vcl/uiconfig/ui/printdialog.ui:793
msgctxt "printdialog|label2"
msgid "Range and Copies"
msgstr ""
#. CBLet
-#: vcl/uiconfig/ui/printdialog.ui:835
+#: vcl/uiconfig/ui/printdialog.ui:834
msgctxt "printdialog|labelorientation"
msgid "Orientation:"
msgstr ""
#. U4byk
-#: vcl/uiconfig/ui/printdialog.ui:849
+#: vcl/uiconfig/ui/printdialog.ui:848
msgctxt "printdialog|labelsize"
msgid "Paper size:"
msgstr ""
#. X9iBj
-#: vcl/uiconfig/ui/printdialog.ui:865
+#: vcl/uiconfig/ui/printdialog.ui:864
msgctxt "printdialog|liststore3"
msgid "Automatic"
msgstr "স্বচালিত"
#. vaWZE
-#: vcl/uiconfig/ui/printdialog.ui:866
+#: vcl/uiconfig/ui/printdialog.ui:865
msgctxt "printdialog|liststore3"
msgid "Portrait"
msgstr "পট্ৰেইট"
#. Qnpje
-#: vcl/uiconfig/ui/printdialog.ui:867
+#: vcl/uiconfig/ui/printdialog.ui:866
msgctxt "printdialog|liststore3"
msgid "Landscape"
msgstr "লেণ্ডস্কেইপ"
#. EZdsx
-#: vcl/uiconfig/ui/printdialog.ui:910
+#: vcl/uiconfig/ui/printdialog.ui:909
msgctxt "printdialog|pagespersheetbtn"
msgid "Pages per sheet:"
msgstr ""
#. DKP5g
-#: vcl/uiconfig/ui/printdialog.ui:958
+#: vcl/uiconfig/ui/printdialog.ui:957
msgctxt "printdialog|liststore1"
msgid "Custom"
msgstr "স্বনিৰ্বাচিত"
#. 65WWt
-#: vcl/uiconfig/ui/printdialog.ui:974
+#: vcl/uiconfig/ui/printdialog.ui:973
msgctxt "printdialog|pagespersheettxt"
msgid "Pages:"
msgstr ""
#. DM5aX
-#: vcl/uiconfig/ui/printdialog.ui:999
+#: vcl/uiconfig/ui/printdialog.ui:998
msgctxt "printdialog|by"
msgid "by"
msgstr "দ্বাৰা"
#. szcD7
-#: vcl/uiconfig/ui/printdialog.ui:1025
+#: vcl/uiconfig/ui/printdialog.ui:1024
msgctxt "printdialog|pagemargintxt1"
msgid "Margin:"
msgstr ""
#. iGg2m
-#: vcl/uiconfig/ui/printdialog.ui:1050
+#: vcl/uiconfig/ui/printdialog.ui:1049
msgctxt "printdialog|pagemargintxt2"
msgid "between pages"
msgstr "পৃষ্ঠাসমূহৰ মাজত"
#. oryuw
-#: vcl/uiconfig/ui/printdialog.ui:1062
+#: vcl/uiconfig/ui/printdialog.ui:1061
msgctxt "printdialog|sheetmargintxt1"
msgid "Distance:"
msgstr ""
#. XhfvB
-#: vcl/uiconfig/ui/printdialog.ui:1087
+#: vcl/uiconfig/ui/printdialog.ui:1086
msgctxt "printdialog|sheetmargintxt2"
msgid "to sheet border"
msgstr "চাদৰৰ সীমালৈ"
#. AGWe3
-#: vcl/uiconfig/ui/printdialog.ui:1100
+#: vcl/uiconfig/ui/printdialog.ui:1099
msgctxt "printdialog|labelorder"
msgid "Order:"
msgstr ""
#. psAku
-#: vcl/uiconfig/ui/printdialog.ui:1115
+#: vcl/uiconfig/ui/printdialog.ui:1114
msgctxt "printdialog|liststore2"
msgid "Left to right, then down"
msgstr ""
#. fnfLt
-#: vcl/uiconfig/ui/printdialog.ui:1116
+#: vcl/uiconfig/ui/printdialog.ui:1115
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then right"
msgstr ""
#. y6nZE
-#: vcl/uiconfig/ui/printdialog.ui:1117
+#: vcl/uiconfig/ui/printdialog.ui:1116
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then left"
msgstr ""
#. PteTg
-#: vcl/uiconfig/ui/printdialog.ui:1118
+#: vcl/uiconfig/ui/printdialog.ui:1117
msgctxt "printdialog|liststore2"
msgid "Right to left, then down"
msgstr ""
#. QG59F
-#: vcl/uiconfig/ui/printdialog.ui:1129
+#: vcl/uiconfig/ui/printdialog.ui:1128
msgctxt "printdialog|bordercb"
msgid "Draw a border around each page"
msgstr "প্ৰতিটো পৃষ্ঠাৰ চাৰিওফালে এটা প্ৰান্ত আকক"
#. Yo4xV
-#: vcl/uiconfig/ui/printdialog.ui:1145
+#: vcl/uiconfig/ui/printdialog.ui:1144
msgctxt "printdialog|brochure"
msgid "Brochure"
msgstr "বিষয়সূচী"
#. JMA7A
-#: vcl/uiconfig/ui/printdialog.ui:1173
+#: vcl/uiconfig/ui/printdialog.ui:1172
msgctxt "printdialog|collationpreview"
msgid "Collation preview"
msgstr ""
#. bF4up
-#: vcl/uiconfig/ui/printdialog.ui:1206
+#: vcl/uiconfig/ui/printdialog.ui:1205
msgctxt "printdialog|layoutexpander"
msgid "m_ore"
msgstr ""
#. rCBA5
-#: vcl/uiconfig/ui/printdialog.ui:1224
+#: vcl/uiconfig/ui/printdialog.ui:1223
msgctxt "printdialog|label3"
msgid "Page Layout"
msgstr ""
#. A2iC5
-#: vcl/uiconfig/ui/printdialog.ui:1243
+#: vcl/uiconfig/ui/printdialog.ui:1242
msgctxt "printdialog|generallabel"
msgid "General"
msgstr ""
diff --git a/source/ast/basctl/messages.po b/source/ast/basctl/messages.po
index 09c17a89ed7..c39ddc5c0eb 100644
--- a/source/ast/basctl/messages.po
+++ b/source/ast/basctl/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-02-10 17:53+0100\n"
-"PO-Revision-Date: 2020-01-22 12:04+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"PO-Revision-Date: 2020-02-22 17:15+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/basctlmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
@@ -246,68 +246,50 @@ msgctxt "RID_STR_WATCHNAME"
msgid "Watch"
msgstr "Observador"
-#. VoaBX
-#: basctl/inc/strings.hrc:64
-msgctxt "RID_STR_WATCHVARIABLE"
-msgid "Variable"
-msgstr "Variable"
-
-#. qADE3
-#: basctl/inc/strings.hrc:65
-msgctxt "RID_STR_WATCHVALUE"
-msgid "Value"
-msgstr "Valor"
-
-#. rzQCr
-#: basctl/inc/strings.hrc:66
-msgctxt "RID_STR_WATCHTYPE"
-msgid "Type"
-msgstr "Triba"
-
#. 84TYn
-#: basctl/inc/strings.hrc:67
+#: basctl/inc/strings.hrc:64
msgctxt "RID_STR_STACKNAME"
msgid "Call Stack"
msgstr "Pila de comandos"
#. DBfyu
-#: basctl/inc/strings.hrc:68
+#: basctl/inc/strings.hrc:65
msgctxt "RID_STR_STDDIALOGNAME"
msgid "Dialog"
msgstr "Diálogu"
#. hUHfi
-#: basctl/inc/strings.hrc:69
+#: basctl/inc/strings.hrc:66
msgctxt "RID_STR_NEWLIB"
msgid "New Library"
msgstr "Biblioteca nueva"
#. kisd2
-#: basctl/inc/strings.hrc:70
+#: basctl/inc/strings.hrc:67
msgctxt "RID_STR_NEWMOD"
msgid "New Module"
msgstr "Módulu nuevu"
#. YeULe
-#: basctl/inc/strings.hrc:71
+#: basctl/inc/strings.hrc:68
msgctxt "RID_STR_NEWDLG"
msgid "New Dialog"
msgstr "Diálogu nuevu"
#. jYa97
-#: basctl/inc/strings.hrc:72
+#: basctl/inc/strings.hrc:69
msgctxt "RID_STR_ALL"
msgid "All"
msgstr "Too"
#. yF2LY
-#: basctl/inc/strings.hrc:73
+#: basctl/inc/strings.hrc:70
msgctxt "RID_STR_PAGE"
msgid "Page"
msgstr "Páxina"
#. DHuFN
-#: basctl/inc/strings.hrc:74
+#: basctl/inc/strings.hrc:71
msgctxt "RID_STR_WILLSTOPPRG"
msgid ""
"You will have to restart the program after this edit.\n"
@@ -317,127 +299,127 @@ msgstr ""
"¿Continuar?"
#. 4qWED
-#: basctl/inc/strings.hrc:75
+#: basctl/inc/strings.hrc:72
msgctxt "RID_STR_SEARCHALLMODULES"
msgid "Do you want to replace the text in all active modules?"
msgstr "¿Quies sustituyir el testu en tolos módulos activos?"
#. FFBmA
-#: basctl/inc/strings.hrc:76
+#: basctl/inc/strings.hrc:73
msgctxt "RID_STR_REMOVEWATCH"
msgid "Watch:"
msgstr "Observador:"
#. ndtng
-#: basctl/inc/strings.hrc:77
+#: basctl/inc/strings.hrc:74
msgctxt "RID_STR_STACK"
msgid "Calls: "
msgstr "Llamaes: "
#. wwfg3
-#: basctl/inc/strings.hrc:78
+#: basctl/inc/strings.hrc:75
msgctxt "RID_STR_USERMACROS"
msgid "My Macros"
msgstr "Les mios macros"
#. XenwN
-#: basctl/inc/strings.hrc:79
+#: basctl/inc/strings.hrc:76
msgctxt "RID_STR_USERDIALOGS"
msgid "My Dialogs"
msgstr "Los mios diálogos"
#. Mwj7u
-#: basctl/inc/strings.hrc:80
+#: basctl/inc/strings.hrc:77
msgctxt "RID_STR_USERMACROSDIALOGS"
msgid "My Macros & Dialogs"
msgstr "Les mios macros y diálogos"
#. EAJgs
-#: basctl/inc/strings.hrc:81
+#: basctl/inc/strings.hrc:78
msgctxt "RID_STR_SHAREMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "Macros de %PRODUCTNAME"
#. tPefb
-#: basctl/inc/strings.hrc:82
+#: basctl/inc/strings.hrc:79
msgctxt "RID_STR_SHAREDIALOGS"
msgid "%PRODUCTNAME Dialogs"
msgstr "Diálogos de %PRODUCTNAME"
#. BNWgY
-#: basctl/inc/strings.hrc:83
+#: basctl/inc/strings.hrc:80
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr "Macros y diálogos de %PRODUCTNAME"
#. BAMA5
-#: basctl/inc/strings.hrc:84
+#: basctl/inc/strings.hrc:81
msgctxt "RID_STR_REMOVEWATCHTIP"
msgid "Remove Watch"
msgstr "Desaniciar vixilancia"
#. oUqF6
-#: basctl/inc/strings.hrc:85
+#: basctl/inc/strings.hrc:82
msgctxt "RID_STR_QUERYREPLACEMACRO"
msgid "Do you want to overwrite the XX macro?"
msgstr "¿Quies sobreescribir la macro XX?"
#. Tho9k
-#: basctl/inc/strings.hrc:86
+#: basctl/inc/strings.hrc:83
msgctxt "RID_STR_TRANSLATION_NOTLOCALIZED"
msgid "<Not localized>"
msgstr "<Non llocalizáu>"
#. xQyRD
-#: basctl/inc/strings.hrc:87
+#: basctl/inc/strings.hrc:84
msgctxt "RID_STR_TRANSLATION_DEFAULT"
msgid "[Default Language]"
msgstr "[Llingua predeterminada]"
#. PqDTe
-#: basctl/inc/strings.hrc:88
+#: basctl/inc/strings.hrc:85
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
msgstr "Oxetos de documentu"
#. N3DE8
-#: basctl/inc/strings.hrc:89
+#: basctl/inc/strings.hrc:86
msgctxt "RID_STR_USERFORMS"
msgid "Forms"
msgstr "Formularios"
#. 4dGqP
-#: basctl/inc/strings.hrc:90
+#: basctl/inc/strings.hrc:87
msgctxt "RID_STR_NORMAL_MODULES"
msgid "Modules"
msgstr "Módulos"
#. u87jq
-#: basctl/inc/strings.hrc:91
+#: basctl/inc/strings.hrc:88
msgctxt "RID_STR_CLASS_MODULES"
msgid "Class Modules"
msgstr "Módulos de clases"
#. 8gC8E
-#: basctl/inc/strings.hrc:92
+#: basctl/inc/strings.hrc:89
msgctxt "RID_STR_DLGIMP_CLASH_RENAME"
msgid "Rename"
msgstr "Renomar"
#. FCqSS
-#: basctl/inc/strings.hrc:93
+#: basctl/inc/strings.hrc:90
msgctxt "RID_STR_DLGIMP_CLASH_REPLACE"
msgid "Replace"
msgstr "Trocar"
#. 5EucM
-#: basctl/inc/strings.hrc:94
+#: basctl/inc/strings.hrc:91
msgctxt "RID_STR_DLGIMP_CLASH_TITLE"
msgid "Dialog Import - Name already used"
msgstr "Importar diálogu - Nome yá n'usu"
#. yG2bx
-#: basctl/inc/strings.hrc:95
+#: basctl/inc/strings.hrc:92
msgctxt "RID_STR_DLGIMP_CLASH_TEXT"
msgid ""
"The library already contains a dialog with the name:\n"
@@ -455,25 +437,25 @@ msgstr ""
" "
#. FRQSJ
-#: basctl/inc/strings.hrc:96
+#: basctl/inc/strings.hrc:93
msgctxt "RID_STR_DLGIMP_MISMATCH_ADD"
msgid "Add"
msgstr "Amestar"
#. inETw
-#: basctl/inc/strings.hrc:97
+#: basctl/inc/strings.hrc:94
msgctxt "RID_STR_DLGIMP_MISMATCH_OMIT"
msgid "Omit"
msgstr "Omitir"
#. 227xE
-#: basctl/inc/strings.hrc:98
+#: basctl/inc/strings.hrc:95
msgctxt "RID_STR_DLGIMP_MISMATCH_TITLE"
msgid "Dialog Import - Language Mismatch"
msgstr "Importar diálogu - Les llingües nun concasen"
#. zcJw8
-#: basctl/inc/strings.hrc:99
+#: basctl/inc/strings.hrc:96
msgctxt "RID_STR_DLGIMP_MISMATCH_TEXT"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
@@ -491,110 +473,110 @@ msgstr ""
" "
#. FcvDu
-#: basctl/inc/strings.hrc:100
+#: basctl/inc/strings.hrc:97
msgctxt "RID_STR_PRINTDLG_PAGES"
msgid "Pages:"
msgstr "Páxines:"
#. 4AR5D
-#: basctl/inc/strings.hrc:101
+#: basctl/inc/strings.hrc:98
msgctxt "RID_STR_PRINTDLG_PRINTALLPAGES"
msgid "All ~Pages"
-msgstr ""
+msgstr "Toles ~páxines"
#. xfLXi
-#: basctl/inc/strings.hrc:102
+#: basctl/inc/strings.hrc:99
msgctxt "RID_STR_PRINTDLG_PRINTPAGES"
msgid "Pa~ges:"
-msgstr ""
+msgstr "Pá~xines:"
#. Q9KBj
-#: basctl/inc/strings.hrc:103
+#: basctl/inc/strings.hrc:100
msgctxt "RID_STR_PRINTDLG_PRINTEVENPAGES"
msgid "~Even pages"
-msgstr ""
+msgstr "Páxines par~es"
#. 93Gmy
-#: basctl/inc/strings.hrc:104
+#: basctl/inc/strings.hrc:101
msgctxt "RID_STR_PRINTDLG_PRINTODDPAGES"
msgid "~Odd pages"
-msgstr ""
+msgstr "Páxines ~impares"
#. dALHq
-#: basctl/inc/strings.hrc:105
+#: basctl/inc/strings.hrc:102
msgctxt "RID_STR_CHOOSE"
msgid "Choose"
msgstr "Escoyer"
#. edPrX
-#: basctl/inc/strings.hrc:106
+#: basctl/inc/strings.hrc:103
msgctxt "RID_STR_RUN"
msgid "Run"
msgstr "Executar"
#. DJbpA
-#: basctl/inc/strings.hrc:107
+#: basctl/inc/strings.hrc:104
msgctxt "RID_STR_RECORD"
msgid "~Save"
msgstr "~Guardar"
#. 7Gzqz
-#: basctl/inc/strings.hrc:108
+#: basctl/inc/strings.hrc:105
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr "Catálogu d'oxetos"
#. 2AA4t
-#: basctl/inc/strings.hrc:109
+#: basctl/inc/strings.hrc:106
msgctxt "RID_STR_TLB_MACROS"
msgid "Objects Tree"
msgstr "Árbol d'oxetos"
#. NtqMk
#. Property Browser Headline ----------------------------------------------------------------
-#: basctl/inc/strings.hrc:111
+#: basctl/inc/strings.hrc:108
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "Propiedaes: "
#. FnkAZ
-#: basctl/inc/strings.hrc:112
+#: basctl/inc/strings.hrc:109
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr "Ensin nengún control marcáu"
#. aeAPC
-#: basctl/inc/strings.hrc:113
+#: basctl/inc/strings.hrc:110
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Seleición múltiple"
#. GNZHF
-#: basctl/inc/strings.hrc:114
+#: basctl/inc/strings.hrc:111
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr "[Llingua predeterminada]"
#. uf3Kt
-#: basctl/inc/strings.hrc:115
+#: basctl/inc/strings.hrc:112
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr "<Prime «Añadir» pa crear recursos llingüísticos>"
#. jnJoF
-#: basctl/inc/strings.hrc:116
+#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr "Esportar biblioteca como estensión"
#. SnKF3
-#: basctl/inc/strings.hrc:117
+#: basctl/inc/strings.hrc:114
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr "Esportar como biblioteca de BASIC"
#. G6SqW
-#: basctl/inc/strings.hrc:118
+#: basctl/inc/strings.hrc:115
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Estensión"
@@ -603,7 +585,7 @@ msgstr "Estensión"
#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:26
msgctxt "basicmacrodialog|BasicMacroDialog"
msgid "Basic Macros"
-msgstr ""
+msgstr "Macros básiques"
#. tFg7s
#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:46
@@ -618,85 +600,82 @@ msgid "Existing Macros In:"
msgstr "Macros esistentes en:"
#. Mfysc
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:250
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:248
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr "Macro dende"
#. Qth4v
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:266
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:264
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr "Guardar macro en"
#. BpDb6
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:313
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:311
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr "Nome de macro"
#. izDZr
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:336
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:334
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr "Asignar..."
#. dxu7W
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:350
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:348
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr "Editar"
#. 9Uhec
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:364
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:362
msgctxt "basicmacrodialog|delete"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. XkqFC
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:378
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:376
msgctxt "basicmacrodialog|new"
msgid "_New"
-msgstr ""
+msgstr "_Nuevu"
#. Gh52t
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:392
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:390
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr "Organizador..."
#. wAJj2
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:406
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:404
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr "Biblioteca nueva"
#. 2xdsE
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:420
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:418
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr "Módulu nuevu"
#. MDBgX
#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:12
-#, fuzzy
msgctxt "breakpointmenus|manage"
msgid "Manage Breakpoints..."
msgstr "Xestionar puntos de rotura..."
#. faXzj
#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:23
-#, fuzzy
msgctxt "breakpointmenus|active"
msgid "_Active"
-msgstr "Activu"
+msgstr "_Activu"
#. FhiYE
#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:37
-#, fuzzy
msgctxt "breakpointmenus|properties"
msgid "_Properties..."
-msgstr "Propiedaes..."
+msgstr "_Propiedaes..."
#. G55tN
#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:30
@@ -706,60 +685,57 @@ msgstr "Configurar la llingua predeterminada de la interfaz d'usuariu"
#. xYz56
#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:117
-#, fuzzy
msgctxt "defaultlanguage|defaultlabel"
msgid "Default language:"
-msgstr "[Llingua predeterminada]"
+msgstr "[Llingua predeterminada]:"
#. C9ruF
#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:224
msgctxt "defaultlanguage|checkedlabel"
msgid "Available languages:"
-msgstr ""
+msgstr "Llingües disponibles:"
#. fBZNF
#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:261
msgctxt "defaultlanguage|defined"
msgid "Select a language to define the default user interface language. All currently present strings will be assigned to the resources created for the selected language."
-msgstr ""
+msgstr "Escueyi una llingua pa definir la llingua por defeutu pa la interfaz del usuariu. Toles cadenes actuales asignaránse a los recursos creaos pal idioma escoyíu."
#. pk7Wj
#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:276
msgctxt "defaultlanguage|added"
msgid "Select languages to be added. Resources for these languages will be created in the library. Strings of the current default user interface language will be copied to these new resources by default."
-msgstr ""
+msgstr "Escueyi los idiomes p'amestar. Van crease recursos pa esos idiomes na biblioteca. De manera predeterminada, les cadenes del idioma predetermináu de la interfaz copiaránse nos recursos nuevos."
#. QWxzi
#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:291
msgctxt "defaultlanguage|alttitle"
msgid "Add User Interface Languages"
-msgstr ""
+msgstr "Amestar idiomes a la interfaz"
#. GCNcE
#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:7
-#, fuzzy
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "Delete Language Resources"
-msgstr "Desaniciar recursos de llingua"
+msgstr "Desaniciar los recursos de llingua"
#. Upj8a
#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:14
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "Do you want to delete the resources of the selected language(s)?"
-msgstr ""
+msgstr "¿Quies desaniciar los recursos de los idiomes esbillaos?"
#. CThUw
#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:15
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "You are about to delete the resources for the selected language(s). All user interface strings for this language(s) will be deleted."
-msgstr ""
+msgstr "Tas a piques de desaniciar los recursos de los idiomes esbillaos. Van desanicase tolos mensaxes de la interfaz d'usuariu d'estos idiomes."
#. gErRZ
#: basctl/uiconfig/basicide/ui/dialogpage.ui:38
-#, fuzzy
msgctxt "dialogpage|label1"
msgid "Dialog:"
-msgstr "Diálogu"
+msgstr "Diálogu:"
#. n9VLU
#: basctl/uiconfig/basicide/ui/dialogpage.ui:129
@@ -775,10 +751,9 @@ msgstr "_Nuevu..."
#. k64f4
#: basctl/uiconfig/basicide/ui/dialogpage.ui:175
-#, fuzzy
msgctxt "dialogpage|password"
msgid "_Password..."
-msgstr "_Contraseña"
+msgstr "_Contraseña..."
#. sHS7f
#: basctl/uiconfig/basicide/ui/dialogpage.ui:189
@@ -788,22 +763,39 @@ msgstr "_Importar..."
#. ubE5G
#: basctl/uiconfig/basicide/ui/dialogpage.ui:203
-#, fuzzy
msgctxt "dialogpage|export"
msgid "_Export..."
-msgstr "Esportar..."
+msgstr "_Esportar..."
+
+#. EGyCn
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:110
+msgctxt "dockingwatch|RID_STR_WATCHVARIABLE"
+msgid "Variable"
+msgstr ""
+
+#. QUHSf
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:122
+msgctxt "dockingwatch|RID_STR_WATCHVALUE"
+msgid "Value"
+msgstr ""
+
+#. ik3CG
+#: basctl/uiconfig/basicide/ui/dockingwatch.ui:136
+msgctxt "dockingwatch|RID_STR_WATCHTYPE"
+msgid "Type"
+msgstr ""
#. worE9
#: basctl/uiconfig/basicide/ui/exportdialog.ui:8
msgctxt "exportdialog|ExportDialog"
msgid "Export Basic library"
-msgstr ""
+msgstr "Esportar la biblioteca BASIC"
#. hvm9y
#: basctl/uiconfig/basicide/ui/exportdialog.ui:89
msgctxt "exportdialog|extension"
msgid "Export as _extension"
-msgstr ""
+msgstr "Esportar como _estensión"
#. pK9mG
#: basctl/uiconfig/basicide/ui/exportdialog.ui:105
@@ -815,14 +807,13 @@ msgstr "Esportar como biblioteca de BASIC"
#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:8
msgctxt "gotolinedialog|GotoLineDialog"
msgid "Go to Line"
-msgstr ""
+msgstr "Dir a la llinia"
#. GbpSc
#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:87
-#, fuzzy
msgctxt "gotolinedialog|area"
msgid "_Line number:"
-msgstr "Númberos de llinia"
+msgstr "Númberos de _llinia:"
#. C6VgC
#: basctl/uiconfig/basicide/ui/importlibdialog.ui:22
@@ -834,13 +825,13 @@ msgstr "Importar biblioteques"
#: basctl/uiconfig/basicide/ui/importlibdialog.ui:119
msgctxt "importlibdialog|ref"
msgid "Insert as reference (read-only)"
-msgstr ""
+msgstr "Inxertar como referencia (solo llectura)"
#. B9N7w
#: basctl/uiconfig/basicide/ui/importlibdialog.ui:134
msgctxt "importlibdialog|replace"
msgid "Replace existing libraries"
-msgstr ""
+msgstr "Camudar les biblioteques qu'esisten"
#. GGb7Q
#: basctl/uiconfig/basicide/ui/importlibdialog.ui:155
@@ -850,24 +841,21 @@ msgstr "Opciones"
#. XdZ7e
#: basctl/uiconfig/basicide/ui/libpage.ui:42
-#, fuzzy
msgctxt "libpage|label1"
msgid "L_ocation:"
-msgstr "Allugamientu:"
+msgstr "All_ugamientu:"
#. C4mjh
#: basctl/uiconfig/basicide/ui/libpage.ui:81
-#, fuzzy
msgctxt "libpage|lingudictsft"
msgid "_Library:"
-msgstr "Fonoteca"
+msgstr "_Biblioteca:"
#. AjENj
#: basctl/uiconfig/basicide/ui/libpage.ui:181
-#, fuzzy
msgctxt "libpage|password"
msgid "_Password..."
-msgstr "_Contraseña"
+msgstr "_Contraseña..."
#. bzX6x
#: basctl/uiconfig/basicide/ui/libpage.ui:195
@@ -883,10 +871,9 @@ msgstr "_Importar..."
#. GhHRH
#: basctl/uiconfig/basicide/ui/libpage.ui:225
-#, fuzzy
msgctxt "libpage|export"
msgid "_Export..."
-msgstr "Esportar..."
+msgstr "_Esportar..."
#. zrJTt
#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:16
@@ -896,45 +883,42 @@ msgstr "Xestionar puntos de saltu"
#. PcuyN
#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:139
-#, fuzzy
msgctxt "managebreakpoints|active"
msgid "Active"
msgstr "Activu"
#. VDCwR
#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:237
-#, fuzzy
msgctxt "managebreakpoints|label2"
msgid "Pass count:"
-msgstr "Páxina actual:"
+msgstr "Cantidá de pasaes:"
#. 5dExG
#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:260
msgctxt "managebreakpoints|label1"
msgid "Breakpoints"
-msgstr ""
+msgstr "Puntos de rotura"
#. M2Sx2
#: basctl/uiconfig/basicide/ui/managelanguages.ui:16
msgctxt "managelanguages|ManageLanguagesDialog"
msgid "Manage User Interface Languages [$1]"
-msgstr ""
+msgstr "Xestiona les llingües de la interfaz d'usuariu [$1]"
#. h23XK
#: basctl/uiconfig/basicide/ui/managelanguages.ui:80
msgctxt "managelanguages|label1"
msgid "Present languages:"
-msgstr ""
+msgstr "Llingües presentes:"
#. eDZBN
#: basctl/uiconfig/basicide/ui/managelanguages.ui:94
msgctxt "managelanguages|label2"
msgid "The default language is used if no localization for a user interface locale is present. Furthermore all strings from the default language are copied to resources of newly added languages."
-msgstr ""
+msgstr "L'idioma predetermináu úsase cuando nun esiste denguna traducción pa la interfaz del usuario. Otramiente, cópiense toles cadenes del idioma predetermináu como recursos de les llingües amestaos de recién."
#. WE7kt
#: basctl/uiconfig/basicide/ui/managelanguages.ui:120
-#, fuzzy
msgctxt "managelanguages|add"
msgid "Add..."
msgstr "Amestar..."
@@ -947,10 +931,9 @@ msgstr "Predetermináu"
#. aMjkJ
#: basctl/uiconfig/basicide/ui/modulepage.ui:38
-#, fuzzy
msgctxt "modulepage|label1"
msgid "M_odule:"
-msgstr "Módulos"
+msgstr "M_ódulos:"
#. KjBGM
#: basctl/uiconfig/basicide/ui/modulepage.ui:129
@@ -966,10 +949,9 @@ msgstr "_Nuevu..."
#. 5FC8g
#: basctl/uiconfig/basicide/ui/modulepage.ui:175
-#, fuzzy
msgctxt "modulepage|password"
msgid "_Password..."
-msgstr "_Contraseña"
+msgstr "_Contraseña..."
#. EgCDE
#: basctl/uiconfig/basicide/ui/modulepage.ui:189
@@ -979,10 +961,9 @@ msgstr "_Importar..."
#. GAYBh
#: basctl/uiconfig/basicide/ui/modulepage.ui:203
-#, fuzzy
msgctxt "modulepage|export"
msgid "_Export..."
-msgstr "Esportar..."
+msgstr "_Esportar..."
#. Skwd5
#: basctl/uiconfig/basicide/ui/newlibdialog.ui:86
@@ -994,7 +975,7 @@ msgstr "_Nome:"
#: basctl/uiconfig/basicide/ui/organizedialog.ui:8
msgctxt "organizedialog|OrganizeDialog"
msgid "Basic Macro Organizer"
-msgstr ""
+msgstr "Organizador de macros de Basic"
#. 7cVSj
#: basctl/uiconfig/basicide/ui/organizedialog.ui:110
@@ -1004,13 +985,12 @@ msgstr "Módulos"
#. fXFQr
#: basctl/uiconfig/basicide/ui/organizedialog.ui:156
-#, fuzzy
msgctxt "organizedialog|dialogs"
msgid "Dialogs"
-msgstr "Diálogu"
+msgstr "Diálogos"
#. f7Wxa
#: basctl/uiconfig/basicide/ui/organizedialog.ui:203
msgctxt "organizedialog|libraries"
msgid "Libraries"
-msgstr ""
+msgstr "Biblioteques"
diff --git a/source/ast/basic/messages.po b/source/ast/basic/messages.po
index 54170e0d5e7..f2790e1f020 100644
--- a/source/ast/basic/messages.po
+++ b/source/ast/basic/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: 2019-12-24 17:03+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-22 17:15+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/basicmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
@@ -13,26 +13,23 @@ 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 3.10.3\n"
"X-POOTLE-MTIME: 1516029123.000000\n"
#. CacXi
#: basic/inc/basic.hrc:27
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Syntax error."
msgstr "Fallu de sintaxis."
#. phEtF
#: basic/inc/basic.hrc:28
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Return without Gosub."
msgstr "Retornu ensin Gosub."
#. xGnDD
#: basic/inc/basic.hrc:29
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Incorrect entry; please retry."
msgstr "Entrada incorreuta, vuelvi a tentalo."
@@ -51,10 +48,9 @@ msgstr "Desbordamientu."
#. 2Cqdp
#: basic/inc/basic.hrc:32
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Not enough memory."
-msgstr "Nun hai memoria bastante."
+msgstr "Nun hai memoria abondo."
#. vQn2L
#: basic/inc/basic.hrc:33
@@ -66,7 +62,7 @@ msgstr "Matriz yá dimensionada."
#: basic/inc/basic.hrc:34
msgctxt "RID_BASIC_START"
msgid "Index out of defined range."
-msgstr "Índiz fuera de la estaya definida."
+msgstr "Índiz fuera del intervalu definíu."
#. puyiQ
#: basic/inc/basic.hrc:35
@@ -100,56 +96,48 @@ msgstr "Parámetru non válidu."
#. qZCrY
#: basic/inc/basic.hrc:40
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Process interrupted by user."
msgstr "Procesu encaboxáu pol usuariu."
#. nnqTQ
#: basic/inc/basic.hrc:41
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Resume without error."
msgstr "Resume ensin fallu."
#. QGuZq
#: basic/inc/basic.hrc:42
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Not enough stack memory."
msgstr "Nun hai abonda memoria de pila."
#. X8Anp
#: basic/inc/basic.hrc:43
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Sub-procedure or function procedure not defined."
msgstr "Subprocedimientu o procedimientu de función ensin definir."
#. oF6VV
#: basic/inc/basic.hrc:44
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Error loading DLL file."
msgstr "Fallu mientres cargaba'l ficheru DLL."
#. 9MUQ8
#: basic/inc/basic.hrc:45
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Wrong DLL call convention."
msgstr "Convención de llamada DLL incorrecha."
#. AoHjH
#: basic/inc/basic.hrc:46
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Internal error $(ARG1)."
msgstr "Fallu internu $(ARG1)."
#. wgNZg
#: basic/inc/basic.hrc:47
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid file name or file number."
msgstr "Nome o númberu de ficheru non válidu."
@@ -162,21 +150,18 @@ msgstr "Nun s'atopó'l ficheru."
#. RQB3i
#: basic/inc/basic.hrc:49
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Incorrect file mode."
msgstr "Mou de ficheru incorreutu."
#. 2UUYj
#: basic/inc/basic.hrc:50
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "File already open."
msgstr "Esti ficheru yá ta abiertu."
#. BRx4X
#: basic/inc/basic.hrc:51
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Device I/O error."
msgstr "Fallu de E/S del preséu."
@@ -189,49 +174,42 @@ msgstr "El ficheru yá esiste."
#. rAFCG
#: basic/inc/basic.hrc:53
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Incorrect record length."
msgstr "Llargor de rexistru incorreutu."
#. EnLKw
#: basic/inc/basic.hrc:54
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Disk or hard drive full."
msgstr "Discu o discu duru enllenu."
#. BFTP8
#: basic/inc/basic.hrc:55
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Reading exceeds EOF."
-msgstr "La llectura trespasa'l EOF."
+msgstr "La llectura trespasa la fin del ficheru (EOF)."
#. nuyE7
#: basic/inc/basic.hrc:56
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Incorrect record number."
msgstr "Númberu de rexistru incorreutu."
#. sgdJF
#: basic/inc/basic.hrc:57
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Too many files."
-msgstr "Abondos ficheros."
+msgstr "Demasiaos ficheros."
#. 3iiGy
#: basic/inc/basic.hrc:58
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Device not available."
msgstr "Periféricu non disponible."
#. k7uzP
#: basic/inc/basic.hrc:59
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Access denied."
msgstr "Accesu denegáu."
@@ -256,7 +234,6 @@ msgstr "Ye imposible camudar el nome en delles unidaes."
#. 8gEYf
#: basic/inc/basic.hrc:63
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Path/File access error."
msgstr "Fallu nel accesu al ficheru/camín."
@@ -269,28 +246,24 @@ msgstr "Nun s'atopó'l camín."
#. QXDRW
#: basic/inc/basic.hrc:65
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Object variable not set."
msgstr "Variable d'oxetu non definíu."
#. Y9yi3
#: basic/inc/basic.hrc:66
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid string pattern."
msgstr "Modelu de cadena non válida."
#. K7DhF
#: basic/inc/basic.hrc:67
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Use of zero not permitted."
msgstr "L'usu del cero nun se permite."
#. cJT8h
#: basic/inc/basic.hrc:68
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE Error."
msgstr "Fallu DDE."
@@ -303,329 +276,282 @@ msgstr "Esperando pola rempuesta de la conexón DDE."
#. eoE3n
#: basic/inc/basic.hrc:70
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "No DDE channels available."
msgstr "Denguna canal DDE disponible."
#. uX7nT
#: basic/inc/basic.hrc:71
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "No application responded to DDE connect initiation."
msgstr "Denguna aplicación retrucó al entamu de conexón DDE."
#. TNaxB
#: basic/inc/basic.hrc:72
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Too many applications responded to DDE connect initiation."
msgstr "Retrucaron abondes aplicaciones al entamu de conexón DDE."
#. VroGT
#: basic/inc/basic.hrc:73
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE channel locked."
msgstr "Canal DDE trancada."
#. Vg79x
#: basic/inc/basic.hrc:74
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "External application cannot execute DDE operation."
msgstr "Una aplicación esterna nun pue executar la operación DDE."
#. DnKBx
#: basic/inc/basic.hrc:75
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Timeout while waiting for DDE response."
msgstr "Tiempu d'espera perpasáu mientres s'esperaba la rempuesta de DDE."
#. 4q3yy
#: basic/inc/basic.hrc:76
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "User pressed ESCAPE during DDE operation."
msgstr "L'usuariu calcó la tecla ESCAPE na operación DDE."
#. 7WymF
#: basic/inc/basic.hrc:77
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "External application busy."
msgstr "Aplicación esterna ocupada."
#. GGDRf
#: basic/inc/basic.hrc:78
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE operation without data."
msgstr "Operación DDE ensin datos."
#. p7sHC
#: basic/inc/basic.hrc:79
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Data are in wrong format."
msgstr "El formatu de datos ye incorreutu."
#. JDnmB
#: basic/inc/basic.hrc:80
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "External application has been terminated."
msgstr "Zarróse l'aplicación esterna."
#. VT4R2
#: basic/inc/basic.hrc:81
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE connection interrupted or modified."
msgstr "Conexón DDE interrumpida o camudada."
#. DgSMR
#: basic/inc/basic.hrc:82
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE method invoked with no channel open."
msgstr "Llamóse al métodu DDE ensin canal abierta."
#. RHck4
#: basic/inc/basic.hrc:83
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid DDE link format."
msgstr "Formatu d'enllaz DDE non válidu."
#. DUsPA
#: basic/inc/basic.hrc:84
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE message has been lost."
msgstr "El mensaxe DDE perdióse."
#. FhoZY
#: basic/inc/basic.hrc:85
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Paste link already performed."
msgstr "Apegar enllaz que yá s'executó."
#. SQyEF
#: basic/inc/basic.hrc:86
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Link mode cannot be set due to invalid link topic."
-msgstr "Nun se ye quien a definir el mou d'enllaz, porque'l nome nun ye válidu."
+msgstr "Nun se ye quien a definir el mou d'enllaz, porque'l tema del enllaz nun ye val."
#. J2Rf3
#: basic/inc/basic.hrc:87
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE requires the DDEML.DLL file."
msgstr "DDE necesita'l ficheru DDEML.DLL."
#. yfBfX
#: basic/inc/basic.hrc:88
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Module cannot be loaded; invalid format."
msgstr "Nun se pue cargar el módulu: formatu non válidu."
#. eCEEV
#: basic/inc/basic.hrc:89
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid object index."
msgstr "Índiz d'oxetos inválidu."
#. GLCzx
#: basic/inc/basic.hrc:90
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Object is not available."
msgstr "L'oxetu nun ta disponible."
#. nfXrp
#: basic/inc/basic.hrc:91
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Incorrect property value."
msgstr "Valor de propiedá incorreutu."
#. 8qjhR
#: basic/inc/basic.hrc:92
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "This property is read-only."
msgstr "Esta propiedá ye de namái llectura."
#. ScKEy
#: basic/inc/basic.hrc:93
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "This property is write only."
msgstr "Esta propiedá ye de namái escritura."
#. kTCMC
#: basic/inc/basic.hrc:94
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid object reference."
msgstr "Referencia d'oxetos inválida."
#. fz98J
#: basic/inc/basic.hrc:95
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Property or method not found: $(ARG1)."
msgstr "Nun s'alcontró la propiedá o métodu: $(ARG1)."
#. rWwbT
#: basic/inc/basic.hrc:96
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Object required."
msgstr "Oxetu necesariu."
#. b3XBE
#: basic/inc/basic.hrc:97
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid use of an object."
msgstr "Emplegu inválidu d'un oxetu."
#. pM7Vq
#: basic/inc/basic.hrc:98
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "OLE Automation is not supported by this object."
msgstr "Esti oxetu nun almite l'automatización OLE."
#. HMAey
#: basic/inc/basic.hrc:99
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "This property or method is not supported by the object."
msgstr "L'oxetu nun almite esti métodu o propiedá."
#. DMts6
#: basic/inc/basic.hrc:100
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "OLE Automation Error."
msgstr "Fallu na automatización OLE."
#. 3VsB3
#: basic/inc/basic.hrc:101
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "This action is not supported by given object."
-msgstr "L'oxetu nun almite esta aición."
+msgstr "L'oxetu indicáu nun almite esta aición."
#. vgvzF
#: basic/inc/basic.hrc:102
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Named arguments are not supported by given object."
-msgstr "L'oxetu nun almite los argumentos denomaos."
+msgstr "L'oxetu indicáu nun almite los argumentos denomaos."
#. 4aZxy
#: basic/inc/basic.hrc:103
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "The current locale setting is not supported by the given object."
msgstr "L'oxetu determináu nun almite la configuración llocal que tien agora."
#. AoqGh
#: basic/inc/basic.hrc:104
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Named argument not found."
msgstr "Nun s'atopa l'argumentu denomáu."
#. G2sC5
#: basic/inc/basic.hrc:105
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Argument is not optional."
msgstr "L'argumentu nun ye opcional."
#. v78nF
#: basic/inc/basic.hrc:106 basic/inc/basic.hrc:114
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid number of arguments."
msgstr "Númberu non válidu d'argumentos."
#. DVFF3
#: basic/inc/basic.hrc:107
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Object is not a list."
msgstr "L'oxetu nun ye una llista."
#. zDijP
#: basic/inc/basic.hrc:108
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid ordinal number."
msgstr "Númberu ordinal inválidu."
#. uY35B
#: basic/inc/basic.hrc:109
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Specified DLL function not found."
msgstr "Nun s'atopa la función DLL especificada."
#. MPTAv
#: basic/inc/basic.hrc:110
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid clipboard format."
msgstr "Formatu del cartafueyu inválidu."
#. UC2FV
#: basic/inc/basic.hrc:111
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Object does not have this property."
msgstr "L'oxetu nun tien esta propiedá."
#. 9JEU2
#: basic/inc/basic.hrc:112
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Object does not have this method."
msgstr "L'oxetu nun tien esti métodu."
#. azsCo
#: basic/inc/basic.hrc:113
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Required argument lacking."
msgstr "Necesítase un argumentu que falta."
#. 9WA8D
#: basic/inc/basic.hrc:115
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Error executing a method."
msgstr "Fallu al executar un métodu."
#. N3vcw
#: basic/inc/basic.hrc:116
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Unable to set property."
msgstr "Nun se ye quien a definir la propiedá."
#. k82XW
#: basic/inc/basic.hrc:117
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Unable to determine property."
msgstr "Nun se ye quien a determinar la propiedá."
@@ -633,147 +559,126 @@ msgstr "Nun se ye quien a determinar la propiedá."
#. 5cGpa
#. Compiler errors. These are not runtime errors.
#: basic/inc/basic.hrc:119
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Unexpected symbol: $(ARG1)."
msgstr "Símbolu que nun s'esperaba: $(ARG1)."
#. SBpod
#: basic/inc/basic.hrc:120
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Expected: $(ARG1)."
msgstr "Esperábase: $(ARG1)."
#. JBaEp
#: basic/inc/basic.hrc:121
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Symbol expected."
msgstr "Símbolu esperáu."
#. CkAE9
#: basic/inc/basic.hrc:122
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Variable expected."
msgstr "Variable esperada."
#. DS5cS
#: basic/inc/basic.hrc:123
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Label expected."
msgstr "Etiqueta esperada."
#. k2myJ
#: basic/inc/basic.hrc:124
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Value cannot be applied."
msgstr "Nun se pue aplicar el valor."
#. oPCtL
#: basic/inc/basic.hrc:125
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Variable $(ARG1) already defined."
msgstr "La variable $(ARG1) yá ta definida."
#. WmiB6
#: basic/inc/basic.hrc:126
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Sub procedure or function procedure $(ARG1) already defined."
msgstr "Subprocedimientu o procedimientu de función $(ARG1) yá definíu."
#. byksZ
#: basic/inc/basic.hrc:127
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Label $(ARG1) already defined."
msgstr "La etiqueta $(ARG1) yá ta definida."
#. GHdG4
#: basic/inc/basic.hrc:128
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Variable $(ARG1) not found."
msgstr "Nun s'atopa la variable $(ARG1)."
#. DksBU
#: basic/inc/basic.hrc:129
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Array or procedure $(ARG1) not found."
msgstr "Nun s'atopa la matriz o'l procedimientu $(ARG1)."
#. 7CD6B
#: basic/inc/basic.hrc:130
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Procedure $(ARG1) not found."
msgstr "Nun s'atopó el procedimientu $(ARG1)."
#. GREm3
#: basic/inc/basic.hrc:131
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Label $(ARG1) undefined."
msgstr "La etiqueta $(ARG1) nun ta definida."
#. 2VFZq
#: basic/inc/basic.hrc:132
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Unknown data type $(ARG1)."
msgstr "Triba de datos $(ARG1) desconocida."
#. hvsH3
#: basic/inc/basic.hrc:133
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Exit $(ARG1) expected."
msgstr "Esperábase la salida $(ARG1)."
#. 7kZX5
#: basic/inc/basic.hrc:134
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Statement block still open: $(ARG1) missing."
msgstr "Bloquéu d'instrucción entá abiertu: falta $(ARG1)."
#. EysAe
#: basic/inc/basic.hrc:135
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Parentheses do not match."
msgstr "Los paréntesis nun concasen."
#. tGqRY
#: basic/inc/basic.hrc:136
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Symbol $(ARG1) already defined differently."
msgstr "El símbolu $(ARG1) yá se definió de manera estremada."
#. Nvysh
#: basic/inc/basic.hrc:137
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Parameters do not correspond to procedure."
msgstr "Los parámetros nun correspuenden col procedimientu."
#. aLCNz
#: basic/inc/basic.hrc:138
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid character in number."
msgstr "Caráuter inválidu nel númberu."
#. ZL3GF
#: basic/inc/basic.hrc:139
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Array must be dimensioned."
msgstr "Tienes que dimensionar la matriz."
@@ -810,21 +715,18 @@ msgstr "Opción desconocida: $(ARG1)."
#. LCo58
#: basic/inc/basic.hrc:145
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Constant $(ARG1) redefined."
msgstr "La constante $(ARG1) volvióse a definir."
#. Dx6YA
#: basic/inc/basic.hrc:146
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Program too large."
msgstr "El programa ye enforma grande."
#. aAKCD
#: basic/inc/basic.hrc:147
-#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Strings or arrays not permitted."
msgstr "Matrices o cadenes de caráuteres non permitíos."
diff --git a/source/ast/chart2/messages.po b/source/ast/chart2/messages.po
index a90873d34f5..4f51ffce005 100644
--- a/source/ast/chart2/messages.po
+++ b/source/ast/chart2/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-02-10 17:53+0100\n"
-"PO-Revision-Date: 2020-02-11 12:33+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2020-02-17 12:21+0100\n"
+"PO-Revision-Date: 2020-02-24 13:39+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/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.9.1\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1540149368.000000\n"
#. NCRDD
@@ -62,7 +62,7 @@ msgstr "Llinies escalonaes"
#: chart2/inc/strings.hrc:27
msgctxt "STR_DLG_REMOVE_DATA_TABLE"
msgid "This chart currently contains an internal data table. Do you want to proceed, deleting the internal data table, and set a new data range?"
-msgstr ""
+msgstr "Esti gráficu contien una tabla de datos interna. ¿Quies desaniciar la tabla datos interna y definir un intervalu de datos nuevu?"
#. E2JCT
#: chart2/inc/strings.hrc:28
@@ -731,7 +731,7 @@ msgstr "Serie"
#: chart2/inc/strings.hrc:138
msgctxt "STR_DATA_UNNAMED_SERIES_WITH_INDEX"
msgid "Series%NUMBER"
-msgstr ""
+msgstr "Serie%NUMBER"
#. E2YZH
#: chart2/inc/strings.hrc:139
@@ -787,7 +787,6 @@ msgstr "Color de Rellenu"
#. bzDDY
#: chart2/inc/strings.hrc:147
-#, fuzzy
msgctxt "STR_PROPERTY_ROLE_BORDERCOLOR"
msgid "Border Color"
msgstr "Color del berbesu"
@@ -1054,7 +1053,7 @@ msgstr "Los intervalos mayor y menor tienen de ser mayores o iguales que la reso
#: chart2/uiconfig/ui/3dviewdialog.ui:8
msgctxt "3dviewdialog|3DViewDialog"
msgid "3D View"
-msgstr ""
+msgstr "Vista 3D"
#. 3aACC
#: chart2/uiconfig/ui/chardialog.ui:8
@@ -1084,7 +1083,7 @@ msgstr "Allugamientu"
#: chart2/uiconfig/ui/chartdatadialog.ui:8
msgctxt "chartdatadialog|ChartDataDialog"
msgid "Data Table"
-msgstr ""
+msgstr "Tabla datos"
#. ywdAz
#: chart2/uiconfig/ui/chartdatadialog.ui:75
@@ -1094,16 +1093,15 @@ msgstr "Inxertar filera"
#. DDsFz
#: chart2/uiconfig/ui/chartdatadialog.ui:88
-#, fuzzy
msgctxt "chartdatadialog|InsertColumn"
msgid "Insert Series"
-msgstr "Inxertar diapositives"
+msgstr "Inxertar series"
#. KuFy7
#: chart2/uiconfig/ui/chartdatadialog.ui:101
msgctxt "chartdatadialog|InsertTextColumn"
msgid "Insert Text Column"
-msgstr ""
+msgstr "Inxertar columna de testu"
#. 4JgTE
#: chart2/uiconfig/ui/chartdatadialog.ui:114
@@ -1113,34 +1111,33 @@ msgstr "Desaniciar filera"
#. JCBmW
#: chart2/uiconfig/ui/chartdatadialog.ui:127
-#, fuzzy
msgctxt "chartdatadialog|RemoveColumn"
msgid "Delete Series"
-msgstr "Desaniciar diapositives"
+msgstr "Desaniciar series"
#. MUkk3
#: chart2/uiconfig/ui/chartdatadialog.ui:150
msgctxt "chartdatadialog|MoveLeftColumn"
msgid "Move Series Left"
-msgstr ""
+msgstr "Mover series pa la izquierda"
#. DfxQy
#: chart2/uiconfig/ui/chartdatadialog.ui:163
msgctxt "chartdatadialog|MoveRightColumn"
msgid "Move Series Right"
-msgstr ""
+msgstr "Mover series pa la drecha"
#. EkxKw
#: chart2/uiconfig/ui/chartdatadialog.ui:176
msgctxt "chartdatadialog|MoveUpRow"
msgid "Move Row Up"
-msgstr ""
+msgstr "Xubir filera"
#. TvbuK
#: chart2/uiconfig/ui/chartdatadialog.ui:189
msgctxt "chartdatadialog|MoveDownRow"
msgid "Move Row Down"
-msgstr ""
+msgstr "Baxar filera"
#. KbkRw
#: chart2/uiconfig/ui/charttypedialog.ui:8
@@ -1164,47 +1161,46 @@ msgstr "Estaya de datos"
#: chart2/uiconfig/ui/datarangedialog.ui:170
msgctxt "datarangedialog|series"
msgid "Data Series"
-msgstr ""
+msgstr "Serie de datos"
#. H6ezZ
#: chart2/uiconfig/ui/dlg_DataLabel.ui:13
msgctxt "dlg_DataLabel|dlg_DataLabels"
msgid "Data Labels for all Data Series"
-msgstr ""
+msgstr "Etiquetes de datos pa toles series de datos"
#. ouq6P
#: chart2/uiconfig/ui/dlg_DataLabel.ui:108
msgctxt "dlg_DataLabel|CB_VALUE_AS_NUMBER"
msgid "Show value as _number"
-msgstr ""
+msgstr "Amosar valor como _númberu"
#. C2XXx
#: chart2/uiconfig/ui/dlg_DataLabel.ui:123
msgctxt "dlg_DataLabel|CB_VALUE_AS_PERCENTAGE"
msgid "Show value as _percentage"
-msgstr ""
+msgstr "Amosar el valor como un _porcentaxe"
#. MYzUe
#: chart2/uiconfig/ui/dlg_DataLabel.ui:138
msgctxt "dlg_DataLabel|CB_CATEGORY"
msgid "Show _category"
-msgstr ""
+msgstr "Amosar _categoría"
#. 8mMDV
#: chart2/uiconfig/ui/dlg_DataLabel.ui:153
msgctxt "dlg_DataLabel|CB_SYMBOL"
msgid "Show _legend key"
-msgstr ""
+msgstr "Amosar la clave de la _lleenda"
#. BA3kD
#: chart2/uiconfig/ui/dlg_DataLabel.ui:168
msgctxt "dlg_DataLabel|CB_WRAP_TEXT"
msgid "Auto text _wrap"
-msgstr ""
+msgstr "_Axuste automáticu del testu"
#. bFd8g
#: chart2/uiconfig/ui/dlg_DataLabel.ui:183
-#, fuzzy
msgctxt "dlg_DataLabel|PB_NUMBERFORMAT"
msgid "Number _format..."
msgstr "Formatu de númberu..."
@@ -1213,7 +1209,7 @@ msgstr "Formatu de númberu..."
#: chart2/uiconfig/ui/dlg_DataLabel.ui:197
msgctxt "dlg_DataLabel|PB_PERCENT_NUMBERFORMAT"
msgid "Percentage f_ormat..."
-msgstr ""
+msgstr "F_ormatu del porcentax"
#. ETbFx
#: chart2/uiconfig/ui/dlg_DataLabel.ui:213
@@ -1235,17 +1231,15 @@ msgstr "Espaciu"
#. d6M3S
#: chart2/uiconfig/ui/dlg_DataLabel.ui:250
-#, fuzzy
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Comma"
msgstr "_Coma"
#. HUBkD
#: chart2/uiconfig/ui/dlg_DataLabel.ui:251
-#, fuzzy
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Semicolon"
-msgstr "_Puntu y coma"
+msgstr "Puntu y coma"
#. 3CaCX
#: chart2/uiconfig/ui/dlg_DataLabel.ui:252
@@ -1261,16 +1255,15 @@ msgstr "Puntu"
#. FDBQW
#: chart2/uiconfig/ui/dlg_DataLabel.ui:278
-#, fuzzy
msgctxt "dlg_DataLabel|FT_LABEL_PLACEMENT"
msgid "Place_ment"
-msgstr "Allugamientu"
+msgstr "Alluga_mientu"
#. RBvRC
#: chart2/uiconfig/ui/dlg_DataLabel.ui:295
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Best fit"
-msgstr ""
+msgstr "Meyor axuste"
#. CFGTS
#: chart2/uiconfig/ui/dlg_DataLabel.ui:296
@@ -1292,10 +1285,9 @@ msgstr "Arriba a la esquierda"
#. TGuEk
#: chart2/uiconfig/ui/dlg_DataLabel.ui:299
-#, fuzzy
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Left"
-msgstr "Esquierda"
+msgstr "Izquierda"
#. eUxTR
#: chart2/uiconfig/ui/dlg_DataLabel.ui:300
@@ -1305,7 +1297,6 @@ msgstr "Abaxo a la esquierda"
#. CGQj7
#: chart2/uiconfig/ui/dlg_DataLabel.ui:301
-#, fuzzy
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Below"
msgstr "Embaxo"
@@ -1344,13 +1335,13 @@ msgstr "Afuera"
#: chart2/uiconfig/ui/dlg_DataLabel.ui:307
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Near origin"
-msgstr ""
+msgstr "Cerca l'orixe"
#. 69qZL
#: chart2/uiconfig/ui/dlg_DataLabel.ui:326
msgctxt "dlg_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE"
msgid "Number Format for Percentage Value"
-msgstr ""
+msgstr "Formatu de númberu pal valor porcentual"
#. mFeMA
#: chart2/uiconfig/ui/dlg_DataLabel.ui:344
@@ -1366,7 +1357,6 @@ msgstr "_Graos"
#. vtVy2
#: chart2/uiconfig/ui/dlg_DataLabel.ui:437
-#, fuzzy
msgctxt "dlg_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
msgstr "Direición del te_stu:"
@@ -1375,7 +1365,7 @@ msgstr "Direición del te_stu:"
#: chart2/uiconfig/ui/dlg_DataLabel.ui:474
msgctxt "dlg_DataLabel|label2"
msgid "Rotate Text"
-msgstr ""
+msgstr "Xirar el testu"
#. 3GUtp
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:28
@@ -1393,31 +1383,28 @@ msgstr "_Nengún"
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:147
msgctxt "dlg_InsertErrorBars|RB_CONST"
msgid "_Constant Value"
-msgstr ""
+msgstr "Valor _constante"
#. UzxQQ
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:164
msgctxt "dlg_InsertErrorBars|RB_PERCENT"
msgid "_Percentage"
-msgstr ""
+msgstr "_Porcentaxe"
#. fkUNn
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:205
-#, fuzzy
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Standard Error"
-msgstr "Error estándar"
+msgstr "Fallu estándar"
#. zpc6d
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:206
-#, fuzzy
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Standard Deviation"
msgstr "Esviación estándar"
#. wA6LE
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:207
-#, fuzzy
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Variance"
msgstr "Varianza"
@@ -1426,78 +1413,73 @@ msgstr "Varianza"
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:208
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Error Margin"
-msgstr ""
+msgstr "Marxe de fallu"
#. Z5yGF
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:226
-#, fuzzy
msgctxt "dlg_InsertErrorBars|RB_RANGE"
msgid "Cell _Range"
-msgstr "Rangu de caxelles"
+msgstr "Intervalu de caxelles"
#. vdvVR
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:249
msgctxt "dlg_InsertErrorBars|label1"
msgid "Error Category"
-msgstr ""
+msgstr "Categoría de fallu"
#. oZaa3
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:282
msgctxt "dlg_InsertErrorBars|RB_BOTH"
msgid "Positive _and Negative"
-msgstr ""
+msgstr "Positivu _y negativu"
#. jJw8Y
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:297
-#, fuzzy
msgctxt "dlg_InsertErrorBars|RB_POSITIVE"
msgid "Pos_itive"
-msgstr "Allugamientu"
+msgstr "Pos_itivu"
#. 6YgbM
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:313
-#, fuzzy
msgctxt "dlg_InsertErrorBars|RB_NEGATIVE"
msgid "Ne_gative"
-msgstr "Negativu"
+msgstr "Ne_gativu"
#. fkKQH
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:368
msgctxt "dlg_InsertErrorBars|label2"
msgid "Error Indicator"
-msgstr ""
+msgstr "Indicador de fallu"
#. WWuZ8
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:416
msgctxt "dlg_InsertErrorBars|FT_POSITIVE"
msgid "P_ositive (+)"
-msgstr ""
+msgstr "P_ositivu (+)"
#. 5FfdH
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:457
-#, fuzzy
msgctxt "dlg_InsertErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
-msgstr "Escoyer base de datos"
+msgstr "Escoyer l'intervalu de datos"
#. K9wAk
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:482
msgctxt "dlg_InsertErrorBars|FT_NEGATIVE"
msgid "_Negative (-)"
-msgstr ""
+msgstr "_Negativu (-)"
#. jsckc
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:523
-#, fuzzy
msgctxt "dlg_InsertErrorBars|IB_RANGE_NEGATIVE|tooltip_text"
msgid "Select data range"
-msgstr "Escoyer base de datos"
+msgstr "Escoyer l'intervalu de datos"
#. GZS6d
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:541
msgctxt "dlg_InsertErrorBars|CB_SYN_POS_NEG"
msgid "Same value for both"
-msgstr ""
+msgstr "El mesmu valor pa los dos"
#. ogVMg
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:563
@@ -1509,13 +1491,13 @@ msgstr "Parámetros"
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:580
msgctxt "dlg_InsertErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS"
msgid "Select Range for Positive Error Bars"
-msgstr ""
+msgstr "Escoyer l'intervalu pa les barres de fallu positives"
#. ixAQm
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:591
msgctxt "dlg_InsertErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS"
msgid "Select Range for Negative Error Bars"
-msgstr ""
+msgstr "Escoyer l'intervalu pa les barres de fallu negatives"
#. 68LFy
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:602
@@ -1533,7 +1515,7 @@ msgstr "Lleenda"
#: chart2/uiconfig/ui/dlg_InsertLegend.ui:106
msgctxt "dlg_InsertLegend|show"
msgid "_Display legend"
-msgstr ""
+msgstr "_Amosar lleenda"
#. BbrEG
#: chart2/uiconfig/ui/dlg_InsertLegend.ui:128
@@ -1615,7 +1597,6 @@ msgstr "E_xa Z"
#. 2LQwV
#: chart2/uiconfig/ui/insertaxisdlg.ui:255
-#, fuzzy
msgctxt "insertaxisdlg|label2"
msgid "Secondary Axes"
msgstr "Exes secundaries"
@@ -1730,7 +1711,6 @@ msgstr "_Exa Y"
#. XvJwD
#: chart2/uiconfig/ui/inserttitledlg.ui:344
-#, fuzzy
msgctxt "inserttitledlg|label2"
msgid "Secondary Axes"
msgstr "Exes secundaries"
@@ -1767,55 +1747,51 @@ msgstr "Tabuladores"
#. jEDem
#: chart2/uiconfig/ui/sidebaraxis.ui:22
-#, fuzzy
msgctxt "sidebaraxis|checkbutton_show_label"
msgid "Show labels"
-msgstr "Amosar les e_tiquetes"
+msgstr "Amosar les etiquetes"
#. 52BFU
#: chart2/uiconfig/ui/sidebaraxis.ui:37
-#, fuzzy
msgctxt "sidebaraxis|checkbutton_reverse"
msgid "Reverse direction"
-msgstr "Direición inve_rsa"
+msgstr "Direición inversa"
#. hABaw
#: chart2/uiconfig/ui/sidebaraxis.ui:62
msgctxt "sidebaraxis|label1"
msgid "_Label position:"
-msgstr ""
+msgstr "_Posición de la etiqueta:"
#. JpV6N
#: chart2/uiconfig/ui/sidebaraxis.ui:76
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Near Axis"
-msgstr ""
+msgstr "Cerca de la exa"
#. HEMNB
#: chart2/uiconfig/ui/sidebaraxis.ui:77
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Near Axis (other side)"
-msgstr ""
+msgstr "Cerca de la exa (al otru llau)"
#. BE2dT
#: chart2/uiconfig/ui/sidebaraxis.ui:78
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Outside start"
-msgstr ""
+msgstr "Per fuera, al entamu"
#. rH94z
#: chart2/uiconfig/ui/sidebaraxis.ui:79
-#, fuzzy
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Outside end"
-msgstr "Sólo fuera"
+msgstr "Per fuera, al final"
#. 69LSe
#: chart2/uiconfig/ui/sidebaraxis.ui:93
-#, fuzzy
msgctxt "sidebaraxis|label2"
msgid "_Text orientation:"
-msgstr "Orientación del testu"
+msgstr "Orientación del _testu"
#. HttnZ
#: chart2/uiconfig/ui/sidebarelements.ui:35
@@ -1825,30 +1801,27 @@ msgstr "Subtítulu"
#. Bqqg6
#: chart2/uiconfig/ui/sidebarelements.ui:50
-#, fuzzy
msgctxt "sidebarelements|checkbutton_title"
msgid "Title"
-msgstr "_Mosaicu"
+msgstr "Títulu"
#. vkhjB
#: chart2/uiconfig/ui/sidebarelements.ui:71
-#, fuzzy
msgctxt "sidebarelements|l"
msgid "Titles"
-msgstr "_Mosaicu"
+msgstr "Títulos"
#. XxG3r
#: chart2/uiconfig/ui/sidebarelements.ui:105
msgctxt "sidebarelements|checkbutton_legend|tooltip_text"
msgid "Show Legend"
-msgstr ""
+msgstr "Amosar lleenda"
#. zszn2
#: chart2/uiconfig/ui/sidebarelements.ui:126
-#, fuzzy
msgctxt "sidebarelements|placement_label"
msgid "_Placement:"
-msgstr "Allugamientu"
+msgstr "_Allugamientu:"
#. N9Vw3
#: chart2/uiconfig/ui/sidebarelements.ui:142
@@ -1870,10 +1843,9 @@ msgstr "Abaxo"
#. Hdrnv
#: chart2/uiconfig/ui/sidebarelements.ui:145
-#, fuzzy
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Left"
-msgstr "Esquierda"
+msgstr "Izquierda"
#. bqXDD
#: chart2/uiconfig/ui/sidebarelements.ui:146
@@ -1889,42 +1861,36 @@ msgstr "Lleenda"
#. Am6Gz
#: chart2/uiconfig/ui/sidebarelements.ui:202
-#, fuzzy
msgctxt "sidebarelements|checkbutton_x_axis"
msgid "X axis"
-msgstr "Exa _X"
+msgstr "Exa X"
#. P5gxx
#: chart2/uiconfig/ui/sidebarelements.ui:217
-#, fuzzy
msgctxt "sidebarelements|checkbutton_x_axis_title"
msgid "X axis title"
msgstr "Títulu de la exa X"
#. iMXPp
#: chart2/uiconfig/ui/sidebarelements.ui:232
-#, fuzzy
msgctxt "sidebarelements|checkbutton_y_axis"
msgid "Y axis"
-msgstr "Exa _Y"
+msgstr "Exa Y"
#. vF4oS
#: chart2/uiconfig/ui/sidebarelements.ui:247
-#, fuzzy
msgctxt "sidebarelements|checkbutton_y_axis_title"
msgid "Y axis title"
msgstr "Títulu de la exa Y"
#. A35cf
#: chart2/uiconfig/ui/sidebarelements.ui:262
-#, fuzzy
msgctxt "sidebarelements|checkbutton_z_axis"
msgid "Z axis"
-msgstr "Exa _Z"
+msgstr "Exa Z"
#. RZFAU
#: chart2/uiconfig/ui/sidebarelements.ui:277
-#, fuzzy
msgctxt "sidebarelements|checkbutton_z_axis_title"
msgid "Z axis title"
msgstr "Títulu de la exa Z"
@@ -1933,27 +1899,25 @@ msgstr "Títulu de la exa Z"
#: chart2/uiconfig/ui/sidebarelements.ui:292
msgctxt "sidebarelements|checkbutton_2nd_x_axis"
msgid "2nd X axis"
-msgstr ""
+msgstr "2ª exa X"
#. nsoDZ
#: chart2/uiconfig/ui/sidebarelements.ui:306
-#, fuzzy
msgctxt "sidebarelements|checkbutton_2nd_x_axis_title"
msgid "2nd X axis title"
-msgstr "Títulu de la exa X"
+msgstr "Títulu de la 2ª exa X"
#. bGsCM
#: chart2/uiconfig/ui/sidebarelements.ui:320
msgctxt "sidebarelements|checkbutton_2nd_y_axis"
msgid "2nd Y axis"
-msgstr ""
+msgstr "2ª exa Y"
#. yDNuy
#: chart2/uiconfig/ui/sidebarelements.ui:334
-#, fuzzy
msgctxt "sidebarelements|checkbutton_2nd_y_axis_title"
msgid "2nd Y axis title"
-msgstr "Títulu de la exa Y"
+msgstr "Títulu de la 2ª exa Y"
#. ScLEM
#: chart2/uiconfig/ui/sidebarelements.ui:354
@@ -1965,27 +1929,25 @@ msgstr "Exes"
#: chart2/uiconfig/ui/sidebarelements.ui:387
msgctxt "sidebarelements|checkbutton_gridline_horizontal_major"
msgid "Horizontal major"
-msgstr ""
+msgstr "Principal horizontal"
#. FYBSZ
#: chart2/uiconfig/ui/sidebarelements.ui:402
msgctxt "sidebarelements|checkbutton_gridline_vertical_major"
msgid "Vertical major"
-msgstr ""
+msgstr "Principal vertical"
#. VCTTS
#: chart2/uiconfig/ui/sidebarelements.ui:417
-#, fuzzy
msgctxt "sidebarelements|checkbutton_gridline_horizontal_minor"
msgid "Horizontal minor"
-msgstr "Horizontal entrante"
+msgstr "Secundaria horizontal"
#. QDFEZ
#: chart2/uiconfig/ui/sidebarelements.ui:432
-#, fuzzy
msgctxt "sidebarelements|checkbutton_gridline_vertical_minor"
msgid "Vertical minor"
-msgstr "Vertical entrante"
+msgstr "Secundaria vertical"
#. yeE2v
#: chart2/uiconfig/ui/sidebarelements.ui:453
@@ -2013,40 +1975,36 @@ msgstr "Categoría:"
#. 8Pb84
#: chart2/uiconfig/ui/sidebarerrorbar.ui:72
-#, fuzzy
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Constant"
-msgstr "Restricción"
+msgstr "Constante"
#. Lz8Lo
#: chart2/uiconfig/ui/sidebarerrorbar.ui:73
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Percentage"
-msgstr ""
+msgstr "Porcentax"
#. Ap367
#: chart2/uiconfig/ui/sidebarerrorbar.ui:74
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Cell Range or Data Table"
-msgstr ""
+msgstr "Intervalu de celdes o tabla de datos"
#. Lqw6L
#: chart2/uiconfig/ui/sidebarerrorbar.ui:75
-#, fuzzy
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Standard deviation"
msgstr "Esviación estándar"
#. qUL78
#: chart2/uiconfig/ui/sidebarerrorbar.ui:76
-#, fuzzy
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Standard error"
-msgstr "Error estándar"
+msgstr "Fallu estándar"
#. KUCgB
#: chart2/uiconfig/ui/sidebarerrorbar.ui:77
-#, fuzzy
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Variance"
msgstr "Varianza"
@@ -2055,19 +2013,19 @@ msgstr "Varianza"
#: chart2/uiconfig/ui/sidebarerrorbar.ui:78
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Error margin"
-msgstr ""
+msgstr "Marxe de fallu"
#. US82z
#: chart2/uiconfig/ui/sidebarerrorbar.ui:91
msgctxt "sidebarerrorbar|label3"
msgid "Positive (+):"
-msgstr ""
+msgstr "Positivu (+):"
#. NJdbG
#: chart2/uiconfig/ui/sidebarerrorbar.ui:103
msgctxt "sidebarerrorbar|label4"
msgid "Negative (-):"
-msgstr ""
+msgstr "Negativu (-):"
#. GBewc
#: chart2/uiconfig/ui/sidebarerrorbar.ui:115
@@ -2103,20 +2061,19 @@ msgstr "Negativu"
#: chart2/uiconfig/ui/sidebarerrorbar.ui:209
msgctxt "sidebarerrorbar|label5"
msgid "Indicator"
-msgstr ""
+msgstr "Indicador"
#. qJBsd
#: chart2/uiconfig/ui/sidebarseries.ui:44
msgctxt "sidebarseries|checkbutton_label"
msgid "Show data labels"
-msgstr ""
+msgstr "Amosar etiquetes de datos"
#. BsC9D
#: chart2/uiconfig/ui/sidebarseries.ui:68
-#, fuzzy
msgctxt "sidebarseries|label_box"
msgid "P_lacement:"
-msgstr "Allugamientu"
+msgstr "_Allugamientu"
#. Dk3GN
#: chart2/uiconfig/ui/sidebarseries.ui:83
@@ -2126,7 +2083,6 @@ msgstr "Encima"
#. e4znD
#: chart2/uiconfig/ui/sidebarseries.ui:84
-#, fuzzy
msgctxt "sidebarseries|comboboxtext_label"
msgid "Below"
msgstr "Embaxo"
@@ -2153,13 +2109,13 @@ msgstr "Adientro"
#: chart2/uiconfig/ui/sidebarseries.ui:88
msgctxt "sidebarseries|comboboxtext_label"
msgid "Near origin"
-msgstr ""
+msgstr "Cerca del orixe"
#. erC9C
#: chart2/uiconfig/ui/sidebarseries.ui:113
msgctxt "sidebarseries|checkbutton_trendline"
msgid "Show trendline"
-msgstr ""
+msgstr "Amosar la llinia de tendencia"
#. bXUND
#: chart2/uiconfig/ui/sidebarseries.ui:149
@@ -2195,64 +2151,64 @@ msgstr "Exa Y secundaria"
#: chart2/uiconfig/ui/sidebarseries.ui:261
msgctxt "sidebarseries|axis_label"
msgid "Align Series to Axis"
-msgstr ""
+msgstr "Alliñar la serie cola exa"
#. fvnkG
#: chart2/uiconfig/ui/sidebarseries.ui:277
msgctxt "sidebarseries|label_series_tmpl"
msgid "Data series '%1'"
-msgstr ""
+msgstr "Serie de datos «%1»"
#. mZfrk
-#: chart2/uiconfig/ui/sidebartype.ui:84
+#: chart2/uiconfig/ui/sidebartype.ui:81
msgctxt "sidebartype|3dlook"
msgid "_3D Look"
msgstr ""
#. mjrkY
-#: chart2/uiconfig/ui/sidebartype.ui:103
+#: chart2/uiconfig/ui/sidebartype.ui:101
msgctxt "sidebartype|3dscheme"
msgid "Simple"
msgstr ""
#. urfc7
-#: chart2/uiconfig/ui/sidebartype.ui:104
+#: chart2/uiconfig/ui/sidebartype.ui:102
msgctxt "sidebartype|3dscheme"
msgid "Realistic"
msgstr ""
#. gYXXE
-#: chart2/uiconfig/ui/sidebartype.ui:125
+#: chart2/uiconfig/ui/sidebartype.ui:123
msgctxt "sidebartype|shapeft"
msgid "Sh_ape"
msgstr ""
#. B6KS5
-#: chart2/uiconfig/ui/sidebartype.ui:186
+#: chart2/uiconfig/ui/sidebartype.ui:184
msgctxt "sidebartype|stack"
msgid "_Stack series"
msgstr ""
#. Yau6n
-#: chart2/uiconfig/ui/sidebartype.ui:210
+#: chart2/uiconfig/ui/sidebartype.ui:208
msgctxt "sidebartype|ontop"
msgid "On top"
msgstr ""
#. f2J43
-#: chart2/uiconfig/ui/sidebartype.ui:225
+#: chart2/uiconfig/ui/sidebartype.ui:223
msgctxt "sidebartype|percent"
msgid "Percent"
msgstr ""
#. iDSaa
-#: chart2/uiconfig/ui/sidebartype.ui:240
+#: chart2/uiconfig/ui/sidebartype.ui:238
msgctxt "sidebartype|deep"
msgid "Deep"
msgstr ""
#. KaS7Z
-#: chart2/uiconfig/ui/sidebartype.ui:269
+#: chart2/uiconfig/ui/sidebartype.ui:268
msgctxt "sidebartype|linetypeft"
msgid "_Line type"
msgstr ""
@@ -2288,17 +2244,11 @@ msgid "_Sort by X values"
msgstr ""
#. thu3G
-#: chart2/uiconfig/ui/sidebartype.ui:334
+#: chart2/uiconfig/ui/sidebartype.ui:335
msgctxt "sidebartype|nolinesft"
msgid "_Number of lines"
msgstr ""
-#. pkRru
-#: chart2/uiconfig/ui/sidebartype.ui:379
-msgctxt "sidebartype|lbl_chartType"
-msgid "Chart Type:"
-msgstr ""
-
#. Ledzw
#: chart2/uiconfig/ui/smoothlinesdlg.ui:22
msgctxt "smoothlinesdlg|SmoothLinesDialog"
@@ -2361,10 +2311,9 @@ msgstr "Escalón nel mediu _vertical"
#. oDDMr
#: chart2/uiconfig/ui/steppedlinesdlg.ui:215
-#, fuzzy
msgctxt "steppedlinesdlg|label2"
msgid "Type of Stepping"
-msgstr "Tipu d'escalonáu"
+msgstr "Triba d'escalonáu"
#. ViJ9k
#: chart2/uiconfig/ui/titlerotationtabpage.ui:53
@@ -2392,14 +2341,12 @@ msgstr "Direición del te_stu:"
#. syx89
#: chart2/uiconfig/ui/titlerotationtabpage.ui:161
-#, fuzzy
msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Orientación del testu"
#. 4uCgf
#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
-#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Cenciellu"
@@ -2408,7 +2355,7 @@ msgstr "Cenciellu"
#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
-msgstr ""
+msgstr "Realista"
#. tFKjs
#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
@@ -2420,58 +2367,55 @@ msgstr "Personalizáu"
#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
msgid "Sche_me"
-msgstr ""
+msgstr "Cadar_ma"
#. EyGsf
#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
-#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
-msgstr "E_spaciáu"
+msgstr "_Solombríu"
#. SMFrD
#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
-msgstr ""
+msgstr "Berbesos del _oxetu"
#. CpWRj
#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
-#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
-msgstr "Berbesos r~edondeaos"
+msgstr "Berbesos _redondeaos"
#. U5CTF
#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:36
msgctxt "tp_3D_SceneGeometry|CBX_RIGHT_ANGLED_AXES"
msgid "_Right-angled axes"
-msgstr ""
+msgstr "Exes n'ángulu _reutu"
#. y8Tyg
#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:54
msgctxt "tp_3D_SceneGeometry|FT_X_ROTATION"
msgid "_X rotation"
-msgstr ""
+msgstr "Rotación en _X"
#. TJ2Xp
#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:68
msgctxt "tp_3D_SceneGeometry|FT_Y_ROTATION"
msgid "_Y rotation"
-msgstr ""
+msgstr "Rotación en _Y"
#. UTAG5
#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:82
msgctxt "tp_3D_SceneGeometry|FT_Z_ROTATION"
msgid "_Z rotation"
-msgstr ""
+msgstr "Rotación en _Z"
#. ZC8ZQ
#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:94
-#, fuzzy
msgctxt "tp_3D_SceneGeometry|CBX_PERSPECTIVE"
msgid "_Perspective"
-msgstr "Perspeutiva"
+msgstr "_Perspeutiva"
#. mdPAi
#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:121
@@ -2481,56 +2425,48 @@ msgstr "Perspeutiva"
#. RGQDC
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:95
-#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_1|tooltip_text"
msgid "Light source 1"
msgstr "Fonte de lluz 1"
#. bwfDH
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:109
-#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_2|tooltip_text"
msgid "Light source 2"
msgstr "Fonte de lluz 2"
#. uMVDV
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:123
-#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_3|tooltip_text"
msgid "Light source 3"
msgstr "Fonte de lluz 3"
#. 6CBDG
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:137
-#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_4|tooltip_text"
msgid "Light source 4"
msgstr "Fonte de lluz 4"
#. Hf5Du
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:151
-#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_5|tooltip_text"
msgid "Light source 5"
msgstr "Fonte de lluz 5"
#. T7qDZ
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:165
-#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_6|tooltip_text"
msgid "Light source 6"
msgstr "Fonte de lluz 6"
#. mSsDD
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:179
-#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_7|tooltip_text"
msgid "Light source 7"
msgstr "Fonte de lluz 7"
#. wY5CR
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:193
-#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_8|tooltip_text"
msgid "Light source 8"
msgstr "Fonte de lluz 8"
@@ -2539,39 +2475,37 @@ msgstr "Fonte de lluz 8"
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:237
msgctxt "tp_3D_SceneIllumination|BTN_LIGHTSOURCE_COLOR|tooltip_text"
msgid "Select a color using the color dialog"
-msgstr ""
+msgstr "Escoyer un color col diálogu de colores"
#. XLXEQ
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:261
-#, fuzzy
msgctxt "tp_3D_SceneIllumination|FT_LIGHTSOURCE"
msgid "_Light source"
-msgstr "~Orixe de lluz"
+msgstr "_Fonte de lluz"
#. NpAu7
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:317
msgctxt "tp_3D_SceneIllumination|BTN_AMBIENT_COLOR|tooltip_text"
msgid "Select a color using the color dialog"
-msgstr ""
+msgstr "Escoyer un color col diálogu de colores"
#. QCb7M
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:334
-#, fuzzy
msgctxt "tp_3D_SceneIllumination|FT_AMBIENTLIGHT"
msgid "_Ambient light"
-msgstr "Lluz ~ambiente"
+msgstr "_Lluz ambiente"
#. snUGf
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:377
msgctxt "tp_3D_SceneIllumination|CTL_LIGHT_PREVIEW|tooltip_text"
msgid "Light Preview"
-msgstr ""
+msgstr "Previsualización de lluz"
#. XRVrG
#: chart2/uiconfig/ui/tp_AxisPositions.ui:48
msgctxt "tp_AxisPositions|FT_CROSSES_OTHER_AXIS_AT"
msgid "_Cross other axis at"
-msgstr ""
+msgstr "_Cruciar a la otra exa en"
#. Z734o
#: chart2/uiconfig/ui/tp_AxisPositions.ui:64
@@ -2601,95 +2535,88 @@ msgstr "Categoría"
#: chart2/uiconfig/ui/tp_AxisPositions.ui:116
msgctxt "tp_AxisPositions|CB_AXIS_BETWEEN_CATEGORIES"
msgid "Axis _between categories"
-msgstr ""
+msgstr "Exa n'otres _categoríes"
#. bW7T9
#: chart2/uiconfig/ui/tp_AxisPositions.ui:137
msgctxt "tp_AxisPositions|TXT_AXIS_LINE"
msgid "Axis Line"
-msgstr ""
+msgstr "Llinia de la exa"
#. 5AGbD
#: chart2/uiconfig/ui/tp_AxisPositions.ui:178
msgctxt "tp_AxisPositions|FT_PLACE_LABELS"
msgid "_Place labels"
-msgstr ""
+msgstr "_Llantar les etiquetes"
#. GDk2L
#: chart2/uiconfig/ui/tp_AxisPositions.ui:194
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Near axis"
-msgstr ""
+msgstr "Cerca de la exa"
#. ZWQzB
#: chart2/uiconfig/ui/tp_AxisPositions.ui:195
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Near axis (other side)"
-msgstr ""
+msgstr "Cerca de la exa (al otru llau)"
#. j3GGm
#: chart2/uiconfig/ui/tp_AxisPositions.ui:196
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Outside start"
-msgstr ""
+msgstr "Per fuera, al entamu"
#. mGDNr
#: chart2/uiconfig/ui/tp_AxisPositions.ui:197
-#, fuzzy
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Outside end"
-msgstr "Sólo fuera"
+msgstr "PEr fuera, al final"
#. DUNn4
#: chart2/uiconfig/ui/tp_AxisPositions.ui:221
-#, fuzzy
msgctxt "tp_AxisPositions|FT_AXIS_LABEL_DISTANCE"
msgid "_Distance"
msgstr "_Distancia"
#. Hkjze
#: chart2/uiconfig/ui/tp_AxisPositions.ui:259
-#, fuzzy
msgctxt "tp_AxisPositions|TXT_FL_LABELS"
msgid "Labels"
-msgstr "Etiqueta"
+msgstr "Etiquetes"
#. YBk4g
#: chart2/uiconfig/ui/tp_AxisPositions.ui:301
msgctxt "tp_AxisPositions|FT_MAJOR"
msgid "Major:"
-msgstr ""
+msgstr "Principal:"
#. G8MEU
#: chart2/uiconfig/ui/tp_AxisPositions.ui:317
msgctxt "tp_AxisPositions|FT_MINOR"
msgid "Minor:"
-msgstr ""
+msgstr "Secundariu:"
#. UN6Pr
#: chart2/uiconfig/ui/tp_AxisPositions.ui:331
-#, fuzzy
msgctxt "tp_AxisPositions|CB_TICKS_INNER"
msgid "_Inner"
-msgstr "Interior"
+msgstr "_Interior"
#. EhLxm
#: chart2/uiconfig/ui/tp_AxisPositions.ui:349
-#, fuzzy
msgctxt "tp_AxisPositions|CB_TICKS_OUTER"
msgid "_Outer"
-msgstr "Esterior"
+msgstr "_Esterior"
#. RJXic
#: chart2/uiconfig/ui/tp_AxisPositions.ui:367
-#, fuzzy
msgctxt "tp_AxisPositions|CB_MINOR_INNER"
msgid "I_nner"
msgstr "I_nterior:"
#. nBCFJ
#: chart2/uiconfig/ui/tp_AxisPositions.ui:385
-#, fuzzy
msgctxt "tp_AxisPositions|CB_MINOR_OUTER"
msgid "O_uter"
msgstr "E_sterior:"
@@ -2698,57 +2625,55 @@ msgstr "E_sterior:"
#: chart2/uiconfig/ui/tp_AxisPositions.ui:417
msgctxt "tp_AxisPositions|FT_PLACE_TICKS"
msgid "Place _marks"
-msgstr ""
+msgstr "Llantar _marques"
#. mvGBB
#: chart2/uiconfig/ui/tp_AxisPositions.ui:433
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At labels"
-msgstr ""
+msgstr "Nes etiquetes"
#. dGAYz
#: chart2/uiconfig/ui/tp_AxisPositions.ui:434
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At axis"
-msgstr ""
+msgstr "Na exa"
#. TJAJB
#: chart2/uiconfig/ui/tp_AxisPositions.ui:435
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At axis and labels"
-msgstr ""
+msgstr "Na exa y nes etiquetes"
#. jK9rf
#: chart2/uiconfig/ui/tp_AxisPositions.ui:459
msgctxt "tp_AxisPositions|TXT_FL_TICKS"
msgid "Interval Marks"
-msgstr ""
+msgstr "Marques d'intervalu"
#. 4Jp7G
#: chart2/uiconfig/ui/tp_AxisPositions.ui:492
msgctxt "tp_AxisPositions|CB_MAJOR_GRID"
msgid "Show major _grid"
-msgstr ""
+msgstr "Amosar el _rexáu principal"
#. 7c2Hs
#: chart2/uiconfig/ui/tp_AxisPositions.ui:508
msgctxt "tp_AxisPositions|CB_MINOR_GRID"
msgid "_Show minor grid"
-msgstr ""
+msgstr "Amosar el _rexáu secundariu"
#. Dp5Ar
#: chart2/uiconfig/ui/tp_AxisPositions.ui:523
-#, fuzzy
msgctxt "tp_AxisPositions|PB_MAJOR_GRID"
msgid "Mo_re..."
-msgstr "Más..."
+msgstr "_Más..."
#. k5VQQ
#: chart2/uiconfig/ui/tp_AxisPositions.ui:536
-#, fuzzy
msgctxt "tp_AxisPositions|PB_MINOR_GRID"
msgid "Mor_e..."
-msgstr "Más..."
+msgstr "_Más..."
#. 7eDLK
#: chart2/uiconfig/ui/tp_AxisPositions.ui:556
@@ -2760,18 +2685,16 @@ msgstr "Rexaos"
#: chart2/uiconfig/ui/tp_ChartType.ui:48
msgctxt "tp_ChartType|FT_CAPTION_FOR_WIZARD"
msgid "Choose a Chart Type"
-msgstr ""
+msgstr "Escueyi una triba de gráficu"
#. FSf6b
#: chart2/uiconfig/ui/tp_ChartType.ui:113
-#, fuzzy
msgctxt "tp_ChartType|3dlook"
msgid "_3D Look"
-msgstr "Aspeutu 3D"
+msgstr "Aspeutu _3D"
#. FprGw
#: chart2/uiconfig/ui/tp_ChartType.ui:132
-#, fuzzy
msgctxt "tp_ChartType|3dscheme"
msgid "Simple"
msgstr "Cenciellu"
@@ -2780,30 +2703,28 @@ msgstr "Cenciellu"
#: chart2/uiconfig/ui/tp_ChartType.ui:133
msgctxt "tp_ChartType|3dscheme"
msgid "Realistic"
-msgstr ""
+msgstr "Realista"
#. FxHfq
#: chart2/uiconfig/ui/tp_ChartType.ui:154
-#, fuzzy
msgctxt "tp_ChartType|shapeft"
msgid "Sh_ape"
-msgstr "Forma"
+msgstr "Form_a"
#. G2u4D
#: chart2/uiconfig/ui/tp_ChartType.ui:215
msgctxt "tp_ChartType|stack"
msgid "_Stack series"
-msgstr ""
+msgstr "_Series amontonaes"
#. KfD2L
#: chart2/uiconfig/ui/tp_ChartType.ui:239
msgctxt "tp_ChartType|ontop"
msgid "On top"
-msgstr ""
+msgstr "No cimero"
#. C7JxK
#: chart2/uiconfig/ui/tp_ChartType.ui:254
-#, fuzzy
msgctxt "tp_ChartType|percent"
msgid "Percent"
msgstr "Porcentaxe"
@@ -2816,16 +2737,15 @@ msgstr "Fondu"
#. etF2p
#: chart2/uiconfig/ui/tp_ChartType.ui:298
-#, fuzzy
msgctxt "tp_ChartType|linetypeft"
msgid "_Line type"
-msgstr "Tipu de _llinia"
+msgstr "_Triba de _llinia"
#. RbyB4
#: chart2/uiconfig/ui/tp_ChartType.ui:312
msgctxt "tp_ChartType|linetype"
msgid "Straight"
-msgstr ""
+msgstr "Reuta"
#. dG5tv
#: chart2/uiconfig/ui/tp_ChartType.ui:313
@@ -2837,7 +2757,7 @@ msgstr "Dondu"
#: chart2/uiconfig/ui/tp_ChartType.ui:314
msgctxt "tp_ChartType|linetype"
msgid "Stepped"
-msgstr ""
+msgstr "Escalonada"
#. JqNUv
#: chart2/uiconfig/ui/tp_ChartType.ui:324
@@ -2849,57 +2769,55 @@ msgstr "Propiedaes..."
#: chart2/uiconfig/ui/tp_ChartType.ui:342
msgctxt "tp_ChartType|sort"
msgid "_Sort by X values"
-msgstr ""
+msgstr "_Ordenar por valores de X"
#. CmGat
#: chart2/uiconfig/ui/tp_ChartType.ui:363
-#, fuzzy
msgctxt "tp_ChartType|nolinesft"
msgid "_Number of lines"
-msgstr "Númberu de llinies:"
+msgstr "_Númberu de llinies:"
#. qRkoY
#: chart2/uiconfig/ui/tp_DataLabel.ui:37
msgctxt "tp_DataLabel|CB_VALUE_AS_NUMBER"
msgid "Show value as _number"
-msgstr ""
+msgstr "Amosar el valor como _númberu"
#. wRisc
#: chart2/uiconfig/ui/tp_DataLabel.ui:52
msgctxt "tp_DataLabel|CB_VALUE_AS_PERCENTAGE"
msgid "Show value as _percentage"
-msgstr ""
+msgstr "Amosar el valor como _porcentaxe"
#. gyqnC
#: chart2/uiconfig/ui/tp_DataLabel.ui:67
msgctxt "tp_DataLabel|CB_CATEGORY"
msgid "Show _category"
-msgstr ""
+msgstr "Amosar _categoría"
#. kce65
#: chart2/uiconfig/ui/tp_DataLabel.ui:82
msgctxt "tp_DataLabel|CB_SYMBOL"
msgid "Show _legend key"
-msgstr ""
+msgstr "Amosar la clave de la _lleenda"
#. K3uFN
#: chart2/uiconfig/ui/tp_DataLabel.ui:97
msgctxt "tp_DataLabel|CB_WRAP_TEXT"
msgid "Auto text _wrap"
-msgstr ""
+msgstr "A_xuste automáticu del testu"
#. tgNDD
#: chart2/uiconfig/ui/tp_DataLabel.ui:112
-#, fuzzy
msgctxt "tp_DataLabel|PB_NUMBERFORMAT"
msgid "Number _format..."
-msgstr "Formatu de númberu..."
+msgstr "_Formatu de númberu..."
#. PYC2b
#: chart2/uiconfig/ui/tp_DataLabel.ui:126
msgctxt "tp_DataLabel|PB_PERCENT_NUMBERFORMAT"
msgid "Percentage f_ormat..."
-msgstr ""
+msgstr "Formatu de p_orcentax..."
#. gFELD
#: chart2/uiconfig/ui/tp_DataLabel.ui:142
@@ -2927,10 +2845,9 @@ msgstr "Coma"
#. 5baF4
#: chart2/uiconfig/ui/tp_DataLabel.ui:180
-#, fuzzy
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Semicolon"
-msgstr "_Puntu y coma"
+msgstr "Puntu y coma"
#. 8MGkQ
#: chart2/uiconfig/ui/tp_DataLabel.ui:181
@@ -2946,16 +2863,15 @@ msgstr "Puntu"
#. 2MNGz
#: chart2/uiconfig/ui/tp_DataLabel.ui:207
-#, fuzzy
msgctxt "tp_DataLabel|FT_LABEL_PLACEMENT"
msgid "Place_ment"
-msgstr "Allugamientu"
+msgstr "Alluga_mientu"
#. L2MYb
#: chart2/uiconfig/ui/tp_DataLabel.ui:224
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Best fit"
-msgstr ""
+msgstr "Meyor axuste"
#. ba7eW
#: chart2/uiconfig/ui/tp_DataLabel.ui:225
@@ -2977,10 +2893,9 @@ msgstr "Arriba a la esquierda"
#. UQBcJ
#: chart2/uiconfig/ui/tp_DataLabel.ui:228
-#, fuzzy
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Left"
-msgstr "Esquierda"
+msgstr "Izquierda"
#. CVw6x
#: chart2/uiconfig/ui/tp_DataLabel.ui:229
@@ -2990,7 +2905,6 @@ msgstr "Abaxo a la esquierda"
#. EF7Qb
#: chart2/uiconfig/ui/tp_DataLabel.ui:230
-#, fuzzy
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Below"
msgstr "Embaxo"
@@ -3029,13 +2943,13 @@ msgstr "Afuera"
#: chart2/uiconfig/ui/tp_DataLabel.ui:236
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Near origin"
-msgstr ""
+msgstr "Cerca del orixe"
#. PNGYD
#: chart2/uiconfig/ui/tp_DataLabel.ui:255
msgctxt "tp_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE"
msgid "Number Format for Percentage Value"
-msgstr ""
+msgstr "Formatu del númberu pal valor del porcentax"
#. 3BZrx
#: chart2/uiconfig/ui/tp_DataLabel.ui:273
@@ -3051,7 +2965,6 @@ msgstr "_Graos"
#. zdP7E
#: chart2/uiconfig/ui/tp_DataLabel.ui:366
-#, fuzzy
msgctxt "tp_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
msgstr "Direición del te_stu:"
@@ -3060,28 +2973,25 @@ msgstr "Direición del te_stu:"
#: chart2/uiconfig/ui/tp_DataLabel.ui:403
msgctxt "tp_DataLabel|label2"
msgid "Rotate Text"
-msgstr ""
+msgstr "Xira'l testu"
#. A2dFx
#: chart2/uiconfig/ui/tp_DataSource.ui:18
-#, fuzzy
msgctxt "tp_DataSource|imageIMB_RANGE_CAT|tooltip_text"
msgid "Select data range"
-msgstr "Escoyer base de datos"
+msgstr "Escoyer l'intervalu de datos"
#. kEnRN
#: chart2/uiconfig/ui/tp_DataSource.ui:24
-#, fuzzy
msgctxt "tp_DataSource|imageIMB_RANGE_MAIN|tooltip_text"
msgid "Select data range"
-msgstr "Escoyer base de datos"
+msgstr "Escoyer l'intervalu de datos"
#. 2iNp6
#: chart2/uiconfig/ui/tp_DataSource.ui:60
-#, fuzzy
msgctxt "tp_DataSource|FT_SERIES"
msgid "Data _series:"
-msgstr "Series de datos"
+msgstr "_Series de datos"
#. rqABh
#: chart2/uiconfig/ui/tp_DataSource.ui:118
@@ -3117,27 +3027,25 @@ msgstr "Estayes de _datos:"
#: chart2/uiconfig/ui/tp_DataSource.ui:274
msgctxt "tp_DataSource|FT_RANGE"
msgid "Ran_ge for %VALUETYPE"
-msgstr ""
+msgstr "Inter_valu pa %VALUETYPE"
#. FX2CF
#: chart2/uiconfig/ui/tp_DataSource.ui:329
-#, fuzzy
msgctxt "tp_DataSource|FT_CATEGORIES"
msgid "_Categories"
-msgstr "Categoríes"
+msgstr "_Categoríes"
#. EiwXn
#: chart2/uiconfig/ui/tp_DataSource.ui:343
-#, fuzzy
msgctxt "tp_DataSource|FT_DATALABELS"
msgid "Data _labels"
-msgstr "Etiquetes de Datos"
+msgstr "Eti_quetes de Datos"
#. YwALA
#: chart2/uiconfig/ui/tp_DataSource.ui:416
msgctxt "tp_DataSource|FT_CAPTION_FOR_WIZARD"
msgid "Customize Data Ranges for Individual Data Series"
-msgstr ""
+msgstr "Personalizar los intervalos de datos pa series de datos individuales"
#. tGqhN
#: chart2/uiconfig/ui/tp_ErrorBars.ui:57
@@ -3149,31 +3057,28 @@ msgstr "_Nengún"
#: chart2/uiconfig/ui/tp_ErrorBars.ui:75
msgctxt "tp_ErrorBars|RB_CONST"
msgid "_Constant Value"
-msgstr ""
+msgstr "_Valor constante"
#. Njqok
#: chart2/uiconfig/ui/tp_ErrorBars.ui:93
msgctxt "tp_ErrorBars|RB_PERCENT"
msgid "_Percentage"
-msgstr ""
+msgstr "_Porcentax"
#. GnXao
#: chart2/uiconfig/ui/tp_ErrorBars.ui:136
-#, fuzzy
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Standard Error"
-msgstr "Error estándar"
+msgstr "Fallu estándar"
#. SQ3rE
#: chart2/uiconfig/ui/tp_ErrorBars.ui:137
-#, fuzzy
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Standard Deviation"
msgstr "Esviación estándar"
#. GagXt
#: chart2/uiconfig/ui/tp_ErrorBars.ui:138
-#, fuzzy
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Variance"
msgstr "Varianza"
@@ -3182,78 +3087,73 @@ msgstr "Varianza"
#: chart2/uiconfig/ui/tp_ErrorBars.ui:139
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Error Margin"
-msgstr ""
+msgstr "Marxe de fallu"
#. AbhAQ
#: chart2/uiconfig/ui/tp_ErrorBars.ui:157
-#, fuzzy
msgctxt "tp_ErrorBars|RB_RANGE"
msgid "Cell _Range"
-msgstr "Rangu de caxelles"
+msgstr "Inte_rvalu de celdes"
#. 9Y8Vo
#: chart2/uiconfig/ui/tp_ErrorBars.ui:181
msgctxt "tp_ErrorBars|label1"
msgid "Error Category"
-msgstr ""
+msgstr "Categoría de fallu"
#. q8qXd
#: chart2/uiconfig/ui/tp_ErrorBars.ui:215
msgctxt "tp_ErrorBars|RB_BOTH"
msgid "Positive _and Negative"
-msgstr ""
+msgstr "Positivu _y negativu"
#. 6F78D
#: chart2/uiconfig/ui/tp_ErrorBars.ui:232
-#, fuzzy
msgctxt "tp_ErrorBars|RB_POSITIVE"
msgid "Pos_itive"
-msgstr "Allugamientu"
+msgstr "_Positivu"
#. jdFbj
#: chart2/uiconfig/ui/tp_ErrorBars.ui:249
-#, fuzzy
msgctxt "tp_ErrorBars|RB_NEGATIVE"
msgid "Ne_gative"
-msgstr "Negativu"
+msgstr "Ne_gativu"
#. D4Aou
#: chart2/uiconfig/ui/tp_ErrorBars.ui:305
msgctxt "tp_ErrorBars|label2"
msgid "Error Indicator"
-msgstr ""
+msgstr "Indicador de fallu"
#. haTNd
#: chart2/uiconfig/ui/tp_ErrorBars.ui:353
msgctxt "tp_ErrorBars|FT_POSITIVE"
msgid "P_ositive (+)"
-msgstr ""
+msgstr "P_ositivu (+)"
#. rGBRC
#: chart2/uiconfig/ui/tp_ErrorBars.ui:394
-#, fuzzy
msgctxt "tp_ErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
-msgstr "Escoyer base de datos"
+msgstr "Escoyer l'intervalu de datos"
#. C5ZdQ
#: chart2/uiconfig/ui/tp_ErrorBars.ui:419
msgctxt "tp_ErrorBars|FT_NEGATIVE"
msgid "_Negative (-)"
-msgstr ""
+msgstr "_Negativu (-)"
#. EVG7h
#: chart2/uiconfig/ui/tp_ErrorBars.ui:459
-#, fuzzy
msgctxt "tp_ErrorBars|IB_RANGE_NEGATIVE|tooltip_text"
msgid "Select data range"
-msgstr "Escoyer base de datos"
+msgstr "Escoyer l'intervalu de datos"
#. wdsax
#: chart2/uiconfig/ui/tp_ErrorBars.ui:477
msgctxt "tp_ErrorBars|CB_SYN_POS_NEG"
msgid "Same value for both"
-msgstr ""
+msgstr "El mesmu valor pa los dos"
#. BEj3C
#: chart2/uiconfig/ui/tp_ErrorBars.ui:499
@@ -3265,13 +3165,13 @@ msgstr "Parámetros"
#: chart2/uiconfig/ui/tp_ErrorBars.ui:516
msgctxt "tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS"
msgid "Select Range for Positive Error Bars"
-msgstr ""
+msgstr "Escoyer l'intervalu pa les barres de fallu positives"
#. FXjsk
#: chart2/uiconfig/ui/tp_ErrorBars.ui:527
msgctxt "tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS"
msgid "Select Range for Negative Error Bars"
-msgstr ""
+msgstr "Escoyer l'intervalu pa les barres de fallu negatives"
#. AAfgS
#: chart2/uiconfig/ui/tp_ErrorBars.ui:538
@@ -3311,14 +3211,12 @@ msgstr "Allugamientu"
#. 6teoB
#: chart2/uiconfig/ui/tp_LegendPosition.ui:134
-#, fuzzy
msgctxt "tp_LegendPosition|FT_LEGEND_TEXTDIR"
msgid "Te_xt direction"
-msgstr "Direición del te_stu:"
+msgstr "Direición del te_stu"
#. sUDkC
#: chart2/uiconfig/ui/tp_LegendPosition.ui:163
-#, fuzzy
msgctxt "tp_LegendPosition|TXT_ORIENTATION"
msgid "Text Orientation"
msgstr "Orientación del testu"
@@ -3327,11 +3225,10 @@ msgstr "Orientación del testu"
#: chart2/uiconfig/ui/tp_PolarOptions.ui:30
msgctxt "tp_PolarOptions|CB_CLOCKWISE"
msgid "_Clockwise direction"
-msgstr ""
+msgstr "Nel sentíu _horariu"
#. ATHCu
#: chart2/uiconfig/ui/tp_PolarOptions.ui:45
-#, fuzzy
msgctxt "tp_PolarOptions|label1"
msgid "Orientation"
msgstr "Orientación"
@@ -3346,7 +3243,7 @@ msgstr "_Graos"
#: chart2/uiconfig/ui/tp_PolarOptions.ui:127
msgctxt "tp_PolarOptions|label2"
msgid "Starting Angle"
-msgstr ""
+msgstr "Ángulu de salida"
#. 5zEew
#: chart2/uiconfig/ui/tp_PolarOptions.ui:155
@@ -3356,79 +3253,75 @@ msgstr "Incluir los _valores de caxelles tapecíes"
#. F5FTp
#: chart2/uiconfig/ui/tp_PolarOptions.ui:170
-#, fuzzy
msgctxt "tp_PolarOptions|label3"
msgid "Plot Options"
msgstr "Opciones del trazu"
#. tHATu
#: chart2/uiconfig/ui/tp_RangeChooser.ui:8
-#, fuzzy
msgctxt "tp_RangeChooser|imageIB_RANGE|tooltip_text"
msgid "Select data range"
-msgstr "Escoyer base de datos"
+msgstr "Escoyer l'intervalu de datos"
#. 4zh42
#: chart2/uiconfig/ui/tp_RangeChooser.ui:26
msgctxt "tp_RangeChooser|FT_CAPTION_FOR_WIZARD"
msgid "Choose a Data Range"
-msgstr ""
+msgstr "Escueyi un intervalu de datos"
#. g2XVd
#: chart2/uiconfig/ui/tp_RangeChooser.ui:47
-#, fuzzy
msgctxt "tp_RangeChooser|FT_RANGE"
msgid "_Data range:"
-msgstr "Rangu de datos"
+msgstr "Intervalu de datos"
#. FyVoD
#: chart2/uiconfig/ui/tp_RangeChooser.ui:74
-#, fuzzy
msgctxt "tp_RangeChooser|IB_RANGE|tooltip_text"
msgid "Select data range"
-msgstr "Escoyer base de datos"
+msgstr "Escoyer l'intervalu de datos"
#. RGGHE
#: chart2/uiconfig/ui/tp_RangeChooser.ui:90
msgctxt "tp_RangeChooser|RB_DATAROWS"
msgid "Data series in _rows"
-msgstr ""
+msgstr "Serie de datos en _fileres"
#. wSDqF
#: chart2/uiconfig/ui/tp_RangeChooser.ui:106
msgctxt "tp_RangeChooser|RB_DATACOLS"
msgid "Data series in _columns"
-msgstr ""
+msgstr "Series de datos en _columnes"
#. CExLY
#: chart2/uiconfig/ui/tp_RangeChooser.ui:122
msgctxt "tp_RangeChooser|CB_FIRST_ROW_ASLABELS"
msgid "_First row as label"
-msgstr ""
+msgstr "_Primera fila como etiqueta"
#. ER2D7
#: chart2/uiconfig/ui/tp_RangeChooser.ui:137
msgctxt "tp_RangeChooser|CB_FIRST_COLUMN_ASLABELS"
msgid "F_irst column as label"
-msgstr ""
+msgstr "Pr_imera columna como etiqueta"
#. k9TMD
#: chart2/uiconfig/ui/tp_RangeChooser.ui:162
msgctxt "tp_RangeChooser|CB_TIME_BASED"
msgid "Time based charting"
-msgstr ""
+msgstr "Gráfica basada nel tiempu"
#. iuxE5
#: chart2/uiconfig/ui/tp_RangeChooser.ui:212
msgctxt "tp_RangeChooser|label1"
msgid "Start Table Index"
-msgstr ""
+msgstr "Entamu del índiz de tabla"
#. dnmDQ
#: chart2/uiconfig/ui/tp_RangeChooser.ui:226
msgctxt "tp_RangeChooser|label2"
msgid "End Table Index"
-msgstr ""
+msgstr "Final del índiz de tabla"
#. FcYeD
#: chart2/uiconfig/ui/tp_RangeChooser.ui:244
@@ -3591,10 +3484,9 @@ msgstr "Exa Y secundaria"
#. hV3cT
#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:83
-#, fuzzy
msgctxt "tp_SeriesToAxis|label1"
msgid "Align Data Series to"
-msgstr "Alliniar la serie de datos a"
+msgstr "Alliñar la serie de datos a"
#. GAF6S
#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:125
@@ -3658,7 +3550,6 @@ msgstr "Incluir los _valores de caxelles tapecíes"
#. LvZ8x
#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:352
-#, fuzzy
msgctxt "tp_SeriesToAxis|label3"
msgid "Plot Options"
msgstr "Opciones del trazu"
@@ -3667,13 +3558,13 @@ msgstr "Opciones del trazu"
#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:385
msgctxt "tp_SeriesToAxis|CB_LEGEND_ENTRY_HIDDEN"
msgid "Hide legend entry"
-msgstr ""
+msgstr "Anubrir entrada de la lleenda"
#. q8CTC
#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:406
msgctxt "tp_SeriesToAxis|label4"
msgid "Legend Entry"
-msgstr ""
+msgstr "Entrade de lleenda"
#. FsWAE
#: chart2/uiconfig/ui/tp_Trendline.ui:65
@@ -3689,10 +3580,9 @@ msgstr "L_ogarítmica"
#. fPNok
#: chart2/uiconfig/ui/tp_Trendline.ui:98
-#, fuzzy
msgctxt "tp_Trendline|exponential"
msgid "_Exponential"
-msgstr "Esponencial"
+msgstr "_Esponencial"
#. a6FDp
#: chart2/uiconfig/ui/tp_Trendline.ui:115
@@ -3750,10 +3640,9 @@ msgstr "Forzar _Intercepción"
#. CSHNm
#: chart2/uiconfig/ui/tp_Trendline.ui:423
-#, fuzzy
msgctxt "tp_Trendline|showEquation"
msgid "Show E_quation"
-msgstr "Amosar _Ecuación"
+msgstr "Amosar la _ecuación"
#. cA58s
#: chart2/uiconfig/ui/tp_Trendline.ui:439
@@ -3763,22 +3652,21 @@ msgstr "Amosar _Coeficiente de Determinación (R²)"
#. 2S6og
#: chart2/uiconfig/ui/tp_Trendline.ui:457
-#, fuzzy
msgctxt "tp_Trendline|label5"
msgid "Trendline _Name"
-msgstr "Nome de la llinia de tendencia"
+msgstr "_Nome de la llinia de tendencia"
#. GEKL2
#: chart2/uiconfig/ui/tp_Trendline.ui:501
msgctxt "tp_Trendline|label6"
msgid "_X Variable Name"
-msgstr ""
+msgstr "Nome de la variable _X"
#. GDQuF
#: chart2/uiconfig/ui/tp_Trendline.ui:526
msgctxt "tp_Trendline|label9"
msgid "_Y Variable Name"
-msgstr ""
+msgstr "Nome de la variable _Y"
#. 9WeUe
#: chart2/uiconfig/ui/tp_Trendline.ui:555
@@ -3836,7 +3724,6 @@ msgstr "_Saltu"
#. 4EwR7
#: chart2/uiconfig/ui/tp_axisLabel.ui:209
-#, fuzzy
msgctxt "tp_axisLabel|textflowL"
msgid "Text Flow"
msgstr "Fluxu del testu"
@@ -3867,7 +3754,6 @@ msgstr "Direición del te_stu:"
#. 3WhzS
#: chart2/uiconfig/ui/tp_axisLabel.ui:383
-#, fuzzy
msgctxt "tp_axisLabel|labelTextOrient"
msgid "Text Orientation"
msgstr "Orientación del testu"
@@ -3892,17 +3778,15 @@ msgstr "Exa _Z"
#. Qpj9H
#: chart2/uiconfig/ui/wizelementspage.ui:121
-#, fuzzy
msgctxt "wizelementspage|labelMainTitle"
msgid "_Title"
-msgstr "_Mosaicu"
+msgstr "_Títulu"
#. nPAjY
#: chart2/uiconfig/ui/wizelementspage.ui:135
-#, fuzzy
msgctxt "wizelementspage|labelSubTitle"
msgid "_Subtitle"
-msgstr "Subtítulu"
+msgstr "_Subtítulu"
#. GJ7pJ
#: chart2/uiconfig/ui/wizelementspage.ui:173
@@ -3920,7 +3804,7 @@ msgstr "_Exa Y"
#: chart2/uiconfig/ui/wizelementspage.ui:234
msgctxt "wizelementspage|show"
msgid "_Display legend"
-msgstr ""
+msgstr "_Amosar la lleenda"
#. ejdzz
#: chart2/uiconfig/ui/wizelementspage.ui:259
@@ -3950,14 +3834,13 @@ msgstr "_Baxero"
#: chart2/uiconfig/ui/wizelementspage.ui:343
msgctxt "wizelementspage|Axe"
msgid "Choose Titles, Legend, and Grid Settings"
-msgstr ""
+msgstr "Escueyi los títulos, la lleenda y los parámetros del rexáu"
#. wp2DC
#: chart2/uiconfig/ui/wizelementspage.ui:376
-#, fuzzy
msgctxt "wizelementspage|x"
msgid "X axis"
-msgstr "Exa _X"
+msgstr "Exa X"
#. KPGMU
#: chart2/uiconfig/ui/wizelementspage.ui:391
@@ -3973,7 +3856,6 @@ msgstr "E_xa Z"
#. wNqwZ
#: chart2/uiconfig/ui/wizelementspage.ui:427
-#, fuzzy
msgctxt "wizelementspage|label2"
msgid "Display Grids"
-msgstr "Visualizar cuadrícula"
+msgstr "Visualizar les cuadrícules"
diff --git a/source/ast/connectivity/messages.po b/source/ast/connectivity/messages.po
index 1a5cb85bbef..f9b2c633d05 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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-01-07 12:08+0000\n"
+"PO-Revision-Date: 2020-02-22 17:15+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.9.1\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1535974914.000000\n"
#. 9LXDp
@@ -336,7 +336,7 @@ msgstr "L'índiz nun pue crease. Apareció un fallu inesperáu."
#: connectivity/inc/strings.hrc:80
msgctxt "STR_COULD_NOT_CREATE_INDEX_NAME"
msgid "The index could not be created. The file '$filename$' is used by another index."
-msgstr ""
+msgstr "Nun se pudo crear l'índiz. El ficheru «$filename$» úsase n'otru índiz."
#. GcK7B
#: connectivity/inc/strings.hrc:81
@@ -587,7 +587,7 @@ msgstr "Nun s'alcontró una instalación afayaíza de Mac OS."
#: connectivity/inc/strings.hrc:125
msgctxt "STR_NO_STORAGE"
msgid "The connection can not be established. No storage or URL was given."
-msgstr ""
+msgstr "La conexón nun se pudo afitar. Nun s'apurrió dengún almacenamientu o URL"
#. SZSmZ
#: connectivity/inc/strings.hrc:126
@@ -617,7 +617,7 @@ msgstr "El DocumentUI proporcionáu nun pue ser NULL."
#: connectivity/inc/strings.hrc:130
msgctxt "STR_ERROR_NEW_VERSION"
msgid "The connection could not be established. The database was created by a newer version of %PRODUCTNAME."
-msgstr ""
+msgstr "Nun se pudo afitar la conexón. La base datos creóse con una versión más recién de %PRODUCTNAME."
#. 3BKTP
#: connectivity/inc/strings.hrc:132
diff --git a/source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index 266a74abea0..e894e623799 100644
--- a/source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
@@ -3,19 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2012-11-18 15:59+0000\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\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"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/connectivityregistryadoorgopenofficeofficedataaccess/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-Generator: LibreOffice\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1353254349.0\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1369347904.000000\n"
+#. 9EAjq
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -25,6 +26,7 @@ msgctxt ""
msgid "ADO"
msgstr "ADO"
+#. nw3hx
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -32,8 +34,9 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "Microsoft Access"
-msgstr "Microsoft Access"
+msgstr "Access de Microsoft"
+#. uAES5
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -41,4 +44,4 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "Microsoft Access 2007"
-msgstr "Microsoft Access 2007"
+msgstr "Access 2007 de Microsoft"
diff --git a/source/ast/connectivity/registry/mork/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
index a859b189bc1..2195bb11ee1 100644
--- a/source/ast/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2019-12-06 10:26+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://vm137.documentfoundation.org/projects/libo_ui-master/connectivityregistrymorkorgopenofficeofficedataaccess/ast/>\n"
+"PO-Revision-Date: 2020-02-21 01:15+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/connectivityregistrymorkorgopenofficeofficedataaccess/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 3.10.3\n"
"X-POOTLE-MTIME: 1524566373.000000\n"
#. ftPgS
@@ -24,4 +24,4 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "Thunderbird Address Book"
-msgstr "Llibreta de señes de Thunderbird"
+msgstr "Axenda de señes de Thunderbird"
diff --git a/source/ast/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po
index 1872c403dd0..116bb7350a6 100644
--- a/source/ast/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po
@@ -3,16 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-10-21 20:58+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-21 01:15+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/connectivityregistrymysql_jdbcorgopenofficeofficedataaccess/ast/>\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1540149368.000000\n"
+#. ny8vx
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -20,8 +24,9 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "MySQL (JDBC)"
-msgstr ""
+msgstr "MySQL (JDBC)"
+#. F637n
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -29,8 +34,9 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "MySQL (ODBC)"
-msgstr ""
+msgstr "MySQL (ODBC)"
+#. rcnrk
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -38,4 +44,4 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "MySQL (Native)"
-msgstr ""
+msgstr "MySQL (nativu)"
diff --git a/source/ast/cui/messages.po b/source/ast/cui/messages.po
index 65e92f0f71d..ee85a3ad093 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-02-10 17:53+0100\n"
-"PO-Revision-Date: 2020-02-01 14:40+0000\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"PO-Revision-Date: 2020-02-28 13:58+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"
@@ -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 3.10.3\n"
"X-POOTLE-MTIME: 1542195213.000000\n"
#. GyY9M
@@ -206,7 +206,7 @@ msgstr "Diccionarios definíos pol usuariu"
#: cui/inc/strings.hrc:44
msgctxt "RID_SVXSTR_KEY_CLASSIFICATION_PATH"
msgid "Classification"
-msgstr ""
+msgstr "Clasificación"
#. FrDws
#: cui/inc/strings.hrc:45
@@ -284,10 +284,9 @@ msgstr "Sí a too"
#. jCwDZ
#: cui/inc/strings.hrc:58
-#, fuzzy
msgctxt "RID_SXVSTR_CONFIRM_DELETE_TOOLBAR"
msgid "There are no more commands on the toolbar. Do you want to delete the toolbar?"
-msgstr "Nun hai más comandos na barra de ferramientes. ¿Quies desaniciala?"
+msgstr "Nun hai comandos na barra de ferramientes. ¿Quies desaniciala?"
#. saf9m
#. Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
@@ -296,7 +295,7 @@ msgstr "Nun hai más comandos na barra de ferramientes. ¿Quies desaniciala?"
#: cui/inc/strings.hrc:63
msgctxt "RID_SVXSTR_CONFIRM_MENU_RESET"
msgid "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
-msgstr ""
+msgstr "La configuración del menú pa %SAVE IN SELECTION% reestableceráse a la configuración predeterminada. ¿Quies siguir?"
#. RYeCk
#: cui/inc/strings.hrc:64
@@ -306,17 +305,15 @@ msgstr ""
#. JgGvm
#: cui/inc/strings.hrc:65
-#, fuzzy
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT"
msgid "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?"
-msgstr "Esta aición va desaniciar tolos cambeos fechos nesta barra de ferramientes. ¿Daveres quies reaniciar la barra de ferramientes?"
+msgstr "Esto va desaniciar tolos cambeos fechos anteriormente nesta barra de ferramientes. ¿Daveres quies reaniciar la barra de ferramientes?"
#. 4s9MJ
#: cui/inc/strings.hrc:66
-#, fuzzy
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT_MENU"
msgid "This will delete all changes previously made to this context menu. Do you really want to reset?"
-msgstr "Esta aición va desaniciar tolos cambeos fechos nesta barra de ferramientes. ¿Daveres quies reaniciar la barra de ferramientes?"
+msgstr "Esto va desaniciar tolos cambeos fechos anteriormente nesti menú de contestu. ¿Daveres quies reaniciar?"
#. CPW5b
#: cui/inc/strings.hrc:67
@@ -398,10 +395,9 @@ msgstr "Seleicionar ficheru pa un marcu flotante"
#. F74rR
#: cui/inc/strings.hrc:82
-#, fuzzy
msgctxt "RID_SVXSTR_ALLFUNCTIONS"
msgid "All commands"
-msgstr "Amestar comandu"
+msgstr "Tolos comandos"
#. EeB6i
#: cui/inc/strings.hrc:83
@@ -425,7 +421,7 @@ msgstr "Macros de %PRODUCTNAME"
#: cui/inc/strings.hrc:86
msgctxt "RID_SVXSTR_NOMACRODESC"
msgid "There is no description available for this macro."
-msgstr ""
+msgstr "Nun hai nenguna descripción disponible pa esta macro."
#. Ne7wd
#: cui/inc/strings.hrc:87
@@ -450,38 +446,38 @@ msgstr "Inxertar fileres"
#: cui/inc/strings.hrc:91
msgctxt "RID_SVXSTR_INSERTROW_BEFORE"
msgid "Above selection"
-msgstr ""
+msgstr "Enriba de la selección"
#. oBHui
#: cui/inc/strings.hrc:92
msgctxt "RID_SVXSTR_INSERTROW_AFTER"
msgid "Below selection"
-msgstr ""
+msgstr "Embaxo de la selección"
#. c8nou
#: cui/inc/strings.hrc:93
msgctxt "RID_SVXSTR_REMOVE_FAVORITES"
msgid "Remove from Favorites"
-msgstr ""
+msgstr "Quitar de los favoritos"
#. XpjRm
#: cui/inc/strings.hrc:94
msgctxt "RID_SVXSTR_MISSING_CHAR"
msgid "Missing character"
-msgstr ""
+msgstr "Falta un carácter"
#. 7tBGT
#: cui/inc/strings.hrc:95
msgctxt "RID_SVXSTR_ADD_FAVORITES"
msgid "Add to Favorites"
-msgstr ""
+msgstr "Amestar a favoritos"
#. AvBBC
#. PPI is pixel per inch, %1 is a number
#: cui/inc/strings.hrc:97
msgctxt "RID_SVXSTR_PPI"
msgid "(%1 PPI)"
-msgstr ""
+msgstr "(%1 PPP)"
#. thimC
#: cui/inc/strings.hrc:98
@@ -494,13 +490,13 @@ msgstr "Inxertar columnes"
#: cui/inc/strings.hrc:100
msgctxt "RID_SVXSTR_INSERTCOL_BEFORE"
msgid "Before selection"
-msgstr ""
+msgstr "Antes de la selección"
#. nXnb3
#: cui/inc/strings.hrc:101
msgctxt "RID_SVXSTR_INSERTCOL_AFTER"
msgid "After selection"
-msgstr ""
+msgstr "Dempués de la selección"
#. QrFJZ
#: cui/inc/strings.hrc:102
@@ -518,19 +514,19 @@ msgstr "Enllaz"
#: cui/inc/strings.hrc:104
msgctxt "RID_SVXSTR_LOADACCELCONFIG"
msgid "Load Keyboard Configuration"
-msgstr ""
+msgstr "Cargar configuración de tecláu"
#. eWQoY
#: cui/inc/strings.hrc:105
msgctxt "RID_SVXSTR_SAVEACCELCONFIG"
msgid "Save Keyboard Configuration"
-msgstr ""
+msgstr "Guardar configuración de tecláu"
#. ggFZE
#: cui/inc/strings.hrc:106
msgctxt "RID_SVXSTR_FILTERNAME_CFG"
msgid "Configuration (*.cfg)"
-msgstr ""
+msgstr "Configuración (*.cfg)"
#. DigQB
#: cui/inc/strings.hrc:107
@@ -564,7 +560,6 @@ msgstr "Hanja"
#. 88dts
#: cui/inc/strings.hrc:112
-#, fuzzy
msgctxt "RID_SVXSTR_BASICMACROS"
msgid "BASIC Macros"
msgstr "Macros en BASIC"
@@ -1119,31 +1114,31 @@ msgstr "El ficheru %1 yá esiste."
#: cui/inc/strings.hrc:208
msgctxt "RID_SVXSTR_ADD_IMAGE"
msgid "Add Image"
-msgstr ""
+msgstr "Amestar una imaxe"
#. eUzGk
#: cui/inc/strings.hrc:210
msgctxt "RID_SVXSTR_ONE_PASSWORD_MISMATCH"
msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
-msgstr ""
+msgstr "La contraseña de confirmación nun casa cola contraseña. Configura la contraseña otra vuelta escribiendo la mesma palabra en dambes caxes."
#. mN9jE
#: cui/inc/strings.hrc:211
msgctxt "RID_SVXSTR_TWO_PASSWORDS_MISMATCH"
msgid "The confirmation passwords did not match the original passwords. Set the passwords again."
-msgstr ""
+msgstr "Les contraseñes de confirmación nun casen coles contraseñes orixinales. Configura otra vuelta les contraseñes."
#. 48ez3
#: cui/inc/strings.hrc:212
msgctxt "RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON"
msgid "Please enter a password to open or to modify, or check the open read-only option to continue."
-msgstr ""
+msgstr "Escribi una contraseña p'abrir o camudar, o marca la opción d'abrir como sólo llectura pa siguir."
#. aAbAN
#: cui/inc/strings.hrc:213
msgctxt "RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON_V2"
msgid "Set the password by entering the same password in both boxes."
-msgstr ""
+msgstr "Configura la contraseña escribiendo la mesma contraseña en dambes caxes."
#. Fko49
#: cui/inc/strings.hrc:215
@@ -1179,20 +1174,20 @@ msgstr "¿Daveres quies desaniciar l'enllaz seleicionáu?"
#: cui/inc/strings.hrc:220
msgctxt "STR_WAITINGLINK"
msgid "Waiting"
-msgstr "N'espera"
+msgstr "Esperando"
#. QJKgF
#: cui/inc/strings.hrc:222
msgctxt "RID_SVXSTR_SAVE_SCREENSHOT_AS"
msgid "Save Screenshot As..."
-msgstr ""
+msgstr "Guardar la imaxe de pantalla como..."
#. CAaFf
#. $(ROW) can be a number or the caption of the row in quotes
#: cui/inc/strings.hrc:225
msgctxt "RID_SVXSTR_DIAGRAM_ROW"
msgid "Data Series $(ROW)"
-msgstr "Series de datos $(ROW)"
+msgstr "Serie de datos $(ROW)"
#. HzhXp
#: cui/inc/strings.hrc:227
@@ -1392,13 +1387,13 @@ msgstr "De formes de SmartArt a formes de %PRODUCTNAME o viceversa"
#: cui/inc/strings.hrc:259
msgctxt "RID_SVXSTR_CHG_VISIO"
msgid "Visio to %PRODUCTNAME Draw or reverse"
-msgstr ""
+msgstr "De Visio a %PRODUCTNAME Draw o a la inversa"
#. Zarkq
#: cui/inc/strings.hrc:260
msgctxt "RID_SVXSTR_CHG_PDF"
msgid "PDF to %PRODUCTNAME Draw or reverse"
-msgstr ""
+msgstr "De PDF a %PRODUCTNAME Draw o a la inversa"
#. dDtDU
#: cui/inc/strings.hrc:262
@@ -1417,6 +1412,8 @@ msgid ""
"The specified name is invalid.\n"
"Please enter a new name."
msgstr ""
+"El nome especificáu nun ye válidu.\n"
+"Escribi un nome nuevu."
#. fymG6
#. To translators:
@@ -1434,7 +1431,7 @@ msgstr ""
#: cui/inc/strings.hrc:278
msgctxt "RID_SVXSTR_OPT_GRAMMAR_BY"
msgid "~Grammar By"
-msgstr ""
+msgstr "~Gramática de"
#. LPb5d
#: cui/inc/strings.hrc:279
@@ -1558,31 +1555,29 @@ msgstr "Dixebráu silábicu en rexones especiales"
#. weKUF
#: cui/inc/strings.hrc:302
-#, fuzzy
msgctxt "RID_SVXSTR_JRE_NOT_RECOGNIZED"
msgid ""
"The folder you selected does not contain a Java runtime environment.\n"
"Please select a different folder."
msgstr ""
-"La carpeta seleicionada nun contién un entornu d'execución de Java.\n"
+"La carpeta seleicionada nun contien nengún entornu d'execución Java.\n"
"Seleiciona una carpeta diferente."
#. jFLdB
#: cui/inc/strings.hrc:303
-#, fuzzy
msgctxt "RID_SVXSTR_JRE_FAILED_VERSION"
msgid ""
"The Java runtime environment you selected is not the required version.\n"
"Please select a different folder."
msgstr ""
-"La versión del entornu d'execución de Java seleicionáu nun ye la requerida.\n"
+"L'entornu d'execución Java que seleicionasti nun ye la versión riquida.\n"
"Seleiciona una carpeta distinta."
#. 79uiz
#: cui/inc/strings.hrc:304
msgctxt "RID_SVXSTR_JAVA_START_PARAM"
msgid "Edit Parameter"
-msgstr ""
+msgstr "Editar el parámetru"
#. fsbAN
#: cui/inc/strings.hrc:306
@@ -1616,10 +1611,9 @@ msgstr "Introduz equí un nome pal bitmap esternu:"
#. SrS6X
#: cui/inc/strings.hrc:311
-#, fuzzy
msgctxt "RID_SVXSTR_DESC_NEW_PATTERN"
msgid "Please enter a name for the pattern:"
-msgstr "Introduz equí un nome pa la trama:"
+msgstr "Introduz equí un nome pal patrón:"
#. yD7AW
#: cui/inc/strings.hrc:312
@@ -1645,10 +1639,9 @@ msgstr "Introduz equí un nome pa la trama:"
#. rvyBi
#: cui/inc/strings.hrc:315
-#, fuzzy
msgctxt "RID_SVXSTR_CHANGE"
msgid "Modify"
-msgstr "_Camudar"
+msgstr "Camudar"
#. ZDhBm
#: cui/inc/strings.hrc:316
@@ -1688,10 +1681,9 @@ msgstr "Familia:"
#. 6uDkp
#: cui/inc/strings.hrc:322
-#, fuzzy
msgctxt "RID_SVXSTR_CHARNAME_FONT"
msgid "Font:"
-msgstr "Fonte"
+msgstr "Tipografía:"
#. KFXAV
#: cui/inc/strings.hrc:323
@@ -1701,10 +1693,9 @@ msgstr "Estilu:"
#. gDu75
#: cui/inc/strings.hrc:324
-#, fuzzy
msgctxt "RID_SVXSTR_CHARNAME_TYPEFACE"
msgid "Typeface:"
-msgstr "Tipu de lletra"
+msgstr "Familia tipográfica:"
#. Zr8Xa
#: cui/inc/strings.hrc:325
@@ -1788,20 +1779,20 @@ msgstr "Trocar los estilos personalizaos"
#: cui/inc/strings.hrc:338
msgctxt "RID_SVXSTR_BULLET"
msgid "Replace bullets with: %1"
-msgstr ""
+msgstr "Sustituir viñetes por: %1"
#. BvroE
#. To translators: %1 will be replaced with a percentage, e.g. "10%"
#: cui/inc/strings.hrc:340
msgctxt "RID_SVXSTR_RIGHT_MARGIN"
msgid "Combine single line paragraphs if length greater than %1"
-msgstr ""
+msgstr "Combinar párrafos de llinia única si'l llargor ye mayor del %1"
#. M9kNQ
#: cui/inc/strings.hrc:341
msgctxt "RID_SVXSTR_NUM"
msgid "Bulleted and numbered lists. Bullet symbol: %1"
-msgstr ""
+msgstr "Llistes numberaes y con viñetes. Símbolu de viñeta: %1"
#. BJVGT
#: cui/inc/strings.hrc:342
@@ -1847,53 +1838,51 @@ msgstr "Llinia de cota"
#. Mxt3D
#: cui/inc/strings.hrc:349
-#, fuzzy
msgctxt "RID_SVXSTR_STARTQUOTE"
msgid "Start Quote"
-msgstr "Comina d'a_pertura:"
+msgstr "Comines d'apertura"
#. o8nY6
#: cui/inc/strings.hrc:350
msgctxt "RID_SVXSTR_ENDQUOTE"
msgid "End Quote"
-msgstr ""
+msgstr "Comines finales"
#. Q2QAg
#: cui/inc/strings.hrc:352
-#, fuzzy
msgctxt "RID_SVXSTR_SELECTEDPERSONA"
msgid "Selected Theme: "
-msgstr "Seleicionar tema"
+msgstr "Tema seleicionáu: "
#. mvAvC
#: cui/inc/strings.hrc:353
msgctxt "RID_SVXSTR_SEARCHING"
msgid "Searching, please wait..."
-msgstr ""
+msgstr "Buscando; espera, por favor..."
#. DYi9o
#: cui/inc/strings.hrc:354
msgctxt "RID_SVXSTR_SEARCHERROR"
msgid "Cannot open %1, please try again later."
-msgstr ""
+msgstr "Nun ye posible abrir %1, tenta sero."
#. WJiET
#: cui/inc/strings.hrc:355
msgctxt "RID_SVXSTR_NORESULTS"
msgid "No results found."
-msgstr ""
+msgstr "Nun s'alcontró nengún resultáu."
#. ty3FS
#: cui/inc/strings.hrc:356
msgctxt "RID_SVXSTR_APPLYPERSONA"
msgid "Applying Theme..."
-msgstr ""
+msgstr "Aplicando tema..."
#. CR5F3
#: cui/inc/strings.hrc:357
msgctxt "RID_SVXSTR_INVALIDPERSONAURL"
msgid "Please enter a valid theme address or a search term."
-msgstr ""
+msgstr "Escribi una direición válida de tema o un términu de busca."
#. zvqUJ
#: cui/inc/strings.hrc:359
@@ -2032,14 +2021,13 @@ msgstr "Versión: %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX"
#: cui/inc/strings.hrc:385
msgctxt "aboutdialog|copyright"
msgid "Copyright © 2000–2020 LibreOffice contributors."
-msgstr ""
+msgstr "Copyright © 2000–2020 Collaboradores de LibreOffice."
#. GesDU
#: cui/inc/strings.hrc:386
-#, fuzzy
msgctxt "aboutdialog|link"
msgid "https://www.libreoffice.org/about-us/credits/"
-msgstr "http://www.libreoffice.org/about-us/credits/"
+msgstr "https://www.libreoffice.org/about-us/credits/"
#. XZmEs
#: cui/inc/strings.hrc:387
@@ -2069,31 +2057,31 @@ msgstr "%PRODUCTNAME deriva de LibreOffice, que ta basáu n'OpenOffice.org."
#: cui/inc/strings.hrc:391
msgctxt "aboutdialog|locale"
msgid "Locale: $LOCALE"
-msgstr ""
+msgstr "Configuración llocal: $LOCALE"
#. ixqfF
#: cui/inc/strings.hrc:392
msgctxt "aboutdialog|uilocale"
msgid "UI-Language: $LOCALE"
-msgstr ""
+msgstr "Llingua de la interfaz: $LOCALE"
#. GNEUy
#: cui/inc/strings.hrc:393
msgctxt "aboutdialog|releasenotes"
msgid "~Release Notes"
-msgstr ""
+msgstr "~Notes de publicación"
#. avCNq
#: cui/inc/strings.hrc:394
msgctxt "aboutdialog|website"
msgid "~Website"
-msgstr ""
+msgstr "Sitiu ~web"
#. cMFCV
#: cui/inc/strings.hrc:395
msgctxt "aboutdialog|credits"
msgid "Cre~dits"
-msgstr ""
+msgstr "Cré~ditos"
#. 3vXzF
#: cui/inc/strings.hrc:397
@@ -2123,7 +2111,7 @@ msgstr ""
#: cui/inc/tipoftheday.hrc:48
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to allow changes to parts of a read-only document in Writer? Insert frames or sections that can authorize changes."
-msgstr ""
+msgstr "¿Precises permitir cambios en partes d'un documentu de Writer protexíu escontra escritura? Inxerta marcos o seiciones que puedan autorizar cambios."
#. BDEBo
#. local help missing
@@ -2143,20 +2131,20 @@ msgstr ""
#: cui/inc/tipoftheday.hrc:51
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writing a book? %PRODUCTNAME master document lets you manage large documents as a container for individual %PRODUCTNAME Writer files."
-msgstr ""
+msgstr "¿Tas escribiendo un llibru? El documentu maestru de %PRODUCTNAME te permite xestionar documentos grandes como contenedor de ficheros individuales de Writer de %PRODUCTNAME."
#. ZZtD5
#. local help missing
#: cui/inc/tipoftheday.hrc:52
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create editable Hybrid PDFs with %PRODUCTNAME."
-msgstr ""
+msgstr "Crear PDF híbridos editables con %PRODUCTNAME."
#. LBkjN
#: cui/inc/tipoftheday.hrc:53
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Explore the ten different functions in the status bar (at the bottom of the document window). Place the cursor over each field for an explanation. If not visible, use View ▸ Status Bar."
-msgstr ""
+msgstr "Esplora les diez funciones estremaes na barra d'estáu (na parte baxera de la ventana del documentu). Pon el punteru sobre cada campu pa obtener una esplicación. Si nun se ve, vete a Ver ▸ Barra d'estáu."
#. 7JRpP
#: cui/inc/tipoftheday.hrc:54
@@ -3477,17 +3465,17 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
-#. voTvB
+#. EabEN
#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "New versions of %PRODUCTNAME do not only bring new features and bug fixes. They also include security patches. Stay safe, and keep yourself updated!"
+msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
-msgstr ""
+msgstr "¿Quies desarrollar peñeres XSLT y XML nueves?"
#. hsZPg
#: cui/inc/tipoftheday.hrc:272
@@ -3540,7 +3528,6 @@ msgstr "%PRODUCTNAME"
#. CaEWP
#: cui/inc/treeopt.hrc:35
-#, fuzzy
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "User Data"
msgstr "Datos d'usuariu"
@@ -3565,17 +3552,15 @@ msgstr "Imprentar"
#. zuF6E
#: cui/inc/treeopt.hrc:39
-#, fuzzy
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Paths"
-msgstr "Camín"
+msgstr "Caminos"
#. cSVdD
#: cui/inc/treeopt.hrc:40
-#, fuzzy
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Fonts"
-msgstr "Fonte"
+msgstr "Tipografíes"
#. XnLRt
#: cui/inc/treeopt.hrc:41
@@ -3585,7 +3570,6 @@ msgstr "Seguridá"
#. ZhEG3
#: cui/inc/treeopt.hrc:42
-#, fuzzy
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Personalization"
msgstr "Personalización"
@@ -3598,7 +3582,6 @@ msgstr ""
#. hh7Mg
#: cui/inc/treeopt.hrc:44
-#, fuzzy
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Accessibility"
msgstr "Accesibilidá"
@@ -3641,17 +3624,15 @@ msgstr "Llingües"
#. HEzGc
#: cui/inc/treeopt.hrc:55
-#, fuzzy
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Writing Aids"
msgstr "Ayudes a la escritura"
#. DLJAB
#: cui/inc/treeopt.hrc:56
-#, fuzzy
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Searching in Japanese"
-msgstr "Guetando en xaponés"
+msgstr "Guetar en xaponés"
#. dkSs5
#: cui/inc/treeopt.hrc:57
@@ -3661,7 +3642,6 @@ msgstr "Diseñu asiáticu"
#. VsApk
#: cui/inc/treeopt.hrc:58
-#, fuzzy
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Complex Text Layout"
msgstr "Disposición de testu complexu"
@@ -3674,7 +3654,6 @@ msgstr "Internet"
#. QJNEE
#: cui/inc/treeopt.hrc:64
-#, fuzzy
msgctxt "SID_INET_DLG_RES"
msgid "Proxy"
msgstr "Proxy"
@@ -3687,10 +3666,9 @@ msgstr "Corréu"
#. 4Cajf
#: cui/inc/treeopt.hrc:70
-#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Writer"
-msgstr "Fallu de %PRODUCTNAME"
+msgstr "Writer de %PRODUCTNAME"
#. CtZCN
#: cui/inc/treeopt.hrc:71
@@ -3706,10 +3684,9 @@ msgstr "Ver"
#. MxbiL
#: cui/inc/treeopt.hrc:73
-#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Formatting Aids"
-msgstr "Ayuda al formatéu"
+msgstr "Ayudes al formatu"
#. V3usW
#: cui/inc/treeopt.hrc:74
@@ -3719,24 +3696,21 @@ msgstr "Rexáu"
#. Cc2Ka
#: cui/inc/treeopt.hrc:75
-#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (Western)"
-msgstr "Tipos de lletra básicos (occidentales)"
+msgstr "Tipografíes básiques (occidentales)"
#. TDUti
#: cui/inc/treeopt.hrc:76
-#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (Asian)"
-msgstr "Tipos de lletra básicos (asiáticos)"
+msgstr "Tipografíes básiques (asiátiques)"
#. nfHR8
#: cui/inc/treeopt.hrc:77
-#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (CTL)"
-msgstr "Tipos de lletra básicos (disposición complexa CTL)"
+msgstr "Tipografíes básiques (CTL)"
#. 38A6E
#: cui/inc/treeopt.hrc:78
@@ -3758,10 +3732,9 @@ msgstr "Cambeos"
#. 3DyC7
#: cui/inc/treeopt.hrc:81
-#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Comparison"
-msgstr "Comparación"
+msgstr "Comparancia"
#. AtMGC
#: cui/inc/treeopt.hrc:82
@@ -3771,10 +3744,9 @@ msgstr "Compatibilidá"
#. byMJP
#: cui/inc/treeopt.hrc:83
-#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "AutoCaption"
-msgstr "Lleenda automática"
+msgstr "Pie automáticu"
#. aGnq6
#: cui/inc/treeopt.hrc:84
@@ -3784,10 +3756,9 @@ msgstr ""
#. trEVm
#: cui/inc/treeopt.hrc:89
-#, fuzzy
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "%PRODUCTNAME Writer/Web"
-msgstr "Fallu de %PRODUCTNAME"
+msgstr "Writer/Web de %PRODUCTNAME"
#. BZ7BG
#: cui/inc/treeopt.hrc:90
@@ -3797,10 +3768,9 @@ msgstr "Ver"
#. 3q8qM
#: cui/inc/treeopt.hrc:91
-#, fuzzy
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Formatting Aids"
-msgstr "Ayuda al formatéu"
+msgstr "Ayudes al formatu"
#. 9fj7Y
#: cui/inc/treeopt.hrc:92
@@ -3830,7 +3800,7 @@ msgstr "Fondu"
#: cui/inc/treeopt.hrc:100
msgctxt "SID_SM_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Math"
-msgstr "%PRODUCTNAME Math"
+msgstr "Math de %PRODUCTNAME"
#. rFHDF
#: cui/inc/treeopt.hrc:101
@@ -3842,7 +3812,7 @@ msgstr "Axustes"
#: cui/inc/treeopt.hrc:106
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Calc"
-msgstr "%PRODUCTNAME Calc"
+msgstr "Calc de %PRODUCTNAME"
#. xe2ry
#: cui/inc/treeopt.hrc:107
@@ -3852,10 +3822,9 @@ msgstr "Xeneral"
#. xE8RH
#: cui/inc/treeopt.hrc:108
-#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Defaults"
-msgstr "Predetermináu"
+msgstr "Predeterminaos"
#. ufTM2
#: cui/inc/treeopt.hrc:109
@@ -3865,7 +3834,6 @@ msgstr "Ver"
#. QMCfy
#: cui/inc/treeopt.hrc:110
-#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Calculate"
msgstr "Calcular"
@@ -3878,10 +3846,9 @@ msgstr "Fórmula"
#. HUUQP
#: cui/inc/treeopt.hrc:112
-#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Sort Lists"
-msgstr "Llistes de fontes"
+msgstr "Llistes d'ordenación"
#. bostB
#: cui/inc/treeopt.hrc:113
@@ -3909,10 +3876,9 @@ msgstr "Imprentar"
#. EeKzo
#: cui/inc/treeopt.hrc:121
-#, fuzzy
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Impress"
-msgstr "Macros de %PRODUCTNAME"
+msgstr "Impress de %PRODUCTNAME"
#. GxFDj
#: cui/inc/treeopt.hrc:122
@@ -3940,10 +3906,9 @@ msgstr "Imprentar"
#. wZWAL
#: cui/inc/treeopt.hrc:130
-#, fuzzy
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "%PRODUCTNAME Draw"
-msgstr "Fallu de %PRODUCTNAME"
+msgstr "Draw de %PRODUCTNAME"
#. B9gGf
#: cui/inc/treeopt.hrc:131
@@ -3971,21 +3936,18 @@ msgstr "Imprentar"
#. BECZi
#: cui/inc/treeopt.hrc:139
-#, fuzzy
msgctxt "SID_SCH_EDITOPTIONS_RES"
msgid "Charts"
-msgstr "Gráficos"
+msgstr "Gráfiques"
#. XAhzo
#: cui/inc/treeopt.hrc:140
-#, fuzzy
msgctxt "SID_SCH_EDITOPTIONS_RES"
msgid "Default Colors"
msgstr "Colores predeterminaos"
#. oUBac
#: cui/inc/treeopt.hrc:145
-#, fuzzy
msgctxt "SID_FILTER_DLG_RES"
msgid "Load/Save"
msgstr "Cargar/Guardar"
@@ -3998,10 +3960,9 @@ msgstr "Xeneral"
#. 9aX4K
#: cui/inc/treeopt.hrc:147
-#, fuzzy
msgctxt "SID_FILTER_DLG_RES"
msgid "VBA Properties"
-msgstr "Propiedaes de VBA"
+msgstr "Propiedaes VBA"
#. oAGDd
#: cui/inc/treeopt.hrc:148
@@ -4011,28 +3972,24 @@ msgstr "Microsoft Office"
#. UtTyJ
#: cui/inc/treeopt.hrc:149
-#, fuzzy
msgctxt "SID_FILTER_DLG_RES"
msgid "HTML Compatibility"
msgstr "Compatibilidá HTML"
#. Qysp7
#: cui/inc/treeopt.hrc:154
-#, fuzzy
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "%PRODUCTNAME Base"
-msgstr "Macros de %PRODUCTNAME"
+msgstr "Base de %PRODUCTNAME"
#. 78XBF
#: cui/inc/treeopt.hrc:155
-#, fuzzy
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "Connections"
msgstr "Conexones"
#. 54yat
#: cui/inc/treeopt.hrc:156
-#, fuzzy
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "Databases"
msgstr "Bases de datos"
@@ -4129,31 +4086,30 @@ msgstr "Reafitar"
#. EhpWF
#: cui/uiconfig/ui/aboutconfigdialog.ui:149
-#, fuzzy
msgctxt "aboutconfigdialog|searchButton"
msgid "_Search"
-msgstr "Guetar"
+msgstr "_Guetar"
#. BMohC
-#: cui/uiconfig/ui/aboutconfigdialog.ui:195
+#: cui/uiconfig/ui/aboutconfigdialog.ui:196
msgctxt "aboutconfigdialog|preference"
msgid "Preference Name"
msgstr "Nome de la preferencia"
#. PiV9t
-#: cui/uiconfig/ui/aboutconfigdialog.ui:214
+#: cui/uiconfig/ui/aboutconfigdialog.ui:216
msgctxt "aboutconfigdialog|property"
msgid "Property"
msgstr "Propiedá"
#. g6RFE
-#: cui/uiconfig/ui/aboutconfigdialog.ui:227
+#: cui/uiconfig/ui/aboutconfigdialog.ui:230
msgctxt "aboutconfigdialog|type"
msgid "Type"
msgstr "Triba"
#. BYBgx
-#: cui/uiconfig/ui/aboutconfigdialog.ui:240
+#: cui/uiconfig/ui/aboutconfigdialog.ui:244
msgctxt "aboutconfigdialog|value"
msgid "Value"
msgstr "Valor"
@@ -4190,10 +4146,9 @@ msgstr ""
#. MP3WF
#: cui/uiconfig/ui/accelconfigpage.ui:132
-#, fuzzy
msgctxt "accelconfigpage|label21"
msgid "Shortcu_t Keys"
-msgstr "Combinación de tecles"
+msgstr "A_tayos de tecláu"
#. rEN3b
#: cui/uiconfig/ui/accelconfigpage.ui:158
@@ -4239,7 +4194,6 @@ msgstr "_Categoría"
#. xfWzA
#: cui/uiconfig/ui/accelconfigpage.ui:359
-#, fuzzy
msgctxt "accelconfigpage|label24"
msgid "_Function"
msgstr "_Función"
@@ -4252,10 +4206,9 @@ msgstr ""
#. CqdJF
#: cui/uiconfig/ui/accelconfigpage.ui:522
-#, fuzzy
msgctxt "accelconfigpage|label22"
msgid "F_unctions"
-msgstr "Funciones"
+msgstr "F_unciones"
#. vanfV
#: cui/uiconfig/ui/acorexceptpage.ui:65
@@ -4283,7 +4236,6 @@ msgstr "Desaniciar abreviatures"
#. VoLnB
#: cui/uiconfig/ui/acorexceptpage.ui:197
-#, fuzzy
msgctxt "acorexceptpage|label1"
msgid "Abbreviations (no Subsequent Capital)"
msgstr "Abreviatures (a les que nun siguen mayúscules)"
@@ -4356,10 +4308,9 @@ msgstr ""
#. 6FVBe
#: cui/uiconfig/ui/agingdialog.ui:182
-#, fuzzy
msgctxt "agingdialog|label1"
msgid "Parameters"
-msgstr "Parámetru"
+msgstr "Parámetros"
#. nxZTH
#: cui/uiconfig/ui/applyautofmtpage.ui:47
@@ -4459,7 +4410,6 @@ msgstr "Predetermináu"
#. VBKmS
#: cui/uiconfig/ui/applylocalizedpage.ui:372
-#, fuzzy
msgctxt "applylocalizedpage|label1"
msgid "Single Quotes"
msgstr "Comines simples"
@@ -4520,7 +4470,6 @@ msgstr "Predetermináu"
#. BDqUY
#: cui/uiconfig/ui/applylocalizedpage.ui:557
-#, fuzzy
msgctxt "applylocalizedpage|label10"
msgid "Double Quotes"
msgstr "Comines dobles"
@@ -4581,10 +4530,9 @@ msgstr "Color"
#. zXDcA
#: cui/uiconfig/ui/areatabpage.ui:72
-#, fuzzy
msgctxt "areatabpage|btngradient"
msgid "Gradient"
-msgstr "_Gradiente"
+msgstr "Gradiente"
#. MDHs7
#: cui/uiconfig/ui/areatabpage.ui:85
@@ -4600,10 +4548,9 @@ msgstr "Patrón"
#. 5y6vj
#: cui/uiconfig/ui/areatabpage.ui:111
-#, fuzzy
msgctxt "areatabpage|btnhatch"
msgid "Hatch"
-msgstr "Observador"
+msgstr "Trama"
#. GSXcM
#: cui/uiconfig/ui/asiantypography.ui:25
@@ -4625,21 +4572,18 @@ msgstr ""
#. Xr8Ls
#: cui/uiconfig/ui/asiantypography.ui:82
-#, fuzzy
msgctxt "asiantypography|labelLineChange"
msgid "Line Change"
msgstr "Cambéu de filera"
#. yjBU4
#: cui/uiconfig/ui/assigncomponentdialog.ui:10
-#, fuzzy
msgctxt "assigncomponentdialog|AssignComponent"
msgid "Assign Component"
-msgstr "Asignar componente"
+msgstr "Asinar componente"
#. EAbGN
#: cui/uiconfig/ui/assigncomponentdialog.ui:95
-#, fuzzy
msgctxt "assigncomponentdialog|label1"
msgid "Component method name:"
msgstr "Nome del métodu del componente"
@@ -4700,35 +4644,30 @@ msgstr "Etiquetes intelixentes"
#. C46DC
#: cui/uiconfig/ui/baselinksdialog.ui:22
-#, fuzzy
msgctxt "baselinksdialog|BaseLinksDialog"
msgid "Edit Links"
msgstr "Editar enllaces"
#. siGFm
#: cui/uiconfig/ui/baselinksdialog.ui:56
-#, fuzzy
msgctxt "baselinksdialog|CHANGE_SOURCE"
msgid "_Modify..."
-msgstr "Camudar..."
+msgstr "Ca_mudar..."
#. RDZHa
#: cui/uiconfig/ui/baselinksdialog.ui:70
-#, fuzzy
msgctxt "baselinksdialog|BREAK_LINK"
msgid "_Break Link"
-msgstr "~Desenllazar"
+msgstr "_Desenllazar"
#. SEEGs
#: cui/uiconfig/ui/baselinksdialog.ui:84
-#, fuzzy
msgctxt "baselinksdialog|UPDATE_NOW"
msgid "_Update"
-msgstr "Anovar"
+msgstr "Act_ualizar"
#. A6Mz4
#: cui/uiconfig/ui/baselinksdialog.ui:159
-#, fuzzy
msgctxt "baselinksdialog|FILES"
msgid "Source file"
msgstr "Ficheru fonte"
@@ -4753,14 +4692,12 @@ msgstr "Estáu"
#. VUouK
#: cui/uiconfig/ui/baselinksdialog.ui:234
-#, fuzzy
msgctxt "baselinksdialog|FILES2"
msgid "Source file"
msgstr "Ficheru fonte"
#. ZukQV
#: cui/uiconfig/ui/baselinksdialog.ui:248
-#, fuzzy
msgctxt "baselinksdialog|SOURCE2"
msgid "Element:"
msgstr "Elementu:"
@@ -4773,10 +4710,9 @@ msgstr "Triba:"
#. BPXPn
#: cui/uiconfig/ui/baselinksdialog.ui:272
-#, fuzzy
msgctxt "baselinksdialog|UPDATE"
msgid "Update:"
-msgstr "Anovamientu:"
+msgstr "Anovar:"
#. NpTPK
#: cui/uiconfig/ui/baselinksdialog.ui:337
@@ -4786,10 +4722,9 @@ msgstr "_Automáticu"
#. GzGG5
#: cui/uiconfig/ui/baselinksdialog.ui:353
-#, fuzzy
msgctxt "baselinksdialog|MANUAL"
msgid "Ma_nual"
-msgstr "Manual"
+msgstr "Ma_nual"
#. D264D
#: cui/uiconfig/ui/bitmaptabpage.ui:66
@@ -4847,24 +4782,21 @@ msgstr "Altor:"
#. D7XC6
#: cui/uiconfig/ui/bitmaptabpage.ui:264
-#, fuzzy
msgctxt "bitmaptabpage|scaletsb"
msgid "Scale"
-msgstr "Escalar"
+msgstr "Escala"
#. r9QEy
#: cui/uiconfig/ui/bitmaptabpage.ui:295
-#, fuzzy
msgctxt "bitmaptabpage|label7"
msgid "Position:"
-msgstr "Allugamientu"
+msgstr "Posición:"
#. qqHXj
#: cui/uiconfig/ui/bitmaptabpage.ui:311
-#, fuzzy
msgctxt "bitmaptabpage|positionlb"
msgid "Top Left"
-msgstr "A la izquierda"
+msgstr "Superior izquierda"
#. SuAZu
#: cui/uiconfig/ui/bitmaptabpage.ui:312
@@ -4874,10 +4806,9 @@ msgstr ""
#. CiwFK
#: cui/uiconfig/ui/bitmaptabpage.ui:313
-#, fuzzy
msgctxt "bitmaptabpage|positionlb"
msgid "Top Right"
-msgstr "A la drecha"
+msgstr "Superior derecha"
#. gB3qr
#: cui/uiconfig/ui/bitmaptabpage.ui:314
@@ -4887,24 +4818,21 @@ msgstr ""
#. 6nG4k
#: cui/uiconfig/ui/bitmaptabpage.ui:315
-#, fuzzy
msgctxt "bitmaptabpage|positionlb"
msgid "Center"
-msgstr "Mediu"
+msgstr "Centru"
#. 5uwBi
#: cui/uiconfig/ui/bitmaptabpage.ui:316
-#, fuzzy
msgctxt "bitmaptabpage|positionlb"
msgid "Center Right"
-msgstr "Anubrir pa la drecha"
+msgstr "Centru derecha"
#. 9bWMT
#: cui/uiconfig/ui/bitmaptabpage.ui:317
-#, fuzzy
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Left"
-msgstr "¿Abaxo a la izquierda?"
+msgstr "Inferior izquierda"
#. BFD9u
#: cui/uiconfig/ui/bitmaptabpage.ui:318
@@ -4914,10 +4842,9 @@ msgstr ""
#. TGk6s
#: cui/uiconfig/ui/bitmaptabpage.ui:319
-#, fuzzy
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Right"
-msgstr "¿Abaxo a la drecha?"
+msgstr "Inferior derecha"
#. s3kat
#: cui/uiconfig/ui/bitmaptabpage.ui:345
@@ -4975,17 +4902,15 @@ msgstr "Entever"
#. AYRA3
#: cui/uiconfig/ui/borderareatransparencydialog.ui:8
-#, fuzzy
msgctxt "borderareatransparencydialog|BorderAreaTransparencyDialog"
msgid "Border / Background"
-msgstr "Borde y fondu..."
+msgstr "Berbesu / fondu"
#. ogcAy
#: cui/uiconfig/ui/borderareatransparencydialog.ui:108
-#, fuzzy
msgctxt "borderareatransparencydialog|borders"
msgid "Borders"
-msgstr "Berbesu"
+msgstr "Berbesos"
#. nDGCh
#: cui/uiconfig/ui/borderareatransparencydialog.ui:130
@@ -5001,17 +4926,15 @@ msgstr "Tresparencia"
#. kvArx
#: cui/uiconfig/ui/borderbackgrounddialog.ui:8
-#, fuzzy
msgctxt "borderbackgrounddialog|BorderBackgroundDialog"
msgid "Border / Background"
-msgstr "Borde y fondu..."
+msgstr "Berbesu / fondu"
#. gVV2M
#: cui/uiconfig/ui/borderbackgrounddialog.ui:112
-#, fuzzy
msgctxt "borderbackgrounddialog|borders"
msgid "Borders"
-msgstr "Berbesu"
+msgstr "Berbesos"
#. Wamfp
#: cui/uiconfig/ui/borderbackgrounddialog.ui:134
@@ -5021,10 +4944,9 @@ msgstr "Fondu"
#. 8B7Rg
#: cui/uiconfig/ui/borderpage.ui:92
-#, fuzzy
msgctxt "borderpage|userdefft"
msgid "_User-defined:"
-msgstr "Definíu pol _usuariu"
+msgstr "Definíu pol _usuariu:"
#. sRXeg
#: cui/uiconfig/ui/borderpage.ui:108
@@ -5046,17 +4968,15 @@ msgstr ""
#. 2PwAL
#: cui/uiconfig/ui/borderpage.ui:171
-#, fuzzy
msgctxt "borderpage|label8"
msgid "Line Arrangement"
msgstr "Disposición de llinies"
#. GwAqX
#: cui/uiconfig/ui/borderpage.ui:205
-#, fuzzy
msgctxt "borderpage|label15"
msgid "St_yle:"
-msgstr "Est_ilu"
+msgstr "Est_ilu:"
#. 8UGAB
#: cui/uiconfig/ui/borderpage.ui:219
@@ -5066,10 +4986,9 @@ msgstr "_Anchor:"
#. Dweon
#: cui/uiconfig/ui/borderpage.ui:233
-#, fuzzy
msgctxt "borderpage|label17"
msgid "_Color:"
-msgstr "_Color"
+msgstr "_Color:"
#. uwByw
#: cui/uiconfig/ui/borderpage.ui:300
@@ -5079,10 +4998,9 @@ msgstr "Llinia"
#. VeC3F
#: cui/uiconfig/ui/borderpage.ui:388
-#, fuzzy
msgctxt "borderpage|leftft"
msgid "_Left:"
-msgstr "Izquierda:"
+msgstr "I_zquierda:"
#. nULKu
#: cui/uiconfig/ui/borderpage.ui:402
@@ -5092,17 +5010,15 @@ msgstr "Drecha:"
#. aFSka
#: cui/uiconfig/ui/borderpage.ui:416
-#, fuzzy
msgctxt "borderpage|topft"
msgid "_Top:"
-msgstr "Arriba:"
+msgstr "_Arriba:"
#. fRE8t
#: cui/uiconfig/ui/borderpage.ui:430
-#, fuzzy
msgctxt "borderpage|bottomft"
msgid "_Bottom:"
-msgstr "Abaxo:"
+msgstr "A_baxo:"
#. M8CGp
#: cui/uiconfig/ui/borderpage.ui:442
@@ -5118,28 +5034,24 @@ msgstr "Separtación"
#. 76zLX
#: cui/uiconfig/ui/borderpage.ui:523
-#, fuzzy
msgctxt "borderpage|label22"
msgid "_Position:"
-msgstr "_Posición"
+msgstr "_Posición:"
#. C7T8B
#: cui/uiconfig/ui/borderpage.ui:537
-#, fuzzy
msgctxt "borderpage|distanceft"
msgid "Distan_ce:"
-msgstr "Distan_cia"
+msgstr "Distan_cia:"
#. gEF6E
#: cui/uiconfig/ui/borderpage.ui:565
-#, fuzzy
msgctxt "borderpage|shadowcolorft"
msgid "C_olor:"
-msgstr "C_olor"
+msgstr "C_olor:"
#. RsGNr
#: cui/uiconfig/ui/borderpage.ui:600
-#, fuzzy
msgctxt "borderpage|label11"
msgid "Shadow Style"
msgstr "Estilu de solombra"
@@ -5170,24 +5082,21 @@ msgstr "Dixebráu silábicu"
#. 8Fp43
#: cui/uiconfig/ui/breaknumberoption.ui:103
-#, fuzzy
msgctxt "breaknumberoption|beforelabel"
msgid "Characters Before Break"
msgstr "Caráuteres antes del saltu"
#. p6cfZ
#: cui/uiconfig/ui/breaknumberoption.ui:142
-#, fuzzy
msgctxt "breaknumberoption|afterlabel"
msgid "Characters After Break"
msgstr "Caráuteres dempués del saltu"
#. sAo4B
#: cui/uiconfig/ui/breaknumberoption.ui:181
-#, fuzzy
msgctxt "breaknumberoption|minimallabel"
msgid "Minimal Word Length"
-msgstr "Llonxitú mínima de la pallabra"
+msgstr "Tamañu mínimu de palabra"
#. YEcBM
#: cui/uiconfig/ui/bulletandposition.ui:44
@@ -5413,10 +5322,9 @@ msgstr "Llamada"
#. cAZqx
#: cui/uiconfig/ui/calloutpage.ui:59
-#, fuzzy
msgctxt "calloutpage|label2"
msgid "_Extension:"
-msgstr "Estensión"
+msgstr "_Estensión:"
#. vfBPx
#: cui/uiconfig/ui/calloutpage.ui:74
@@ -5432,24 +5340,21 @@ msgstr "Dende enriba"
#. CQsFs
#: cui/uiconfig/ui/calloutpage.ui:76
-#, fuzzy
msgctxt "calloutpage|liststore1"
msgid "From left"
-msgstr "Dende la esquierda"
+msgstr "Dende la izquierda"
#. ZjSVS
#: cui/uiconfig/ui/calloutpage.ui:77
-#, fuzzy
msgctxt "calloutpage|liststore1"
msgid "Horizontal"
-msgstr "Hori_zontal"
+msgstr "Horizontal"
#. bzD84
#: cui/uiconfig/ui/calloutpage.ui:78
-#, fuzzy
msgctxt "calloutpage|liststore1"
msgid "Vertical"
-msgstr "_Vertical"
+msgstr "Vertical"
#. SFvEw
#: cui/uiconfig/ui/calloutpage.ui:115
@@ -5459,24 +5364,21 @@ msgstr "_Llonxitú:"
#. Yb2kZ
#: cui/uiconfig/ui/calloutpage.ui:133
-#, fuzzy
msgctxt "calloutpage|optimal"
msgid "_Optimal"
-msgstr "Óptimu"
+msgstr "_Óptimu"
#. dD3os
#: cui/uiconfig/ui/calloutpage.ui:156
-#, fuzzy
msgctxt "calloutpage|positionft"
msgid "_Position:"
-msgstr "_Posición"
+msgstr "_Posición:"
#. EXWoL
#: cui/uiconfig/ui/calloutpage.ui:170
-#, fuzzy
msgctxt "calloutpage|byft"
msgid "_By:"
-msgstr "p_or"
+msgstr "_Por:"
#. R7VbC
#: cui/uiconfig/ui/calloutpage.ui:185
@@ -5540,17 +5442,15 @@ msgstr ""
#. vQp3A
#: cui/uiconfig/ui/cellalignment.ui:50
-#, fuzzy
msgctxt "cellalignment|labelDegrees"
msgid "_Degrees:"
-msgstr "_Graos"
+msgstr "_Graos:"
#. La2Pc
#: cui/uiconfig/ui/cellalignment.ui:64
-#, fuzzy
msgctxt "cellalignment|labelRefEdge"
msgid "_Reference edge:"
-msgstr "Llende de _referencia"
+msgstr "Llende de _referencia:"
#. Gwudo
#: cui/uiconfig/ui/cellalignment.ui:128
@@ -5566,7 +5466,6 @@ msgstr "Mou de diseñu _asiáticu"
#. Kh9JE
#: cui/uiconfig/ui/cellalignment.ui:189
-#, fuzzy
msgctxt "cellalignment|labelTextOrient"
msgid "Text Orientation"
msgstr "Orientación del testu"
@@ -5591,10 +5490,9 @@ msgstr "División de pallabres _activa"
#. pQLTe
#: cui/uiconfig/ui/cellalignment.ui:281
-#, fuzzy
msgctxt "cellalignment|LabelTxtDir"
msgid "Te_xt direction:"
-msgstr "Direición del te_stu"
+msgstr "Direición del te_stu:"
#. jDFtf
#: cui/uiconfig/ui/cellalignment.ui:317
@@ -5700,10 +5598,9 @@ msgstr "Distribuíu"
#. FT9GJ
#: cui/uiconfig/ui/cellalignment.ui:452
-#, fuzzy
msgctxt "cellalignment|LabelTextAlig"
msgid "Text Alignment"
-msgstr "Alliniación de testu"
+msgstr "Alliniación del testu"
#. CDKBz
#: cui/uiconfig/ui/cellalignment.ui:472
@@ -5743,17 +5640,15 @@ msgstr ""
#. GFGjC
#: cui/uiconfig/ui/certdialog.ui:137
-#, fuzzy
msgctxt "certdialog|label2"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures:"
-msgstr "Seleiciona'l direutoriu del certificáu Network Security Services pa usar pa les robles dixitales."
+msgstr "Seleiciona o amiesta'l direutoriu correutu de certificáu Network Security Services pa usar pa les robles dixitales:"
#. BbEyB
#: cui/uiconfig/ui/certdialog.ui:160
-#, fuzzy
msgctxt "certdialog|manual"
msgid "manual"
-msgstr "Manual"
+msgstr "manual"
#. zWhfK
#: cui/uiconfig/ui/certdialog.ui:171
@@ -5769,10 +5664,9 @@ msgstr ""
#. YBT5H
#: cui/uiconfig/ui/certdialog.ui:236
-#, fuzzy
msgctxt "certdialog|dir"
msgid "Directory"
-msgstr "Direutor"
+msgstr "Direutoriu"
#. Bt5Lw
#: cui/uiconfig/ui/certdialog.ui:261
@@ -5782,17 +5676,15 @@ msgstr "Camín del certificáu"
#. YcKtn
#: cui/uiconfig/ui/charnamepage.ui:359
-#, fuzzy
msgctxt "charnamepage|westsizeft-nocjk"
msgid "Size:"
-msgstr "Tamañu"
+msgstr "Tamañu:"
#. WQxtG
#: cui/uiconfig/ui/charnamepage.ui:385
-#, fuzzy
msgctxt "charnamepage|westlangft-nocjk"
msgid "Language:"
-msgstr "_Llingua:"
+msgstr "Llingua:"
#. NgZJ9
#: cui/uiconfig/ui/charnamepage.ui:434
@@ -5802,17 +5694,15 @@ msgstr ""
#. nKfjE
#: cui/uiconfig/ui/charnamepage.ui:513
-#, fuzzy
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
-msgstr "Tamañu"
+msgstr "Tamañu:"
#. jJc8T
#: cui/uiconfig/ui/charnamepage.ui:527
-#, fuzzy
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
-msgstr "_Llingua:"
+msgstr "Llingua:"
#. qpSnT
#: cui/uiconfig/ui/charnamepage.ui:634
@@ -5822,24 +5712,21 @@ msgstr ""
#. LYK4e
#: cui/uiconfig/ui/charnamepage.ui:660
-#, fuzzy
msgctxt "charnamepage|label4"
msgid "Western Text Font"
-msgstr "Fonte de testu occidental"
+msgstr "Tipografía de testu occidental"
#. q4WZB
#: cui/uiconfig/ui/charnamepage.ui:725
-#, fuzzy
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
-msgstr "Tamañu"
+msgstr "Tamañu:"
#. 6MVEP
#: cui/uiconfig/ui/charnamepage.ui:739
-#, fuzzy
msgctxt "charnamepage|eastlangft"
msgid "Language:"
-msgstr "_Llingua:"
+msgstr "Llingua:"
#. 5uQYn
#: cui/uiconfig/ui/charnamepage.ui:844
@@ -5849,24 +5736,21 @@ msgstr ""
#. vAo4E
#: cui/uiconfig/ui/charnamepage.ui:870
-#, fuzzy
msgctxt "charnamepage|label5"
msgid "Asian Text Font"
-msgstr "Fonte de testu asiática"
+msgstr "Tipografía de testu asiática"
#. FSm5y
#: cui/uiconfig/ui/charnamepage.ui:935
-#, fuzzy
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
-msgstr "Tamañu"
+msgstr "Tamañu:"
#. j6bmf
#: cui/uiconfig/ui/charnamepage.ui:949
-#, fuzzy
msgctxt "charnamepage|ctllangft"
msgid "Language:"
-msgstr "_Llingua:"
+msgstr "Llingua:"
#. Nobqa
#: cui/uiconfig/ui/charnamepage.ui:1055
@@ -5876,10 +5760,9 @@ msgstr ""
#. C8hPj
#: cui/uiconfig/ui/charnamepage.ui:1081
-#, fuzzy
msgctxt "charnamepage|label6"
msgid "CTL Font"
-msgstr "Fonte CTL"
+msgstr "Tipografía CTL"
#. RyyME
#: cui/uiconfig/ui/charnamepage.ui:1119
@@ -6231,10 +6114,9 @@ msgstr "Solombres"
#. ZFBK2
#: cui/uiconfig/ui/colorpage.ui:82
-#, fuzzy
msgctxt "colorpage|label21"
msgid "Palette:"
-msgstr "Paletes"
+msgstr "Paleta:"
#. fKSac
#: cui/uiconfig/ui/colorpage.ui:122
@@ -6256,10 +6138,9 @@ msgstr "CMYK"
#. wnZGh
#: cui/uiconfig/ui/colorpage.ui:205
-#, fuzzy
msgctxt "colorpage|delete"
msgid "Delete"
-msgstr "_Desaniciar"
+msgstr "Desaniciar"
#. m2Qm7
#: cui/uiconfig/ui/colorpage.ui:220
@@ -6269,10 +6150,9 @@ msgstr ""
#. 5jjvt
#: cui/uiconfig/ui/colorpage.ui:286
-#, fuzzy
msgctxt "colorpage|label1"
msgid "Colors"
-msgstr "Color"
+msgstr "Colores"
#. CvMfT
#: cui/uiconfig/ui/colorpage.ui:345
@@ -6330,7 +6210,6 @@ msgstr "_M"
#. VnCYq
#: cui/uiconfig/ui/colorpage.ui:605
-#, fuzzy
msgctxt "colorpage|label5"
msgid "Active"
msgstr "Activu"
@@ -6409,17 +6288,15 @@ msgstr "_Y"
#. WPVmD
#: cui/uiconfig/ui/colorpage.ui:923
-#, fuzzy
msgctxt "colorpage|edit"
msgid "Pick"
-msgstr "Rosa"
+msgstr "Escoyer"
#. DpUCG
#: cui/uiconfig/ui/colorpage.ui:946
-#, fuzzy
msgctxt "colorpage|label6"
msgid "New"
-msgstr "_Nuevu"
+msgstr "Nuevu"
#. MnQ4Q
#: cui/uiconfig/ui/colorpickerdialog.ui:60
@@ -6471,14 +6348,12 @@ msgstr "_Saturación:"
#. NXs9w
#: cui/uiconfig/ui/colorpickerdialog.ui:471
-#, fuzzy
msgctxt "colorpickerdialog|brightRadiobutton"
msgid "Bright_ness:"
-msgstr "Rellumu"
+msgstr "Brill_u:"
#. B7RjF
#: cui/uiconfig/ui/colorpickerdialog.ui:532
-#, fuzzy
msgctxt "colorpickerdialog|label3"
msgid "HSB"
msgstr "HSB"
@@ -6497,10 +6372,9 @@ msgstr "_Maxenta:"
#. Uv2KG
#: cui/uiconfig/ui/colorpickerdialog.ui:602
-#, fuzzy
msgctxt "colorpickerdialog|label7"
msgid "_Yellow:"
-msgstr "Mariellu"
+msgstr "_Mariellu:"
#. aFvbe
#: cui/uiconfig/ui/colorpickerdialog.ui:617
@@ -6564,59 +6438,51 @@ msgstr "_Triba:"
#. VnKTH
#: cui/uiconfig/ui/connectortabpage.ui:113
-#, fuzzy
msgctxt "connectortabpage|FT_LINE_1"
msgid "Line _1:"
-msgstr "Llinia _1"
+msgstr "Llinia _1:"
#. VHqZH
#: cui/uiconfig/ui/connectortabpage.ui:127
-#, fuzzy
msgctxt "connectortabpage|FT_LINE_2"
msgid "Line _2:"
-msgstr "Llinia _2"
+msgstr "Llinia _2:"
#. vx3j2
#: cui/uiconfig/ui/connectortabpage.ui:141
-#, fuzzy
msgctxt "connectortabpage|FT_LINE_3"
msgid "Line _3:"
-msgstr "Llinia _3"
+msgstr "Llinia _3:"
#. xvCfy
#: cui/uiconfig/ui/connectortabpage.ui:198
-#, fuzzy
msgctxt "connectortabpage|label2"
msgid "Line Skew"
msgstr "Oblicuidá de la llinia"
#. hAdsA
#: cui/uiconfig/ui/connectortabpage.ui:234
-#, fuzzy
msgctxt "connectortabpage|FT_HORZ_1"
msgid "_Begin horizontal:"
-msgstr "_Principiu horizontal"
+msgstr "_Principiu horizontal:"
#. jENzB
#: cui/uiconfig/ui/connectortabpage.ui:248
-#, fuzzy
msgctxt "connectortabpage|FT_HORZ_2"
msgid "End _horizontal:"
-msgstr "Fin _horizontal"
+msgstr "Fin _horizontal:"
#. WSBhJ
#: cui/uiconfig/ui/connectortabpage.ui:262
-#, fuzzy
msgctxt "connectortabpage|FT_VERT_1"
msgid "Begin _vertical:"
-msgstr "Principiu _vertical"
+msgstr "Principiu _vertical:"
#. bGjTC
#: cui/uiconfig/ui/connectortabpage.ui:276
-#, fuzzy
msgctxt "connectortabpage|FT_VERT_2"
msgid "_End vertical:"
-msgstr "Fin v_ertical"
+msgstr "Fin v_ertical:"
#. idTk6
#: cui/uiconfig/ui/connectortabpage.ui:346
@@ -6686,100 +6552,94 @@ msgstr ""
#. 9ctBe
#: cui/uiconfig/ui/connpooloptions.ui:281
-#, fuzzy
msgctxt "connpooloptions|label1"
msgid "Connection Pool"
msgstr "Grupu de conexones"
#. XfFi7
-#: cui/uiconfig/ui/croppage.ui:82
+#: cui/uiconfig/ui/croppage.ui:85
msgctxt "croppage|keepscale"
msgid "Keep _scale"
msgstr ""
#. fCWwt
-#: cui/uiconfig/ui/croppage.ui:100
+#: cui/uiconfig/ui/croppage.ui:102
msgctxt "croppage|keepsize"
msgid "Keep image si_ze"
msgstr ""
#. JcdEh
-#: cui/uiconfig/ui/croppage.ui:125
-#, fuzzy
+#: cui/uiconfig/ui/croppage.ui:126
msgctxt "croppage|label2"
msgid "_Left:"
-msgstr "Izquierda:"
+msgstr "I_zquierda:"
#. J8z8h
-#: cui/uiconfig/ui/croppage.ui:152
-#, fuzzy
+#: cui/uiconfig/ui/croppage.ui:153
msgctxt "croppage|label3"
msgid "_Right:"
-msgstr "Drecha:"
+msgstr "De_recha:"
#. GxnM4
-#: cui/uiconfig/ui/croppage.ui:191
-#, fuzzy
+#: cui/uiconfig/ui/croppage.ui:192
msgctxt "croppage|label4"
msgid "_Top:"
-msgstr "Arriba:"
+msgstr "Su_perior:"
#. VAUDo
-#: cui/uiconfig/ui/croppage.ui:205
-#, fuzzy
+#: cui/uiconfig/ui/croppage.ui:206
msgctxt "croppage|label5"
msgid "_Bottom:"
-msgstr "Abaxo:"
+msgstr "_Inferior:"
+
+#. BSBCG
+#: cui/uiconfig/ui/croppage.ui:302
+msgctxt "croppage|origsize"
+msgid "_Original Size"
+msgstr "Tamañu _orixinal"
#. 8CoGW
-#: cui/uiconfig/ui/croppage.ui:255
+#: cui/uiconfig/ui/croppage.ui:332
msgctxt "croppage|label1"
msgid "Crop"
msgstr "Recortar"
#. VG8gn
-#: cui/uiconfig/ui/croppage.ui:289
+#: cui/uiconfig/ui/croppage.ui:367
msgctxt "croppage|label6"
msgid "_Width:"
msgstr "_Anchor:"
#. bcKhi
-#: cui/uiconfig/ui/croppage.ui:315
+#: cui/uiconfig/ui/croppage.ui:393
msgctxt "croppage|label7"
msgid "_Height:"
msgstr "_Altor:"
#. JVnvr
-#: cui/uiconfig/ui/croppage.ui:345
-#, fuzzy
+#: cui/uiconfig/ui/croppage.ui:423
msgctxt "croppage|label10"
msgid "Scale"
-msgstr "Escalar"
+msgstr "Escala"
#. Brcxv
-#: cui/uiconfig/ui/croppage.ui:379
+#: cui/uiconfig/ui/croppage.ui:457
msgctxt "croppage|label8"
msgid "_Width:"
msgstr "_Anchor:"
#. tacwF
-#: cui/uiconfig/ui/croppage.ui:406
+#: cui/uiconfig/ui/croppage.ui:484
msgctxt "croppage|label9"
msgid "_Height:"
msgstr "_Altor:"
#. aBkuE
-#: cui/uiconfig/ui/croppage.ui:437
+#: cui/uiconfig/ui/croppage.ui:515
msgctxt "croppage|label11"
msgid "Image Size"
msgstr ""
-#. BSBCG
-#: cui/uiconfig/ui/croppage.ui:506
-msgctxt "croppage|origsize"
-msgid "_Original Size"
-msgstr "Tamañu _orixinal"
-
#. AFMP6
#: cui/uiconfig/ui/cuiimapdlg.ui:8
msgctxt "cuiimapdlg|IMapDialog"
@@ -6788,17 +6648,15 @@ msgstr "Propiedaes"
#. DcBMH
#: cui/uiconfig/ui/cuiimapdlg.ui:98
-#, fuzzy
msgctxt "cuiimapdlg|label1"
msgid "_URL:"
-msgstr "_URL"
+msgstr "_URL:"
#. FLKr9
#: cui/uiconfig/ui/cuiimapdlg.ui:140
-#, fuzzy
msgctxt "cuiimapdlg|label2"
msgid "F_rame:"
-msgstr "Ma_rcu"
+msgstr "Ma_rcu:"
#. V8Zgo
#: cui/uiconfig/ui/cuiimapdlg.ui:188
@@ -6808,17 +6666,15 @@ msgstr "_Nome:"
#. BAXQk
#: cui/uiconfig/ui/cuiimapdlg.ui:230
-#, fuzzy
msgctxt "cuiimapdlg|label4"
msgid "Alternative _text:"
-msgstr "_Testu alternativu"
+msgstr "_Testu alternativu:"
#. bsgYj
#: cui/uiconfig/ui/cuiimapdlg.ui:272
-#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
-msgstr "_Descripción"
+msgstr "_Descripción:"
#. 8LR3s
#: cui/uiconfig/ui/customizedialog.ui:8
@@ -6834,10 +6690,9 @@ msgstr "Menús"
#. neKvC
#: cui/uiconfig/ui/customizedialog.ui:183
-#, fuzzy
msgctxt "customizedialog|toolbars"
msgid "Toolbars"
-msgstr "Barres de ferramien~tes"
+msgstr "Barres de ferramientes"
#. DNeiB
#: cui/uiconfig/ui/customizedialog.ui:230
@@ -6931,45 +6786,39 @@ msgstr "Bases de datos rexistraes"
#. RB56k
#: cui/uiconfig/ui/dimensionlinestabpage.ui:76
-#, fuzzy
msgctxt "dimensionlinestabpage|FT_LINE_DIST"
msgid "Line _distance:"
-msgstr "_Distancia de llinia"
+msgstr "_Distancia ente llinies:"
#. tQ8gk
#: cui/uiconfig/ui/dimensionlinestabpage.ui:91
-#, fuzzy
msgctxt "dimensionlinestabpage|FT_HELPLINE_OVERHANG"
msgid "Guide _overhang:"
-msgstr "Pr_ollongación de guía"
+msgstr "Pr_oyección de guía:"
#. JvLym
#: cui/uiconfig/ui/dimensionlinestabpage.ui:105
-#, fuzzy
msgctxt "dimensionlinestabpage|FT_HELPLINE_DIST"
msgid "_Guide distance:"
-msgstr "Distancia de _guía"
+msgstr "Distancia de _guía:"
#. NFjhV
#: cui/uiconfig/ui/dimensionlinestabpage.ui:119
-#, fuzzy
msgctxt "dimensionlinestabpage|FT_HELPLINE1_LEN"
msgid "_Left guide:"
-msgstr "Guía i_zquierda"
+msgstr "Guía i_zquierda:"
#. Xwg2v
#: cui/uiconfig/ui/dimensionlinestabpage.ui:133
-#, fuzzy
msgctxt "dimensionlinestabpage|FT_HELPLINE2_LEN"
msgid "_Right guide:"
-msgstr "Guía d_recha"
+msgstr "Guía de_recha:"
#. pt5Gm
#: cui/uiconfig/ui/dimensionlinestabpage.ui:147
-#, fuzzy
msgctxt "dimensionlinestabpage|FT_DECIMALPLACES"
msgid "Decimal _places:"
-msgstr "_Posiciones decimales"
+msgstr "_Posiciones decimales:"
#. t7MZu
#: cui/uiconfig/ui/dimensionlinestabpage.ui:159
@@ -6993,13 +6842,13 @@ msgstr "Posición del _testu"
#: cui/uiconfig/ui/dimensionlinestabpage.ui:350
msgctxt "dimensionlinestabpage|TSB_AUTOPOSV"
msgid "_AutoVertical"
-msgstr "_AutoVertical"
+msgstr "Vertical _automáticu"
#. KykMq
#: cui/uiconfig/ui/dimensionlinestabpage.ui:367
msgctxt "dimensionlinestabpage|TSB_AUTOPOSH"
msgid "A_utoHorizontal"
-msgstr "A_utoHorizontal"
+msgstr "Horizontal a_utomáticu"
#. yQtE3
#: cui/uiconfig/ui/dimensionlinestabpage.ui:393
@@ -7027,17 +6876,15 @@ msgstr "Automáticu"
#. o3vUV
#: cui/uiconfig/ui/distributiondialog.ui:8
-#, fuzzy
msgctxt "distributiondialog|DistributionDialog"
msgid "Distribution"
-msgstr "Distribuíu"
+msgstr "Distribución"
#. wG8jp
#: cui/uiconfig/ui/distributionpage.ui:36
-#, fuzzy
msgctxt "distributionpage|hornone"
msgid "_None"
-msgstr "Denguna"
+msgstr "_Nenguna"
#. pB5Ai
#: cui/uiconfig/ui/distributionpage.ui:52
@@ -7065,10 +6912,9 @@ msgstr "E_spaciáu"
#. 674zH
#: cui/uiconfig/ui/distributionpage.ui:177
-#, fuzzy
msgctxt "distributionpage|label"
msgid "Horizontal"
-msgstr "Hori_zontal"
+msgstr "Horizontal"
#. x6Mf8
#: cui/uiconfig/ui/distributionpage.ui:210
@@ -7090,10 +6936,9 @@ msgstr "C_entrar"
#. WrxKw
#: cui/uiconfig/ui/distributionpage.ui:258
-#, fuzzy
msgctxt "distributionpage|verdistance"
msgid "S_pacing"
-msgstr "Espaciáu"
+msgstr "Es_paciáu"
#. FPUuF
#: cui/uiconfig/ui/distributionpage.ui:274
@@ -7103,10 +6948,9 @@ msgstr "_Baxero"
#. 74ACK
#: cui/uiconfig/ui/distributionpage.ui:351
-#, fuzzy
msgctxt "distributionpage|label1"
msgid "Vertical"
-msgstr "_Vertical"
+msgstr "Vertical"
#. KxUJj
#: cui/uiconfig/ui/editdictionarydialog.ui:26
@@ -7164,10 +7008,9 @@ msgstr "Consiguir más diccionarios na rede..."
#. ibDJj
#: cui/uiconfig/ui/editmodulesdialog.ui:137
-#, fuzzy
msgctxt "editmodulesdialog|label2"
msgid "Language:"
-msgstr "_Llingua:"
+msgstr "Llingua:"
#. 9zC9B
#: cui/uiconfig/ui/editmodulesdialog.ui:196
@@ -7183,10 +7026,9 @@ msgstr "Mover p'abaxo"
#. Vr5kM
#: cui/uiconfig/ui/editmodulesdialog.ui:224
-#, fuzzy
msgctxt "editmodulesdialog|back"
msgid "_Back"
-msgstr "Atrás"
+msgstr "_Volver"
#. ZF8AG
#: cui/uiconfig/ui/editmodulesdialog.ui:312
@@ -7204,14 +7046,13 @@ msgstr "Entever"
#: cui/uiconfig/ui/effectspage.ui:78
msgctxt "effectspage|effectsft"
msgid "Case:"
-msgstr ""
+msgstr "Capitalización:"
#. ce9M4
#: cui/uiconfig/ui/effectspage.ui:92
-#, fuzzy
msgctxt "effectspage|reliefft"
msgid "Relief:"
-msgstr "Relieve"
+msgstr "Relieve:"
#. HSdYT
#: cui/uiconfig/ui/effectspage.ui:107
@@ -7223,13 +7064,13 @@ msgstr "(Ensin)"
#: cui/uiconfig/ui/effectspage.ui:108
msgctxt "effectspage|liststore1"
msgid "UPPERCASE"
-msgstr ""
+msgstr "MAYÚSCULES"
#. kimAz
#: cui/uiconfig/ui/effectspage.ui:109
msgctxt "effectspage|liststore1"
msgid "lowercase"
-msgstr ""
+msgstr "minúscules"
#. CqAwB
#: cui/uiconfig/ui/effectspage.ui:110
@@ -7305,17 +7146,15 @@ msgstr "Debaxo'l testu"
#. D848F
#: cui/uiconfig/ui/effectspage.ui:169
-#, fuzzy
msgctxt "effectspage|positionft"
msgid "Position:"
-msgstr "Allugamientu"
+msgstr "Posición:"
#. QBQPF
#: cui/uiconfig/ui/effectspage.ui:183
-#, fuzzy
msgctxt "effectspage|emphasisft"
msgid "Emphasis mark:"
-msgstr "Caráuteres d'acentuación"
+msgstr "Marca d'énfasis:"
#. 5pMfK
#: cui/uiconfig/ui/effectspage.ui:195
@@ -7349,24 +7188,21 @@ msgstr "Efeutos"
#. BD3Ka
#: cui/uiconfig/ui/effectspage.ui:314
-#, fuzzy
msgctxt "effectspage|label46"
msgid "Overlining:"
-msgstr "Sobrolliñáu"
+msgstr "Sobrelliniáu:"
#. WtjES
#: cui/uiconfig/ui/effectspage.ui:328
-#, fuzzy
msgctxt "effectspage|label47"
msgid "Strikethrough:"
-msgstr "Tacháu"
+msgstr "Tacháu:"
#. tCP45
#: cui/uiconfig/ui/effectspage.ui:342
-#, fuzzy
msgctxt "effectspage|label48"
msgid "Underlining:"
-msgstr "Sorrayar"
+msgstr "Sorrayáu:"
#. EGta9
#: cui/uiconfig/ui/effectspage.ui:357 cui/uiconfig/ui/effectspage.ui:386
@@ -7520,10 +7356,9 @@ msgstr ""
#. omW2n
#: cui/uiconfig/ui/effectspage.ui:548
-#, fuzzy
msgctxt "effectspage|fontcolorft"
msgid "Font color:"
-msgstr "Color de fonte"
+msgstr "Color de lletra:"
#. aAbzm
#: cui/uiconfig/ui/effectspage.ui:577
@@ -7538,45 +7373,40 @@ msgid "_Transparency:"
msgstr ""
#. vELSr
-#: cui/uiconfig/ui/effectspage.ui:623
+#: cui/uiconfig/ui/effectspage.ui:624
msgctxt "effectspage|fontcolorft3"
msgid "Font Color"
msgstr ""
#. GypUU
#: cui/uiconfig/ui/embossdialog.ui:8
-#, fuzzy
msgctxt "embossdialog|EmbossDialog"
msgid "Emboss"
msgstr "Repuxáu"
#. uAQBB
#: cui/uiconfig/ui/embossdialog.ui:141
-#, fuzzy
msgctxt "embossdialog|label2"
msgid "_Light source:"
-msgstr "~Orixe de lluz"
+msgstr "Fonte de _lluz:"
#. GPyhz
#: cui/uiconfig/ui/embossdialog.ui:195
-#, fuzzy
msgctxt "embossdialog|label1"
msgid "Parameters"
-msgstr "Parámetru"
+msgstr "Parámetros"
#. FoFqz
#: cui/uiconfig/ui/eventassigndialog.ui:8
-#, fuzzy
msgctxt "eventassigndialog|EventAssignDialog"
msgid "Assign Macro"
-msgstr "Asignar Macro..."
+msgstr "Asinar macro"
#. BgFFN
#: cui/uiconfig/ui/eventassignpage.ui:85
-#, fuzzy
msgctxt "eventassignpage|eventft"
msgid "Event"
-msgstr "Eventos"
+msgstr "Socesu"
#. ginEm
#: cui/uiconfig/ui/eventassignpage.ui:98
@@ -7586,17 +7416,15 @@ msgstr ""
#. P3GeQ
#: cui/uiconfig/ui/eventassignpage.ui:117
-#, fuzzy
msgctxt "eventassignpage|libraryft1"
msgid "Assignments"
-msgstr "Atribución"
+msgstr "Atribuciones"
#. dcPPB
#: cui/uiconfig/ui/eventassignpage.ui:138
-#, fuzzy
msgctxt "eventassignpage|assign"
msgid "Assign"
-msgstr "_Asignar"
+msgstr "Atribuir"
#. nwUkL
#: cui/uiconfig/ui/eventassignpage.ui:153
@@ -7612,24 +7440,21 @@ msgstr "Macro dende"
#. d229E
#: cui/uiconfig/ui/eventassignpage.ui:320
-#, fuzzy
msgctxt "eventassignpage|existingmacrosft"
msgid "Existing Macros"
-msgstr "Macros esistentes en:"
+msgstr "Macros esistentes"
#. 83DK5
#: cui/uiconfig/ui/eventsconfigpage.ui:41
-#, fuzzy
msgctxt "eventsconfigpage|label1"
msgid "Assign:"
-msgstr "_Asignar"
+msgstr "Atribuir:"
#. DBtDc
#: cui/uiconfig/ui/eventsconfigpage.ui:60
-#, fuzzy
msgctxt "eventsconfigpage|macro"
msgid "M_acro..."
-msgstr "Macro..."
+msgstr "M_acro..."
#. gxSRb
#: cui/uiconfig/ui/eventsconfigpage.ui:74
@@ -7639,17 +7464,15 @@ msgstr "Desanicia_r"
#. Ebcvv
#: cui/uiconfig/ui/eventsconfigpage.ui:116
-#, fuzzy
msgctxt "eventsconfigpage|label2"
msgid "Save in:"
-msgstr "_Guardar en"
+msgstr "Guardar en:"
#. C6KwW
#: cui/uiconfig/ui/eventsconfigpage.ui:167
-#, fuzzy
msgctxt "eventsconfigpage|eventft"
msgid "Event"
-msgstr "Eventos"
+msgstr "Socesu"
#. daKJA
#: cui/uiconfig/ui/eventsconfigpage.ui:191
@@ -7665,17 +7488,15 @@ msgstr ""
#. BiFWr
#: cui/uiconfig/ui/fmsearchdialog.ui:27
-#, fuzzy
msgctxt "fmsearchdialog|pbSearchAgain"
msgid "S_earch"
-msgstr "Guetar"
+msgstr "Gu_etar"
#. sC6j6
#: cui/uiconfig/ui/fmsearchdialog.ui:146
-#, fuzzy
msgctxt "fmsearchdialog|rbSearchForText"
msgid "_Text:"
-msgstr "_Testu"
+msgstr "_Testu:"
#. CrVGp
#: cui/uiconfig/ui/fmsearchdialog.ui:169
@@ -7691,7 +7512,6 @@ msgstr ""
#. X9FQy
#: cui/uiconfig/ui/fmsearchdialog.ui:217
-#, fuzzy
msgctxt "fmsearchdialog|flSearchFor"
msgid "_Search for"
msgstr "_Guetar por"
@@ -7710,10 +7530,9 @@ msgstr ""
#. 64yD3
#: cui/uiconfig/ui/fmsearchdialog.ui:333
-#, fuzzy
msgctxt "fmsearchdialog|ftForm"
msgid "Form:"
-msgstr "P_a"
+msgstr "Formulariu:"
#. B2SYL
#: cui/uiconfig/ui/fmsearchdialog.ui:408
@@ -7723,10 +7542,9 @@ msgstr ""
#. yqEse
#: cui/uiconfig/ui/fmsearchdialog.ui:458
-#, fuzzy
msgctxt "fmsearchdialog|ftPosition"
msgid "_Position:"
-msgstr "_Posición"
+msgstr "_Posición:"
#. c6ZbD
#: cui/uiconfig/ui/fmsearchdialog.ui:495
@@ -7748,10 +7566,9 @@ msgstr ""
#. Ra8jW
#: cui/uiconfig/ui/fmsearchdialog.ui:555
-#, fuzzy
msgctxt "fmsearchdialog|cbApprox"
msgid "S_imilarity search"
-msgstr "Buscar por semeyanza"
+msgstr "B_uscar por semeyanza"
#. DNGxj
#: cui/uiconfig/ui/fmsearchdialog.ui:570
@@ -7761,24 +7578,21 @@ msgstr ""
#. 6BpAF
#: cui/uiconfig/ui/fmsearchdialog.ui:591
-#, fuzzy
msgctxt "fmsearchdialog|cbCase"
msgid "_Match case"
-msgstr "Concasar mayúscules y minúscules"
+msgstr "Concasar _mayúscules y minúscules"
#. X5q2K
#: cui/uiconfig/ui/fmsearchdialog.ui:606
-#, fuzzy
msgctxt "fmsearchdialog|cbStartOver"
msgid "Fr_om top"
-msgstr "Dende enriba"
+msgstr "Dende ar_riba"
#. WP3XA
#: cui/uiconfig/ui/fmsearchdialog.ui:621
-#, fuzzy
msgctxt "fmsearchdialog|cbRegular"
msgid "_Regular expression"
-msgstr "_Espresiones regulares"
+msgstr "Espresión _regular"
#. qzKAB
#: cui/uiconfig/ui/fmsearchdialog.ui:636
@@ -7806,10 +7620,9 @@ msgstr "Axustes"
#. wBBss
#: cui/uiconfig/ui/fmsearchdialog.ui:729
-#, fuzzy
msgctxt "fmsearchdialog|ftRecordLabel"
msgid "Record:"
-msgstr "Rexistru"
+msgstr "Rexistru:"
#. UBLpq
#: cui/uiconfig/ui/fmsearchdialog.ui:741
@@ -7837,10 +7650,9 @@ msgstr ""
#. CJQFA
#: cui/uiconfig/ui/formatcellsdialog.ui:8
-#, fuzzy
msgctxt "formatcellsdialog|FormatCellsDialog"
msgid "Table Properties"
-msgstr "Propiedaes de la llinia"
+msgstr "Propiedaes de la tabla"
#. aCkau
#: cui/uiconfig/ui/formatcellsdialog.ui:137
@@ -7856,10 +7668,9 @@ msgstr "Efeutos de fonte"
#. Pz8yJ
#: cui/uiconfig/ui/formatcellsdialog.ui:230
-#, fuzzy
msgctxt "formatcellsdialog|border"
msgid "Borders"
-msgstr "Berbesu"
+msgstr "Berbesos"
#. wk9fG
#: cui/uiconfig/ui/formatcellsdialog.ui:277
@@ -7887,10 +7698,9 @@ msgstr "Ficheru"
#. QgZAZ
#: cui/uiconfig/ui/galleryfilespage.ui:37
-#, fuzzy
msgctxt "galleryfilespage|label1"
msgid "_File type:"
-msgstr "Tipu de _llinia"
+msgstr "Tipu de _ficheru:"
#. GS6jY
#: cui/uiconfig/ui/galleryfilespage.ui:107
@@ -7900,10 +7710,9 @@ msgstr ""
#. UnmAz
#: cui/uiconfig/ui/galleryfilespage.ui:136
-#, fuzzy
msgctxt "galleryfilespage|preview"
msgid "Pr_eview"
-msgstr "Entever"
+msgstr "_Entever"
#. EmQfr
#: cui/uiconfig/ui/galleryfilespage.ui:166
@@ -7961,10 +7770,9 @@ msgstr "Guetar"
#. wvuEx
#: cui/uiconfig/ui/gallerysearchprogress.ui:82
-#, fuzzy
msgctxt "gallerysearchprogress|label1"
msgid "File Type"
-msgstr "Triba de fi~cheru"
+msgstr "Triba de ficheru"
#. TBqGy
#: cui/uiconfig/ui/gallerysearchprogress.ui:119
@@ -7999,10 +7807,9 @@ msgstr ""
#. dDD78
#: cui/uiconfig/ui/gallerythemeiddialog.ui:75
-#, fuzzy
msgctxt "gallerythemeiddialog|label2"
msgid "ID:"
-msgstr "ID: "
+msgstr "ID:"
#. fJdBH
#: cui/uiconfig/ui/gallerytitledialog.ui:8
@@ -8012,10 +7819,9 @@ msgstr ""
#. DBmvf
#: cui/uiconfig/ui/gallerytitledialog.ui:89
-#, fuzzy
msgctxt "gallerytitledialog|label2"
msgid "Title:"
-msgstr "_Títulu:"
+msgstr "Títulu:"
#. dMeZG
#: cui/uiconfig/ui/galleryupdateprogress.ui:8
@@ -8473,26 +8279,26 @@ msgid "Line _color:"
msgstr "_Color de llinia"
#. 3hgCJ
-#: cui/uiconfig/ui/hatchpage.ui:308
+#: cui/uiconfig/ui/hatchpage.ui:307
#, fuzzy
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr "Color de fondu"
#. uvmDA
-#: cui/uiconfig/ui/hatchpage.ui:356
+#: cui/uiconfig/ui/hatchpage.ui:354
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "Opciones"
#. D8ovo
-#: cui/uiconfig/ui/hatchpage.ui:406
+#: cui/uiconfig/ui/hatchpage.ui:404
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "Exemplu"
#. GbfFA
-#: cui/uiconfig/ui/hatchpage.ui:428
+#: cui/uiconfig/ui/hatchpage.ui:426
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr "Entever"
@@ -9778,10 +9584,9 @@ msgstr "Camudar iconu..."
#. pisMz
#: cui/uiconfig/ui/menuassignpage.ui:154
-#, fuzzy
msgctxt "menuassignpage|resetIcon"
msgid "Reset Icon"
-msgstr "Restablecer iconu"
+msgstr "Reafitar iconu"
#. ooFCE
#: cui/uiconfig/ui/menuassignpage.ui:162
@@ -9809,10 +9614,9 @@ msgstr ""
#. vJPYK
#: cui/uiconfig/ui/menuassignpage.ui:261
-#, fuzzy
msgctxt "menuassignpage|contentslabel"
msgid "_Search"
-msgstr "Guetar"
+msgstr "_Guetar"
#. 6Vz2j
#: cui/uiconfig/ui/menuassignpage.ui:278
@@ -11077,7 +10881,7 @@ msgstr ""
#: cui/uiconfig/ui/optfltrembedpage.ui:82
msgctxt "optfltrembedpage|column1"
msgid "[L]"
-msgstr ""
+msgstr "[C]"
#. 66D6D
#. A column title, short for Save. This string is repeated as a prefix to an explanatory note under the widget
diff --git a/source/ast/dbaccess/messages.po b/source/ast/dbaccess/messages.po
index 542c67d7533..3c0763d4950 100644
--- a/source/ast/dbaccess/messages.po
+++ b/source/ast/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: 2019-11-25 17:08+0100\n"
-"PO-Revision-Date: 2020-01-17 18:11+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
@@ -13,29 +13,26 @@ 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: LibreOffice\n"
"X-POOTLE-MTIME: 1524566374.000000\n"
#. BiN6g
#: dbaccess/inc/query.hrc:26
-#, fuzzy
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The table view"
msgstr "La vista de la tabla"
#. ySuKZ
#: dbaccess/inc/query.hrc:27
-#, fuzzy
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The query"
msgstr "La consulta"
#. akGh9
#: dbaccess/inc/query.hrc:28
-#, fuzzy
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The SQL statement"
-msgstr "La sentencia SQL"
+msgstr "La espresión SQL"
#. FAMGa
#: dbaccess/inc/strings.hrc:25
@@ -323,14 +320,14 @@ msgid ""
"Error accessing data source '$name$':\n"
"$error$"
msgstr ""
-"Fallu al acceder a la fonte de datos '$name$':\n"
+"Fallu al acceder a la fonte de datos «$name$»:\n"
"$error$"
#. ALTav
#: dbaccess/inc/strings.hrc:70
msgctxt "RID_STR_NO_SUB_FOLDER"
msgid "There exists no folder named \"$folder$\"."
-msgstr "Nun hai denguna tabla denomada \"$folder$\"."
+msgstr "Nun hai denguna tabla denomada «$folder$»."
#. Fhh7V
#: dbaccess/inc/strings.hrc:71
@@ -554,7 +551,7 @@ msgstr "migrando biblioteques..."
#: dbaccess/inc/strings.hrc:111
msgctxt "STR_OOO_BASIC"
msgid "Basic"
-msgstr ""
+msgstr "Basic"
#. pTV6D
#: dbaccess/inc/strings.hrc:112
@@ -606,7 +603,6 @@ msgstr "esceición alcontrada:"
#. 3fagJ
#: dbaccess/inc/strings.hrc:120
-#, fuzzy
msgctxt "STR_INVALID_BACKUP_LOCATION"
msgid "You need to choose a backup location other than the document location itself."
msgstr "Pa la copia de seguridá, necesites escoyer un allugamientu distintu al allugamientu del documentu."
@@ -884,7 +880,6 @@ msgstr "La consulta nun crea un conxuntu de resultaos, colo que nun puede ser pa
#. HErUD
#: dbaccess/inc/strings.hrc:170
-#, fuzzy
msgctxt "RID_STR_COLUMN_FORMAT"
msgid "Column ~Format..."
msgstr "~Formatu de Columna..."
@@ -897,7 +892,6 @@ msgstr "Anc~hor de columna..."
#. mczq6
#: dbaccess/inc/strings.hrc:172
-#, fuzzy
msgctxt "RID_STR_TABLE_FORMAT"
msgid "Table Format..."
msgstr "Formatu de Tabla..."
@@ -1084,7 +1078,6 @@ msgstr "Crea una consulta especificando les peñeres, les tables d'entrada, los
#. Gk7RQ
#: dbaccess/inc/strings.hrc:205
-#, fuzzy
msgctxt "RID_STR_QUERIES_HELP_TEXT_SQL"
msgid "Create a query by entering an SQL statement directly."
msgstr "Crear una consulta escribiendo direutamente una instrucción SQL."
@@ -3985,28 +3978,28 @@ msgid "Named p_ipe:"
msgstr "Co~nductu con nome"
#. CzRyx
-#: dbaccess/uiconfig/ui/namematchingpage.ui:73
+#: dbaccess/uiconfig/ui/namematchingpage.ui:67
#, fuzzy
msgctxt "namematchingpage|all"
msgid "_All"
msgstr "Too"
#. db6rw
-#: dbaccess/uiconfig/ui/namematchingpage.ui:87
+#: dbaccess/uiconfig/ui/namematchingpage.ui:81
#, fuzzy
msgctxt "namematchingpage|none"
msgid "Non_e"
msgstr "Denguna"
#. yScg2
-#: dbaccess/uiconfig/ui/namematchingpage.ui:119
+#: dbaccess/uiconfig/ui/namematchingpage.ui:113
#, fuzzy
msgctxt "namematchingpage|leftlabel"
msgid "Source table: "
msgstr "Tabla d'orixe: \n"
#. SCMEA
-#: dbaccess/uiconfig/ui/namematchingpage.ui:206
+#: dbaccess/uiconfig/ui/namematchingpage.ui:200
#, fuzzy
msgctxt "namematchingpage|rightlabel"
msgid "Destination table: "
diff --git a/source/ast/desktop/messages.po b/source/ast/desktop/messages.po
index 5358f539e36..6148fe1a5f9 100644
--- a/source/ast/desktop/messages.po
+++ b/source/ast/desktop/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-01-17 16:45+0100\n"
-"PO-Revision-Date: 2019-12-24 17:03+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-25 19:15+0000\n"
+"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/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 3.10.3\n"
"X-POOTLE-MTIME: 1535974915.000000\n"
#. v2iwK
@@ -152,13 +152,13 @@ msgstr "Componentes UNO"
#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
-msgstr "Biblioteca de Tipu RDB UNO"
+msgstr "Biblioteca de tipos RDB UNO"
#. KcXfh
#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
-msgstr "Biblioteca de Tipu Java UNO"
+msgstr "Biblioteca de tipos Java UNO"
#. wBhDU
#: desktop/inc/strings.hrc:55
@@ -188,7 +188,7 @@ msgstr "La estensión nun s'instalará porque asocedió un fallu nos ficheros d'
#: desktop/inc/strings.hrc:61
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
-msgstr "Amestar Estensión(es)"
+msgstr "Amestar estensión(es)"
#. DDxFn
#: desktop/inc/strings.hrc:62
@@ -299,80 +299,75 @@ msgstr "Amosar la llicencia"
#. xyCf9
#: desktop/inc/strings.hrc:80
-#, fuzzy
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
"Click 'OK' to proceed with the installation.\n"
"Click 'Cancel' to stop the installation."
msgstr ""
-"Ta a piques d'instalar la estensión «%NAME».\n"
-"Calque «Aceutar» pa siguir cola instalación.\n"
-"Calque «Encaboxar» pa detener la instalación."
+"Tsa a piques d'instalar la estensión «%NAME».\n"
+"Calca «Aceutar» pa siguir cola instalación.\n"
+"Calca «Encaboxar» pa detener la instalación."
#. Y4EHy
#: desktop/inc/strings.hrc:83
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
-msgstr ""
+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
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
-msgstr ""
+msgstr "El desaniciu d'estensiones ta desactiváu. Consulta al alministrador del sistema pa más información."
#. LncbY
#: desktop/inc/strings.hrc:87
-#, fuzzy
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
"Click 'OK' to remove the extension.\n"
"Click 'Cancel' to stop removing the extension."
msgstr ""
-"Ta a piques de desaniciar la estensión «%NAME».\n"
-"Calque «Aceutar» pa desaniciar la estensión.\n"
-"Calque «Encaboxar» pa detener el desaniciu de la estensión."
+"Tas a piques de desaniciar la estensión «%NAME».\n"
+"Calca «Aceutar» pa desaniciar la estensión.\n"
+"Calca «Encaboxar» pa detener el desaniciu de la estensión."
#. fiYMH
#: desktop/inc/strings.hrc:90
-#, fuzzy
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"
"Click 'OK' to remove the extension.\n"
"Click 'Cancel' to stop removing the extension."
msgstr ""
-"Compruebe que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camude les estensiones compartíes nun entornu multiusuariu.\n"
-"Calque «Aceutar» pa desaniciar la estensión.\n"
-"Calque «Encaboxar» pa detener el desaniciu de la estensión."
+"Comprueba que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camudes les estensiones compartíes nun entornu multiusuariu.\n"
+"Calca «Aceutar» pa desaniciar la estensión.\n"
+"Calca «Encaboxar» pa detener el desaniciu de la estensión."
#. bQ675
#: desktop/inc/strings.hrc:94
-#, fuzzy
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"
"Click 'OK' to enable the extension.\n"
"Click 'Cancel' to stop enabling the extension."
msgstr ""
-"Compruebe que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camude les estensiones compartíes nun entornu multiusuariu.\n"
-"Calque «Aceutar» p'activar la estensión.\n"
-"Calque «Encaboxar» pa detener l'activación de la estensión."
+"Comprueba que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camudes les estensiones compartíes nun entornu multiusuariu.\n"
+"Calca «Aceutar» p'activar la estensión.\n"
+"Calca «Encaboxar» pa detener l'activación de la estensión."
#. zEGzE
#: desktop/inc/strings.hrc:98
-#, fuzzy
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"
"Click 'OK' to disable the extension.\n"
"Click 'Cancel' to stop disabling the extension."
msgstr ""
-"Compruebe que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camude les estensiones compartíes nun entornu multiusuariu.\n"
-"Calque «Aceutar» pa desactivar la estensión.\n"
-"Calque «Encaboxar» pa detener la desactivación de la estensión."
+"Comprueba que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camudes les estensiones compartíes nun entornu multiusuariu.\n"
+"Calca «Aceutar» pa desactivar la estensión.\n"
+"Calca «Encaboxar» pa detener la desactivación de la estensión."
#. bfdYH
#: desktop/inc/strings.hrc:102
@@ -454,7 +449,6 @@ msgstr "La estensión rique polo menos %PRODUCTNAME versión %VERSION"
#. dNBtG
#: desktop/inc/strings.hrc:118
-#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -462,10 +456,10 @@ msgid ""
"Click 'OK' to replace the installed extension.\n"
"Click 'Cancel' to stop the installation."
msgstr ""
-"Ta a piques d'instalar la versión $NEW de la estensión «$NAME».\n"
+"Tas a piques d'instalar la versión $NEW de la estensión «$NAME».\n"
"La versión más nueva $DEPLOYED yá ta instalada.\n"
-"Calque «Aceutar» pa trocar la estensión instalada.\n"
-"Calque «Encaboxar» pa detener la instalación."
+"Calca «Aceutar» pa trocar la estensión instalada.\n"
+"Calca «Encaboxar» pa detener la instalación."
#. TmQCx
#: desktop/inc/strings.hrc:122
@@ -483,7 +477,6 @@ msgstr ""
#. AMTBi
#: desktop/inc/strings.hrc:126
-#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,10 +484,10 @@ msgid ""
"Click 'OK' to replace the installed extension.\n"
"Click 'Cancel' to stop the installation."
msgstr ""
-"Ta a piques d'instalar la versión $NEW de la estensión «$NAME».\n"
+"Tsa a piques d'instalar la versión $NEW de la estensión «$NAME».\n"
"Esa versión yá ta instalada.\n"
-"Calque «Aceutar» pa trocar la estensión instalada.\n"
-"Calque «Encaboxar» pa detener la instalación."
+"Calca «Aceutar» pa trocar la estensión instalada.\n"
+"Calca «Encaboxar» pa detener la instalación."
#. 5TDnT
#: desktop/inc/strings.hrc:130
@@ -512,7 +505,6 @@ msgstr ""
#. 9wcAB
#: desktop/inc/strings.hrc:134
-#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -520,10 +512,10 @@ msgid ""
"Click 'OK' to replace the installed extension.\n"
"Click 'Cancel' to stop the installation."
msgstr ""
-"Ta a piques d'instalar la versión $NEW de la estensión «$NAME».\n"
+"Tsa a piques d'instalar la versión $NEW de la estensión «$NAME».\n"
"La versión antigua $DEPLOYED yá ta instalada.\n"
-"Calque «Aceutar» pa trocar la estensión instalada.\n"
-"Calque «Encaboxar» pa detener la instalación."
+"Calca «Aceutar» pa trocar la estensión instalada.\n"
+"Calca «Encaboxar» pa detener la instalación."
#. 2WQJk
#: desktop/inc/strings.hrc:138
@@ -697,14 +689,12 @@ msgstr "Hebo'l siguiente fallu internu: "
#. zBSDM
#: desktop/inc/strings.hrc:169
-#, fuzzy
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
-msgstr "Desafortunadamente, hai que reaniciar LibreOffice una vez manualmente dempués de la instalación o anovamientu."
+msgstr "Hai que reaniciar %PRODUCTNAME manualmente dempués de la instalación o anovamientu."
#. NBTfi
#: desktop/inc/strings.hrc:170
-#, fuzzy
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -742,6 +732,8 @@ 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"
"\n"
msgstr ""
+"Nun foi posible terminar la instalación del %PRODUCTNAME pola mor de problemes d'espaciu llibre nel discu. Llibera más espaciu nel discu nel siguiente allugamientu o reanicia el %PRODUCTNAME:\n"
+"\n"
#. 2o5XG
#: desktop/inc/strings.hrc:175
@@ -750,6 +742,8 @@ 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"
"\n"
msgstr ""
+"Nun pudo procesase la instalación d'usuariu de %PRODUCTNAME por falta de permisos d'accesu. Asegúrate de tener permisu d'accesu bastante pal siguiente llugar y reanicia %PRODUCTNAME:\n"
+"\n"
#. uigQN
#: desktop/inc/strings.hrc:177
@@ -801,10 +795,9 @@ msgstr "N"
#. aCY73
#: desktop/inc/strings.hrc:188
-#, 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 nun se pue aniciar. El ficheru de bloquéu indica que yá se ta executando. Si esto nun s'aplica, desanicia'l ficheru de bloquéu de:"
+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:190
@@ -814,17 +807,15 @@ msgstr "ERROR: "
#. Qcv5A
#: desktop/uiconfig/ui/dependenciesdialog.ui:18
-#, fuzzy
msgctxt "dependenciesdialog|Dependencies"
msgid "System dependencies check"
-msgstr "Chequeando dependencies del sistema"
+msgstr "Comprobando dependencies del sistema"
#. JNnsh
#: desktop/uiconfig/ui/dependenciesdialog.ui:73
-#, fuzzy
msgctxt "dependenciesdialog|label1"
msgid "The extension cannot be installed 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:"
+msgstr "La estensión nun pudo instalase porque les siguientes dependencies del sistema nun tán satisfeches:"
#. FfYDj
#: desktop/uiconfig/ui/extensionmanager.ui:8
@@ -836,39 +827,37 @@ msgstr "Alministrador d'estensiones"
#: desktop/uiconfig/ui/extensionmanager.ui:87
msgctxt "extensionmanager|shared"
msgid "Installed for all users"
-msgstr ""
+msgstr "Instalaes pa tolos usuarios"
#. zhqZT
#: desktop/uiconfig/ui/extensionmanager.ui:103
msgctxt "extensionmanager|user"
msgid "Installed for current user"
-msgstr ""
+msgstr "Instalaes sólo pal usuariu actual"
#. 6wBVk
#: desktop/uiconfig/ui/extensionmanager.ui:119
msgctxt "extensionmanager|bundled"
msgid "Bundled with %PRODUCTNAME"
-msgstr ""
+msgstr "Incluíes con %PRODUCTNAME"
#. T8BGR
#: desktop/uiconfig/ui/extensionmanager.ui:141
msgctxt "extensionmanager|label1"
msgid "Display Extensions"
-msgstr ""
+msgstr "Amosar estensiones"
#. DLME5
#: desktop/uiconfig/ui/extensionmanager.ui:192
-#, fuzzy
msgctxt "extensionmanager|optionsbtn"
msgid "_Options"
-msgstr "Opciones"
+msgstr "_Opciones"
#. ieiF4
#: desktop/uiconfig/ui/extensionmanager.ui:206
-#, fuzzy
msgctxt "extensionmanager|updatebtn"
msgid "Check for _Updates"
-msgstr "Comprobar anovamientos..."
+msgstr "B_uscar anovamientos"
#. GehiB
#: desktop/uiconfig/ui/extensionmanager.ui:221
@@ -878,17 +867,15 @@ msgstr "_Amestar"
#. wNCAw
#: desktop/uiconfig/ui/extensionmanager.ui:238
-#, fuzzy
msgctxt "extensionmanager|removebtn"
msgid "_Remove"
-msgstr "~Desaniciar"
+msgstr "Desanicia_r"
#. qHMdq
#: desktop/uiconfig/ui/extensionmanager.ui:253
-#, fuzzy
msgctxt "extensionmanager|enablebtn"
msgid "_Enable"
-msgstr "~Habilitar"
+msgstr "_Activar"
#. vz3Ti
#: desktop/uiconfig/ui/extensionmanager.ui:282
@@ -906,34 +893,31 @@ msgstr "Descargar equí más estensiones..."
#: desktop/uiconfig/ui/installforalldialog.ui:12
msgctxt "installforalldialog|InstallForAllDialog"
msgid "For whom do you want to install the extension?"
-msgstr ""
+msgstr "¿Para quién desees instalar la estensión?"
#. bFbLc
#: desktop/uiconfig/ui/installforalldialog.ui:13
msgctxt "installforalldialog|InstallForAllDialog"
msgid "Make sure that no further users are working with the same %PRODUCTNAME, when installing an extension for all users in a multi user environment."
-msgstr ""
+msgstr "Asegúrate de que nun hai otros usuarios trabayando col mesmu %PRODUCTNAME cuando instales una estensión pa tolos usuarios nun entornu multiusuariu."
#. urmUy
#: desktop/uiconfig/ui/installforalldialog.ui:24
-#, fuzzy
msgctxt "installforalldialog|no"
msgid "_For all users"
-msgstr "~Pa tolos usuarios"
+msgstr "_Pa tolos usuarios"
#. nPnM4
#: desktop/uiconfig/ui/installforalldialog.ui:38
-#, fuzzy
msgctxt "installforalldialog|yes"
msgid "_Only for me"
-msgstr "~Namái pa mín"
+msgstr "_Namái pa min"
#. feAcg
#: desktop/uiconfig/ui/licensedialog.ui:8
-#, fuzzy
msgctxt "licensedialog|LicenseDialog"
msgid "Extension Software License Agreement"
-msgstr "Alcuerdu de llicencia de la estensión de software $NAME:"
+msgstr "Alcuerdu de llicencia de software de la estensión"
#. Q6dKY
#: desktop/uiconfig/ui/licensedialog.ui:24
@@ -945,71 +929,67 @@ msgstr "Aceutar"
#: desktop/uiconfig/ui/licensedialog.ui:39
msgctxt "licensedialog|decline"
msgid "Decline"
-msgstr ""
+msgstr "Refugar"
#. rvo9y
#: desktop/uiconfig/ui/licensedialog.ui:69
msgctxt "licensedialog|head"
msgid "Please follow these steps to proceed with the installation of the extension:"
-msgstr ""
+msgstr "Sigui estos pasos pa proceder a instalar la estensión:"
#. tEDSx
#: desktop/uiconfig/ui/licensedialog.ui:90
msgctxt "licensedialog|label2"
msgid "1."
-msgstr ""
+msgstr "1."
#. NyS5E
#: desktop/uiconfig/ui/licensedialog.ui:103
msgctxt "licensedialog|label3"
msgid "2."
-msgstr ""
+msgstr "2."
#. 5h4GZ
#: desktop/uiconfig/ui/licensedialog.ui:141
msgctxt "licensedialog|label4"
msgid "Read the complete License Agreement. Use the scroll bar or the 'Scroll Down' button in this dialog to view the entire license text."
-msgstr ""
+msgstr "Llei l'alcuerdu de llicencia completu. Usa la barra de movimientu o'l botón «Baxar» d'esti diálogu pa ver el testu de la llicencia enteru."
#. oyoCK
#: desktop/uiconfig/ui/licensedialog.ui:158
msgctxt "licensedialog|label5"
msgid "Accept the License Agreement for the extension by pressing the 'Accept' button."
-msgstr ""
+msgstr "Aceutar l'alcuerdu de llicencia de la estensión primiendo'l botón «Aceutar»."
#. ydBcE
#: desktop/uiconfig/ui/licensedialog.ui:171
msgctxt "licensedialog|down"
msgid "_Scroll Down"
-msgstr ""
+msgstr "_Baxar"
#. qquCs
#: desktop/uiconfig/ui/showlicensedialog.ui:8
-#, fuzzy
msgctxt "showlicensedialog|ShowLicenseDialog"
msgid "Extension Software License Agreement"
-msgstr "Alcuerdu de llicencia de la estensión de software $NAME:"
+msgstr "Alcuerdu de llicencia de software de la estensión"
#. GX3k2
#: desktop/uiconfig/ui/updatedialog.ui:10
-#, fuzzy
msgctxt "updatedialog|UpdateDialog"
msgid "Extension Update"
-msgstr "Anovar Estensión"
+msgstr "Anovar estensión"
#. DmHy5
#: desktop/uiconfig/ui/updatedialog.ui:44
-#, fuzzy
msgctxt "updatedialog|INSTALL"
msgid "_Install"
-msgstr "Instalar"
+msgstr "_Instalar"
#. 3bJwo
#: desktop/uiconfig/ui/updatedialog.ui:109
-#, fuzzy
msgctxt "updatedialog|UPDATE_LABEL"
msgid "_Available extension updates"
-msgstr "~Anovando estensiones disponibles"
+msgstr "_Anovamientos d'estensiones disponibles"
#. 3mtLC
#: desktop/uiconfig/ui/updatedialog.ui:122
@@ -1019,10 +999,9 @@ msgstr "Comprobando..."
#. WkYgi
#: desktop/uiconfig/ui/updatedialog.ui:206
-#, fuzzy
msgctxt "updatedialog|UPDATE_ALL"
msgid "_Show all updates"
-msgstr "~Amosando tolos anovamientos"
+msgstr "Amo_sar tolos anovamientos"
#. BriDD
#: desktop/uiconfig/ui/updatedialog.ui:240
@@ -1032,7 +1011,6 @@ msgstr "Descripción"
#. 7DTtA
#: desktop/uiconfig/ui/updatedialog.ui:258
-#, fuzzy
msgctxt "updatedialog|PUBLISHER_LABEL"
msgid "Publisher:"
msgstr "Editor:"
@@ -1045,28 +1023,24 @@ msgstr "botón"
#. kgLHP
#: desktop/uiconfig/ui/updatedialog.ui:285
-#, fuzzy
msgctxt "updatedialog|RELEASE_NOTES_LABEL"
msgid "What is new:"
msgstr "Lo más nuevo:"
#. JqHGH
#: desktop/uiconfig/ui/updatedialog.ui:296
-#, fuzzy
msgctxt "updatedialog|RELEASE_NOTES_LINK"
msgid "Release notes"
msgstr "Notes de la versión"
#. YEhMN
#: desktop/uiconfig/ui/updateinstalldialog.ui:8
-#, fuzzy
msgctxt "updateinstalldialog|UpdateInstallDialog"
msgid "Download and Installation"
msgstr "Descargar ya Instalar"
#. t9MoN
#: desktop/uiconfig/ui/updateinstalldialog.ui:90
-#, fuzzy
msgctxt "updateinstalldialog|DOWNLOADING"
msgid "Downloading extensions..."
msgstr "Descargando estensiones..."
@@ -1079,31 +1053,27 @@ msgstr "Resultáu"
#. Kfhc4
#: desktop/uiconfig/ui/updaterequireddialog.ui:8
-#, fuzzy
msgctxt "updaterequireddialog|UpdateRequiredDialog"
msgid "Extension Update Required"
-msgstr "Requierse Anovamientu d'estensión"
+msgstr "Ríquese anovamientu d'estensión"
#. bp47k
#: desktop/uiconfig/ui/updaterequireddialog.ui:27
-#, fuzzy
msgctxt "updaterequireddialog|check"
msgid "Check for _Updates..."
-msgstr "Comprobar anovamientos..."
+msgstr "B_uscar anovamientos..."
#. 9S2f3
#: desktop/uiconfig/ui/updaterequireddialog.ui:43
-#, fuzzy
msgctxt "updaterequireddialog|disable"
msgid "Disable all"
-msgstr "Desactivar too"
+msgstr "Desactivar toes"
#. VYnoR
#: desktop/uiconfig/ui/updaterequireddialog.ui:101
-#, fuzzy
msgctxt "updaterequireddialog|updatelabel"
msgid "%PRODUCTNAME has been updated to a new version. Some installed %PRODUCTNAME extensions are not compatible with this version and need to be updated before they can be used."
-msgstr "%PRODUCTNAME anovóse a una nueva versión. Dalgunes estensiones instalaes de %PRODUCTNAME nun son compatibles con esta versión y ye necesario anovales enantes de que puedan usase."
+msgstr "%PRODUCTNAME anovóse a una nueva versión. Dalgunes estensiones instalaes de %PRODUCTNAME nun son compatibles con esta versión y precisen anovase enantes de que puedan usase."
#. FXDEw
#: desktop/uiconfig/ui/updaterequireddialog.ui:151
diff --git a/source/ast/dictionaries/bo.po b/source/ast/dictionaries/bo.po
index 2a443bc9260..c2d799c51da 100644
--- a/source/ast/dictionaries/bo.po
+++ b/source/ast/dictionaries/bo.po
@@ -3,20 +3,24 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-21 01:15+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariesbo/ast/>\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1507132171.000000\n"
+#. MEmbU
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Classical Tibetan syllable spellchecker for Hunspell"
-msgstr ""
+msgstr "Correutor ortográficu silábicu del tibetanu clásicu pa Hunspell"
diff --git a/source/ast/dictionaries/cs_CZ.po b/source/ast/dictionaries/cs_CZ.po
index 6954dbbf273..6cc560dc0bd 100644
--- a/source/ast/dictionaries/cs_CZ.po
+++ b/source/ast/dictionaries/cs_CZ.po
@@ -3,18 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-21 01:15+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariescs_cz/ast/>\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1513251149.000000\n"
+#. DG9ET
#: description.xml
-#, fuzzy
msgctxt ""
"description.xml\n"
"dispname\n"
diff --git a/source/ast/dictionaries/en/dialog/registry/data/org/openoffice/Office.po b/source/ast/dictionaries/en/dialog/registry/data/org/openoffice/Office.po
index 93422ac9062..ef6580dcabe 100644
--- a/source/ast/dictionaries/en/dialog/registry/data/org/openoffice/Office.po
+++ b/source/ast/dictionaries/en/dialog/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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-01-07 12:16+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariesendialogregistrydataorgopenofficeoffice/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.9.1\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1369347960.000000\n"
#. Bshz7
@@ -34,4 +34,4 @@ msgctxt ""
"Label\n"
"value.text"
msgid "English Sentence Checking"
-msgstr ""
+msgstr "Revisión de frases n'inglés"
diff --git a/source/ast/dictionaries/es.po b/source/ast/dictionaries/es.po
index 9feeaed0a59..384899931c9 100644
--- a/source/ast/dictionaries/es.po
+++ b/source/ast/dictionaries/es.po
@@ -3,23 +3,24 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2013-05-23 22:26+0000\n"
-"Last-Translator: system user <>\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionarieses/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-Generator: Pootle 2.7\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1369347960.000000\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1460853761.000000\n"
+#. NYv5b
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Spanish spelling dictionary, hyphenation rules, and thesaurus for Spain and Latin America"
-msgstr ""
+msgstr "Diccionariu ortográficu del español, riegles de guionización y sinónimos pa España y Latinoamérica"
diff --git a/source/ast/dictionaries/gd_GB.po b/source/ast/dictionaries/gd_GB.po
index e261364b27d..5e71133304a 100644
--- a/source/ast/dictionaries/gd_GB.po
+++ b/source/ast/dictionaries/gd_GB.po
@@ -3,20 +3,24 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariesgd_gb/ast/>\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1507132171.000000\n"
+#. 8GVAb
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Scottish Gaelic spell checker"
-msgstr ""
+msgstr "Correutor ortográficu del gaélicu escocés"
diff --git a/source/ast/dictionaries/gug.po b/source/ast/dictionaries/gug.po
index 430332f3a03..348040bea13 100644
--- a/source/ast/dictionaries/gug.po
+++ b/source/ast/dictionaries/gug.po
@@ -3,20 +3,24 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariesgug/ast/>\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1507132171.000000\n"
+#. ME8sg
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Guarani thesaurus and spell checker"
-msgstr ""
+msgstr "Guaraní: correutor ortográficu y sinónimos"
diff --git a/source/ast/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po b/source/ast/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po
index 198928aa4ea..3eb8ec8b668 100644
--- a/source/ast/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po
+++ b/source/ast/dictionaries/hu_HU/dialog/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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-01-07 12:16+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-24 13:39+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionarieshu_hudialogregistrydataorgopenofficeoffice/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.9.1\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1369347961.000000\n"
#. Bshz7
@@ -34,4 +34,4 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Hungarian Sentence Checking"
-msgstr ""
+msgstr "Correición de frasen n'húngaru"
diff --git a/source/ast/dictionaries/id.po b/source/ast/dictionaries/id.po
index 9aed5ee3496..a320cb7fff4 100644
--- a/source/ast/dictionaries/id.po
+++ b/source/ast/dictionaries/id.po
@@ -3,20 +3,24 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-07-04 22:52+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariesid/ast/>\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1530737716.000000\n"
+#. nEMzy
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Indonesian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr ""
+msgstr "Indonesiu: correutor ortográficu, sinónimos y regles de división de palabres"
diff --git a/source/ast/dictionaries/is.po b/source/ast/dictionaries/is.po
index 912cc2dc313..fbd4b91046d 100644
--- a/source/ast/dictionaries/is.po
+++ b/source/ast/dictionaries/is.po
@@ -3,24 +3,24 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-11-11 00:29+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariesis/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1447201770.000000\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1513251149.000000\n"
+#. EPeKz
#: description.xml
-#, fuzzy
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Icelandic spelling dictionary, hyphenation rules and thesaurus"
-msgstr "Diccionariu ortográficu, regles de separación silábica y sinónimos pal italianu"
+msgstr "Islandés: correutor ortográficu, sinónimos y regles de división de palabres"
diff --git a/source/ast/dictionaries/pt_BR/dialog.po b/source/ast/dictionaries/pt_BR/dialog.po
index 405e2ee0639..4aca04caca8 100644
--- a/source/ast/dictionaries/pt_BR/dialog.po
+++ b/source/ast/dictionaries/pt_BR/dialog.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-01-07 12:16+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariespt_brdialog/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.9.1\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1389990983.000000\n"
#. Bshz7
@@ -34,4 +34,4 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Grammar Checking (Portuguese)"
-msgstr ""
+msgstr "Revisión gramatical (portugués)"
diff --git a/source/ast/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po b/source/ast/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po
index 4d95fe4600f..00ef5e22e14 100644
--- a/source/ast/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po
+++ b/source/ast/dictionaries/pt_BR/dialog/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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-01-07 12:16+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariespt_brdialogregistrydataorgopenofficeoffice/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.9.1\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1371417677.000000\n"
#. Bshz7
@@ -34,4 +34,4 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Grammar Checking (Portuguese)"
-msgstr ""
+msgstr "Revisión gramatical (portugués)"
diff --git a/source/ast/dictionaries/ru_RU/dialog.po b/source/ast/dictionaries/ru_RU/dialog.po
index e10c09b25bf..3789b47e817 100644
--- a/source/ast/dictionaries/ru_RU/dialog.po
+++ b/source/ast/dictionaries/ru_RU/dialog.po
@@ -3,19 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-11-05 17:38+0100\n"
-"PO-Revision-Date: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariesru_rudialog/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1369347964.000000\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1542022489.000000\n"
+#. iXbyq
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -24,6 +25,7 @@ msgctxt ""
msgid "Abbreviation"
msgstr "Abreviatura"
+#. VdQup
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -32,6 +34,7 @@ msgctxt ""
msgid "Grammar"
msgstr "Gramática"
+#. FxusD
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -40,6 +43,7 @@ msgctxt ""
msgid "Compound words with hyphen"
msgstr "Pallabres compuestes con guión"
+#. bDa2k
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -48,6 +52,7 @@ msgctxt ""
msgid "Comma usage"
msgstr "Usu de la coma"
+#. MArab
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -56,6 +61,7 @@ msgctxt ""
msgid "General error"
msgstr "Fallu xeneral"
+#. gFrYp
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -64,6 +70,7 @@ msgctxt ""
msgid "Multiword expressions"
msgstr "Frases feches"
+#. CSQye
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -72,6 +79,7 @@ msgctxt ""
msgid "Together/separately"
msgstr "Xunto/separao"
+#. kFDBx
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -80,6 +88,7 @@ msgctxt ""
msgid "Proofreading"
msgstr "Revisión"
+#. 8oHz8
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -88,14 +97,16 @@ msgctxt ""
msgid "Space mistake"
msgstr "Fallu d'espaciáu"
+#. RqxE9
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
"typographica\n"
"property.text"
msgid "Typographical"
-msgstr ""
+msgstr "Tipográfiques"
+#. FCFDQ
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -104,6 +115,7 @@ msgctxt ""
msgid "Word duplication"
msgstr "Duplicación de pallabres"
+#. 3ygV9
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -112,6 +124,7 @@ msgctxt ""
msgid "Others"
msgstr "Otros"
+#. m7eFp
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -120,6 +133,7 @@ msgctxt ""
msgid "Separation of large numbers (ISO)"
msgstr "Separación de númberos grandes (ISO)"
+#. XLh5S
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
diff --git a/source/ast/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po b/source/ast/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po
index db73ef8a99d..1467fdf3471 100644
--- a/source/ast/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po
+++ b/source/ast/dictionaries/ru_RU/dialog/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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-01-07 12:16+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariesru_rudialogregistrydataorgopenofficeoffice/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.9.1\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1369347964.000000\n"
#. Bshz7
@@ -34,4 +34,4 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Grammar Checking (Russian)"
-msgstr ""
+msgstr "Revisión gramatical (rusu)"
diff --git a/source/ast/dictionaries/sq_AL.po b/source/ast/dictionaries/sq_AL.po
index 546109bf9d5..988f859d231 100644
--- a/source/ast/dictionaries/sq_AL.po
+++ b/source/ast/dictionaries/sq_AL.po
@@ -3,21 +3,24 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariessq_al/ast/>\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1513251149.000000\n"
+#. hTByB
#: description.xml
-#, fuzzy
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Albanian spelling dictionary"
-msgstr "Diccionariu ortográficu pal bosniu"
+msgstr "Albanés: correutor ortográficu"
diff --git a/source/ast/dictionaries/sv_SE.po b/source/ast/dictionaries/sv_SE.po
index f995b2c6178..cf44e4013ea 100644
--- a/source/ast/dictionaries/sv_SE.po
+++ b/source/ast/dictionaries/sv_SE.po
@@ -3,20 +3,24 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariessv_se/ast/>\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1507132171.000000\n"
+#. zNUfV
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Swedish Dictionary"
-msgstr ""
+msgstr "Diccionariu de suecu"
diff --git a/source/ast/dictionaries/tr_TR.po b/source/ast/dictionaries/tr_TR.po
index b81cecc91e0..fd47d8974fb 100644
--- a/source/ast/dictionaries/tr_TR.po
+++ b/source/ast/dictionaries/tr_TR.po
@@ -3,20 +3,24 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-09-03 13:23+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariestr_tr/ast/>\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1535974915.000000\n"
+#. 7uDkD
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Turkish Spellcheck Dictionary"
-msgstr ""
+msgstr "Turcu: diccionariu ortográficu"
diff --git a/source/ast/editeng/messages.po b/source/ast/editeng/messages.po
index 99d38e80b87..741cfea1957 100644
--- a/source/ast/editeng/messages.po
+++ b/source/ast/editeng/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-12-17 14:17+0100\n"
-"PO-Revision-Date: 2020-01-17 18:13+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/editengmessages/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.9.1\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1516043757.000000\n"
#. BHYB4
@@ -117,7 +117,6 @@ msgstr "_Amestar al diccionariu"
#. MFssd
#: editeng/uiconfig/ui/spellmenu.ui:41
-#, fuzzy
msgctxt "spellmenu|check"
msgid "_Spellcheck..."
msgstr "Revisión ortográfica..."
@@ -126,14 +125,13 @@ msgstr "Revisión ortográfica..."
#: editeng/uiconfig/ui/spellmenu.ui:55
msgctxt "spellmenu|autocorrect"
msgid "AutoCorrect _To"
-msgstr ""
+msgstr "Autocorreición _por"
#. 4qA7Z
#: editeng/uiconfig/ui/spellmenu.ui:69
-#, fuzzy
msgctxt "spellmenu|autocorrectdlg"
msgid "Auto_Correct Options..."
-msgstr "~Opciones d'AutoCorreición..."
+msgstr "Opciones d'Auto_Correición..."
#. CLbNC
#. enum SvxBreak ------------------------------------------------------------
@@ -330,7 +328,7 @@ msgstr "Cursiva"
#: include/editeng/editrids.hrc:65
msgctxt "RID_SVXITEMS_WEIGHT_DONTKNOW"
msgid "?"
-msgstr ""
+msgstr "?"
#. ZPWhD
#: include/editeng/editrids.hrc:66
@@ -643,10 +641,9 @@ msgstr "Tacháu duble"
#. CRbmc
#: include/editeng/editrids.hrc:123
-#, fuzzy
msgctxt "RID_SVXITEMS_STRIKEOUT_DONTKNOW"
msgid "Strikethrough"
-msgstr "Ensin tacháu"
+msgstr "Tacháu"
#. ezPe8
#: include/editeng/editrids.hrc:124
@@ -841,27 +838,25 @@ msgstr "Cuadru esterior"
#: include/editeng/editrids.hrc:161
msgctxt "RID_FINE_DASHED"
msgid "Single, fine dashed"
-msgstr ""
+msgstr "Cenciella, discontinua fina"
#. DFgwE
#: include/editeng/editrids.hrc:162
msgctxt "RID_DOUBLE_THIN"
msgid "Double, fixed thin lines"
-msgstr ""
+msgstr "Doble, llinies fines fixes"
#. UPWCE
#: include/editeng/editrids.hrc:163
-#, fuzzy
msgctxt "RID_DASH_DOT"
msgid "Single, dash-dot"
-msgstr "Cenciella, rayes"
+msgstr "Cenciella, trazu-puntu"
#. 2S39y
#: include/editeng/editrids.hrc:164
-#, fuzzy
msgctxt "RID_DASH_DOT_DOT"
msgid "Single, dash-dot-dot"
-msgstr "Cenciella, rayes"
+msgstr "Cenciella, trazu-puntu-puntu"
#. 6g3LZ
#: include/editeng/editrids.hrc:165
@@ -1204,7 +1199,7 @@ msgstr "Proporcional"
#: include/editeng/editrids.hrc:223
msgctxt "RID_SVXITEMS_LINESPACING_MIN"
msgid "At least"
-msgstr ""
+msgstr "Polo menos"
#. sG5JS
#: include/editeng/editrids.hrc:224
@@ -1398,13 +1393,13 @@ msgstr "Encaxar na llinia"
#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
-msgstr ""
+msgstr "El testu nun ta xiráu"
#. WSt2G
#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
-msgstr ""
+msgstr "El testu ta xiráu $(ARG1)°"
#. bGvZn
#: include/editeng/editrids.hrc:259
@@ -1500,7 +1495,7 @@ msgstr "Usar la configuración de direición del oxetu al que ta subordináu"
#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
-msgstr ""
+msgstr "Direición del testu d'izquierda a drecha (vertical dende abaxo)"
#. Z9dAu
#: include/editeng/editrids.hrc:275
@@ -1628,7 +1623,7 @@ msgstr "Viñeta d'imaxe"
#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
-msgstr ""
+msgstr "Párrafu: $(ARG) "
#. ZQDDe
#: include/editeng/editrids.hrc:300
diff --git a/source/ast/extensions/source/update/check/org/openoffice/Office.po b/source/ast/extensions/source/update/check/org/openoffice/Office.po
index 018e0fcac52..fe87158efed 100644
--- a/source/ast/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/ast/extensions/source/update/check/org/openoffice/Office.po
@@ -3,25 +3,25 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-04-12 14:14+0200\n"
-"PO-Revision-Date: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-24 11:23+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/extensionssourceupdatecheckorgopenofficeoffice/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1369347975.000000\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1513029083.000000\n"
+#. uuumn
#: Addons.xcu
-#, fuzzy
msgctxt ""
"Addons.xcu\n"
".Addons.AddonUI.OfficeHelp.UpdateCheckJob\n"
"Title\n"
"value.text"
msgid "~Check for Updates..."
-msgstr "Guetar anov~amientos..."
+msgstr "~Guetar anovamientos..."
diff --git a/source/ast/filter/messages.po b/source/ast/filter/messages.po
index fd90e93874b..7b5f019baaf 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-02-10 17:54+0100\n"
-"PO-Revision-Date: 2020-02-01 14:39+0000\n"
+"PO-Revision-Date: 2020-02-14 10:28+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"
@@ -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 3.9.1\n"
"X-POOTLE-MTIME: 1516029128.000000\n"
#. 5AQgJ
@@ -571,10 +571,9 @@ msgstr "XML"
#. ECLBB
#: filter/uiconfig/ui/pdfgeneralpage.ui:565
-#, fuzzy
msgctxt "pdfgeneralpage|label7"
msgid "Submit _format:"
-msgstr "Unviar _formatu"
+msgstr "_Formatu d'unviu:"
#. hedQy
#: filter/uiconfig/ui/pdfgeneralpage.ui:597
@@ -592,7 +591,7 @@ msgstr ""
#: filter/uiconfig/ui/pdfgeneralpage.ui:651
msgctxt "pdfgeneralpage|pdfaversion"
msgid "PDF/A _version:"
-msgstr ""
+msgstr "Versión de PDF/A:"
#. RHQNg
#: filter/uiconfig/ui/pdfgeneralpage.ui:685
diff --git a/source/ast/filter/source/config/fragments/internalgraphicfilters.po b/source/ast/filter/source/config/fragments/internalgraphicfilters.po
index e88278d9532..92faae677c7 100644
--- a/source/ast/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/ast/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,19 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2016-11-11 01:21+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\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"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/filtersourceconfigfragmentsinternalgraphicfilters/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1478827313.000000\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1516029128.000000\n"
+#. s5fY3
#: bmp_Export.xcu
msgctxt ""
"bmp_Export.xcu\n"
@@ -25,6 +26,7 @@ msgctxt ""
msgid "BMP - Windows Bitmap"
msgstr "BMP - Mapa de bits de Windows"
+#. QDE8k
#: bmp_Import.xcu
msgctxt ""
"bmp_Import.xcu\n"
@@ -34,6 +36,7 @@ msgctxt ""
msgid "BMP - Windows Bitmap"
msgstr "BMP - Mapa de bits de Windows"
+#. qpMuH
#: dxf_Import.xcu
msgctxt ""
"dxf_Import.xcu\n"
@@ -43,6 +46,7 @@ msgctxt ""
msgid "DXF - AutoCAD Interchange Format"
msgstr "DXF - Formatu d'intercambéu d'AutoCAD"
+#. qGZFH
#: emf_Export.xcu
msgctxt ""
"emf_Export.xcu\n"
@@ -52,6 +56,7 @@ msgctxt ""
msgid "EMF - Enhanced Metafile"
msgstr "EMF - Metaficheru enantáu"
+#. oBuvn
#: emf_Import.xcu
msgctxt ""
"emf_Import.xcu\n"
@@ -61,6 +66,7 @@ msgctxt ""
msgid "EMF - Enhanced Metafile"
msgstr "EMF - Metaficheru enantáu"
+#. zAAmY
#: eps_Export.xcu
msgctxt ""
"eps_Export.xcu\n"
@@ -70,6 +76,7 @@ msgctxt ""
msgid "EPS - Encapsulated PostScript"
msgstr "EPS - PostScript encapsuláu"
+#. 5FiGM
#: eps_Import.xcu
msgctxt ""
"eps_Import.xcu\n"
@@ -79,6 +86,7 @@ msgctxt ""
msgid "EPS - Encapsulated PostScript"
msgstr "EPS - PostScript Encapsuláu"
+#. 8aCLy
#: gif_Export.xcu
msgctxt ""
"gif_Export.xcu\n"
@@ -88,6 +96,7 @@ msgctxt ""
msgid "GIF - Graphics Interchange Format"
msgstr "GIF - Formatu d'intercambiu de gráficos"
+#. Nk7ag
#: gif_Import.xcu
msgctxt ""
"gif_Import.xcu\n"
@@ -97,6 +106,7 @@ msgctxt ""
msgid "GIF - Graphics Interchange Format"
msgstr "GIF - Formatu d'Intercambiu de Gráficos"
+#. yxVdN
#: jpg_Export.xcu
msgctxt ""
"jpg_Export.xcu\n"
@@ -106,6 +116,7 @@ msgctxt ""
msgid "JPEG - Joint Photographic Experts Group"
msgstr "JPEG - Joint Photographic Experts Group"
+#. tmRvm
#: jpg_Import.xcu
msgctxt ""
"jpg_Import.xcu\n"
@@ -115,6 +126,7 @@ msgctxt ""
msgid "JPEG - Joint Photographic Experts Group"
msgstr "JPEG - Joint Photographic Experts Group"
+#. LGCAc
#: met_Import.xcu
msgctxt ""
"met_Import.xcu\n"
@@ -124,6 +136,7 @@ msgctxt ""
msgid "MET - OS/2 Metafile"
msgstr "MET - Metaficheru OS/2"
+#. dG3sA
#: mov_Import.xcu
msgctxt ""
"mov_Import.xcu\n"
@@ -133,6 +146,7 @@ msgctxt ""
msgid "MOV - QuickTime File Format"
msgstr ""
+#. 8tBQm
#: pbm_Import.xcu
msgctxt ""
"pbm_Import.xcu\n"
@@ -142,6 +156,7 @@ msgctxt ""
msgid "PBM - Portable Bitmap"
msgstr "PBM - Mapa de bits portátil"
+#. 277AA
#: pcd_Import_Base.xcu
msgctxt ""
"pcd_Import_Base.xcu\n"
@@ -151,6 +166,7 @@ msgctxt ""
msgid "PCD - Kodak Photo CD (768x512)"
msgstr "PCD - Kodak Photo CD (768x512)"
+#. C9U5A
#: pcd_Import_Base16.xcu
msgctxt ""
"pcd_Import_Base16.xcu\n"
@@ -160,6 +176,7 @@ msgctxt ""
msgid "PCD - Kodak Photo CD (192x128)"
msgstr "PCD - Kodak Photo CD (192x128)"
+#. NLTnG
#: pcd_Import_Base4.xcu
msgctxt ""
"pcd_Import_Base4.xcu\n"
@@ -169,6 +186,7 @@ msgctxt ""
msgid "PCD - Kodak Photo CD (384x256)"
msgstr "PCD - Kodak Photo CD (384x256)"
+#. fA8cL
#: pct_Import.xcu
msgctxt ""
"pct_Import.xcu\n"
@@ -178,6 +196,7 @@ msgctxt ""
msgid "PCT - Mac Pict"
msgstr "PCT - Mac Pict"
+#. XqQHD
#: pcx_Import.xcu
msgctxt ""
"pcx_Import.xcu\n"
@@ -187,6 +206,7 @@ msgctxt ""
msgid "PCX - Zsoft Paintbrush"
msgstr "PCX - Zsoft Paintbrush"
+#. Gy43e
#: pdf_Export.xcu
msgctxt ""
"pdf_Export.xcu\n"
@@ -196,6 +216,7 @@ msgctxt ""
msgid "PDF - Portable Document Format"
msgstr "PDF - Formatu de documentu portátil"
+#. gy3Kw
#: pdf_Import.xcu
msgctxt ""
"pdf_Import.xcu\n"
@@ -205,6 +226,7 @@ msgctxt ""
msgid "PDF - Portable Document Format"
msgstr "PDF - Formatu de documentu portátil"
+#. QnjZy
#: pgm_Import.xcu
msgctxt ""
"pgm_Import.xcu\n"
@@ -214,6 +236,7 @@ msgctxt ""
msgid "PGM - Portable Graymap"
msgstr "PGM - Mapa de buxu portátil"
+#. CGCGC
#: png_Export.xcu
msgctxt ""
"png_Export.xcu\n"
@@ -223,6 +246,7 @@ msgctxt ""
msgid "PNG - Portable Network Graphic"
msgstr "PNG - Gráficu portátil de rede"
+#. mGBEL
#: png_Import.xcu
msgctxt ""
"png_Import.xcu\n"
@@ -232,6 +256,7 @@ msgctxt ""
msgid "PNG - Portable Network Graphic"
msgstr "PNG - Gráficu portátil de rede"
+#. CCFfq
#: ppm_Import.xcu
msgctxt ""
"ppm_Import.xcu\n"
@@ -241,6 +266,7 @@ msgctxt ""
msgid "PPM - Portable Pixelmap"
msgstr "PPM - Mapa de pixels portátil"
+#. CBquP
#: psd_Import.xcu
msgctxt ""
"psd_Import.xcu\n"
@@ -250,6 +276,7 @@ msgctxt ""
msgid "PSD - Adobe Photoshop"
msgstr "PSD - Adobe Photoshop"
+#. 9obh3
#: ras_Import.xcu
msgctxt ""
"ras_Import.xcu\n"
@@ -259,6 +286,7 @@ msgctxt ""
msgid "RAS - Sun Raster Image"
msgstr "RAS - Imaxe Sun Raster"
+#. nFfen
#: svg_Export.xcu
msgctxt ""
"svg_Export.xcu\n"
@@ -268,6 +296,7 @@ msgctxt ""
msgid "SVG - Scalable Vector Graphics"
msgstr "SVG - Gráficos vectoriales escalables"
+#. DFeqX
#: svg_Import.xcu
msgctxt ""
"svg_Import.xcu\n"
@@ -277,6 +306,7 @@ msgctxt ""
msgid "SVG - Scalable Vector Graphics"
msgstr "SVG - Gráficos vectoriales escalables"
+#. J66y9
#: svm_Export.xcu
msgctxt ""
"svm_Export.xcu\n"
@@ -286,6 +316,7 @@ msgctxt ""
msgid "SVM - StarView Metafile"
msgstr "SVM - Metaficheru de StarView"
+#. LKKGd
#: svm_Import.xcu
msgctxt ""
"svm_Import.xcu\n"
@@ -295,6 +326,7 @@ msgctxt ""
msgid "SVM - StarView Metafile"
msgstr "SVM - Metaficheru de StarView"
+#. DNXBL
#: tga_Import.xcu
msgctxt ""
"tga_Import.xcu\n"
@@ -304,6 +336,7 @@ msgctxt ""
msgid "TGA - Truevision Targa"
msgstr "TGA - Truevision Targa"
+#. xuf6Z
#: tif_Export.xcu
msgctxt ""
"tif_Export.xcu\n"
@@ -313,6 +346,7 @@ msgctxt ""
msgid "TIFF - Tagged Image File Format"
msgstr "TIFF - Tagged Image File Format"
+#. rBL3E
#: tif_Import.xcu
msgctxt ""
"tif_Import.xcu\n"
@@ -322,6 +356,7 @@ msgctxt ""
msgid "TIFF - Tagged Image File Format"
msgstr "TIFF - Tagged Image File Format"
+#. fUdGf
#: wmf_Export.xcu
msgctxt ""
"wmf_Export.xcu\n"
@@ -331,6 +366,7 @@ msgctxt ""
msgid "WMF - Windows Metafile"
msgstr "WMF - Metaficheru de Windows"
+#. XScQb
#: wmf_Import.xcu
msgctxt ""
"wmf_Import.xcu\n"
@@ -340,6 +376,7 @@ msgctxt ""
msgid "WMF - Windows Metafile"
msgstr "WMF - Metaficheru de Windows"
+#. 86GGm
#: xbm_Import.xcu
msgctxt ""
"xbm_Import.xcu\n"
@@ -347,8 +384,9 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "XBM - X Bitmap"
-msgstr "XBM - X Bitmap"
+msgstr "XBM - Mapa de bits de X"
+#. de9B2
#: xpm_Import.xcu
msgctxt ""
"xpm_Import.xcu\n"
@@ -356,4 +394,4 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "XPM - X PixMap"
-msgstr "XPM - X PixMap"
+msgstr "XPM - PixMap de X"
diff --git a/source/ast/forms/messages.po b/source/ast/forms/messages.po
index d4b5c57064c..c3a9c41ebb1 100644
--- a/source/ast/forms/messages.po
+++ b/source/ast/forms/messages.po
@@ -3,121 +3,146 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-27 13:56+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"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"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/formsmessages/ast/>\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
+"X-POOTLE-MTIME: 1507237308.000000\n"
+#. naBgZ
#: forms/inc/strings.hrc:25
msgctxt "RID_BASELISTBOX_ERROR_FILLLIST"
msgid "The contents of a combo box or list field could not be determined."
msgstr "Nun se fue quien a determinar el conteníu d'un campu combináu o un llistáu."
+#. hiEhu
#: forms/inc/strings.hrc:26
msgctxt "RID_STR_IMPORT_GRAPHIC"
msgid "Insert Image"
msgstr "Inxertar una imaxe"
+#. FfrQA
#: forms/inc/strings.hrc:27
msgctxt "RID_STR_CONTROL_SUBSTITUTED_NAME"
msgid "substituted"
msgstr "sustituyíu"
+#. CHLAP
#: forms/inc/strings.hrc:28
msgctxt "RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN"
msgid "An error occurred while this control was being loaded. It was therefore replaced with a placeholder."
msgstr "Hebo un fallu al cargar esti control. Camudóse por un comodín."
+#. CLzFr
#: forms/inc/strings.hrc:29
msgctxt "RID_STR_READERROR"
msgid "Error reading data from database"
msgstr "Fallu al lleer los datos de la base datos"
+#. Q8pGP
#: forms/inc/strings.hrc:30
msgctxt "RID_STR_CONNECTERROR"
msgid "Connection failed"
msgstr "Falló conexón"
+#. EsJw2
#: forms/inc/strings.hrc:31
msgctxt "RID_ERR_LOADING_FORM"
msgid "The data content could not be loaded."
msgstr "Nun se pudieron cargar los conteníos de los datos."
+#. L9J7Z
#: forms/inc/strings.hrc:32
msgctxt "RID_ERR_REFRESHING_FORM"
msgid "The data content could not be updated"
msgstr "Nun se pudo anovar el conteníu de los datos"
+#. LHxyL
#: forms/inc/strings.hrc:33
msgctxt "RID_STR_ERR_INSERTRECORD"
msgid "Error inserting the new record"
msgstr "Fallu al inxertar el rexistru nuevu"
+#. DeE8J
#: forms/inc/strings.hrc:34
msgctxt "RID_STR_ERR_UPDATERECORD"
msgid "Error updating the current record"
msgstr "Fallu al anovar el rexistru actual"
+#. dKbFA
#: forms/inc/strings.hrc:35
msgctxt "RID_STR_ERR_DELETERECORD"
msgid "Error deleting the current record"
msgstr "Fallu al desaniciar el rexistru actual"
+#. KrWCL
#: forms/inc/strings.hrc:36
msgctxt "RID_STR_ERR_DELETERECORDS"
msgid "Error deleting the specified records"
msgstr "Fallu al desaniciar los rexistros conseñaos"
+#. CgPPq
#: forms/inc/strings.hrc:37
msgctxt "RID_STR_NEED_NON_NULL_OBJECT"
msgid "The object cannot be NULL."
msgstr "L'oxetu nun puede ser NULL."
+#. DjPos
#: forms/inc/strings.hrc:38
msgctxt "RID_STR_OPEN_GRAPHICS"
msgid "Insert Image from..."
msgstr "Inxertar una imaxe dende..."
+#. 5xPFL
#: forms/inc/strings.hrc:39
msgctxt "RID_STR_CLEAR_GRAPHICS"
msgid "Remove Image"
msgstr "Desaniciar la imaxe"
+#. YepRu
#: forms/inc/strings.hrc:40
msgctxt "RID_STR_INVALIDSTREAM"
msgid "The given stream is invalid."
msgstr "La secuencia indicada nun val."
+#. zzFRi
#: forms/inc/strings.hrc:41
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Hebo un fallu al analizar la espresión de la consulta"
+#. BQj6G
#: forms/inc/strings.hrc:42
msgctxt "RID_STR_INCOMPATIBLE_TYPES"
msgid "The value types supported by the binding cannot be used for exchanging data with this control."
msgstr "Les tribes de valores qu'almite esti venceyamientu nun se pueden usar pa intercambiar datos con esti control."
+#. KMteF
#: forms/inc/strings.hrc:43
msgctxt "RID_STR_LABEL_RECORD"
msgid "Record"
msgstr "Grabar"
+#. KkC2w
#: forms/inc/strings.hrc:44
msgctxt "RID_STR_INVALID_VALIDATOR"
msgid "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator."
msgstr "El control conéutase a un venceyamientu de valor esternu, que furrula tamién como validador. Necesítase revocar el venceyamientu de valor enantes de configurar un validador nuevu."
+#. HDFRj
#: forms/inc/strings.hrc:45
msgctxt "RID_STR_LABEL_OF"
msgid "of"
msgstr "de"
+#. pwvrd
#: forms/inc/strings.hrc:46
msgctxt "RID_STR_QUERY_SAVE_MODIFIED_ROW"
msgid ""
@@ -127,182 +152,218 @@ msgstr ""
"El conteníu d'esti formulariu camudóse.\n"
"¿Quies grabar los cambios?"
+#. UUqEs
#: forms/inc/strings.hrc:47
msgctxt "RID_STR_COULD_NOT_SET_ORDER"
msgid "Error setting the sort criteria"
msgstr "Fallu al afitar el criteriu d'ordenar"
+#. AsgK8
#: forms/inc/strings.hrc:48
msgctxt "RID_STR_COULD_NOT_SET_FILTER"
msgid "Error setting the filter criteria"
msgstr "Fallu al afitar el criteriu de peñera"
+#. x4f5J
#: forms/inc/strings.hrc:49
msgctxt "RID_STR_FEATURE_REQUIRES_PARAMETERS"
msgid "To execute this function, parameters are needed."
msgstr "Pa executar esta función necesítense parámetros."
+#. Bu48A
#: forms/inc/strings.hrc:50
msgctxt "RID_STR_FEATURE_NOT_EXECUTABLE"
msgid "This function cannot be executed, but is only for status queries."
msgstr "Esta función nun se puede executar, sólo ye pa consultes d'estáu."
+#. LYhEn
#: forms/inc/strings.hrc:51
msgctxt "RID_STR_FEATURE_UNKNOWN"
msgid "Unknown function."
msgstr "Función desconocida."
+#. X5wuE
#: forms/inc/strings.hrc:53
msgctxt "RID_STR_XFORMS_NO_BINDING_EXPRESSION"
msgid "Please enter a binding expression."
msgstr "Escribi una espresión d'enllaz."
+#. BnacN
#: forms/inc/strings.hrc:54
msgctxt "RID_STR_XFORMS_INVALID_BINDING_EXPRESSION"
msgid "This is an invalid binding expression."
msgstr "Esta espresión d'enllaz nun val."
+#. 75FBb
#: forms/inc/strings.hrc:55
msgctxt "RID_STR_XFORMS_INVALID_VALUE"
msgid "Value is invalid."
msgstr "El valor nun val."
+#. FBx5M
#: forms/inc/strings.hrc:56
msgctxt "RID_STR_XFORMS_REQUIRED"
msgid "A value is required."
msgstr "Necesítase un valor."
+#. cETRH
#: forms/inc/strings.hrc:57
msgctxt "RID_STR_XFORMS_INVALID_CONSTRAINT"
msgid "The constraint '$1' not validated."
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'."
+#. 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."
+#. 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."
+#. 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."
+#. 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."
+#. zcC3f
#: forms/inc/strings.hrc:63
msgctxt "RID_STR_XFORMS_VALUE_TOTAL_DIGITS"
msgid "$2 digits allowed at most."
msgstr "$2 díxitos permitíos como máximu."
+#. EFgBN
#: forms/inc/strings.hrc:64
msgctxt "RID_STR_XFORMS_VALUE_FRACTION_DIGITS"
msgid "$2 fraction digits allowed at most."
msgstr "$2 díxitos de fracción permitíos como máximu."
+#. fFbKg
#: forms/inc/strings.hrc:65
msgctxt "RID_STR_XFORMS_VALUE_LENGTH"
msgid "The string must be $2 characters long."
msgstr "La cadena tien que tener $2 caráuteres de llargor."
+#. CzF3L
#: forms/inc/strings.hrc:66
msgctxt "RID_STR_XFORMS_VALUE_MIN_LENGTH"
msgid "The string must be at least $2 characters long."
msgstr "La cadena tien que tener como mínimu $2 caráuteres de llargor."
+#. effSk
#: forms/inc/strings.hrc:67
msgctxt "RID_STR_XFORMS_VALUE_MAX_LENGTH"
msgid "The string can only be $2 characters long at most."
msgstr "La cadena sólo puede tener $2 caráuteres de llargor como máximu."
+#. dfwAw
#: forms/inc/strings.hrc:68
msgctxt "RID_STR_DATATYPE_STRING"
msgid "String"
msgstr "Cadena"
+#. 2VkkS
#: forms/inc/strings.hrc:69
msgctxt "RID_STR_DATATYPE_URL"
msgid "Hyperlink"
msgstr "Hiperenllaz"
+#. wCcrk
#: forms/inc/strings.hrc:70
msgctxt "RID_STR_DATATYPE_BOOLEAN"
msgid "True/False (Boolean)"
msgstr "Verdaderu/Falsu (booleano)"
+#. o7BXD
#: forms/inc/strings.hrc:71
msgctxt "RID_STR_DATATYPE_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
+#. X7yWD
#: forms/inc/strings.hrc:72
msgctxt "RID_STR_DATATYPE_FLOAT"
msgid "Floating point"
msgstr "Coma flotante"
+#. kGdUi
#: forms/inc/strings.hrc:73
msgctxt "RID_STR_DATATYPE_DOUBLE"
msgid "Double"
msgstr "Doble"
+#. ki4Gz
#: forms/inc/strings.hrc:74
msgctxt "RID_STR_DATATYPE_DATE"
msgid "Date"
msgstr "Data"
+#. Ehje9
#: forms/inc/strings.hrc:75
msgctxt "RID_STR_DATATYPE_TIME"
msgid "Time"
msgstr "Tiempu"
+#. zC46Y
#: forms/inc/strings.hrc:76
msgctxt "RID_STR_DATATYPE_DATETIME"
msgid "Date and Time"
msgstr "Data y Tiempu"
+#. Ad6EV
#: forms/inc/strings.hrc:77
msgctxt "RID_STR_DATATYPE_YEAR"
msgid "Year"
msgstr "Añu"
+#. XfSWT
#: forms/inc/strings.hrc:78
msgctxt "RID_STR_DATATYPE_MONTH"
msgid "Month"
msgstr "Mes"
+#. rBHBA
#: forms/inc/strings.hrc:79
msgctxt "RID_STR_DATATYPE_DAY"
msgid "Day"
msgstr "Día"
+#. VS33y
#: forms/inc/strings.hrc:80
msgctxt "RID_STR_XFORMS_CANT_EVALUATE"
msgid "Error during evaluation"
msgstr "Fallu na evaluación"
+#. SFp7z
#: 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'."
+#. GdrwE
#: forms/inc/strings.hrc:82
msgctxt "RID_STR_XFORMS_BINDING_UI_NAME"
msgid "Binding"
msgstr "Enllaz"
+#. AGvgC
#: forms/inc/strings.hrc:83
msgctxt "RID_STR_XFORMS_CANT_REMOVE_TYPE"
msgid "This is a built-in type and cannot be removed."
-msgstr ""
+msgstr "Esti ye un tipu integráu y nun pue desaniciase."
diff --git a/source/ast/formula/messages.po b/source/ast/formula/messages.po
index ea946705223..a2b4bd868c1 100644
--- a/source/ast/formula/messages.po
+++ b/source/ast/formula/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-10-14 14:31+0200\n"
-"PO-Revision-Date: 2020-01-22 12:08+0000\n"
+"PO-Revision-Date: 2020-02-14 10:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/formulamessages/ast/>\n"
"Language: ast\n"
@@ -2639,10 +2639,9 @@ msgstr "Maximizar"
#. QLwpq
#: formula/uiconfig/ui/functionpage.ui:26
-#, fuzzy
msgctxt "functionpage|label_search"
msgid "_Search"
-msgstr "Guetar"
+msgstr "_Guetar"
#. MbTAL
#: formula/uiconfig/ui/functionpage.ui:54
diff --git a/source/ast/framework/messages.po b/source/ast/framework/messages.po
index 314938e8fc6..494c1409318 100644
--- a/source/ast/framework/messages.po
+++ b/source/ast/framework/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
"PO-Revision-Date: 2019-12-09 11:43+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://vm137.documentfoundation.org/projects/libo_ui-master/frameworkmessages/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.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1513251152.000000\n"
#. 5dTDC
@@ -48,84 +48,90 @@ msgctxt "STR_TOOLBAR_CUSTOMIZE_TOOLBAR"
msgid "~Customize Toolbar..."
msgstr "~Personalizar la barra de ferramientes..."
-#. 7GcGg
+#. DhTM2
#: framework/inc/strings.hrc:30
+msgctxt "STR_TOOLBAR_UNDOCK_TOOLBAR"
+msgid "U~ndock Toolbar"
+msgstr ""
+
+#. 7GcGg
+#: framework/inc/strings.hrc:31
#, fuzzy
msgctxt "STR_TOOLBAR_DOCK_TOOLBAR"
msgid "~Dock Toolbar"
msgstr "Aferrar la barra ~de ferramientes"
#. hFZqj
-#: framework/inc/strings.hrc:31
+#: framework/inc/strings.hrc:32
#, fuzzy
msgctxt "STR_TOOLBAR_DOCK_ALL_TOOLBARS"
msgid "Dock ~All Toolbars"
msgstr "~Aferrar toles barres de ferramientes"
#. xUzeo
-#: framework/inc/strings.hrc:32
+#: framework/inc/strings.hrc:33
#, fuzzy
msgctxt "STR_TOOLBAR_LOCK_TOOLBAR"
msgid "~Lock Toolbar Position"
msgstr "~Bloquiar la posición de la barra de ferramientes"
#. a9XNN
-#: framework/inc/strings.hrc:33
+#: framework/inc/strings.hrc:34
#, fuzzy
msgctxt "STR_TOOLBAR_CLOSE_TOOLBAR"
msgid "Close ~Toolbar"
msgstr "Zarrar la barra de ferramien~tes"
#. JGEgE
-#: framework/inc/strings.hrc:34
+#: framework/inc/strings.hrc:35
msgctxt "STR_SAVECOPYDOC"
msgid "Save Copy ~as..."
msgstr "Grab~ar Copia como..."
#. JJrop
-#: framework/inc/strings.hrc:35
+#: framework/inc/strings.hrc:36
msgctxt "STR_NODOCUMENT"
msgid "No Documents"
msgstr "Ensin documentos"
#. Sc7No
-#: framework/inc/strings.hrc:36
+#: framework/inc/strings.hrc:37
msgctxt "STR_CLEAR_RECENT_FILES"
msgid "Clear List"
msgstr "Llimpiar la llista"
#. y5BFt
-#: framework/inc/strings.hrc:37
+#: framework/inc/strings.hrc:38
msgctxt "STR_CLEAR_RECENT_FILES_HELP"
msgid "Clears the list with the most recently opened files. This action can not be undone."
msgstr "Llimpia la llista de ficheros abiertos de recién. Esta aición nun pue desfacese."
#. JDATD
-#: framework/inc/strings.hrc:38
+#: framework/inc/strings.hrc:39
msgctxt "STR_REMOTE_TITLE"
msgid " (Remote)"
msgstr " (remotu)"
#. JFH6k
-#: framework/inc/strings.hrc:39
+#: framework/inc/strings.hrc:40
msgctxt "STR_SAFEMODE_TITLE"
msgid " (Safe Mode)"
msgstr " (mou seguru)"
#. D4pBb
-#: framework/inc/strings.hrc:40
+#: framework/inc/strings.hrc:41
msgctxt "STR_TOOLBAR_TITLE_ADDON"
msgid "Add-On %num%"
msgstr "Complementu %num%"
#. 5HFDW
-#: framework/inc/strings.hrc:41
+#: framework/inc/strings.hrc:42
msgctxt "STR_FULL_DISC_RETRY_BUTTON"
msgid "Retry"
msgstr "Retentar"
#. Cu3Ch
-#: framework/inc/strings.hrc:42
+#: framework/inc/strings.hrc:43
msgctxt "STR_FULL_DISC_MSG"
msgid ""
"%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n"
@@ -145,13 +151,13 @@ msgstr ""
"\n"
#. oPFZY
-#: framework/inc/strings.hrc:43
+#: framework/inc/strings.hrc:44
msgctxt "STR_RESTORE_TOOLBARS"
msgid "~Reset"
msgstr "~Reafitar"
#. ntyDa
-#: framework/inc/strings.hrc:44
+#: framework/inc/strings.hrc:45
msgctxt "STR_CORRUPT_UICFG_SHARE"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -161,7 +167,7 @@ msgstr ""
"Intenta reinstalar l'aplicación."
#. grsAx
-#: framework/inc/strings.hrc:45
+#: framework/inc/strings.hrc:46
msgctxt "STR_CORRUPT_UICFG_USER"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -171,7 +177,7 @@ msgstr ""
"Intenta desaniciar el to perfil d'usuariu de l'aplicación."
#. qMSRF
-#: framework/inc/strings.hrc:46
+#: framework/inc/strings.hrc:47
msgctxt "STR_CORRUPT_UICFG_GENERAL"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -181,44 +187,44 @@ msgstr ""
"Tenta primero desaniciar el to perfil d'usuariu de l'aplicación o tenta volver a instalar l'aplicación."
#. 9FEe5
-#: framework/inc/strings.hrc:47
+#: framework/inc/strings.hrc:48
msgctxt "STR_UNTITLED_DOCUMENT"
msgid "Untitled"
msgstr "Ensin títulu"
#. HDUNU
#. To translators: for displaying 'Multiple Languages' in the language statusbar control
-#: framework/inc/strings.hrc:49
+#: framework/inc/strings.hrc:50
msgctxt "STR_LANGSTATUS_MULTIPLE_LANGUAGES"
msgid "Multiple Languages"
msgstr "Delles llingües"
#. rZBXF
-#: framework/inc/strings.hrc:50
+#: framework/inc/strings.hrc:51
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "Dengún (Nun igua la ortografía)"
#. Z8EjG
-#: framework/inc/strings.hrc:51
+#: framework/inc/strings.hrc:52
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr "Reafitar a la llingua predeterminada"
#. YEXdS
-#: framework/inc/strings.hrc:52
+#: framework/inc/strings.hrc:53
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "Más..."
#. tTsdD
-#: framework/inc/strings.hrc:53
+#: framework/inc/strings.hrc:54
msgctxt "STR_SET_LANGUAGE_FOR_PARAGRAPH"
msgid "Set Language for Paragraph"
msgstr "Escoyer la llingua pa Párrafu"
#. m72Ea
-#: framework/inc/strings.hrc:54
+#: framework/inc/strings.hrc:55
msgctxt "STR_LANGSTATUS_HINT"
msgid "Text Language. Right-click to set character or paragraph language"
msgstr ""
diff --git a/source/ast/helpcontent2/source/auxiliary.po b/source/ast/helpcontent2/source/auxiliary.po
index ffe5eafcbbe..77e27dec94b 100644
--- a/source/ast/helpcontent2/source/auxiliary.po
+++ b/source/ast/helpcontent2/source/auxiliary.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-11-25 17:08+0100\n"
-"PO-Revision-Date: 2020-01-24 14:44+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-21 14:35+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/auxiliary/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.9.1\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1532004324.000000\n"
#. fEEXD
@@ -23,7 +23,7 @@ msgctxt ""
"07\n"
"help_section.text"
msgid "Macros and Scripting"
-msgstr ""
+msgstr "Macros y scripts"
#. pDA36
#: sbasic.tree
@@ -32,7 +32,7 @@ msgctxt ""
"0701\n"
"node.text"
msgid "%PRODUCTNAME BASIC"
-msgstr ""
+msgstr "%PRODUCTNAME Basic"
#. Ua99d
#: sbasic.tree
@@ -41,7 +41,7 @@ msgctxt ""
"070101\n"
"node.text"
msgid "General Information and User Interface Usage"
-msgstr ""
+msgstr "Información xeneral y usu de la interfaz d'usuariu"
#. ooCCn
#: sbasic.tree
@@ -50,7 +50,7 @@ msgctxt ""
"070102\n"
"node.text"
msgid "Command Reference"
-msgstr ""
+msgstr "Referencia d'órdenes"
#. MrEnT
#: sbasic.tree
@@ -59,7 +59,7 @@ msgctxt ""
"07010202\n"
"node.text"
msgid "Functions, Statements, and Operators"
-msgstr ""
+msgstr "Funciones, instrucciones y operadores"
#. hAowB
#: sbasic.tree
@@ -68,7 +68,7 @@ msgctxt ""
"07010201\n"
"node.text"
msgid "Alphabetic List of Functions, Statements, and Operators"
-msgstr ""
+msgstr "Llista alfabética de funciones, instrucciones y operadores"
#. jhVCB
#: sbasic.tree
@@ -77,7 +77,7 @@ msgctxt ""
"07010205\n"
"node.text"
msgid "Advanced Basic Libraries"
-msgstr ""
+msgstr "Biblioteques avanzaes en BASIC"
#. Vkt9E
#: sbasic.tree
@@ -86,7 +86,7 @@ msgctxt ""
"070103\n"
"node.text"
msgid "Guides"
-msgstr ""
+msgstr "Guíes"
#. f7k4A
#: sbasic.tree
@@ -95,7 +95,7 @@ msgctxt ""
"0702\n"
"node.text"
msgid "Python Scripts Help"
-msgstr ""
+msgstr "Ayuda de macros Python"
#. pVb5g
#: sbasic.tree
@@ -104,7 +104,7 @@ msgctxt ""
"070201\n"
"node.text"
msgid "General Information and User Interface Usage"
-msgstr ""
+msgstr "Información xeneral y usu de la interfaz d'usuariu"
#. D6bPQ
#: sbasic.tree
@@ -113,7 +113,7 @@ msgctxt ""
"070202\n"
"node.text"
msgid "Programming with Python"
-msgstr ""
+msgstr "Programación con Python"
#. KsAjT
#: scalc.tree
@@ -122,7 +122,7 @@ msgctxt ""
"08\n"
"help_section.text"
msgid "Spreadsheets (Calc)"
-msgstr ""
+msgstr "Fueya de cálculu (Calc)"
#. DnZNf
#: scalc.tree
@@ -176,7 +176,7 @@ msgctxt ""
"0804\n"
"node.text"
msgid "Loading, Saving, Importing, Exporting and Redacting"
-msgstr ""
+msgstr "Cargar, guardar, importar, esportar y censurar"
#. yRwiN
#: scalc.tree
@@ -230,7 +230,7 @@ msgctxt ""
"08091\n"
"node.text"
msgid "Pivot Chart"
-msgstr ""
+msgstr "Gráficu dinámicu"
#. RowUw
#: scalc.tree
@@ -311,7 +311,7 @@ msgctxt ""
"11\n"
"help_section.text"
msgid "Drawings (Draw)"
-msgstr ""
+msgstr "Dibuxos (Draw)"
#. UcMAA
#: sdraw.tree
@@ -320,7 +320,7 @@ msgctxt ""
"1101\n"
"node.text"
msgid "General Information and User Interface Usage"
-msgstr ""
+msgstr "Información xeneral y usu de la interfaz d'usuariu"
#. ZDeBD
#: sdraw.tree
@@ -329,7 +329,7 @@ msgctxt ""
"1102\n"
"node.text"
msgid "Command and Menu Reference"
-msgstr ""
+msgstr "Referencia de menús y órdenes"
#. kq7Az
#: sdraw.tree
@@ -356,7 +356,7 @@ msgctxt ""
"1103\n"
"node.text"
msgid "Loading, Saving, Importing, and Exporting"
-msgstr ""
+msgstr "Cargar, guardar, importar y esportar"
#. fJYHX
#: sdraw.tree
@@ -365,7 +365,7 @@ msgctxt ""
"1104\n"
"node.text"
msgid "Formatting"
-msgstr ""
+msgstr "Formatu"
#. HkVUY
#: sdraw.tree
@@ -401,7 +401,7 @@ msgctxt ""
"1108\n"
"node.text"
msgid "Groups and Layers"
-msgstr ""
+msgstr "Grupos y capes"
#. G3s8n
#: sdraw.tree
@@ -410,7 +410,7 @@ msgctxt ""
"1109\n"
"node.text"
msgid "Text in Drawings"
-msgstr ""
+msgstr "Testu en dibuxos"
#. rxRmL
#: sdraw.tree
@@ -419,7 +419,7 @@ msgctxt ""
"1110\n"
"node.text"
msgid "Viewing"
-msgstr ""
+msgstr "Visualización"
#. 4zaCG
#: shared.tree
@@ -428,7 +428,7 @@ msgctxt ""
"01\n"
"help_section.text"
msgid "%PRODUCTNAME Installation"
-msgstr ""
+msgstr "Instalación de %PRODUCTNAME"
#. 3EUAC
#: shared.tree
@@ -662,7 +662,7 @@ msgctxt ""
"09\n"
"help_section.text"
msgid "Database Functionality (Base)"
-msgstr ""
+msgstr "Funcionalidá de base datos (Base)"
#. aHvBN
#: shared.tree
@@ -680,7 +680,7 @@ msgctxt ""
"04\n"
"help_section.text"
msgid "Presentations (Impress)"
-msgstr ""
+msgstr "Presentaciones (Impress)"
#. hBFX8
#: simpress.tree
@@ -725,7 +725,7 @@ msgctxt ""
"0403\n"
"node.text"
msgid "Loading, Saving, Importing, Exporting and Redacting"
-msgstr ""
+msgstr "Cargar, guardar, importar, esportar y censurar"
#. jMBsp
#: simpress.tree
@@ -770,7 +770,7 @@ msgctxt ""
"0409\n"
"node.text"
msgid "Text in Presentations"
-msgstr ""
+msgstr "Testu en presentaciones"
#. s8GCo
#: simpress.tree
@@ -788,7 +788,7 @@ msgctxt ""
"0411\n"
"node.text"
msgid "Slide Shows"
-msgstr ""
+msgstr "Presentaciones de diapositives"
#. m5CkC
#: smath.tree
@@ -797,7 +797,7 @@ msgctxt ""
"03\n"
"help_section.text"
msgid "Formulas (Math)"
-msgstr ""
+msgstr "Fórmules (Math)"
#. kAkAL
#: smath.tree
@@ -815,7 +815,7 @@ msgctxt ""
"030101\n"
"node.text"
msgid "%PRODUCTNAME Formula Elements"
-msgstr ""
+msgstr "Elementos de fórmula de %PRODUCTNAME"
#. V99im
#: smath.tree
@@ -842,7 +842,7 @@ msgctxt ""
"02\n"
"help_section.text"
msgid "Text Documents (Writer)"
-msgstr ""
+msgstr "Documentos de testu (Writer)"
#. jWyEV
#: swriter.tree
@@ -1031,7 +1031,7 @@ msgctxt ""
"0219\n"
"node.text"
msgid "Loading, Saving, Importing, Exporting and Redacting"
-msgstr ""
+msgstr "Cargar, guardar, importar, esportar y censurar"
#. 8GC4J
#: swriter.tree
@@ -1076,4 +1076,4 @@ msgctxt ""
"06\n"
"help_section.text"
msgid "HTML Documents (Writer Web)"
-msgstr ""
+msgstr "Documentos HTML (Writer Web)"
diff --git a/source/ast/helpcontent2/source/text/sbasic/python.po b/source/ast/helpcontent2/source/text/sbasic/python.po
index 7bd3a0f525c..d34dfff7b36 100644
--- a/source/ast/helpcontent2/source/text/sbasic/python.po
+++ b/source/ast/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-02-10 17:54+0100\n"
-"PO-Revision-Date: 2020-01-24 14:53+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-25 12:15+0000\n"
+"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicpython/ast/>\n"
"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 3.10.3\n"
#. naSFZ
#: main0000.xhp
@@ -22,7 +22,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Python Scripts"
-msgstr ""
+msgstr "Scripts en Python"
#. 9RJv6
#: main0000.xhp
@@ -31,7 +31,7 @@ msgctxt ""
"bm_id491543348147708\n"
"help.text"
msgid "<bookmark_value>macros;Python scripts</bookmark_value> <bookmark_value>Python;macros</bookmark_value> <bookmark_value>scripts;Python</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>macros;scripts en Python</bookmark_value> <bookmark_value>Python;macros</bookmark_value> <bookmark_value>scripts;Python</bookmark_value>"
#. vAoRU
#: main0000.xhp
@@ -40,7 +40,7 @@ msgctxt ""
"hd_id3154232\n"
"help.text"
msgid "<variable id=\"pythonscriptshelp\"><link href=\"text/sbasic/python/main0000.xhp\" name=\"mainpython\">%PRODUCTNAME Python Scripts Help</link></variable>"
-msgstr ""
+msgstr "<variable id=\"pythonscriptshelp\"><link href=\"text/sbasic/python/main0000.xhp\" name=\"mainpython\">Ayuda de los scripts en Python de %PRODUCTNAME</link></variable>"
#. snE38
#: main0000.xhp
@@ -49,7 +49,7 @@ msgctxt ""
"par_id3153894\n"
"help.text"
msgid "%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href=\"https://api.libreoffice.org/\" name=\"api.libreoffice.org\">https://api.libreoffice.org</link>"
-msgstr ""
+msgstr "%PRODUCTNAME ufre una Interfaz de Programación d'Aplicaciones (API) que permite controlar los componentes de $[officename] con diferentes llinguaxes de programación usando' Paquete de Desendolcu de Software (SDK) de $[officename]. Pa más información sobro la API de $[officename] ya'l Paquete de Desendolcu de Software (SDK), visita <link href=\"https://api.libreoffice.org/\" name=\"https://api.libreoffice.org\">http://api.libreoffice.org</link>"
#. 9EUoJ
#: main0000.xhp
@@ -58,7 +58,7 @@ msgctxt ""
"par_id3147226\n"
"help.text"
msgid "This help section explains the most common Python script functions for %PRODUCTNAME. For more in-depth information please refer to the <link href=\"https://wiki.documentfoundation.org/Macros/Python_Design_Guide\" name=\"wiki.documentfoundation.org PYTHON Guide\">Designing & Developing Python Applications</link> on the Wiki."
-msgstr ""
+msgstr "Esta sección de la ayuda esplica les funciones de script más frecuentes en Python pa %PRODUCTNAME. Pa información más detallada, consulta <link href=\"https://wiki.documentfoundation.org/Macros/Python_Design_Guide\" name=\"wiki.documentfoundation.org PYTHON Guide\">Diseñu y desendolcu d'aplicaciones en Python</link> na wiki."
#. FjaiD
#: main0000.xhp
@@ -67,7 +67,7 @@ msgctxt ""
"hd_id3146957\n"
"help.text"
msgid "Working with Python Scripts in %PRODUCTNAME"
-msgstr ""
+msgstr "Trabayar con scripts en Python en %PRODUCTNAME"
#. mQFKb
#: main0000.xhp
@@ -76,7 +76,7 @@ msgctxt ""
"N0102\n"
"help.text"
msgid "You can execute Python scripts choosing <menuitem>Tools - Macros - Run Macro</menuitem>. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME."
-msgstr ""
+msgstr "Puen executase scripts en Python escoyendo <menuitem>Ferramientes - Macros - Executar macro</menuitem>. Los scripts puen editase col editor de testu preferíu. Los scripts en Python tán presentes en dellos llugares que se detallen darréu. Pues consultar los exemplos de programación pa ver macros qu'ilustren como executar la consola interactiva de Python dende %PRODUCTNAME."
#. bb68x
#: main0000.xhp
@@ -85,7 +85,7 @@ msgctxt ""
"par_id131568902936659\n"
"help.text"
msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting <menuitem>Tools - Macros - Run Macro...</menuitem> and checking <literal>%PRODUCTNAME Macros</literal> for the presence of <literal>HelloWorld – HelloWorldPython</literal> macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python."
-msgstr ""
+msgstr "La infraestructura de programación con scripts en Python ye opcional en delles distribuciones de GNU/Linux. Si tuviera instalada, ye abondo con seleccionar <menuitem>Ferramientes - Macros - Executar macro...</menuitem> y marcar <literal>Macros de %PRODUCTNAME</literal> pa la presencia da macro <literal>HelloWorld - HelloWorldPython</literal>. Si tuviera ausente, consulta la documentación de la to distribución pa instalar la infraestructura de scripts de %PRODUCTNAME pa Python."
#. naZBV
#: python_2_basic.xhp
@@ -94,7 +94,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Python to Basic"
-msgstr ""
+msgstr "De Python a Basic"
#. dkYtk
#: python_2_basic.xhp
@@ -103,7 +103,7 @@ msgctxt ""
"N0330\n"
"help.text"
msgid "<bookmark_value>Python;Calling Basic</bookmark_value> <bookmark_value>ParamArray</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Python;Invocar Basic</bookmark_value> <bookmark_value>ParamArray</bookmark_value>"
#. rGfKE
#: python_2_basic.xhp
@@ -112,7 +112,7 @@ msgctxt ""
"N0331\n"
"help.text"
msgid "<variable id=\"py2ba_h1\"><link href=\"text/sbasic/python/python_2_basic.xhp\" name=\"Calling Basic macros from Python\">Calling Basic Macros from Python</link></variable>"
-msgstr ""
+msgstr "<variable id=\"py2ba_h1\"><link href=\"text/sbasic/python/python_2_basic.xhp\" name=\"Calling Basic macros from Python\">Llamar a macros en Basic dende Python</link></variable>"
#. XzJcA
#: python_2_basic.xhp
@@ -121,7 +121,7 @@ msgctxt ""
"N0332\n"
"help.text"
msgid "You can call %PRODUCTNAME Basic macros from Python scripts, and notable features can be obtained in return such as:"
-msgstr ""
+msgstr "Puen llamase a macros en Basic de %PRODUCTNAME dende scripts en Python y puen llograse asina carauterístiques notables, como:"
#. ehCg3
#: python_2_basic.xhp
@@ -130,7 +130,7 @@ msgctxt ""
"N0333\n"
"help.text"
msgid "Simple logging facilities out of <literal>Access2Base</literal> library Trace console,"
-msgstr ""
+msgstr "Recursos de rexistru simples dende la consola Trace de la biblioteca <literal>Access2Base</literal>,"
#. HhDdS
#: python_2_basic.xhp
@@ -139,7 +139,7 @@ msgctxt ""
"N0334\n"
"help.text"
msgid "<literal>InputBox</literal> and <literal>MsgBox</literal> screen I/O functions based on Basic to ease Python development,"
-msgstr ""
+msgstr "Funciones de E/S de pantalla <literal>InputBox</literal> y <literal>MsgBox</literal> basaes en Basic pa facilitar el desendolcu en Python,"
#. DzFBB
#: python_2_basic.xhp
@@ -148,7 +148,7 @@ msgctxt ""
"N0335\n"
"help.text"
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
-msgstr ""
+msgstr "Llamaes <literal>Xray</literal> pa interrumpir la execución d'un script en Python p'ayudar a inspeccionar variables."
#. nABRD
#: python_2_basic.xhp
@@ -157,7 +157,7 @@ msgctxt ""
"N0336\n"
"help.text"
msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, providing they represent primitives data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
-msgstr ""
+msgstr "La infraestructura de scripts de la Interfaz de Programación d'Aplicaciones (API) de %PRODUCTNAME tien encontu pa la execución inter-llinguax de scripts ente Python y Basic o, pal casu, otros llinguaxes de programación con sofitu. Los argumentos puen pasase atrás y alantre ente llamaes, siempre que representen primitives de tipos de datos que dambos llinguaxes reconozan, y asumiendo que la infraestructura de scripts los convierte de mou apropiáu."
#. Gn9Bv
#: python_2_basic.xhp
@@ -166,7 +166,7 @@ msgctxt ""
"N0337\n"
"help.text"
msgid "It is recommended to have knowledge of Python standard modules and %PRODUCTNAME API features prior to perform inter-language calls from Python to Basic, JavaScript or any other script engine."
-msgstr ""
+msgstr "Ye recomendable tener conocimientu de los módulos estándar de Python y de les carauterístiques de la API de %PRODUCTNAME antes facer llamaes inter-llinguaxe dende Python a Basic, JavaScript o cualquier otru motor de scripts."
#. yXTrk
#: python_2_basic.xhp
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared.po b/source/ast/helpcontent2/source/text/sbasic/shared.po
index 3a1f97112c7..274ea5f5399 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ast/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-02-10 17:54+0100\n"
-"PO-Revision-Date: 2020-02-10 17:43+0000\n"
+"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"PO-Revision-Date: 2020-02-24 05:21+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"
"Language: ast\n"
@@ -9619,33 +9619,6 @@ msgctxt ""
msgid "Opens a data channel."
msgstr "Abre una canal de datos."
-#. FyScr
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3147230\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#. YuAR2
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3154124\n"
-"help.text"
-msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
-msgstr "Open NomeFicheru As String [For Mou] [Access MouES] [Protected] As [#]NúmberuFicheru As Integer [Len = LlonxituConxuntuDatos]"
-
-#. yjd2D
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3156280\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
-
#. cEADt
#: 03020103.xhp
msgctxt ""
@@ -9709,15 +9682,6 @@ msgctxt ""
msgid "You can only modify the contents of a file that was opened with the Open statement. If you try to open a file that is already open, an error message appears."
msgstr "Namái pue modificar el conteníu de los ficheros que s'abrieren cola instrucción Open. Si intenta abrir un ficheru que yá ta abiertu, va apaecer un mensaxe de fallu."
-#. 7FbfT
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3149123\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
-
#. xPMgs
#: 03020103.xhp
msgctxt ""
@@ -21922,22 +21886,22 @@ msgctxt ""
msgid "' uses BasicFormulas in %PRODUCTNAME Calc"
msgstr ""
-#. VEjxC
+#. PrCEr
#: 03080801.xhp
msgctxt ""
"03080801.xhp\n"
"par_id3149262\n"
"help.text"
-msgid "' Returns a 32 bits signed integer number from an 8 digits hexadecimal value."
+msgid "' Returns a 32-bit signed integer number from an 8-digit hexadecimal value."
msgstr ""
-#. CkjAF
+#. fcv3u
#: 03080801.xhp
msgctxt ""
"03080801.xhp\n"
"par_id3147215\n"
"help.text"
-msgid "' Calculates the 8 digits hexadecimal value out of a 32 bits signed integer number."
+msgid "' Calculates the 8-digit hexadecimal value out of a 32-bit signed integer number."
msgstr ""
#. Tko9w
@@ -24478,6 +24442,15 @@ msgctxt ""
msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
msgstr "End If: marca'l final d'un bloque <emph>If...Then...Else</emph>."
+#. Qo2Xg
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id51581259731973\n"
+"help.text"
+msgid "End Property: Marks the end of a <emph>Property</emph> statement."
+msgstr ""
+
#. 3xFEp
#: 03090404.xhp
msgctxt ""
@@ -25297,14 +25270,14 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement\">Exit Statement</link>"
msgstr ""
-#. r2EAp
+#. Kmb47
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"par_id3153394\n"
"help.text"
-msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
-msgstr "Sale d'un bucle <emph>Do...Loop</emph> o <emph>For...Next</emph>, o d'una función o subrutina."
+msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, a property, or a subroutine."
+msgstr ""
#. GypWx
#: 03090412.xhp
@@ -25315,14 +25288,14 @@ msgctxt ""
msgid "Syntax:"
msgstr "Sintaxis:"
-#. uDM5x
+#. LYyBt
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "see Parameters"
-msgstr "Consulte los parámetros"
+msgid "Exit Do, Exit For, Exit Function, Exit Property, Exit Sub"
+msgstr ""
#. XA8QY
#: 03090412.xhp
@@ -25387,6 +25360,24 @@ msgctxt ""
msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
msgstr "Sale del procedimientu <emph>Function</emph> darréu. La execución del programa sigue cola instrucción que sigue a la llamada <emph>Function</emph>."
+#. K8JKa
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id31581260355116\n"
+"help.text"
+msgid "<emph>Exit Property</emph>"
+msgstr ""
+
+#. xZEAs
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id1001581260355700\n"
+"help.text"
+msgid "Exits the <emph>Property</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Property</emph> call."
+msgstr ""
+
#. B6QCm
#: 03090412.xhp
msgctxt ""
@@ -31507,13 +31498,13 @@ msgctxt ""
msgid "String"
msgstr "Cadena"
-#. WECKF
+#. 4nv5b
#: 03120102.xhp
msgctxt ""
"03120102.xhp\n"
"par_id3149295\n"
"help.text"
-msgid "<emph>Expression:</emph> a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value."
+msgid "<emph>Expression:</emph> a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support expressions with a nominally negative argument like <emph>Chr(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.)"
msgstr ""
#. RKtSB
@@ -32056,13 +32047,13 @@ msgctxt ""
msgid "String"
msgstr ""
-#. HiXHs
+#. WzBnm
#: 03120112.xhp
msgctxt ""
"03120112.xhp\n"
"par_id3149295\n"
"help.text"
-msgid "<emph>Expression:</emph> Numeric variables that represent a valid 16 bit Unicode value (0-65535). An empty value returns error code 5. A value out of the range [0,65535] returns error code 6."
+msgid "<emph>Expression:</emph> Numeric variables that represent a valid 16 bit Unicode value (0-65535). (To support expressions with a nominally negative argument like <emph>ChrW(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.) An empty value returns error code 5. A value out of the range [0,65535] returns error code 6."
msgstr ""
#. 8DF8a
@@ -36016,14 +36007,14 @@ msgctxt ""
msgid "CreateUnoService Function"
msgstr ""
-#. fePDe
+#. khb7S
#: 03131600.xhp
msgctxt ""
"03131600.xhp\n"
"bm_id3150682\n"
"help.text"
-msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoService;función</bookmark_value>"
+msgid "<bookmark_value>CreateUnoService function</bookmark_value><bookmark_value>API;FilePicker</bookmark_value><bookmark_value>API;FunctionAccess</bookmark_value>"
+msgstr ""
#. hgVjB
#: 03131600.xhp
@@ -40030,13 +40021,13 @@ msgctxt ""
msgid "<literal>CompatibilityMode()</literal> function is controlling runtime mode and affects all code executed after setting or resetting the mode."
msgstr ""
-#. nBpAv
+#. YSokk
#: compatibilitymode.xhp
msgctxt ""
"compatibilitymode.xhp\n"
"N0119\n"
"help.text"
-msgid "Use this feature with caution, limit it to document conversion situations for example."
+msgid "Use this feature with caution, limit it to document conversion for example."
msgstr ""
#. GJLGQ
@@ -40127,7 +40118,7 @@ msgctxt ""
"par_id831561647900147\n"
"help.text"
msgid "CompatibilityMode( true ) ' Shows also normal files"
-msgstr ""
+msgstr "CompatibilityMode( true ) ' Amuesa tamién los ficheros normales"
#. YJM4j
#: compatibilitymode.xhp
@@ -40282,22 +40273,13 @@ msgctxt ""
msgid "Special characters as identifiers"
msgstr ""
-#. JSWLJ
-#: compatible.xhp
-msgctxt ""
-"compatible.xhp\n"
-"par_id661561636654077\n"
-"help.text"
-msgid "Option Compatible' With this option the code works, other-"
-msgstr ""
-
-#. DmfMH
+#. QkGeQ
#: compatible.xhp
msgctxt ""
"compatible.xhp\n"
-"par_id81561636660626\n"
+"par_id641581846957447\n"
"help.text"
-msgid "' wise it will cause a compiling error"
+msgid "' With this option the code works, otherwise it causes a compiling error"
msgstr ""
#. E6GpA
@@ -40876,6 +40858,159 @@ msgctxt ""
msgid "print \" 2: 3 the number 2 occurs in the range: \" & retStr"
msgstr ""
+#. vye3g
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"Property Statement\n"
+"help.text"
+msgid "Property Statement"
+msgstr ""
+
+#. ukCtn
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0181\n"
+"help.text"
+msgid "<bookmark_value>Property statement</bookmark_value>"
+msgstr ""
+
+#. 6Gjab
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0182\n"
+"help.text"
+msgid "Property Statement"
+msgstr ""
+
+#. 4vJCy
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0183\n"
+"help.text"
+msgid "A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependant routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessers enforces properties' consistency when necessary."
+msgstr ""
+
+#. hD9fA
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0184\n"
+"help.text"
+msgid "This statement requires <link href=\"text/sbasic/shared/compatible.xhp\" name=\"Option Compatible\">Option Compatible</link> to be placed before the executable program code in a module."
+msgstr ""
+
+#. 36Tsn
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0185\n"
+"help.text"
+msgid "Syntax"
+msgstr ""
+
+#. FG2Dc
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0188\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. GXEE5
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0192\n"
+"help.text"
+msgid "Print ProductName ' displays \"LibreOffice\""
+msgstr ""
+
+#. oUuG9
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0202\n"
+"help.text"
+msgid "In the absence of Property <emph>Let</emph> or Property <emph>Set</emph>, Property <emph>Get</emph> helps define protected information, which can not be accidently altered by a foreign module:"
+msgstr ""
+
+#. PP63o
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0204\n"
+"help.text"
+msgid "Public Property Get PathDelimiter As String ' Read-only variable"
+msgstr ""
+
+#. 28GFJ
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0208\n"
+"help.text"
+msgid "Case 4 : this = \":\" ' Linux or MacOS X"
+msgstr ""
+
+#. BievJ
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0209\n"
+"help.text"
+msgid "Case Else : Error 423 ' Property or method not defined: PathDelimiter"
+msgstr ""
+
+#. wnG4s
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0212\n"
+"help.text"
+msgid "End Property ' read-only PathDelimiter"
+msgstr ""
+
+#. ze9dZ
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0215\n"
+"help.text"
+msgid "PathDelimiter = \"a sentence\" ' does nothing"
+msgstr ""
+
+#. xR9j7
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0217\n"
+"help.text"
+msgid "Use <emph>Let</emph> or <emph>Set</emph> when handling UNO services or class objects:"
+msgstr ""
+
+#. KbzAx
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0237\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End\">End</link>, <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link> statements"
+msgstr ""
+
+#. Dh5aG
+#: property.xhp
+msgctxt ""
+"property.xhp\n"
+"N0238\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020300.xhp\" name=\"Using Procedures and Fonctions\">Using Procedures and Functions</link>"
+msgstr ""
+
#. uM2zs
#: replace.xhp
msgctxt ""
@@ -41198,7 +41333,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "StarDesktop object"
-msgstr ""
+msgstr "Oxetu StarDesktop"
#. S5TDy
#: stardesktop.xhp
@@ -41261,7 +41396,7 @@ msgctxt ""
"hd_id3156027\n"
"help.text"
msgid "UNO Objects, Functions and Services"
-msgstr ""
+msgstr "Oxetos, funciones y servicios UNO"
#. 9xsDp
#: uno_objects.xhp
@@ -41279,7 +41414,7 @@ msgctxt ""
"hd_id91572461246639\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03131900.xhp#basicdialogs\" name=\"basicanddialog\">BasicLibraries Object</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03131900.xhp#basicdialogs\" name=\"basicanddialog\">Oxetu BasicLibraries</link>"
#. PDDjd
#: uno_objects.xhp
@@ -41288,7 +41423,7 @@ msgctxt ""
"hd_id91572461246640\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03131900.xhp#basicdialogs\" name=\"basicanddialog\">DialogLibraries Object</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03131900.xhp#basicdialogs\" name=\"basicanddialog\">Oxetu DialogLibraries</link>"
#. 8GF88
#: uno_objects.xhp
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared/01.po b/source/ast/helpcontent2/source/text/sbasic/shared/01.po
index 5aeb2af8755..223bfc000fd 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared/01.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared/01.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-01-24 14:52+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-25 12:15+0000\n"
+"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared01/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.9.1\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1542196263.000000\n"
#. arCRB
@@ -32,7 +32,7 @@ msgctxt ""
"bm_id3145786\n"
"help.text"
msgid "<bookmark_value>macros; Basic IDE</bookmark_value><bookmark_value>Basic IDE; macros</bookmark_value>"
-msgstr "<bookmark_value>macros; Basic IDE</bookmark_value><bookmark_value>Basic IDE; macros</bookmark_value>"
+msgstr "<bookmark_value>macros; IDE de Basic</bookmark_value><bookmark_value>IDE de Basic; macros</bookmark_value>"
#. YAAFo
#: 06130000.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_id3152886\n"
"help.text"
msgid "<variable id=\"makro\"><ahelp hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog, where you can create, edit, organize, and run $[officename] Basic macros.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"makro\"><ahelp hid=\".uno:ChooseMacro\">Abri'l cuadru de diálogu <emph>Macro</emph>, nel que pues crear, editar, organizar y executar les macros de $[officename] Basic.</ahelp></variable>"
#. YFNsk
#: 06130000.xhp
@@ -104,7 +104,7 @@ msgctxt ""
"par_id3154791\n"
"help.text"
msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Runs or saves the current macro.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Executa o guarda la macro actual.</ahelp>"
#. q8TCE
#: 06130000.xhp
@@ -140,7 +140,7 @@ msgctxt ""
"par_id3147127\n"
"help.text"
msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/edit\">Starts the $[officename] Basic editor and opens the selected macro for editing.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/edit\">Arranca l'editor de $[officename] Basic y abri la macro escoyida pa editala.</ahelp>"
#. RbUsU
#: 06130000.xhp
@@ -275,7 +275,7 @@ msgctxt ""
"par_id3153269\n"
"help.text"
msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Creates a new dialog.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Crea un cuadru de diálogu nuevu.</ahelp>"
#. 3hGbj
#: 06130000.xhp
@@ -293,7 +293,7 @@ msgctxt ""
"par_id3153705\n"
"help.text"
msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Lets you manage the macro libraries.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Permítete xestionar les biblioteques de macros.</ahelp>"
#. KFVdv
#: 06130000.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"par_id3155126\n"
"help.text"
msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/import\">Locate that $[officename] Basic library that you want to add to the current list, and then click <emph>Open</emph>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/import\">Localiza la biblioteca de $[officename] Basic que quies amestar a la llista actual y calca en <emph>Abrir</emph>.</ahelp>"
#. tBtMd
#: 06130100.xhp
@@ -554,7 +554,7 @@ msgctxt ""
"par_id3154840\n"
"help.text"
msgid "Locate that <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click <emph>Open</emph>."
-msgstr ""
+msgstr "Atopa la biblioteca de <item type=\"productname\">%PRODUCTNAME</item> Basic que quies amestar a la llista actual y calca en <emph>Abrir</emph>."
#. oHdrZ
#: 06130500.xhp
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared/02.po b/source/ast/helpcontent2/source/text/sbasic/shared/02.po
index 87cc16e011c..644175ddd03 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared/02.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-12-17 14:17+0100\n"
-"PO-Revision-Date: 2020-01-24 14:52+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-25 12:15+0000\n"
+"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared02/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.9.1\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1494863184.000000\n"
#. 6Kkin
@@ -95,7 +95,7 @@ msgctxt ""
"par_id3156426\n"
"help.text"
msgid "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147576\">Icon Compile</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147576\">Iconu Compilar</alt></image>"
#. 3Z8WW
#: 11020000.xhp
@@ -473,7 +473,7 @@ msgctxt ""
"par_id3151384\n"
"help.text"
msgid "<ahelp hid=\".uno:ObjectCatalog\">Opens the <emph>Objects</emph> pane, where you can view Basic objects.</ahelp>"
-msgstr " <ahelp hid=\".uno:ObjectCatalog\">Abre'l panel <emph>Oxetos</emph>, onde pue ver oxetos de Basic.</ahelp> "
+msgstr "<ahelp hid=\".uno:ObjectCatalog\">Abre'l panel <emph>Oxetos</emph>, onde pues ver oxetos de Basic.</ahelp>"
#. AVf2T
#: 11090000.xhp
@@ -554,7 +554,7 @@ msgctxt ""
"par_id3148538\n"
"help.text"
msgid "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153662\">Icon Macros</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153662\">Iconu Macros</alt></image>"
#. ZW2jE
#: 11100000.xhp
@@ -599,7 +599,7 @@ msgctxt ""
"par_id3157958\n"
"help.text"
msgid "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155535\">Icon Modules</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155535\">Iconu Módulos</alt></image>"
#. DikyS
#: 11110000.xhp
@@ -644,7 +644,7 @@ msgctxt ""
"par_id3149182\n"
"help.text"
msgid "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155892\">Icon Find Parentheses</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155892\">Iconu Buscar paréntesis</alt></image>"
#. Y8mTx
#: 11120000.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"par_id3156410\n"
"help.text"
msgid "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159233\">Icon Step Out</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159233\">Iconu Saltu atrás</alt></image>"
#. aLy3R
#: 11160000.xhp
@@ -1805,7 +1805,7 @@ msgctxt ""
"hd_id11904\n"
"help.text"
msgid "Table Control"
-msgstr ""
+msgstr "Control de tables"
#. B9AyQ
#: 20000000.xhp
@@ -1814,7 +1814,7 @@ msgctxt ""
"par_id7511524\n"
"help.text"
msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Table control icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Iconu Control de tables</alt></image>"
#. XzXwf
#: 20000000.xhp
@@ -1823,7 +1823,7 @@ msgctxt ""
"par_id9961854\n"
"help.text"
msgid "<ahelp hid=\".\">Adds a table control that can show a table data. You can populate the data by your program, using API calls.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Permite amestar un control de tabla capaz d'amosar datos tabulares. Pues rellenalu de datos per aciu del so programa, per aciu de llamaes a la API.</ahelp>"
#. BQz8k
#: 20000000.xhp
@@ -1832,7 +1832,7 @@ msgctxt ""
"hd_id11905\n"
"help.text"
msgid "Hyperlink Control"
-msgstr ""
+msgstr "Control d'hiperenllaz"
#. 2UPZL
#: 20000000.xhp
@@ -1841,7 +1841,7 @@ msgctxt ""
"par_id7511525\n"
"help.text"
msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Insert hyperlink control icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Iconu del control Inxertar hiperenllaz</alt></image>"
#. C2Gjm
#: 20000000.xhp
@@ -1850,4 +1850,4 @@ msgctxt ""
"par_id9961856\n"
"help.text"
msgid "<ahelp hid=\".\">Adds a hyperlink control that can open an address in web browser.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Amiesta un control d'hiperenllaz que pue abrir una dirección nel restolador web.</ahelp>"
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared/03.po b/source/ast/helpcontent2/source/text/sbasic/shared/03.po
index 53759955cdc..15ed7f569a8 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared/03.po
@@ -3,187 +3,209 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE 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-05-31 14:53+0200\n"
-"PO-Revision-Date: 2018-07-12 14:25+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2020-02-25 12:15+0000\n"
+"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared03/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1531405556.000000\n"
+#. p9BFG
#: lib_depot.xhp
msgctxt ""
"lib_depot.xhp\n"
"tit\n"
"help.text"
msgid "DEPOT Library"
-msgstr ""
+msgstr "Biblioteca DEPOT"
+#. rNFGR
#: lib_depot.xhp
msgctxt ""
"lib_depot.xhp\n"
"hd_id31529004750471\n"
"help.text"
msgid "<variable id=\"depot_lib\"><link href=\"text/sbasic/shared/03/lib_depot.xhp\" name=\"Depot library\">The <item type=\"literal\">Depot</item> Library</link></variable>"
-msgstr ""
+msgstr "<variable id=\"depot_lib\"><link href=\"text/sbasic/shared/03/lib_depot.xhp\" name=\"Depot library\">La biblioteca <item type=\"literal\">Depot</item></link></variable>"
+#. Us2HT
#: lib_euro.xhp
msgctxt ""
"lib_euro.xhp\n"
"tit\n"
"help.text"
msgid "EURO Library"
-msgstr ""
+msgstr "Biblioteca EURO"
+#. 5sJCA
#: lib_euro.xhp
msgctxt ""
"lib_euro.xhp\n"
"hd_id31529004750471\n"
"help.text"
msgid "<variable id=\"euro_lib\"><link href=\"text/sbasic/shared/03/lib_euro.xhp\" name=\"Euro library\">The <item type=\"literal\">Euro</item> Library</link></variable>"
-msgstr ""
+msgstr "<variable id=\"euro_lib\"><link href=\"text/sbasic/shared/03/lib_euro.xhp\" name=\"Euro library\">La biblioteca <item type=\"literal\">Euro</item></link></variable>"
+#. rH2AG
#: lib_euro.xhp
msgctxt ""
"lib_euro.xhp\n"
"bm_id231529070133574\n"
"help.text"
msgid "<bookmark_value>BASIC Euro library</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Biblioteca Euro de BASIC</bookmark_value>"
+#. G8mp2
#: lib_formwizard.xhp
msgctxt ""
"lib_formwizard.xhp\n"
"tit\n"
"help.text"
msgid "FORMWIZARD Library"
-msgstr ""
+msgstr "Biblioteca FORMWIZARD"
+#. Lehxm
#: lib_formwizard.xhp
msgctxt ""
"lib_formwizard.xhp\n"
"hd_id31529004750471\n"
"help.text"
msgid "<variable id=\"formwizard_lib\"><link href=\"text/sbasic/shared/03/lib_formwizard.xhp\" name=\"FormWizard library\">The <item type=\"literal\">FormWizard</item> Library</link></variable>"
-msgstr ""
+msgstr "<variable id=\"formwizard_lib\"><link href=\"text/sbasic/shared/03/lib_formwizard.xhp\" name=\"FormWizard library\">La biblioteca <item type=\"literal\">FormWizard</item></link></variable>"
+#. tmFTn
#: lib_gimmicks.xhp
msgctxt ""
"lib_gimmicks.xhp\n"
"tit\n"
"help.text"
msgid "GIMMICKS Library"
-msgstr ""
+msgstr "Biblioteca GIMMICKS"
+#. Q67FR
#: lib_gimmicks.xhp
msgctxt ""
"lib_gimmicks.xhp\n"
"hd_id31529004750471\n"
"help.text"
msgid "<variable id=\"gimmicks_lib\"><link href=\"text/sbasic/shared/03/lib_gimmicks.xhp\" name=\"Gimmicks library\">The <item type=\"literal\">Gimmicks</item> Library</link></variable>"
-msgstr ""
+msgstr "<variable id=\"gimmicks_lib\"><link href=\"text/sbasic/shared/03/lib_gimmicks.xhp\" name=\"Gimmicks library\">La biblioteca <item type=\"literal\">Gimmicks</item></link></variable>"
+#. XD2GA
#: lib_gimmicks.xhp
msgctxt ""
"lib_gimmicks.xhp\n"
"bm_id951529070357301\n"
"help.text"
msgid "<bookmark_value>BASIC Gimmicks library</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Biblioteca Gimmicks de BASIC</bookmark_value>"
+#. UWzWk
#: lib_schedule.xhp
msgctxt ""
"lib_schedule.xhp\n"
"tit\n"
"help.text"
msgid "SCHEDULE Library"
-msgstr ""
+msgstr "Biblioteca SCHEDULE"
+#. CBBt6
#: lib_schedule.xhp
msgctxt ""
"lib_schedule.xhp\n"
"hd_id31529004750471\n"
"help.text"
msgid "<variable id=\"schedule_lib\"><link href=\"text/sbasic/shared/03/lib_schedule.xhp\" name=\"Schedule library\">The <item type=\"literal\">Schedule</item> Library</link></variable>"
-msgstr ""
+msgstr "<variable id=\"schedule_lib\"><link href=\"text/sbasic/shared/03/lib_schedule.xhp\" name=\"Schedule library\">La biblioteca <item type=\"literal\">Schedule</item></link></variable>"
+#. CGA63
#: lib_schedule.xhp
msgctxt ""
"lib_schedule.xhp\n"
"bm_id671529070099646\n"
"help.text"
msgid "<bookmark_value>BASIC Schedule library</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Biblioteca Schedule de BASIC</bookmark_value>"
+#. AMFya
#: lib_script.xhp
msgctxt ""
"lib_script.xhp\n"
"tit\n"
"help.text"
msgid "SCRIPTBINDINGLIBRARY Library"
-msgstr ""
+msgstr "Biblioteca SCRIPTBINDINGLIBRARY"
+#. KS8Yu
#: lib_script.xhp
msgctxt ""
"lib_script.xhp\n"
"hd_id31529004750471\n"
"help.text"
msgid "<variable id=\"script_lib\"><link href=\"text/sbasic/shared/03/lib_script.xhp\" name=\"ScriptBindingLibrary library\">The <item type=\"literal\">ScriptBindingLibrary</item> Library</link></variable>"
-msgstr ""
+msgstr "<variable id=\"script_lib\"><link href=\"text/sbasic/shared/03/lib_script.xhp\" name=\"ScriptBindingLibrary library\">La biblioteca <item type=\"literal\">ScriptBindingLibrary</item></link></variable>"
+#. m3NsC
#: lib_script.xhp
msgctxt ""
"lib_script.xhp\n"
"bm_id851529070366056\n"
"help.text"
msgid "<bookmark_value>BASIC ScriptBindingLibrary library</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Biblioteca ScriptBindingLibrary de BASIC</bookmark_value>"
+#. QZNvL
#: lib_template.xhp
msgctxt ""
"lib_template.xhp\n"
"tit\n"
"help.text"
msgid "TEMPLATE Library"
-msgstr ""
+msgstr "Biblioteca TEMPLATE"
+#. wzLe7
#: lib_template.xhp
msgctxt ""
"lib_template.xhp\n"
"hd_id31529004750471\n"
"help.text"
msgid "<variable id=\"template_lib\"><link href=\"text/sbasic/shared/03/lib_template.xhp\" name=\"Template library\">The <item type=\"literal\">Template</item> Library</link></variable>"
-msgstr ""
+msgstr "<variable id=\"template_lib\"><link href=\"text/sbasic/shared/03/lib_template.xhp\" name=\"Template library\">La biblioteca <item type=\"literal\">Template</item></link></variable>"
+#. adfxB
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
"tit\n"
"help.text"
msgid "Tools Library"
-msgstr ""
+msgstr "Biblioteca Tools"
+#. vRB5r
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
"hd_id31529004750471\n"
"help.text"
msgid "<variable id=\"tools_lib\"><link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Tools library\">The <item type=\"literal\">Tools</item> Library</link></variable>"
-msgstr ""
+msgstr "<variable id=\"tools_lib\"><link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Tools library\">La biblioteca <item type=\"literal\">Tools</item> Library</link></variable>"
+#. rUPPX
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
"bm_id491529070339774\n"
"help.text"
msgid "<bookmark_value>BASIC Tools library</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Biblioteca Tools de BASIC</bookmark_value>"
+#. DKAzk
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -192,6 +214,7 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp#debug_module\" name=\"debug module\"><item type=\"literal\">Debug</item> Module</link>"
msgstr ""
+#. pFFV7
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -200,6 +223,7 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp#listbox_module\" name=\"listbox module\"><item type=\"literal\">ListBox</item> Module</link>"
msgstr ""
+#. BDvVs
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -208,6 +232,7 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp#misc_module\" name=\"misc module\"><item type=\"literal\">Misc</item> Module</link>"
msgstr ""
+#. 6NCFB
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -216,6 +241,7 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp#modulecontrols_module\" name=\"module controls module\"><item type=\"literal\">ModuleControls</item> Module</link>"
msgstr ""
+#. YaqDd
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -224,6 +250,7 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp#strings_module\" name=\"strings module\"><item type=\"literal\">Strings</item> Module</link>"
msgstr ""
+#. BjA4M
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -232,6 +259,7 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp#ucb_module\" name=\"ucb module\"><item type=\"literal\">UCB</item> Module</link>"
msgstr ""
+#. ctfU3
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -240,6 +268,7 @@ msgctxt ""
msgid "<bookmark_value>BASIC Tools library;Debug module</bookmark_value>"
msgstr ""
+#. TKbhv
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -248,6 +277,7 @@ msgctxt ""
msgid "<item type=\"literal\">Debug</item> Module"
msgstr ""
+#. KBTsC
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -256,6 +286,7 @@ msgctxt ""
msgid "Functions and subroutines for debugging Basic macros."
msgstr ""
+#. PJAq4
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -264,6 +295,7 @@ msgctxt ""
msgid "<variable id=\"macro_name\">Macro</variable>"
msgstr ""
+#. aTmuP
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -272,6 +304,7 @@ msgctxt ""
msgid "<variable id=\"call_param\">Calling parameters and comments</variable>"
msgstr ""
+#. 7khGi
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -280,6 +313,7 @@ msgctxt ""
msgid "<bookmark_value>BASIC Tools library;ListBox module</bookmark_value>"
msgstr ""
+#. qTCF8
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -288,6 +322,7 @@ msgctxt ""
msgid "<item type=\"literal\">ListBox</item> Module"
msgstr ""
+#. BEjWa
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -296,6 +331,7 @@ msgctxt ""
msgid "Functions and subroutines for handling ListBox elements."
msgstr ""
+#. LR48E
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -304,6 +340,7 @@ msgctxt ""
msgid "<bookmark_value>BASIC Tools library;Misc module</bookmark_value>"
msgstr ""
+#. PASgz
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -312,6 +349,7 @@ msgctxt ""
msgid "<item type=\"literal\">Misc</item> Module"
msgstr ""
+#. 8rET3
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -320,6 +358,7 @@ msgctxt ""
msgid "Miscellaneous functions and subroutines."
msgstr ""
+#. 534YG
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -328,6 +367,7 @@ msgctxt ""
msgid "<bookmark_value>BASIC Tools library;ModuleControl module</bookmark_value>"
msgstr ""
+#. sonXm
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -336,6 +376,7 @@ msgctxt ""
msgid "<item type=\"literal\">ModuleControls</item> Module"
msgstr ""
+#. 3ASxZ
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -344,6 +385,7 @@ msgctxt ""
msgid "Functions and subroutines for module control."
msgstr ""
+#. Wyk6n
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -352,6 +394,7 @@ msgctxt ""
msgid "Refer to <link href=\"text/sbasic/guide/show_dialog.xhp#show_dialog\" name=\"Opening a Dialog with Basic\">Opening a Dialog with Basic</link> for an example of LoadDialog function."
msgstr ""
+#. fVAXC
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -360,6 +403,7 @@ msgctxt ""
msgid "<bookmark_value>BASIC Tools library;Strings module</bookmark_value>"
msgstr ""
+#. uFYzk
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -368,6 +412,7 @@ msgctxt ""
msgid "<item type=\"literal\">Strings</item> Module"
msgstr ""
+#. EbUdR
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -376,6 +421,7 @@ msgctxt ""
msgid "Advanced functions and subroutines for string manipulation."
msgstr ""
+#. iKnBp
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -384,6 +430,7 @@ msgctxt ""
msgid "<bookmark_value>BASIC Tools library;UCB module</bookmark_value>"
msgstr ""
+#. VeYbp
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
@@ -392,6 +439,7 @@ msgctxt ""
msgid "<item type=\"literal\">UCB</item> Module"
msgstr ""
+#. K2Cvw
#: lib_tools.xhp
msgctxt ""
"lib_tools.xhp\n"
diff --git a/source/ast/helpcontent2/source/text/scalc.po b/source/ast/helpcontent2/source/text/scalc.po
index 94150598c66..c05eec3a0c5 100644
--- a/source/ast/helpcontent2/source/text/scalc.po
+++ b/source/ast/helpcontent2/source/text/scalc.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-02-10 17:54+0100\n"
-"PO-Revision-Date: 2020-01-24 14:54+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2020-02-28 14:53+0100\n"
+"PO-Revision-Date: 2020-02-25 12:15+0000\n"
+"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
@@ -221,7 +221,7 @@ msgctxt ""
"hd_id102720151109097115\n"
"help.text"
msgid "<link href=\"text/scalc/01/03100000.xhp\">Page Break</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Abrir</link>"
+msgstr "<link href=\"text/scalc/01/03100000.xhp\">Saltu de páxina</link>"
#. rJbW2
#: main0103.xhp
@@ -230,7 +230,7 @@ msgctxt ""
"hd_id10272015110909623\n"
"help.text"
msgid "Grid Lines for Sheet"
-msgstr ""
+msgstr "Cuadrícula de la fueya"
#. TvxiA
#: main0103.xhp
@@ -239,7 +239,7 @@ msgctxt ""
"par_id102720151147483554\n"
"help.text"
msgid "Toggle the visibility of grid lines for the current sheet."
-msgstr ""
+msgstr "Activar o desactivar la cuadrícula pa la fueya actual."
#. ZPjKe
#: main0103.xhp
@@ -248,7 +248,7 @@ msgctxt ""
"hd_id033020170228348624\n"
"help.text"
msgid "Show Formula"
-msgstr ""
+msgstr "Amosar la fórmula"
#. KRDBb
#: main0103.xhp
@@ -257,7 +257,7 @@ msgctxt ""
"par_id03302017024610704\n"
"help.text"
msgid "Display the cell formula expression instead of the calculated result."
-msgstr ""
+msgstr "amosar la espresión de la fórmula de la celda en cuenta del resultáu calculáu."
#. 95G2n
#: main0103.xhp
@@ -266,7 +266,7 @@ msgctxt ""
"hd_id102720150908397549\n"
"help.text"
msgid "<link href=\"text/shared/01/gallery.xhp\">Gallery</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/gallery.xhp\">Galería</link>"
#. f3nqY
#: main0103.xhp
@@ -394,13 +394,13 @@ msgctxt ""
msgid "Field"
msgstr "Campu"
-#. FR5ZL
+#. 3EmAu
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"par_id391577296078546\n"
"help.text"
-msgid "Opens a sub-menu for selecting the date, sheet name or document title in the cell."
+msgid "Opens a submenu for selecting the date, sheet name or document title in the cell."
msgstr ""
#. JP4tR
@@ -734,7 +734,7 @@ msgctxt ""
"par_id0906201507414091\n"
"help.text"
msgid "<ahelp hid=\".\">This menu contains commands to modify and manage a sheet and its elements.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Esti menú contién órdenes que permiten remanar y xestionar fueyes y los elementos nelles.</ahelp>"
#. qH2va
#: main0116.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"hd_id3163735308\n"
"help.text"
msgid "Sheet Tab Color"
-msgstr ""
+msgstr "Color de pestaña de la fueya"
#. BosLg
#: main0116.xhp
@@ -995,7 +995,7 @@ msgctxt ""
"par_idN1089C\n"
"help.text"
msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8354747\">left to right icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8354747\">Iconu D'izquierda a drecha</alt></image>"
#. PJwTW
#: main0202.xhp
@@ -1022,7 +1022,7 @@ msgctxt ""
"par_idN108DF\n"
"help.text"
msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2405774\">right to left icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2405774\">Iconu De drecha a izquierda</alt></image>"
#. fjLD6
#: main0202.xhp
@@ -1157,7 +1157,7 @@ msgctxt ""
"par_id3151112\n"
"help.text"
msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text box or a drawing object, contains formatting and alignment commands.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">La barra <emph>Formatu de testu</emph> que s'amuesa cuando'l cursor ta nun oxettu como un cuadro de testu o un oxetu de dibuxu, inclúi órdenes pa dar formatu y alliñar el testi.</ahelp>"
#. qzSkC
#: main0205.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Image Bar"
-msgstr ""
+msgstr "Barra d'imáxenes"
#. bZuGP
#: main0214.xhp
diff --git a/source/ast/helpcontent2/source/text/scalc/01.po b/source/ast/helpcontent2/source/text/scalc/01.po
index 2812306d071..3dec3bc420a 100644
--- a/source/ast/helpcontent2/source/text/scalc/01.po
+++ b/source/ast/helpcontent2/source/text/scalc/01.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-02-10 17:54+0100\n"
-"PO-Revision-Date: 2020-02-10 17:41+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2020-02-21 14:35+0000\n"
+"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/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 3.10.3\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-POOTLE-MTIME: 1542028585.000000\n"
@@ -600,7 +600,7 @@ msgctxt ""
"par_id3153415\n"
"help.text"
msgid "The <emph>Headers/Footers</emph> dialog contains the tabs for defining headers and footers. There will be separate tabs for the left and right page headers and footers if the <emph>Same content left/right</emph> option was not marked in the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\"><emph>Page Style</emph></link> dialog."
-msgstr ""
+msgstr "El diálogu <emph>Testeres/Pies de páxina</emph> contién llingüetes pa la definición de testeres y pies de páxina. Si escoyó la opción <emph>Conteníu a la izquierda/derecha igual</emph> nel diálogu <link href=\"text/scalc/01/05070000.xhp\" name=\"Estilu de páxina\"><emph>Estilu de páxina</emph></link> van amosase llingüetes independientes pa les testeres y pies de les páxines esquierda y derecha."
#. CTq6U
#: 02120100.xhp
@@ -2913,7 +2913,7 @@ msgctxt ""
"par_id3156280\n"
"help.text"
msgid "To hide the column and row headers, unmark this menu entry."
-msgstr "Pa anubrir la barra de fórmules, anule la seleición d'esti elementu de menú."
+msgstr "P'anubrir la barra de fórmules, anule la seleición d'esti elementu de menú."
#. GL8VF
#: 03070000.xhp
@@ -3048,7 +3048,7 @@ msgctxt ""
"par_id3154686\n"
"help.text"
msgid "To hide the Formula Bar, unmark the menu item."
-msgstr "Pa anubrir la barra de fórmules, anule la seleición d'esti elementu de menú."
+msgstr "P'anubrir la barra de fórmules, anule la seleición d'esti elementu de menú."
#. FUnzz
#: 03090000.xhp
@@ -4569,7 +4569,7 @@ msgctxt ""
"par_id3151240\n"
"help.text"
msgid "<item type=\"input\">Andy</item>"
-msgstr "<item type=\"input\">Andy</item>"
+msgstr "<item type=\"input\">Andrés</item>"
#. cAc3y
#: 04060101.xhp
@@ -4578,7 +4578,7 @@ msgctxt ""
"par_id3152870\n"
"help.text"
msgid "<item type=\"input\">Betty</item>"
-msgstr "<item type=\"input\">Betty</item>"
+msgstr "<item type=\"input\">Bea</item>"
#. AFNrM
#: 04060101.xhp
@@ -4632,7 +4632,7 @@ msgctxt ""
"par_id3153078\n"
"help.text"
msgid "<item type=\"input\">Harry</item>"
-msgstr "<item type=\"input\">Harry</item>"
+msgstr "<item type=\"input\">Asur</item>"
#. yyNPe
#: 04060101.xhp
@@ -7269,7 +7269,7 @@ msgctxt ""
"par_id3155118\n"
"help.text"
msgid "EFFECT_ADD(NominalRate; NPerY)"
-msgstr "EFFECT_ADD(NominalRate; NPerY)"
+msgstr "EFECTIVU_ADD(NominalRate; NPerY)"
#. iaVSi
#: 04060103.xhp
@@ -11364,7 +11364,7 @@ msgctxt ""
"par_id831019\n"
"help.text"
msgid "To return the cosine of an angle in degrees, use the RADIANS function."
-msgstr "To return the cosine of an angle in degrees, use the RADIANS function."
+msgstr "Pa devolver el cosenu d'un ángulu en graos, usa la función RADIANS."
#. rFubR
#: 04060106.xhp
@@ -11499,7 +11499,7 @@ msgctxt ""
"par_id6814477\n"
"help.text"
msgid "The cotangent of an angle is equivalent to 1 divided by the tangent of that angle."
-msgstr "The cotangent of an angle is equivalent to 1 divided by the tangent of that angle."
+msgstr "La cotanxente d'un ángulu ye equivalente a 1 dividíu pola tanxente d'esi ángulu."
#. aPDaf
#: 04060106.xhp
@@ -13281,7 +13281,7 @@ msgctxt ""
"par_id5081637\n"
"help.text"
msgid "The same result may be achieved by using the exponentiation operator ^:"
-msgstr "The same result may be achieved by using the exponentiation operator ^:"
+msgstr "Pues obtener el mesmu resultáu si uses l'operador d'esponencia ^:"
#. G5Ljj
#: 04060106.xhp
@@ -13749,7 +13749,7 @@ msgctxt ""
"par_id599688\n"
"help.text"
msgid "This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives."
-msgstr "This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives."
+msgstr "Esta función redondea al númberu más averáu. Mira tamién les funciones REDONDEAR.MENOS Y REDONDEAR.MAS."
#. 3JvSm
#: 04060106.xhp
diff --git a/source/ast/helpcontent2/source/text/scalc/02.po b/source/ast/helpcontent2/source/text/scalc/02.po
index 76eb65ab8cb..2ceef72db04 100644
--- a/source/ast/helpcontent2/source/text/scalc/02.po
+++ b/source/ast/helpcontent2/source/text/scalc/02.po