summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-07-31 18:31:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-31 20:13:09 +0200
commitf146cb69eb2a2cc0bffb0e76dbccbcdf942d5f7e (patch)
tree3980fcbb27063010529939fde383b5a8119784eb
parent299b72e4c9ad239d747e47eaf004400f5a590695 (diff)
osl::Mutex->std::mutex in Entity
Change-Id: Ia9201dc4998a592ef4adaa39666f67a0935e8161 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119745 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--sax/source/fastparser/fastparser.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index aa3bb66c18f8..980c092c796e 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -40,6 +40,7 @@
#include <queue>
#include <memory>
+#include <mutex>
#include <stack>
#include <string_view>
#include <unordered_map>
@@ -173,7 +174,7 @@ struct Entity : public ParserData
// resource leaks), therefore any exception thrown by a UNO callback
// must be saved somewhere until the C-XmlParser is stopped.
css::uno::Any maSavedException;
- osl::Mutex maSavedExceptionMutex;
+ std::mutex maSavedExceptionMutex;
void saveException( const Any & e );
// Thread-safe check if maSavedException has value
bool hasException();
@@ -600,7 +601,7 @@ void Entity::throwException( const ::rtl::Reference< FastLocatorImpl > &xDocumen
// Error during parsing !
Any savedException;
{
- osl::MutexGuard g(maSavedExceptionMutex);
+ std::lock_guard g(maSavedExceptionMutex);
if (maSavedException.hasValue())
{
savedException.setValue(&maSavedException, cppu::UnoType<decltype(maSavedException)>::get());
@@ -642,7 +643,7 @@ void Entity::saveException( const Any & e )
// unexpectedly some 'startElements' produce a UNO_QUERY_THROW
// for XComponent; and yet expect to continue parsing.
SAL_WARN("sax", "Unexpected exception from XML parser " << exceptionToString(e));
- osl::MutexGuard g(maSavedExceptionMutex);
+ std::lock_guard g(maSavedExceptionMutex);
if (maSavedException.hasValue())
{
SAL_INFO("sax.fastparser", "discarding exception, already have one");
@@ -655,7 +656,7 @@ void Entity::saveException( const Any & e )
bool Entity::hasException()
{
- osl::MutexGuard g(maSavedExceptionMutex);
+ std::lock_guard g(maSavedExceptionMutex);
return maSavedException.hasValue();
}
ile diffstat' width='100%'> -rw-r--r--source/ast/helpcontent2/source/text/shared/01.po181
-rw-r--r--source/ast/helpcontent2/source/text/shared/02.po79
-rw-r--r--source/ast/helpcontent2/source/text/shared/explorer/database.po2226
-rw-r--r--source/ast/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/ast/helpcontent2/source/text/shared/help.po12
-rw-r--r--source/ast/helpcontent2/source/text/shared/optionen.po236
-rw-r--r--source/ast/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ast/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ast/helpcontent2/source/text/simpress/01.po8
-rw-r--r--source/ast/helpcontent2/source/text/simpress/02.po8
-rw-r--r--source/ast/helpcontent2/source/text/simpress/04.po6
-rw-r--r--source/ast/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po41
-rw-r--r--source/ast/reportdesign/messages.po8
-rw-r--r--source/ast/sc/messages.po8
-rw-r--r--source/ast/sd/messages.po20
-rw-r--r--source/ast/sfx2/messages.po323
-rw-r--r--source/ast/shell/source/win32/shlxthandler/res.po8
-rw-r--r--source/ast/svx/messages.po1624
-rw-r--r--source/ast/sw/messages.po594
-rw-r--r--source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po12
-rw-r--r--source/ast/uui/messages.po16
-rw-r--r--source/ast/wizards/source/resources.po8
-rw-r--r--source/az/chart2/messages.po26
-rw-r--r--source/az/cui/messages.po60
-rw-r--r--source/az/dbaccess/messages.po494
-rw-r--r--source/az/desktop/messages.po200
-rw-r--r--source/az/sfx2/messages.po314
-rw-r--r--source/az/svx/messages.po1589
-rw-r--r--source/az/sw/messages.po552
-rw-r--r--source/be/chart2/messages.po26
-rw-r--r--source/be/cui/messages.po60
-rw-r--r--source/be/dbaccess/messages.po494
-rw-r--r--source/be/desktop/messages.po200
-rw-r--r--source/be/sfx2/messages.po314
-rw-r--r--source/be/svx/messages.po1589
-rw-r--r--source/be/sw/messages.po552
-rw-r--r--source/bg/chart2/messages.po28
-rw-r--r--source/bg/cui/messages.po332
-rw-r--r--source/bg/dbaccess/messages.po496
-rw-r--r--source/bg/desktop/messages.po200
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po383
-rw-r--r--source/bg/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/bg/helpcontent2/source/text/sdatabase.po2254
-rw-r--r--source/bg/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po144
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po345
-rw-r--r--source/bg/helpcontent2/source/text/shared/02.po93
-rw-r--r--source/bg/helpcontent2/source/text/shared/autopi.po10
-rw-r--r--source/bg/helpcontent2/source/text/shared/explorer/database.po2232
-rw-r--r--source/bg/helpcontent2/source/text/shared/guide.po60
-rw-r--r--source/bg/helpcontent2/source/text/shared/optionen.po294
-rw-r--r--source/bg/helpcontent2/source/text/simpress.po22
-rw-r--r--source/bg/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po56
-rw-r--r--source/bg/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/bg/sfx2/messages.po316
-rw-r--r--source/bg/svx/messages.po1739
-rw-r--r--source/bg/sw/messages.po552
-rw-r--r--source/bn-IN/chart2/messages.po26
-rw-r--r--source/bn-IN/cui/messages.po60
-rw-r--r--source/bn-IN/dbaccess/messages.po494
-rw-r--r--source/bn-IN/desktop/messages.po200
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress.po20
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/bn-IN/sfx2/messages.po314
-rw-r--r--source/bn-IN/svx/messages.po1589
-rw-r--r--source/bn-IN/sw/messages.po552
-rw-r--r--source/bn/chart2/messages.po26
-rw-r--r--source/bn/cui/messages.po60
-rw-r--r--source/bn/dbaccess/messages.po494
-rw-r--r--source/bn/desktop/messages.po200
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/bn/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/bn/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/bn/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/bn/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/bn/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/bn/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/bn/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/bn/helpcontent2/source/text/simpress.po20
-rw-r--r--source/bn/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/bn/sfx2/messages.po314
-rw-r--r--source/bn/svx/messages.po1589
-rw-r--r--source/bn/sw/messages.po552
-rw-r--r--source/bo/chart2/messages.po26
-rw-r--r--source/bo/cui/messages.po60
-rw-r--r--source/bo/dbaccess/messages.po494
-rw-r--r--source/bo/desktop/messages.po200
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/bo/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/bo/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/bo/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/bo/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/bo/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/bo/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/bo/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/bo/helpcontent2/source/text/simpress.po20
-rw-r--r--source/bo/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/bo/sfx2/messages.po314
-rw-r--r--source/bo/svx/messages.po1589
-rw-r--r--source/bo/sw/messages.po552
-rw-r--r--source/br/chart2/messages.po26
-rw-r--r--source/br/cui/messages.po60
-rw-r--r--source/br/dbaccess/messages.po494
-rw-r--r--source/br/desktop/messages.po200
-rw-r--r--source/br/sfx2/messages.po314
-rw-r--r--source/br/svx/messages.po1589
-rw-r--r--source/br/sw/messages.po552
-rw-r--r--source/brx/chart2/messages.po26
-rw-r--r--source/brx/cui/messages.po60
-rw-r--r--source/brx/dbaccess/messages.po494
-rw-r--r--source/brx/desktop/messages.po200
-rw-r--r--source/brx/sfx2/messages.po314
-rw-r--r--source/brx/svx/messages.po1589
-rw-r--r--source/brx/sw/messages.po552
-rw-r--r--source/bs/chart2/messages.po26
-rw-r--r--source/bs/cui/messages.po60
-rw-r--r--source/bs/dbaccess/messages.po494
-rw-r--r--source/bs/desktop/messages.po200
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared.po295
-rw-r--r--source/bs/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/bs/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/bs/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/bs/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/bs/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/bs/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/bs/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/bs/helpcontent2/source/text/simpress.po20
-rw-r--r--source/bs/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/bs/sfx2/messages.po314
-rw-r--r--source/bs/svx/messages.po1589
-rw-r--r--source/bs/sw/messages.po552
-rw-r--r--source/ca-valencia/chart2/messages.po26
-rw-r--r--source/ca-valencia/cui/messages.po60
-rw-r--r--source/ca-valencia/dbaccess/messages.po494
-rw-r--r--source/ca-valencia/desktop/messages.po200
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/02.po81
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress.po22
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ca-valencia/sfx2/messages.po314
-rw-r--r--source/ca-valencia/svx/messages.po1589
-rw-r--r--source/ca-valencia/sw/messages.po552
-rw-r--r--source/ca/chart2/messages.po28
-rw-r--r--source/ca/cui/messages.po118
-rw-r--r--source/ca/dbaccess/messages.po502
-rw-r--r--source/ca/desktop/messages.po200
-rw-r--r--source/ca/extensions/messages.po10
-rw-r--r--source/ca/forms/messages.po12
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/ca/helpcontent2/source/text/scalc.po4
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po4
-rw-r--r--source/ca/helpcontent2/source/text/scalc/02.po4
-rw-r--r--source/ca/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/ca/helpcontent2/source/text/schart.po10
-rw-r--r--source/ca/helpcontent2/source/text/schart/01.po14
-rw-r--r--source/ca/helpcontent2/source/text/sdatabase.po2306
-rw-r--r--source/ca/helpcontent2/source/text/sdraw.po6
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/guide.po6
-rw-r--r--source/ca/helpcontent2/source/text/shared.po32
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po38
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po206
-rw-r--r--source/ca/helpcontent2/source/text/shared/02.po98
-rw-r--r--source/ca/helpcontent2/source/text/shared/autopi.po10
-rw-r--r--source/ca/helpcontent2/source/text/shared/explorer/database.po2244
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po38
-rw-r--r--source/ca/helpcontent2/source/text/shared/help.po8
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po276
-rw-r--r--source/ca/helpcontent2/source/text/simpress.po32
-rw-r--r--source/ca/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/ca/helpcontent2/source/text/simpress/01.po15
-rw-r--r--source/ca/helpcontent2/source/text/simpress/04.po8
-rw-r--r--source/ca/helpcontent2/source/text/simpress/guide.po12
-rw-r--r--source/ca/helpcontent2/source/text/smath.po6
-rw-r--r--source/ca/helpcontent2/source/text/smath/01.po4
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po16
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po32
-rw-r--r--source/ca/helpcontent2/source/text/swriter/librelogo.po8
-rw-r--r--source/ca/helpcontent2/source/text/swriter/menu.po10
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po46
-rw-r--r--source/ca/sc/messages.po34
-rw-r--r--source/ca/sd/messages.po12
-rw-r--r--source/ca/sfx2/messages.po328
-rw-r--r--source/ca/starmath/messages.po48
-rw-r--r--source/ca/svtools/messages.po8
-rw-r--r--source/ca/svx/messages.po1711
-rw-r--r--source/ca/sw/messages.po584
-rw-r--r--source/ca/vcl/messages.po10
-rw-r--r--source/ckb/chart2/messages.po28
-rw-r--r--source/ckb/cui/messages.po82
-rw-r--r--source/ckb/dbaccess/messages.po494
-rw-r--r--source/ckb/desktop/messages.po202
-rw-r--r--source/ckb/filter/messages.po8
-rw-r--r--source/ckb/forms/messages.po6
-rw-r--r--source/ckb/librelogo/source/pythonpath.po6
-rw-r--r--source/ckb/officecfg/registry/data/org/openoffice/Office.po21
-rw-r--r--source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po30
-rw-r--r--source/ckb/scp2/source/ooo.po6
-rw-r--r--source/ckb/sfx2/messages.po322
-rw-r--r--source/ckb/shell/source/win32/shlxthandler/res.po6
-rw-r--r--source/ckb/svx/messages.po1589
-rw-r--r--source/ckb/sw/messages.po594
-rw-r--r--source/ckb/swext/mediawiki/help.po4
-rw-r--r--source/ckb/vcl/messages.po6
-rw-r--r--source/ckb/wizards/source/resources.po12
-rw-r--r--source/cs/chart2/messages.po28
-rw-r--r--source/cs/cui/messages.po230
-rw-r--r--source/cs/dbaccess/messages.po496
-rw-r--r--source/cs/desktop/messages.po200
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po335
-rw-r--r--source/cs/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/cs/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/cs/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/cs/helpcontent2/source/text/simpress.po22
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po16
-rw-r--r--source/cs/sc/messages.po8
-rw-r--r--source/cs/sfx2/messages.po314
-rw-r--r--source/cs/starmath/messages.po18
-rw-r--r--source/cs/svx/messages.po1589
-rw-r--r--source/cs/sw/messages.po552
-rw-r--r--source/cs/vcl/messages.po6
-rw-r--r--source/cy/chart2/messages.po28
-rw-r--r--source/cy/cui/messages.po66
-rw-r--r--source/cy/dbaccess/messages.po496
-rw-r--r--source/cy/desktop/messages.po200
-rw-r--r--source/cy/framework/messages.po8
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/cy/sfx2/messages.po314
-rw-r--r--source/cy/svx/messages.po1601
-rw-r--r--source/cy/sw/messages.po560
-rw-r--r--source/da/chart2/messages.po30
-rw-r--r--source/da/cui/messages.po112
-rw-r--r--source/da/dbaccess/messages.po494
-rw-r--r--source/da/desktop/messages.po202
-rw-r--r--source/da/extensions/messages.po8
-rw-r--r--source/da/extras/source/gallery/share.po20
-rw-r--r--source/da/filter/messages.po3
-rw-r--r--source/da/formula/messages.po14
-rw-r--r--source/da/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/da/helpcontent2/source/text/scalc.po22
-rw-r--r--source/da/helpcontent2/source/text/scalc/02.po4
-rw-r--r--source/da/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/da/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/da/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/da/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/da/helpcontent2/source/text/shared.po4
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po36
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/da/helpcontent2/source/text/shared/02.po101
-rw-r--r--source/da/helpcontent2/source/text/shared/06.po8
-rw-r--r--source/da/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po42
-rw-r--r--source/da/helpcontent2/source/text/shared/optionen.po242
-rw-r--r--source/da/helpcontent2/source/text/simpress.po22
-rw-r--r--source/da/helpcontent2/source/text/simpress/02.po12
-rw-r--r--source/da/helpcontent2/source/text/simpress/04.po10
-rw-r--r--source/da/helpcontent2/source/text/smath/01.po14
-rw-r--r--source/da/helpcontent2/source/text/swriter/00.po6
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po14
-rw-r--r--source/da/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po46
-rw-r--r--source/da/sc/messages.po26
-rw-r--r--source/da/sd/messages.po6
-rw-r--r--source/da/sfx2/messages.po330
-rw-r--r--source/da/starmath/messages.po6
-rw-r--r--source/da/svl/messages.po12
-rw-r--r--source/da/svtools/messages.po14
-rw-r--r--source/da/svx/messages.po1751
-rw-r--r--source/da/sw/messages.po782
-rw-r--r--source/da/vcl/messages.po14
-rw-r--r--source/de/chart2/messages.po26
-rw-r--r--source/de/cui/messages.po60
-rw-r--r--source/de/dbaccess/messages.po494
-rw-r--r--source/de/desktop/messages.po200
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po292
-rw-r--r--source/de/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/de/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/de/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/de/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/de/helpcontent2/source/text/simpress.po20
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/de/sfx2/messages.po314
-rw-r--r--source/de/svx/messages.po1589
-rw-r--r--source/de/sw/messages.po552
-rw-r--r--source/dgo/chart2/messages.po26
-rw-r--r--source/dgo/cui/messages.po60
-rw-r--r--source/dgo/dbaccess/messages.po494
-rw-r--r--source/dgo/desktop/messages.po200
-rw-r--r--source/dgo/sfx2/messages.po314
-rw-r--r--source/dgo/svx/messages.po1589
-rw-r--r--source/dgo/sw/messages.po552
-rw-r--r--source/dsb/chart2/messages.po28
-rw-r--r--source/dsb/cui/messages.po60
-rw-r--r--source/dsb/dbaccess/messages.po496
-rw-r--r--source/dsb/desktop/messages.po200
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/dsb/sfx2/messages.po314
-rw-r--r--source/dsb/svx/messages.po1613
-rw-r--r--source/dsb/sw/messages.po552
-rw-r--r--source/dz/chart2/messages.po26
-rw-r--r--source/dz/cui/messages.po60
-rw-r--r--source/dz/dbaccess/messages.po494
-rw-r--r--source/dz/desktop/messages.po200
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared.po315
-rw-r--r--source/dz/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/dz/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/dz/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/dz/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/dz/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/dz/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/dz/helpcontent2/source/text/simpress.po20
-rw-r--r--source/dz/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/dz/sfx2/messages.po314
-rw-r--r--source/dz/svx/messages.po1589
-rw-r--r--source/dz/sw/messages.po552
-rw-r--r--source/el/chart2/messages.po28
-rw-r--r--source/el/cui/messages.po60
-rw-r--r--source/el/dbaccess/messages.po494
-rw-r--r--source/el/desktop/messages.po200
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared.po389
-rw-r--r--source/el/helpcontent2/source/text/sdatabase.po2254
-rw-r--r--source/el/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/el/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/el/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/el/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/el/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/el/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/el/helpcontent2/source/text/simpress.po22
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/el/sfx2/messages.po314
-rw-r--r--source/el/svx/messages.po1605
-rw-r--r--source/el/sw/messages.po640
-rw-r--r--source/en-GB/chart2/messages.po28
-rw-r--r--source/en-GB/cui/messages.po322
-rw-r--r--source/en-GB/dbaccess/messages.po500
-rw-r--r--source/en-GB/desktop/messages.po200
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/en-GB/helpcontent2/source/text/sdatabase.po2252
-rw-r--r--source/en-GB/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress.po22
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/en-GB/librelogo/source/pythonpath.po12
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office.po18
-rw-r--r--source/en-GB/scp2/source/ooo.po12
-rw-r--r--source/en-GB/sd/messages.po10
-rw-r--r--source/en-GB/sfx2/messages.po358
-rw-r--r--source/en-GB/starmath/messages.po28
-rw-r--r--source/en-GB/svtools/messages.po16
-rw-r--r--source/en-GB/svx/messages.po1599
-rw-r--r--source/en-GB/sw/messages.po552
-rw-r--r--source/en-GB/vcl/messages.po16
-rw-r--r--source/en-ZA/chart2/messages.po26
-rw-r--r--source/en-ZA/cui/messages.po60
-rw-r--r--source/en-ZA/dbaccess/messages.po494
-rw-r--r--source/en-ZA/desktop/messages.po200
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress.po20
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/en-ZA/sfx2/messages.po314
-rw-r--r--source/en-ZA/svx/messages.po1589
-rw-r--r--source/en-ZA/sw/messages.po552
-rw-r--r--source/eo/chart2/messages.po28
-rw-r--r--source/eo/cui/messages.po66
-rw-r--r--source/eo/dbaccess/messages.po498
-rw-r--r--source/eo/desktop/messages.po200
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared.po319
-rw-r--r--source/eo/helpcontent2/source/text/scalc/01.po12
-rw-r--r--source/eo/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/eo/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/eo/helpcontent2/source/text/shared/00.po118
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/eo/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/eo/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/eo/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/eo/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/eo/helpcontent2/source/text/simpress.po20
-rw-r--r--source/eo/helpcontent2/source/text/simpress/00.po24
-rw-r--r--source/eo/helpcontent2/source/text/swriter.po6
-rw-r--r--source/eo/helpcontent2/source/text/swriter/00.po16
-rw-r--r--source/eo/helpcontent2/source/text/swriter/01.po58
-rw-r--r--source/eo/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/eo/helpcontent2/source/text/swriter/librelogo.po8
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po42
-rw-r--r--source/eo/sc/messages.po30
-rw-r--r--source/eo/sd/messages.po6
-rw-r--r--source/eo/sfx2/messages.po316
-rw-r--r--source/eo/starmath/messages.po12
-rw-r--r--source/eo/svx/messages.po1589
-rw-r--r--source/eo/sw/messages.po802
-rw-r--r--source/es/chart2/messages.po28
-rw-r--r--source/es/cui/messages.po106
-rw-r--r--source/es/dbaccess/messages.po500
-rw-r--r--source/es/desktop/messages.po200
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po4
-rw-r--r--source/es/helpcontent2/source/text/scalc/02.po8
-rw-r--r--source/es/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/es/helpcontent2/source/text/sdatabase.po2266
-rw-r--r--source/es/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po84
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po231
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po87
-rw-r--r--source/es/helpcontent2/source/text/shared/05.po4
-rw-r--r--source/es/helpcontent2/source/text/shared/autopi.po6
-rw-r--r--source/es/helpcontent2/source/text/shared/explorer/database.po2232
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po36
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po272
-rw-r--r--source/es/helpcontent2/source/text/simpress.po22
-rw-r--r--source/es/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po4
-rw-r--r--source/es/helpcontent2/source/text/simpress/02.po12
-rw-r--r--source/es/helpcontent2/source/text/simpress/04.po6
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po18
-rw-r--r--source/es/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po30
-rw-r--r--source/es/sc/messages.po4
-rw-r--r--source/es/sd/messages.po6
-rw-r--r--source/es/sfx2/messages.po316
-rw-r--r--source/es/shell/source/win32/shlxthandler/res.po8
-rw-r--r--source/es/starmath/messages.po12
-rw-r--r--source/es/svtools/messages.po8
-rw-r--r--source/es/svx/messages.po1607
-rw-r--r--source/es/sw/messages.po592
-rw-r--r--source/es/vcl/messages.po6
-rw-r--r--source/et/chart2/messages.po26
-rw-r--r--source/et/cui/messages.po60
-rw-r--r--source/et/dbaccess/messages.po494
-rw-r--r--source/et/desktop/messages.po200
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/et/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/et/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/et/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/et/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/et/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/et/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/et/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/et/helpcontent2/source/text/simpress.po22
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/et/sc/messages.po8
-rw-r--r--source/et/sfx2/messages.po314
-rw-r--r--source/et/svx/messages.po1589
-rw-r--r--source/et/sw/messages.po552
-rw-r--r--source/eu/chart2/messages.po28
-rw-r--r--source/eu/cui/messages.po132
-rw-r--r--source/eu/dbaccess/messages.po496
-rw-r--r--source/eu/desktop/messages.po200
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/eu/helpcontent2/source/text/scalc.po6
-rw-r--r--source/eu/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/eu/helpcontent2/source/text/sdatabase.po2352
-rw-r--r--source/eu/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/eu/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/eu/helpcontent2/source/text/shared/autopi.po8
-rw-r--r--source/eu/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/eu/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/eu/helpcontent2/source/text/simpress.po22
-rw-r--r--source/eu/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/eu/helpcontent2/source/text/swriter/00.po16
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/eu/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/eu/sfx2/messages.po314
-rw-r--r--source/eu/svx/messages.po1589
-rw-r--r--source/eu/sw/messages.po604
-rw-r--r--source/fa/chart2/messages.po26
-rw-r--r--source/fa/cui/messages.po60
-rw-r--r--source/fa/dbaccess/messages.po494
-rw-r--r--source/fa/desktop/messages.po200
-rw-r--r--source/fa/sfx2/messages.po314
-rw-r--r--source/fa/svx/messages.po1589
-rw-r--r--source/fa/sw/messages.po552
-rw-r--r--source/fi/chart2/messages.po50
-rw-r--r--source/fi/connectivity/messages.po6
-rw-r--r--source/fi/cui/messages.po66
-rw-r--r--source/fi/dbaccess/messages.po496
-rw-r--r--source/fi/desktop/messages.po202
-rw-r--r--source/fi/editeng/messages.po6
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/fi/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/fi/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/fi/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/fi/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/fi/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/fi/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/fi/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/fi/helpcontent2/source/text/simpress.po20
-rw-r--r--source/fi/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po35
-rw-r--r--source/fi/sc/messages.po74
-rw-r--r--source/fi/scp2/source/ooo.po4
-rw-r--r--source/fi/sd/messages.po16
-rw-r--r--source/fi/sfx2/messages.po314
-rw-r--r--source/fi/svx/messages.po1605
-rw-r--r--source/fi/sw/messages.po566
-rw-r--r--source/fr/chart2/messages.po26
-rw-r--r--source/fr/cui/messages.po60
-rw-r--r--source/fr/dbaccess/messages.po494
-rw-r--r--source/fr/desktop/messages.po200
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared.po335
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po46
-rw-r--r--source/fr/helpcontent2/source/text/sdatabase.po2251
-rw-r--r--source/fr/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/fr/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/fr/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/fr/helpcontent2/source/text/simpress.po22
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po50
-rw-r--r--source/fr/sfx2/messages.po314
-rw-r--r--source/fr/svx/messages.po1589
-rw-r--r--source/fr/sw/messages.po552
-rw-r--r--source/fur/chart2/messages.po26
-rw-r--r--source/fur/cui/messages.po98
-rw-r--r--source/fur/dbaccess/messages.po494
-rw-r--r--source/fur/desktop/messages.po200
-rw-r--r--source/fur/sd/messages.po14
-rw-r--r--source/fur/sfx2/messages.po314
-rw-r--r--source/fur/svx/messages.po1589
-rw-r--r--source/fur/sw/messages.po552
-rw-r--r--source/fy/chart2/messages.po32
-rw-r--r--source/fy/cui/messages.po86
-rw-r--r--source/fy/dbaccess/messages.po498
-rw-r--r--source/fy/desktop/messages.po200
-rw-r--r--source/fy/sfx2/messages.po330
-rw-r--r--source/fy/svtools/messages.po6
-rw-r--r--source/fy/svx/messages.po1589
-rw-r--r--source/fy/sw/messages.po562
-rw-r--r--source/fy/vcl/messages.po14
-rw-r--r--source/ga/avmedia/messages.po16
-rw-r--r--source/ga/basctl/messages.po32
-rw-r--r--source/ga/chart2/messages.po80
-rw-r--r--source/ga/connectivity/messages.po12
-rw-r--r--source/ga/cui/messages.po83
-rw-r--r--source/ga/dbaccess/messages.po494
-rw-r--r--source/ga/desktop/messages.po212
-rw-r--r--source/ga/editeng/messages.po36
-rw-r--r--source/ga/extensions/messages.po46
-rw-r--r--source/ga/extras/source/gallery/share.po20
-rw-r--r--source/ga/filter/messages.po12
-rw-r--r--source/ga/filter/source/config/fragments/filters.po12
-rw-r--r--source/ga/filter/source/config/fragments/types.po70
-rw-r--r--source/ga/formula/messages.po16
-rw-r--r--source/ga/fpicker/messages.po30
-rw-r--r--source/ga/framework/messages.po12
-rw-r--r--source/ga/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po19
-rw-r--r--source/ga/scp2/source/base.po26
-rw-r--r--source/ga/sfx2/messages.po314
-rw-r--r--source/ga/svx/messages.po1589
-rw-r--r--source/ga/sw/messages.po552
-rw-r--r--source/ga/writerperfect/messages.po16
-rw-r--r--source/ga/xmlsecurity/messages.po17
-rw-r--r--source/gd/chart2/messages.po26
-rw-r--r--source/gd/cui/messages.po60
-rw-r--r--source/gd/dbaccess/messages.po494
-rw-r--r--source/gd/desktop/messages.po200
-rw-r--r--source/gd/sfx2/messages.po314
-rw-r--r--source/gd/svx/messages.po1589
-rw-r--r--source/gd/sw/messages.po552
-rw-r--r--source/gl/chart2/messages.po28
-rw-r--r--source/gl/cui/messages.po282
-rw-r--r--source/gl/dbaccess/messages.po504
-rw-r--r--source/gl/desktop/messages.po200
-rw-r--r--source/gl/extras/source/autocorr/emoji.po6
-rw-r--r--source/gl/filter/messages.po6
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared.po291
-rw-r--r--source/gl/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/gl/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/gl/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/gl/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/gl/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/gl/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/gl/helpcontent2/source/text/simpress.po20
-rw-r--r--source/gl/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/gl/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po48
-rw-r--r--source/gl/sc/messages.po48
-rw-r--r--source/gl/sfx2/messages.po324
-rw-r--r--source/gl/svtools/messages.po4
-rw-r--r--source/gl/svx/messages.po1739
-rw-r--r--source/gl/sw/messages.po740
-rw-r--r--source/gl/uui/messages.po12
-rw-r--r--source/gl/vcl/messages.po4
-rw-r--r--source/gl/wizards/source/resources.po6
-rw-r--r--source/gu/chart2/messages.po26
-rw-r--r--source/gu/cui/messages.po60
-rw-r--r--source/gu/dbaccess/messages.po494
-rw-r--r--source/gu/desktop/messages.po200
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared.po299
-rw-r--r--source/gu/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/gu/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/gu/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/gu/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/gu/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/gu/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/gu/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/gu/helpcontent2/source/text/simpress.po20
-rw-r--r--source/gu/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/gu/sfx2/messages.po314
-rw-r--r--source/gu/svx/messages.po1589
-rw-r--r--source/gu/sw/messages.po552
-rw-r--r--source/gug/chart2/messages.po26
-rw-r--r--source/gug/cui/messages.po60
-rw-r--r--source/gug/dbaccess/messages.po494
-rw-r--r--source/gug/desktop/messages.po200
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/gug/helpcontent2/source/text/scalc/01.po4
-rw-r--r--source/gug/helpcontent2/source/text/scalc/02.po8
-rw-r--r--source/gug/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/gug/helpcontent2/source/text/sdatabase.po2266
-rw-r--r--source/gug/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/gug/helpcontent2/source/text/shared/00.po84
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po231
-rw-r--r--source/gug/helpcontent2/source/text/shared/02.po87
-rw-r--r--source/gug/helpcontent2/source/text/shared/05.po4
-rw-r--r--source/gug/helpcontent2/source/text/shared/autopi.po6
-rw-r--r--source/gug/helpcontent2/source/text/shared/explorer/database.po2232
-rw-r--r--source/gug/helpcontent2/source/text/shared/guide.po36
-rw-r--r--source/gug/helpcontent2/source/text/shared/optionen.po272
-rw-r--r--source/gug/helpcontent2/source/text/simpress.po22
-rw-r--r--source/gug/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/gug/helpcontent2/source/text/simpress/01.po4
-rw-r--r--source/gug/helpcontent2/source/text/simpress/02.po12
-rw-r--r--source/gug/helpcontent2/source/text/simpress/04.po6
-rw-r--r--source/gug/helpcontent2/source/text/swriter/01.po18
-rw-r--r--source/gug/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/gug/helpcontent2/source/text/swriter/guide.po20
-rw-r--r--source/gug/sfx2/messages.po314
-rw-r--r--source/gug/svx/messages.po1589
-rw-r--r--source/gug/sw/messages.po552
-rw-r--r--source/he/chart2/messages.po26
-rw-r--r--source/he/cui/messages.po68
-rw-r--r--source/he/dbaccess/messages.po494
-rw-r--r--source/he/desktop/messages.po200
-rw-r--r--source/he/extras/source/autocorr/emoji.po6
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared.po313
-rw-r--r--source/he/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/he/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/he/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/he/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/he/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/he/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/he/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/he/helpcontent2/source/text/simpress.po20
-rw-r--r--source/he/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/he/sfx2/messages.po316
-rw-r--r--source/he/svx/messages.po1589
-rw-r--r--source/he/sw/messages.po552
-rw-r--r--source/hi/chart2/messages.po26
-rw-r--r--source/hi/cui/messages.po60
-rw-r--r--source/hi/dbaccess/messages.po494
-rw-r--r--source/hi/desktop/messages.po200
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared.po281
-rw-r--r--source/hi/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/hi/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/hi/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/hi/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/hi/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/hi/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/hi/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/hi/helpcontent2/source/text/simpress.po20
-rw-r--r--source/hi/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/hi/sfx2/messages.po314
-rw-r--r--source/hi/svx/messages.po1589
-rw-r--r--source/hi/sw/messages.po552
-rw-r--r--source/hr/chart2/messages.po26
-rw-r--r--source/hr/cui/messages.po60
-rw-r--r--source/hr/dbaccess/messages.po494
-rw-r--r--source/hr/desktop/messages.po200
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared.po281
-rw-r--r--source/hr/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/hr/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/hr/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/hr/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/hr/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/hr/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/hr/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/hr/helpcontent2/source/text/simpress.po20
-rw-r--r--source/hr/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/hr/sfx2/messages.po314
-rw-r--r--source/hr/svx/messages.po1589
-rw-r--r--source/hr/sw/messages.po552
-rw-r--r--source/hsb/chart2/messages.po28
-rw-r--r--source/hsb/cui/messages.po60
-rw-r--r--source/hsb/dbaccess/messages.po496
-rw-r--r--source/hsb/desktop/messages.po200
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/hsb/sfx2/messages.po314
-rw-r--r--source/hsb/svx/messages.po1613
-rw-r--r--source/hsb/sw/messages.po564
-rw-r--r--source/hu/chart2/messages.po28
-rw-r--r--source/hu/cui/messages.po128
-rw-r--r--source/hu/dbaccess/messages.po502
-rw-r--r--source/hu/desktop/messages.po206
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/hu/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/hu/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/hu/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/hu/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/hu/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/hu/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/hu/helpcontent2/source/text/shared/optionen.po236
-rw-r--r--source/hu/helpcontent2/source/text/simpress.po20
-rw-r--r--source/hu/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/hu/sfx2/messages.po316
-rw-r--r--source/hu/svx/messages.po1589
-rw-r--r--source/hu/sw/messages.po552
-rw-r--r--source/id/chart2/messages.po26
-rw-r--r--source/id/cui/messages.po64
-rw-r--r--source/id/dbaccess/messages.po494
-rw-r--r--source/id/desktop/messages.po200
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/id/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/id/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po173
-rw-r--r--source/id/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/id/helpcontent2/source/text/shared/explorer/database.po2225
-rw-r--r--source/id/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/id/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/id/helpcontent2/source/text/simpress.po20
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/id/sfx2/messages.po314
-rw-r--r--source/id/svx/messages.po1589
-rw-r--r--source/id/sw/messages.po606
-rw-r--r--source/is/chart2/messages.po26
-rw-r--r--source/is/cui/messages.po60
-rw-r--r--source/is/dbaccess/messages.po494
-rw-r--r--source/is/desktop/messages.po200
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared.po283
-rw-r--r--source/is/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/is/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/is/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/is/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/is/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po24
-rw-r--r--source/is/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/is/helpcontent2/source/text/simpress.po20
-rw-r--r--source/is/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/is/sfx2/messages.po314
-rw-r--r--source/is/svx/messages.po1589
-rw-r--r--source/is/sw/messages.po552
-rw-r--r--source/it/chart2/messages.po26
-rw-r--r--source/it/cui/messages.po60
-rw-r--r--source/it/dbaccess/messages.po494
-rw-r--r--source/it/desktop/messages.po200
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared.po335
-rw-r--r--source/it/helpcontent2/source/text/scalc/00.po10
-rw-r--r--source/it/helpcontent2/source/text/scalc/guide.po62
-rw-r--r--source/it/helpcontent2/source/text/schart/04.po46
-rw-r--r--source/it/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/it/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/it/helpcontent2/source/text/sdraw/04.po149
-rw-r--r--source/it/helpcontent2/source/text/sdraw/guide.po8
-rw-r--r--source/it/helpcontent2/source/text/shared/00.po86
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po197
-rw-r--r--source/it/helpcontent2/source/text/shared/02.po121
-rw-r--r--source/it/helpcontent2/source/text/shared/explorer/database.po2226
-rw-r--r--source/it/helpcontent2/source/text/shared/guide.po134
-rw-r--r--source/it/helpcontent2/source/text/shared/optionen.po244
-rw-r--r--source/it/helpcontent2/source/text/simpress.po22
-rw-r--r--source/it/helpcontent2/source/text/simpress/02.po6
-rw-r--r--source/it/helpcontent2/source/text/simpress/04.po66
-rw-r--r--source/it/helpcontent2/source/text/swriter/00.po22
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po32
-rw-r--r--source/it/helpcontent2/source/text/swriter/04.po134
-rw-r--r--source/it/helpcontent2/source/text/swriter/guide.po66
-rw-r--r--source/it/sfx2/messages.po314
-rw-r--r--source/it/svx/messages.po1611
-rw-r--r--source/it/sw/messages.po552
-rw-r--r--source/ja/chart2/messages.po26
-rw-r--r--source/ja/cui/messages.po70
-rw-r--r--source/ja/dbaccess/messages.po494
-rw-r--r--source/ja/desktop/messages.po202
-rw-r--r--source/ja/helpcontent2/source/auxiliary.po6
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/python.po18
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/ja/helpcontent2/source/text/scalc.po10
-rw-r--r--source/ja/helpcontent2/source/text/scalc/00.po10
-rw-r--r--source/ja/helpcontent2/source/text/scalc/06.po13
-rw-r--r--source/ja/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/ja/helpcontent2/source/text/schart/00.po72
-rw-r--r--source/ja/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/ja/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ja/helpcontent2/source/text/sdraw/01.po50
-rw-r--r--source/ja/helpcontent2/source/text/sdraw/guide.po10
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po78
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/ja/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/ja/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/ja/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/ja/helpcontent2/source/text/shared/optionen.po240
-rw-r--r--source/ja/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ja/helpcontent2/source/text/simpress/guide.po12
-rw-r--r--source/ja/helpcontent2/source/text/smath.po74
-rw-r--r--source/ja/helpcontent2/source/text/smath/00.po78
-rw-r--r--source/ja/helpcontent2/source/text/smath/01.po40
-rw-r--r--source/ja/helpcontent2/source/text/swriter.po12
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po16
-rw-r--r--source/ja/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/ja/helpcontent2/source/text/swriter/04.po12
-rw-r--r--source/ja/helpcontent2/source/text/swriter/guide.po16
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ja/sc/messages.po64
-rw-r--r--source/ja/sfx2/messages.po332
-rw-r--r--source/ja/svx/messages.po1611
-rw-r--r--source/ja/sw/messages.po614
-rw-r--r--source/jv/chart2/messages.po26
-rw-r--r--source/jv/cui/messages.po60
-rw-r--r--source/jv/dbaccess/messages.po494
-rw-r--r--source/jv/desktop/messages.po200
-rw-r--r--source/jv/sfx2/messages.po314
-rw-r--r--source/jv/svx/messages.po1589
-rw-r--r--source/jv/sw/messages.po552
-rw-r--r--source/ka/chart2/messages.po26
-rw-r--r--source/ka/cui/messages.po60
-rw-r--r--source/ka/dbaccess/messages.po494
-rw-r--r--source/ka/desktop/messages.po200
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared.po277
-rw-r--r--source/ka/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ka/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/ka/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/ka/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/ka/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/ka/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ka/sfx2/messages.po314
-rw-r--r--source/ka/svx/messages.po1589
-rw-r--r--source/ka/sw/messages.po552
-rw-r--r--source/kab/chart2/messages.po26
-rw-r--r--source/kab/cui/messages.po60
-rw-r--r--source/kab/dbaccess/messages.po494
-rw-r--r--source/kab/desktop/messages.po200
-rw-r--r--source/kab/sfx2/messages.po314
-rw-r--r--source/kab/svx/messages.po1589
-rw-r--r--source/kab/sw/messages.po552
-rw-r--r--source/kk/chart2/messages.po28
-rw-r--r--source/kk/cui/messages.po60
-rw-r--r--source/kk/dbaccess/messages.po496
-rw-r--r--source/kk/desktop/messages.po202
-rw-r--r--source/kk/sfx2/messages.po314
-rw-r--r--source/kk/svx/messages.po1589
-rw-r--r--source/kk/sw/messages.po554
-rw-r--r--source/kl/chart2/messages.po26
-rw-r--r--source/kl/cui/messages.po60
-rw-r--r--source/kl/dbaccess/messages.po495
-rw-r--r--source/kl/desktop/messages.po200
-rw-r--r--source/kl/sfx2/messages.po314
-rw-r--r--source/kl/svx/messages.po1589
-rw-r--r--source/kl/sw/messages.po552
-rw-r--r--source/km/chart2/messages.po26
-rw-r--r--source/km/cui/messages.po60
-rw-r--r--source/km/dbaccess/messages.po494
-rw-r--r--source/km/desktop/messages.po200
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/km/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/km/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/km/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/km/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/km/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/km/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/km/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/km/helpcontent2/source/text/simpress.po20
-rw-r--r--source/km/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/km/sfx2/messages.po314
-rw-r--r--source/km/svx/messages.po1589
-rw-r--r--source/km/sw/messages.po552
-rw-r--r--source/kmr-Latn/chart2/messages.po26
-rw-r--r--source/kmr-Latn/cui/messages.po60
-rw-r--r--source/kmr-Latn/dbaccess/messages.po494
-rw-r--r--source/kmr-Latn/desktop/messages.po200
-rw-r--r--source/kmr-Latn/sfx2/messages.po314
-rw-r--r--source/kmr-Latn/svx/messages.po1589
-rw-r--r--source/kmr-Latn/sw/messages.po552
-rw-r--r--source/kn/chart2/messages.po26
-rw-r--r--source/kn/cui/messages.po60
-rw-r--r--source/kn/dbaccess/messages.po494
-rw-r--r--source/kn/desktop/messages.po200
-rw-r--r--source/kn/sfx2/messages.po314
-rw-r--r--source/kn/svx/messages.po1589
-rw-r--r--source/kn/sw/messages.po552
-rw-r--r--source/ko/chart2/messages.po26
-rw-r--r--source/ko/cui/messages.po70
-rw-r--r--source/ko/dbaccess/messages.po494
-rw-r--r--source/ko/desktop/messages.po226
-rw-r--r--source/ko/editeng/messages.po18
-rw-r--r--source/ko/helpcontent2/source/auxiliary.po10
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/ko/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ko/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ko/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/ko/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/ko/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/ko/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/ko/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/ko/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ko/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ko/oox/messages.po14
-rw-r--r--source/ko/sfx2/messages.po314
-rw-r--r--source/ko/svx/messages.po1589
-rw-r--r--source/ko/sw/messages.po552
-rw-r--r--source/kok/chart2/messages.po26
-rw-r--r--source/kok/cui/messages.po60
-rw-r--r--source/kok/dbaccess/messages.po494
-rw-r--r--source/kok/desktop/messages.po200
-rw-r--r--source/kok/sfx2/messages.po314
-rw-r--r--source/kok/svx/messages.po1589
-rw-r--r--source/kok/sw/messages.po552
-rw-r--r--source/ks/chart2/messages.po26
-rw-r--r--source/ks/cui/messages.po60
-rw-r--r--source/ks/dbaccess/messages.po494
-rw-r--r--source/ks/desktop/messages.po200
-rw-r--r--source/ks/sfx2/messages.po314
-rw-r--r--source/ks/svx/messages.po1589
-rw-r--r--source/ks/sw/messages.po552
-rw-r--r--source/ky/chart2/messages.po26
-rw-r--r--source/ky/cui/messages.po60
-rw-r--r--source/ky/dbaccess/messages.po494
-rw-r--r--source/ky/desktop/messages.po200
-rw-r--r--source/ky/sfx2/messages.po314
-rw-r--r--source/ky/svx/messages.po1589
-rw-r--r--source/ky/sw/messages.po552
-rw-r--r--source/lb/chart2/messages.po26
-rw-r--r--source/lb/cui/messages.po60
-rw-r--r--source/lb/dbaccess/messages.po494
-rw-r--r--source/lb/desktop/messages.po200
-rw-r--r--source/lb/sfx2/messages.po314
-rw-r--r--source/lb/svx/messages.po1589
-rw-r--r--source/lb/sw/messages.po552
-rw-r--r--source/lo/chart2/messages.po26
-rw-r--r--source/lo/cui/messages.po60
-rw-r--r--source/lo/dbaccess/messages.po494
-rw-r--r--source/lo/desktop/messages.po200
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/shared.po273
-rw-r--r--source/lo/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/lo/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/lo/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/lo/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/lo/helpcontent2/source/text/shared/explorer/database.po2221
-rw-r--r--source/lo/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/lo/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/lo/helpcontent2/source/text/simpress.po20
-rw-r--r--source/lo/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/lo/sfx2/messages.po314
-rw-r--r--source/lo/svx/messages.po1589
-rw-r--r--source/lo/sw/messages.po552
-rw-r--r--source/lt/chart2/messages.po26
-rw-r--r--source/lt/cui/messages.po60
-rw-r--r--source/lt/dbaccess/messages.po494
-rw-r--r--source/lt/desktop/messages.po200
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/shared.po273
-rw-r--r--source/lt/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/lt/helpcontent2/source/text/sdatabase.po2288
-rw-r--r--source/lt/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/lt/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/lt/helpcontent2/source/text/shared/02.po75
-rw-r--r--source/lt/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/lt/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/lt/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/lt/helpcontent2/source/text/simpress.po22
-rw-r--r--source/lt/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/lt/sfx2/messages.po314
-rw-r--r--source/lt/svx/messages.po1589
-rw-r--r--source/lt/sw/messages.po552
-rw-r--r--source/lv/chart2/messages.po32
-rw-r--r--source/lv/connectivity/messages.po12
-rw-r--r--source/lv/cui/messages.po145
-rw-r--r--source/lv/dbaccess/messages.po494
-rw-r--r--source/lv/desktop/messages.po208
-rw-r--r--source/lv/forms/messages.po4
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/shared.po287
-rw-r--r--source/lv/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/lv/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/lv/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/lv/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/lv/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/lv/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/lv/helpcontent2/source/text/shared/optionen.po232
-rw-r--r--source/lv/helpcontent2/source/text/simpress.po20
-rw-r--r--source/lv/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--source/lv/sc/messages.po27
-rw-r--r--source/lv/scaddins/messages.po6
-rw-r--r--source/lv/sd/messages.po44
-rw-r--r--source/lv/sfx2/messages.po337
-rw-r--r--source/lv/shell/source/win32/shlxthandler/res.po12
-rw-r--r--source/lv/svx/messages.po1705
-rw-r--r--source/lv/sw/messages.po592
-rw-r--r--source/lv/vcl/messages.po8
-rw-r--r--source/mai/chart2/messages.po26
-rw-r--r--source/mai/cui/messages.po60
-rw-r--r--source/mai/dbaccess/messages.po494
-rw-r--r--source/mai/desktop/messages.po200
-rw-r--r--source/mai/sfx2/messages.po314
-rw-r--r--source/mai/svx/messages.po1589
-rw-r--r--source/mai/sw/messages.po552
-rw-r--r--source/mk/chart2/messages.po26
-rw-r--r--source/mk/cui/messages.po60
-rw-r--r--source/mk/dbaccess/messages.po494
-rw-r--r--source/mk/desktop/messages.po200
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/mk/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/mk/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/mk/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/mk/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/mk/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/mk/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/mk/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/mk/helpcontent2/source/text/simpress.po20
-rw-r--r--source/mk/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/mk/sfx2/messages.po314
-rw-r--r--source/mk/svx/messages.po1589
-rw-r--r--source/mk/sw/messages.po552
-rw-r--r--source/ml/chart2/messages.po26
-rw-r--r--source/ml/cui/messages.po60
-rw-r--r--source/ml/dbaccess/messages.po494
-rw-r--r--source/ml/desktop/messages.po200
-rw-r--r--source/ml/sfx2/messages.po314
-rw-r--r--source/ml/svx/messages.po1589
-rw-r--r--source/ml/sw/messages.po552
-rw-r--r--source/mn/chart2/messages.po28
-rw-r--r--source/mn/cui/messages.po1516
-rw-r--r--source/mn/dbaccess/messages.po1107
-rw-r--r--source/mn/desktop/messages.po216
-rw-r--r--source/mn/dictionaries/be_BY.po10
-rw-r--r--source/mn/dictionaries/id.po16
-rw-r--r--source/mn/dictionaries/pt_BR/dialog.po14
-rw-r--r--source/mn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po16
-rw-r--r--source/mn/dictionaries/tr_TR.po16
-rw-r--r--source/mn/extensions/source/update/check/org/openoffice/Office.po18
-rw-r--r--source/mn/extras/source/autocorr/emoji.po4783
-rw-r--r--source/mn/extras/source/gallery/share.po27
-rw-r--r--source/mn/filter/source/config/fragments/types.po4
-rw-r--r--source/mn/forms/messages.po6
-rw-r--r--source/mn/formula/messages.po8
-rw-r--r--source/mn/librelogo/source/pythonpath.po206
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice.po41
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office.po817
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po333
-rw-r--r--source/mn/reportdesign/messages.po233
-rw-r--r--source/mn/sc/messages.po28
-rw-r--r--source/mn/scaddins/messages.po307
-rw-r--r--source/mn/sccomp/messages.po31
-rw-r--r--source/mn/scp2/source/activex.po18
-rw-r--r--source/mn/scp2/source/base.po29
-rw-r--r--source/mn/scp2/source/draw.po112
-rw-r--r--source/mn/scp2/source/extensions.po63
-rw-r--r--source/mn/scp2/source/gnome.po18
-rw-r--r--source/mn/scp2/source/impress.po46
-rw-r--r--source/mn/scp2/source/ooo.po511
-rw-r--r--source/mn/scp2/source/python.po21
-rw-r--r--source/mn/scp2/source/winexplorerext.po12
-rw-r--r--source/mn/sfx2/messages.po322
-rw-r--r--source/mn/shell/messages.po30
-rw-r--r--source/mn/starmath/messages.po20
-rw-r--r--source/mn/svtools/messages.po886
-rw-r--r--source/mn/svx/messages.po1589
-rw-r--r--source/mn/sw/messages.po552
-rw-r--r--source/mn/sysui/desktop/share.po81
-rw-r--r--source/mn/vcl/messages.po657
-rw-r--r--source/mn/writerperfect/messages.po73
-rw-r--r--source/mni/chart2/messages.po26
-rw-r--r--source/mni/cui/messages.po60
-rw-r--r--source/mni/dbaccess/messages.po494
-rw-r--r--source/mni/desktop/messages.po200
-rw-r--r--source/mni/sfx2/messages.po314
-rw-r--r--source/mni/svx/messages.po1589
-rw-r--r--source/mni/sw/messages.po552
-rw-r--r--source/mr/chart2/messages.po26
-rw-r--r--source/mr/cui/messages.po60
-rw-r--r--source/mr/dbaccess/messages.po494
-rw-r--r--source/mr/desktop/messages.po200
-rw-r--r--source/mr/sfx2/messages.po314
-rw-r--r--source/mr/svx/messages.po1589
-rw-r--r--source/mr/sw/messages.po552
-rw-r--r--source/my/chart2/messages.po26
-rw-r--r--source/my/cui/messages.po60
-rw-r--r--source/my/dbaccess/messages.po494
-rw-r--r--source/my/desktop/messages.po200
-rw-r--r--source/my/sfx2/messages.po314
-rw-r--r--source/my/svx/messages.po1589
-rw-r--r--source/my/sw/messages.po552
-rw-r--r--source/nb/basctl/messages.po14
-rw-r--r--source/nb/chart2/messages.po28
-rw-r--r--source/nb/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po18
-rw-r--r--source/nb/cui/messages.po66
-rw-r--r--source/nb/dbaccess/messages.po496
-rw-r--r--source/nb/desktop/messages.po200
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po283
-rw-r--r--source/nb/helpcontent2/source/text/sdatabase.po2254
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/nb/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/nb/helpcontent2/source/text/shared/autopi.po8
-rw-r--r--source/nb/helpcontent2/source/text/shared/explorer/database.po2232
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po38
-rw-r--r--source/nb/helpcontent2/source/text/shared/optionen.po232
-rw-r--r--source/nb/helpcontent2/source/text/simpress.po22
-rw-r--r--source/nb/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/nb/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po316
-rw-r--r--source/nb/readlicense_oo/docs.po6
-rw-r--r--source/nb/setup_native/source/mac.po8
-rw-r--r--source/nb/sfx2/messages.po314
-rw-r--r--source/nb/svx/messages.po1601
-rw-r--r--source/nb/sw/messages.po638
-rw-r--r--source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office.po19
-rw-r--r--source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po8
-rw-r--r--source/nb/wizards/messages.po50
-rw-r--r--source/ne/chart2/messages.po26
-rw-r--r--source/ne/cui/messages.po60
-rw-r--r--source/ne/dbaccess/messages.po494
-rw-r--r--source/ne/desktop/messages.po200
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared.po313
-rw-r--r--source/ne/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ne/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ne/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/ne/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/ne/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/ne/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/ne/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/ne/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ne/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ne/sfx2/messages.po314
-rw-r--r--source/ne/svx/messages.po1589
-rw-r--r--source/ne/sw/messages.po552
-rw-r--r--source/nl/chart2/messages.po28
-rw-r--r--source/nl/cui/messages.po82
-rw-r--r--source/nl/dbaccess/messages.po496
-rw-r--r--source/nl/desktop/messages.po200
-rw-r--r--source/nl/filter/messages.po4
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/nl/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/nl/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/nl/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/nl/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/nl/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/nl/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/nl/helpcontent2/source/text/simpress.po20
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office.po18
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po18
-rw-r--r--source/nl/sc/messages.po4
-rw-r--r--source/nl/scp2/source/ooo.po8
-rw-r--r--source/nl/sfx2/messages.po320
-rw-r--r--source/nl/svx/messages.po1589
-rw-r--r--source/nl/sw/messages.po558
-rw-r--r--source/nl/xmlsecurity/messages.po8
-rw-r--r--source/nn/chart2/messages.po28
-rw-r--r--source/nn/cui/messages.po60
-rw-r--r--source/nn/dbaccess/messages.po494
-rw-r--r--source/nn/desktop/messages.po202
-rw-r--r--source/nn/helpcontent2/source/auxiliary.po8
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/python.po24
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po387
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po24
-rw-r--r--source/nn/helpcontent2/source/text/scalc/02.po18
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/nn/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po187
-rw-r--r--source/nn/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/nn/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po36
-rw-r--r--source/nn/helpcontent2/source/text/shared/help.po6
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po242
-rw-r--r--source/nn/helpcontent2/source/text/simpress.po20
-rw-r--r--source/nn/helpcontent2/source/text/swriter/00.po46
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po16
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po44
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/nn/sd/messages.po116
-rw-r--r--source/nn/sfx2/messages.po346
-rw-r--r--source/nn/starmath/messages.po8
-rw-r--r--source/nn/svl/messages.po12
-rw-r--r--source/nn/svtools/messages.po12
-rw-r--r--source/nn/svx/messages.po1893
-rw-r--r--source/nn/sw/messages.po770
-rw-r--r--source/nr/chart2/messages.po26
-rw-r--r--source/nr/cui/messages.po60
-rw-r--r--source/nr/dbaccess/messages.po494
-rw-r--r--source/nr/desktop/messages.po200
-rw-r--r--source/nr/sfx2/messages.po314
-rw-r--r--source/nr/svx/messages.po1589
-rw-r--r--source/nr/sw/messages.po552
-rw-r--r--source/nso/chart2/messages.po26
-rw-r--r--source/nso/cui/messages.po60
-rw-r--r--source/nso/dbaccess/messages.po494
-rw-r--r--source/nso/desktop/messages.po200
-rw-r--r--source/nso/sfx2/messages.po314
-rw-r--r--source/nso/svx/messages.po1589
-rw-r--r--source/nso/sw/messages.po552
-rw-r--r--source/oc/chart2/messages.po26
-rw-r--r--source/oc/cui/messages.po60
-rw-r--r--source/oc/dbaccess/messages.po494
-rw-r--r--source/oc/desktop/messages.po200
-rw-r--r--source/oc/sfx2/messages.po314
-rw-r--r--source/oc/svx/messages.po1589
-rw-r--r--source/oc/sw/messages.po552
-rw-r--r--source/om/chart2/messages.po26
-rw-r--r--source/om/cui/messages.po60
-rw-r--r--source/om/dbaccess/messages.po494
-rw-r--r--source/om/desktop/messages.po200
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/om/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/om/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/om/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/om/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/om/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/om/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/om/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/om/helpcontent2/source/text/simpress.po20
-rw-r--r--source/om/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/om/sfx2/messages.po314
-rw-r--r--source/om/svx/messages.po1589
-rw-r--r--source/om/sw/messages.po552
-rw-r--r--source/or/chart2/messages.po26
-rw-r--r--source/or/cui/messages.po60
-rw-r--r--source/or/dbaccess/messages.po494
-rw-r--r--source/or/desktop/messages.po200
-rw-r--r--source/or/sfx2/messages.po314
-rw-r--r--source/or/svx/messages.po1589
-rw-r--r--source/or/sw/messages.po552
-rw-r--r--source/pa-IN/chart2/messages.po26
-rw-r--r--source/pa-IN/cui/messages.po60
-rw-r--r--source/pa-IN/dbaccess/messages.po494
-rw-r--r--source/pa-IN/desktop/messages.po202
-rw-r--r--source/pa-IN/sfx2/messages.po314
-rw-r--r--source/pa-IN/svx/messages.po1589
-rw-r--r--source/pa-IN/sw/messages.po552
-rw-r--r--source/pl/chart2/messages.po28
-rw-r--r--source/pl/cui/messages.po66
-rw-r--r--source/pl/dbaccess/messages.po496
-rw-r--r--source/pl/desktop/messages.po202
-rw-r--r--source/pl/editeng/messages.po6
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/pl/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/pl/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/pl/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/pl/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/pl/helpcontent2/source/text/shared/optionen.po236
-rw-r--r--source/pl/helpcontent2/source/text/simpress.po20
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/pl/sfx2/messages.po314
-rw-r--r--source/pl/svx/messages.po1601
-rw-r--r--source/pl/sw/messages.po1012
-rw-r--r--source/pt-BR/chart2/messages.po28
-rw-r--r--source/pt-BR/cui/messages.po78
-rw-r--r--source/pt-BR/dbaccess/messages.po496
-rw-r--r--source/pt-BR/desktop/messages.po200
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared.po536
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdatabase.po2254
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po142
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po269
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/02.po103
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/autopi.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/explorer/database.po2232
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po60
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po290
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress.po22
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po74
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/pt-BR/sfx2/messages.po314
-rw-r--r--source/pt-BR/svx/messages.po1601
-rw-r--r--source/pt-BR/sw/messages.po827
-rw-r--r--source/pt/chart2/messages.po28
-rw-r--r--source/pt/cui/messages.po166
-rw-r--r--source/pt/dbaccess/messages.po496
-rw-r--r--source/pt/desktop/messages.po200
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared/03.po38
-rw-r--r--source/pt/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/pt/helpcontent2/source/text/scalc/02.po12
-rw-r--r--source/pt/helpcontent2/source/text/sdatabase.po2292
-rw-r--r--source/pt/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/01.po40
-rw-r--r--source/pt/helpcontent2/source/text/shared.po28
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/pt/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/pt/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/pt/helpcontent2/source/text/shared/help.po6
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/pt/helpcontent2/source/text/simpress.po20
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/pt/sfx2/messages.po314
-rw-r--r--source/pt/svx/messages.po1601
-rw-r--r--source/pt/sw/messages.po630
-rw-r--r--source/ro/chart2/messages.po26
-rw-r--r--source/ro/cui/messages.po60
-rw-r--r--source/ro/dbaccess/messages.po494
-rw-r--r--source/ro/desktop/messages.po200
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared.po273
-rw-r--r--source/ro/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ro/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ro/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/ro/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/ro/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/ro/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/ro/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/ro/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ro/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ro/sfx2/messages.po314
-rw-r--r--source/ro/svx/messages.po1589
-rw-r--r--source/ro/sw/messages.po552
-rw-r--r--source/ru/chart2/messages.po26
-rw-r--r--source/ru/cui/messages.po60
-rw-r--r--source/ru/dbaccess/messages.po494
-rw-r--r--source/ru/desktop/messages.po200
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/ru/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ru/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/ru/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/ru/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/ru/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/ru/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ru/sfx2/messages.po314
-rw-r--r--source/ru/svx/messages.po1589
-rw-r--r--source/ru/sw/messages.po552
-rw-r--r--source/rw/chart2/messages.po26
-rw-r--r--source/rw/cui/messages.po60
-rw-r--r--source/rw/dbaccess/messages.po494
-rw-r--r--source/rw/desktop/messages.po200
-rw-r--r--source/rw/sfx2/messages.po314
-rw-r--r--source/rw/svx/messages.po1589
-rw-r--r--source/rw/sw/messages.po552
-rw-r--r--source/sa-IN/chart2/messages.po26
-rw-r--r--source/sa-IN/cui/messages.po60
-rw-r--r--source/sa-IN/dbaccess/messages.po494
-rw-r--r--source/sa-IN/desktop/messages.po200
-rw-r--r--source/sa-IN/sfx2/messages.po314
-rw-r--r--source/sa-IN/svx/messages.po1589
-rw-r--r--source/sa-IN/sw/messages.po552
-rw-r--r--source/sah/chart2/messages.po26
-rw-r--r--source/sah/cui/messages.po60
-rw-r--r--source/sah/dbaccess/messages.po494
-rw-r--r--source/sah/desktop/messages.po200
-rw-r--r--source/sah/sfx2/messages.po314
-rw-r--r--source/sah/svx/messages.po1589
-rw-r--r--source/sah/sw/messages.po552
-rw-r--r--source/sat/chart2/messages.po26
-rw-r--r--source/sat/cui/messages.po60
-rw-r--r--source/sat/dbaccess/messages.po494
-rw-r--r--source/sat/desktop/messages.po200
-rw-r--r--source/sat/sfx2/messages.po314
-rw-r--r--source/sat/svx/messages.po1589
-rw-r--r--source/sat/sw/messages.po552
-rw-r--r--source/sd/chart2/messages.po26
-rw-r--r--source/sd/cui/messages.po60
-rw-r--r--source/sd/dbaccess/messages.po494
-rw-r--r--source/sd/desktop/messages.po200
-rw-r--r--source/sd/sfx2/messages.po314
-rw-r--r--source/sd/svx/messages.po1589
-rw-r--r--source/sd/sw/messages.po552
-rw-r--r--source/si/chart2/messages.po26
-rw-r--r--source/si/cui/messages.po60
-rw-r--r--source/si/dbaccess/messages.po494
-rw-r--r--source/si/desktop/messages.po200
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared.po305
-rw-r--r--source/si/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/si/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/si/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/si/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/si/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/si/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/si/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/si/helpcontent2/source/text/simpress.po20
-rw-r--r--source/si/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/si/sfx2/messages.po314
-rw-r--r--source/si/svx/messages.po1589
-rw-r--r--source/si/sw/messages.po552
-rw-r--r--source/sid/chart2/messages.po26
-rw-r--r--source/sid/cui/messages.po60
-rw-r--r--source/sid/dbaccess/messages.po494
-rw-r--r--source/sid/desktop/messages.po200
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/sid/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/sid/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/sid/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/sid/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/sid/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/sid/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/sid/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/sid/helpcontent2/source/text/simpress.po20
-rw-r--r--source/sid/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/sid/sfx2/messages.po314
-rw-r--r--source/sid/svx/messages.po1589
-rw-r--r--source/sid/sw/messages.po552
-rw-r--r--source/sk/chart2/messages.po28
-rw-r--r--source/sk/connectivity/messages.po14
-rw-r--r--source/sk/cui/messages.po68
-rw-r--r--source/sk/dbaccess/messages.po498
-rw-r--r--source/sk/desktop/messages.po200
-rw-r--r--source/sk/editeng/messages.po6
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared.po305
-rw-r--r--source/sk/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/sk/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/sk/helpcontent2/source/text/shared.po10
-rw-r--r--source/sk/helpcontent2/source/text/shared/00.po32
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po179
-rw-r--r--source/sk/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/sk/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/sk/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/sk/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/sk/helpcontent2/source/text/simpress.po20
-rw-r--r--source/sk/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/sk/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po38
-rw-r--r--source/sk/sfx2/messages.po314
-rw-r--r--source/sk/svx/messages.po1593
-rw-r--r--source/sk/sw/messages.po786
-rw-r--r--source/sk/vcl/messages.po14
-rw-r--r--source/sq/chart2/messages.po26
-rw-r--r--source/sq/cui/messages.po60
-rw-r--r--source/sq/dbaccess/messages.po494
-rw-r--r--source/sq/desktop/messages.po200
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared.po283
-rw-r--r--source/sq/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/sq/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/sq/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/sq/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/sq/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/sq/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/sq/helpcontent2/source/text/simpress.po20
-rw-r--r--source/sq/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/sq/sfx2/messages.po314
-rw-r--r--source/sq/svx/messages.po1589
-rw-r--r--source/sq/sw/messages.po552
-rw-r--r--source/sr-Latn/chart2/messages.po26
-rw-r--r--source/sr-Latn/cui/messages.po60
-rw-r--r--source/sr-Latn/dbaccess/messages.po494
-rw-r--r--source/sr-Latn/desktop/messages.po200
-rw-r--r--source/sr-Latn/sfx2/messages.po314
-rw-r--r--source/sr-Latn/svx/messages.po1589
-rw-r--r--source/sr-Latn/sw/messages.po552
-rw-r--r--source/sr/chart2/messages.po26
-rw-r--r--source/sr/cui/messages.po60
-rw-r--r--source/sr/dbaccess/messages.po494
-rw-r--r--source/sr/desktop/messages.po200
-rw-r--r--source/sr/sfx2/messages.po314
-rw-r--r--source/sr/svx/messages.po1589
-rw-r--r--source/sr/sw/messages.po552
-rw-r--r--source/ss/chart2/messages.po26
-rw-r--r--source/ss/cui/messages.po60
-rw-r--r--source/ss/dbaccess/messages.po494
-rw-r--r--source/ss/desktop/messages.po200
-rw-r--r--source/ss/sfx2/messages.po314
-rw-r--r--source/ss/svx/messages.po1589
-rw-r--r--source/ss/sw/messages.po552
-rw-r--r--source/st/chart2/messages.po26
-rw-r--r--source/st/cui/messages.po60
-rw-r--r--source/st/dbaccess/messages.po494
-rw-r--r--source/st/desktop/messages.po200
-rw-r--r--source/st/sfx2/messages.po314
-rw-r--r--source/st/svx/messages.po1589
-rw-r--r--source/st/sw/messages.po552
-rw-r--r--source/sv/chart2/messages.po26
-rw-r--r--source/sv/cui/messages.po60
-rw-r--r--source/sv/dbaccess/messages.po494
-rw-r--r--source/sv/desktop/messages.po200
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared.po331
-rw-r--r--source/sv/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/sv/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/sv/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/sv/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/sv/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/sv/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/sv/helpcontent2/source/text/simpress.po20
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/sv/sfx2/messages.po314
-rw-r--r--source/sv/svx/messages.po1589
-rw-r--r--source/sv/sw/messages.po552
-rw-r--r--source/sw-TZ/chart2/messages.po26
-rw-r--r--source/sw-TZ/cui/messages.po60
-rw-r--r--source/sw-TZ/dbaccess/messages.po494
-rw-r--r--source/sw-TZ/desktop/messages.po200
-rw-r--r--source/sw-TZ/sfx2/messages.po314
-rw-r--r--source/sw-TZ/svx/messages.po1589
-rw-r--r--source/sw-TZ/sw/messages.po552
-rw-r--r--source/szl/chart2/messages.po26
-rw-r--r--source/szl/cui/messages.po60
-rw-r--r--source/szl/dbaccess/messages.po494
-rw-r--r--source/szl/desktop/messages.po200
-rw-r--r--source/szl/sfx2/messages.po314
-rw-r--r--source/szl/svx/messages.po1589
-rw-r--r--source/szl/sw/messages.po554
-rw-r--r--source/ta/chart2/messages.po26
-rw-r--r--source/ta/cui/messages.po60
-rw-r--r--source/ta/dbaccess/messages.po494
-rw-r--r--source/ta/desktop/messages.po200
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/shared.po283
-rw-r--r--source/ta/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ta/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ta/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/ta/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/ta/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/ta/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/ta/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/ta/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ta/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ta/sfx2/messages.po314
-rw-r--r--source/ta/svx/messages.po1589
-rw-r--r--source/ta/sw/messages.po552
-rw-r--r--source/te/chart2/messages.po26
-rw-r--r--source/te/cui/messages.po60
-rw-r--r--source/te/dbaccess/messages.po494
-rw-r--r--source/te/desktop/messages.po200
-rw-r--r--source/te/sfx2/messages.po314
-rw-r--r--source/te/svx/messages.po1589
-rw-r--r--source/te/sw/messages.po552
-rw-r--r--source/tg/chart2/messages.po26
-rw-r--r--source/tg/cui/messages.po60
-rw-r--r--source/tg/dbaccess/messages.po494
-rw-r--r--source/tg/desktop/messages.po200
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared.po277
-rw-r--r--source/tg/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/tg/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/tg/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po169
-rw-r--r--source/tg/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/tg/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/tg/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/tg/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/tg/helpcontent2/source/text/simpress.po20
-rw-r--r--source/tg/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/tg/sfx2/messages.po314
-rw-r--r--source/tg/svx/messages.po1589
-rw-r--r--source/tg/sw/messages.po552
-rw-r--r--source/th/chart2/messages.po26
-rw-r--r--source/th/cui/messages.po60
-rw-r--r--source/th/dbaccess/messages.po494
-rw-r--r--source/th/desktop/messages.po200
-rw-r--r--source/th/sfx2/messages.po314
-rw-r--r--source/th/svx/messages.po1589
-rw-r--r--source/th/sw/messages.po552
-rw-r--r--source/ti/chart2/messages.po26
-rw-r--r--source/ti/cui/messages.po60
-rw-r--r--source/ti/dbaccess/messages.po494
-rw-r--r--source/ti/desktop/messages.po200
-rw-r--r--source/ti/sfx2/messages.po314
-rw-r--r--source/ti/svx/messages.po1589
-rw-r--r--source/ti/sw/messages.po552
-rw-r--r--source/tn/chart2/messages.po26
-rw-r--r--source/tn/cui/messages.po60
-rw-r--r--source/tn/dbaccess/messages.po494
-rw-r--r--source/tn/desktop/messages.po200
-rw-r--r--source/tn/sfx2/messages.po314
-rw-r--r--source/tn/svx/messages.po1589
-rw-r--r--source/tn/sw/messages.po552
-rw-r--r--source/tr/basctl/messages.po8
-rw-r--r--source/tr/chart2/messages.po26
-rw-r--r--source/tr/cui/messages.po66
-rw-r--r--source/tr/dbaccess/messages.po494
-rw-r--r--source/tr/desktop/messages.po200
-rw-r--r--source/tr/extensions/messages.po12
-rw-r--r--source/tr/forms/messages.po70
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/tr/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/tr/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/tr/helpcontent2/source/text/shared/02.po73
-rw-r--r--source/tr/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/tr/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/tr/helpcontent2/source/text/simpress.po20
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po11
-rw-r--r--source/tr/sfx2/messages.po314
-rw-r--r--source/tr/svx/messages.po1758
-rw-r--r--source/tr/sw/messages.po552
-rw-r--r--source/tr/wizards/messages.po18
-rw-r--r--source/ts/chart2/messages.po26
-rw-r--r--source/ts/cui/messages.po60
-rw-r--r--source/ts/dbaccess/messages.po494
-rw-r--r--source/ts/desktop/messages.po200
-rw-r--r--source/ts/sfx2/messages.po314
-rw-r--r--source/ts/svx/messages.po1589
-rw-r--r--source/ts/sw/messages.po552
-rw-r--r--source/tt/chart2/messages.po26
-rw-r--r--source/tt/cui/messages.po60
-rw-r--r--source/tt/dbaccess/messages.po494
-rw-r--r--source/tt/desktop/messages.po200
-rw-r--r--source/tt/sfx2/messages.po314
-rw-r--r--source/tt/svx/messages.po1589
-rw-r--r--source/tt/sw/messages.po552
-rw-r--r--source/ug/chart2/messages.po26
-rw-r--r--source/ug/cui/messages.po60
-rw-r--r--source/ug/dbaccess/messages.po494
-rw-r--r--source/ug/desktop/messages.po200
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared.po275
-rw-r--r--source/ug/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/ug/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/ug/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po167
-rw-r--r--source/ug/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/ug/helpcontent2/source/text/shared/explorer/database.po2220
-rw-r--r--source/ug/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/ug/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/ug/helpcontent2/source/text/simpress.po20
-rw-r--r--source/ug/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ug/sfx2/messages.po314
-rw-r--r--source/ug/svx/messages.po1589
-rw-r--r--source/ug/sw/messages.po552
-rw-r--r--source/uk/chart2/messages.po28
-rw-r--r--source/uk/cui/messages.po98
-rw-r--r--source/uk/dbaccess/messages.po496
-rw-r--r--source/uk/desktop/messages.po200
-rw-r--r--source/uk/filter/source/config/fragments/internalgraphicfilters.po52
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/uk/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/uk/helpcontent2/source/text/sdatabase.po2284
-rw-r--r--source/uk/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po179
-rw-r--r--source/uk/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/uk/helpcontent2/source/text/shared/autopi.po8
-rw-r--r--source/uk/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/uk/helpcontent2/source/text/shared/menu.po22
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po232
-rw-r--r--source/uk/helpcontent2/source/text/simpress.po22
-rw-r--r--source/uk/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/uk/helpcontent2/source/text/simpress/01.po48
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/uk/sfx2/messages.po314
-rw-r--r--source/uk/svx/messages.po1603
-rw-r--r--source/uk/sw/messages.po578
-rw-r--r--source/ur/chart2/messages.po26
-rw-r--r--source/ur/cui/messages.po60
-rw-r--r--source/ur/dbaccess/messages.po494
-rw-r--r--source/ur/desktop/messages.po200
-rw-r--r--source/ur/sfx2/messages.po314
-rw-r--r--source/ur/svx/messages.po1589
-rw-r--r--source/ur/sw/messages.po552
-rw-r--r--source/uz/chart2/messages.po26
-rw-r--r--source/uz/cui/messages.po60
-rw-r--r--source/uz/dbaccess/messages.po494
-rw-r--r--source/uz/desktop/messages.po200
-rw-r--r--source/uz/sfx2/messages.po314
-rw-r--r--source/uz/svx/messages.po1589
-rw-r--r--source/uz/sw/messages.po552
-rw-r--r--source/ve/chart2/messages.po26
-rw-r--r--source/ve/cui/messages.po60
-rw-r--r--source/ve/dbaccess/messages.po494
-rw-r--r--source/ve/desktop/messages.po200
-rw-r--r--source/ve/sfx2/messages.po314
-rw-r--r--source/ve/svx/messages.po1589
-rw-r--r--source/ve/sw/messages.po552
-rw-r--r--source/vec/chart2/messages.po28
-rw-r--r--source/vec/cui/messages.po60
-rw-r--r--source/vec/dbaccess/messages.po496
-rw-r--r--source/vec/desktop/messages.po202
-rw-r--r--source/vec/sfx2/messages.po316
-rw-r--r--source/vec/svx/messages.po1589
-rw-r--r--source/vec/sw/messages.po554
-rw-r--r--source/vi/chart2/messages.po26
-rw-r--r--source/vi/cui/messages.po60
-rw-r--r--source/vi/dbaccess/messages.po494
-rw-r--r--source/vi/desktop/messages.po200
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/vi/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/vi/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/vi/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/vi/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/vi/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/vi/helpcontent2/source/text/shared/guide.po24
-rw-r--r--source/vi/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/vi/helpcontent2/source/text/simpress.po20
-rw-r--r--source/vi/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/vi/sfx2/messages.po314
-rw-r--r--source/vi/svx/messages.po1589
-rw-r--r--source/vi/sw/messages.po552
-rw-r--r--source/xh/chart2/messages.po26
-rw-r--r--source/xh/cui/messages.po60
-rw-r--r--source/xh/dbaccess/messages.po494
-rw-r--r--source/xh/desktop/messages.po200
-rw-r--r--source/xh/sfx2/messages.po314
-rw-r--r--source/xh/svx/messages.po1589
-rw-r--r--source/xh/sw/messages.po552
-rw-r--r--source/zh-CN/chart2/messages.po28
-rw-r--r--source/zh-CN/cui/messages.po72
-rw-r--r--source/zh-CN/dbaccess/messages.po500
-rw-r--r--source/zh-CN/desktop/messages.po200
-rw-r--r--source/zh-CN/extensions/messages.po18
-rw-r--r--source/zh-CN/filter/messages.po8
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared.po333
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/02.po83
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress.po20
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/zh-CN/sc/messages.po40
-rw-r--r--source/zh-CN/sfx2/messages.po340
-rw-r--r--source/zh-CN/starmath/messages.po92
-rw-r--r--source/zh-CN/svtools/messages.po6
-rw-r--r--source/zh-CN/svx/messages.po1589
-rw-r--r--source/zh-CN/sw/messages.po552
-rw-r--r--source/zh-TW/chart2/messages.po32
-rw-r--r--source/zh-TW/cui/messages.po60
-rw-r--r--source/zh-TW/dbaccess/messages.po500
-rw-r--r--source/zh-TW/desktop/messages.po200
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared.po317
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdatabase.po2240
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po171
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/02.po71
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/explorer/database.po2222
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress.po20
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/zh-TW/scp2/source/ooo.po12
-rw-r--r--source/zh-TW/sfx2/messages.po314
-rw-r--r--source/zh-TW/svtools/messages.po18
-rw-r--r--source/zh-TW/svx/messages.po1589
-rw-r--r--source/zh-TW/sw/messages.po552
-rw-r--r--source/zu/chart2/messages.po26
-rw-r--r--source/zu/cui/messages.po60
-rw-r--r--source/zu/dbaccess/messages.po494
-rw-r--r--source/zu/desktop/messages.po200
-rw-r--r--source/zu/sfx2/messages.po314
-rw-r--r--source/zu/svx/messages.po1589
-rw-r--r--source/zu/sw/messages.po552
1931 files changed, 404431 insertions, 376931 deletions
diff --git a/source/ab/chart2/messages.po b/source/ab/chart2/messages.po
index 42552d4346d..d27ebef99e6 100644
--- a/source/ab/chart2/messages.po
+++ b/source/ab/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2019-06-05 09:12+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2345,44 +2345,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Атеқст аориентациа"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "_Аԥшра"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Амариа"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Иреалисттәу"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Напыла"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "_Аԥшра"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "Аршәшьра"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "А_обиект аҿыкәырша"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Ихаргьежьу аҵкарқәа"
diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index bf6833ec7e9..9fb66df332a 100644
--- a/source/ab/cui/messages.po
+++ b/source/ab/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4330,45 +4330,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Атеқст мацара"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/ab/dbaccess/messages.po b/source/ab/dbaccess/messages.po
index 9e493aa210d..29a758c6142 100644
--- a/source/ab/dbaccess/messages.po
+++ b/source/ab/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2019-06-07 09:49+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -962,20 +962,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Аҳасабтәқәа"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Ахҳәаа"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Заатәи ахәаҧшра"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -985,32 +979,32 @@ msgid ""
msgstr ""
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Аформа~ахьӡ"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Аҳасабырба~ахьӡ"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
#, fuzzy
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "&Аҭаӡ ахьӡ:"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr ""
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1021,261 +1015,261 @@ msgid ""
msgstr ""
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr ""
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr ""
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr ""
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr ""
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Аҿакра архиарақәа"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Атаблица ахьӡ"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Ибжьаргылатәуп $1"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Ианыхтәума иалху адырқәа?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr ""
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr ""
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Аимадара ырӡуп"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr ""
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Атаблицақәа"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Аныхра шьақәырӷәӷәатәуп"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Ианыхтәума атаблица «%1»?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr ""
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Агәаҽанҵарақәа"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr ""
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr ""
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Атаблица $name$ аҭагалара ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Атаблица $name$ аҭагалара ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Атаблица аформат аҧшаара ауам."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr ""
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr ""
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr ""
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Ааи"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Мап"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<мап>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Аҭакыра ахьӡ"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Аҭакыра атип"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Ахҳәаа"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Аиҵагыла ахҳәаа"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Аҭакыра аҷыдаҟазшьақәа"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Иҧсахтәуп абларҭа"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Ианыхтәуп ацәаҳәа"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Иҧсахтәуп аҭакыра атип"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Ибжьаргылатәуп ацәаҳәа"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Ибжьаргылатәуп, ацәаҳәа ҿыц"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr ""
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1283,7 +1277,7 @@ msgid ""
msgstr ""
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1292,19 +1286,19 @@ msgid ""
msgstr ""
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr ""
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Иҭажәгал ахыҧхьаӡара аформат."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1314,25 +1308,25 @@ msgid ""
msgstr ""
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr ""
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr ""
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr ""
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1341,49 +1335,49 @@ msgid ""
msgstr ""
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr ""
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr ""
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr ""
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Аиҵагыла"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr ""
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr ""
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr ""
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1391,13 +1385,13 @@ msgid ""
msgstr ""
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr ""
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1407,25 +1401,25 @@ msgid ""
msgstr ""
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr ""
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr ""
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr ""
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1434,7 +1428,7 @@ msgid ""
msgstr ""
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1442,37 +1436,37 @@ msgid ""
msgstr ""
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "иҧсахтәуп аҭакыра ахьӡ"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "иҧсахтәуп аҭакыра атип"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "иҧсахтәуп аҭакыра ахҳәаа"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "иҧсахтәуп аҭакыра атрибут"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr ""
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1483,50 +1477,50 @@ msgid ""
msgstr ""
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr ""
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Ари афаил ыҟоуп. Ихҩылаатәума?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Аҭаӡ"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
#, fuzzy
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Адырқәа рбаза аҷыдаҟазшьақәа"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr ""
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr ""
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr ""
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1534,152 +1528,152 @@ msgid ""
msgstr ""
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Мап}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ""
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr ""
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr ""
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr ""
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Аимадара атест"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Аимадара қәҿиарала ишьақәыргылоуп."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Иауам аимадара ашьақәыргылара."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC адраивер қәҿиарала иҭагалоуп."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC адраивер ҭагалаӡам."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access афаил"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007 афаил"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Адырқәа рбаза Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Асистематә"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Аҧҵара агха"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Адокумент «$file$» аартра ауам."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr ""
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "Зегьы"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Иаҟәыхтәуп:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Ирхынҳәтәуп:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr ""
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Афаил «$file$» ыҟаӡам."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr ""
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
#, fuzzy
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
@@ -1689,199 +1683,199 @@ msgstr "Ахьӡ «%1» ыҟоуп. Иалышәх даҽа хьӡык."
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr ""
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr ""
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr ""
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Атаблицақәа зегьы"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr ""
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr ""
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Атаблица ахьӡ"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Ацҵара"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Аныхра"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Аредакциазура"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Иҧсахтәуп аструктура"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Аҧхьара"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Иҧсахтәуп азхьарҧшқәа"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Ианыхтәуп аструктура"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "dBASE афаилқәа рахь амҩа:"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "dBASE афаилқәа рахь амҩа:"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Аелектронтә таблицақәа рахь амҩа"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr ""
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Адырқәа рбаза MySQL ахьӡ"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Адырқәа рбаза Oracle ахьӡ "
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Access адырқәа рбаза афаил"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr ""
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "Акомпиутер ахьӡ:"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Mozilla ~Апрофиль"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Thunderbird ~Апрофиль"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Иацҵатәуп атаблицақәа"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Аҭакырақәа ралхра"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Аҭакырақәа ртипқәа"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1889,163 +1883,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr ""
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Шьҭахьҟа"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Анаҩс>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "~Ихиоуп"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Акопиа ахыхра"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Акопиа ахыхра"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr ""
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr ""
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr ""
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Адырқәа рбаза азҟаза"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Адырқәа рбаза алхра"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "dBASE аҽаҿакра архиара"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Атеқсттә фаилқәа рҽаҿакра архиара"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Microsoft Access аҽаҿакра архиара"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "LDAP аҽаҿакра архиара"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "ADO аҽаҿакра архиара"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "JDBC аҽаҿакра архиара"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Oracle аҽаҿакра архиара"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "MySQL аҽаҿакра архиара"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "ODBC аҽаҿакра архиара"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Адокумент Writer ма Calc аҽаҿакра архиара"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr ""
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr ""
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Еиқәырхатәуп иагьынагӡатәуп"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Адырқәа рбаза ҿыц"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr ""
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2053,67 +2047,67 @@ msgid ""
msgstr ""
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr ""
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr ""
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "dBASE афаилқәа рҽаҿакра архиара"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr ""
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Атеқсттә фаилқәа рҽаҿакра архиара"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr ""
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "dBASE афаилқәа рахь амҩа:"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Абаза Microsoft Access аҽаҿакра архиара"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr ""
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Абаза ADO аҽаҿакра архиара"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2122,13 +2116,13 @@ msgid ""
msgstr ""
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Абаза ODBC аҽаҿакра архиара"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2137,13 +2131,13 @@ msgid ""
msgstr ""
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Абаза JDBC аҽаҿакра архиара"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2151,25 +2145,25 @@ msgid ""
msgstr ""
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Абаза Oracle аҽаҿакра архиара"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr ""
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr ""
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2177,13 +2171,13 @@ msgid ""
msgstr ""
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Аелектронтә таблицақәа рҽаҿакра архиара"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2191,279 +2185,279 @@ msgid ""
msgstr ""
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Афаил ахьыҟоу аҭыҧи иахьӡуи"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr ""
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr ""
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr ""
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Аиндекс аҭакыра"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Еиҵоу-еиҳаула"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Еиҳау-еиҵоула"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
#, fuzzy
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Ианыхтәума ажәар?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "аиндекс"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr ""
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr ""
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr ""
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr ""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Агха акод"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr ""
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Агха"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Агәаҽанҵара"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Аинформациа"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Хәҭа-хәҭала"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Даныхтәума ари ахархәаҩ?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr ""
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Ажәамаӡақәа еиқәшәаӡом. Даҽазнык иҭажәгал ажәамаӡа."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr ""
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr ""
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr ""
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr ""
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr ""
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr ""
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr ""
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr ""
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr ""
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr ""
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr ""
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr ""
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr ""
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr ""
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr ""
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
#, fuzzy
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Иҧсахтәуп..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Иаҧҵатәуп..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr ""
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr ""
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr ""
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4501,7 +4495,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Атаблицақәеи атаблицақәа рфильтқәеи"
@@ -4530,6 +4524,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/ab/desktop/messages.po b/source/ab/desktop/messages.po
index 987c4eb3823..c937adb7470 100644
--- a/source/ab/desktop/messages.po
+++ b/source/ab/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -123,148 +123,154 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Арҭбаара"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "Адинамикатә библиотека UNO акомпонент"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java Акомпонент"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python Акомпонент"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Акомпонент"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB Ахкқәа Рбиблиотека"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java Ахкқәа Рбиблиотека"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG Абиблиотека"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Аилыркаага"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr ""
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr ""
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr ""
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "Ианыхтәуп"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "Иаҿактәуп"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "Иаҿыхтәуп"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "Ирҿыцтәуп..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME ацҵара"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "%EXTENSION_NAME аныхра"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
#, fuzzy
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME ацҵара"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
#, fuzzy
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME ацҵара"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr ""
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr ""
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Иарктәуп"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Аҭыҵырҭа"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -273,25 +279,25 @@ msgid ""
msgstr ""
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr ""
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr ""
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Иаарҧштәуп алицензиа"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -300,19 +306,19 @@ msgid ""
msgstr ""
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -321,7 +327,7 @@ msgid ""
msgstr ""
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -330,7 +336,7 @@ msgid ""
msgstr ""
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -339,7 +345,7 @@ msgid ""
msgstr ""
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -348,91 +354,91 @@ msgid ""
msgstr ""
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr ""
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr ""
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Ақәыргылара хыркәшоуп"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Гхада."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr ""
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr ""
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr ""
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr ""
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr ""
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Идырӡам"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -442,7 +448,7 @@ msgid ""
msgstr ""
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -452,7 +458,7 @@ msgid ""
msgstr ""
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -462,7 +468,7 @@ msgid ""
msgstr ""
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -472,7 +478,7 @@ msgid ""
msgstr ""
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -482,7 +488,7 @@ msgid ""
msgstr ""
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -492,145 +498,145 @@ msgid ""
msgstr ""
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Арҿыцрақәа ыҟаӡам."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr ""
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Иҟалеит агха:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Идырым агха."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr ""
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr ""
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr ""
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr ""
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "арҿыцра абраузер ахархәарала"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Аверсиа"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr ""
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr ""
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr ""
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr ""
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Аҩныҵҟатәи агха."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Аконфигурациатә фаил «$1» ҧхасҭоуп."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Аконфигурациатә фаил «$1» ҧшаам."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr ""
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr ""
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr ""
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr ""
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr ""
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr ""
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -639,19 +645,19 @@ msgid ""
msgstr ""
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr ""
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -661,25 +667,25 @@ msgid ""
msgstr ""
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Акьыҧхьра аҿыхуп. Адокументқәа ркьыҧхьра залшом."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr ""
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -687,7 +693,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -695,61 +701,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr ""
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr ""
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Иҭажәгал «yes» ма «no»]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr ""
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "YES"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NO"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr ""
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ERROR: "
diff --git a/source/ab/sfx2/messages.po b/source/ab/sfx2/messages.po
index bb1fe9355cc..40f7681530a 100644
--- a/source/ab/sfx2/messages.po
+++ b/source/ab/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:13+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -892,8 +892,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -904,43 +910,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Ииашам ажәамаӡа"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Асимволқәа рминимум: $(MINLEN))"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(Минимум 1 символк)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr ""
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr ""
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -948,7 +954,7 @@ msgid ""
msgstr ""
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -956,216 +962,216 @@ msgid ""
msgstr ""
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr ""
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Аекспорт"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
#, fuzzy
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "Ибжьаргылатәуп"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Еиқәырхатәуп акопиа..."
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr ""
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME адокумент"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1173,31 +1179,31 @@ msgid ""
msgstr ""
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Ари астиль ыҟоуп. Ихҩылаатәума?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Еиҭашьақәыргылатәуп"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr ""
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr ""
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1205,7 +1211,7 @@ msgid ""
msgstr ""
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1213,7 +1219,7 @@ msgid ""
msgstr ""
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1222,73 +1228,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Ахархәара змоу астильқәа:"
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Анавигатор"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr ""
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Идәықәҵатәуп"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Ашрифт"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr ""
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr ""
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr ""
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Иаҟәыхтәуп аҭаҩра"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr ""
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1296,7 +1302,7 @@ msgid ""
msgstr ""
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1304,19 +1310,19 @@ msgid ""
msgstr ""
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Апринтер ҭацәым"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (аҧхьара мацараз)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1325,7 +1331,7 @@ msgid ""
msgstr ""
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1334,7 +1340,7 @@ msgid ""
msgstr ""
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1343,7 +1349,7 @@ msgid ""
msgstr ""
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1351,7 +1357,7 @@ msgid ""
msgstr ""
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1360,7 +1366,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1369,19 +1375,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr ""
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1389,472 +1395,472 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr ""
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Ари адокумент аартуп аҧхьара мацаразы."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Адокумент акьыҧхьра"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Анапаҵаҩтәуп адокумент"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr ""
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr ""
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Еиҭа апараметрқәа"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Иарктәуп аварахьтәи апанель"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr ""
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Иарктәуп аварахьтәи апанель"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Иқәгатәуп"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/ab/svx/messages.po b/source/ab/svx/messages.po
index 72ca208cc3b..c9cf97a12d1 100644
--- a/source/ab/svx/messages.po
+++ b/source/ab/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 11:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5329,1196 +5329,1228 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Аромб"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr ""
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Агьежь"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Аквадрат"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Ахыц"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Аромб"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr ""
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr ""
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr ""
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr ""
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr ""
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr ""
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr ""
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr ""
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Қәҿиарала еиҭашьақәыргылоуп"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr ""
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr ""
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr ""
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr ""
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr ""
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr ""
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "Ихыркәшатәуп"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Аҵыхәтәантәи аҵакы"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "пт"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Асахьа аекспорт"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Еиқәырхатәуп асахьа"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Ибжьаргылатәуп аобиеқт(қәа)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr ""
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr ""
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr ""
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr ""
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Зегьы]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr ""
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Атема ҿыц"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr ""
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr ""
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Амаркерқәа"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Аофис"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Абираҟқәа"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Аблок-схемақәа"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr ""
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Асахьақәа"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Аҿаҧшырақәа"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Аҩынтәи адаҟьа"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr ""
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr ""
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr ""
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr ""
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Акомпиутерқәа"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr ""
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Афинансқәа"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Афигурақәа"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr ""
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Адыргақәа"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr ""
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Ахыц"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr ""
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Аклавиатура"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Аамҭа"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Апрезентациа"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Амзар"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Анавигациа"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr ""
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Афинансқәа"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Акомпиутерқәа"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr ""
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr ""
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr ""
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr ""
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Иалкаау ахәҭа акьыҧхьра"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr ""
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "Зегьы"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "Алкаара"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr ""
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr ""
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr ""
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr ""
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr ""
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr ""
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr ""
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr ""
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr ""
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr ""
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr ""
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr ""
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr ""
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr ""
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr ""
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr ""
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr ""
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr ""
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr ""
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr ""
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr ""
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Астандарт"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr ""
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr ""
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr ""
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Еиҭа амаркерқәа..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Адаҟьақәа"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Ирыцқьатәуп аформатркра"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Еиҳаны астильқәа..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Еиҭа апараметрқәа..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Агарнитура"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr ""
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Аекструзиа"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr ""
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Инарҳәтәуп ҵаҟа"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Инарҳәтәуп хыхь"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Инарҳәтәуп армарахь"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Инарҳәтәуп арӷьарахь"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr ""
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr ""
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr ""
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr ""
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr ""
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr ""
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr ""
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Атеқстура"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Атеқсттә еффектқәа"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Ихархәатәуп атеқсттә еффект аформа"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr ""
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr ""
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr ""
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr ""
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Астиль"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "и"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr ""
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Акәакьтә кәаҧ алхра"
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Хыхьла арымарахь"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr ""
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Хыхьла арыӷьарахь"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr ""
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Ацентр ала"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr ""
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Ҵаҟала арымарахь"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr ""
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Ҵаҟала арыӷьарахь"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr ""
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Ара шәара ишәылшоит ишәыҧсахыр аконтур."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Иҷыдоу асимвол алхра"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr ""
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Асимвол акод "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr ""
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Аформақәа"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr ""
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Аҷыдаҟазшьақәа:"
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Аформа аҷыдаҟазшьақәа"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr ""
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Аформа"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Аформа"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr ""
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr ""
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Аҭаҩра"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "аҟынтә"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Аҭакыра алхра:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr ""
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr ""
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr ""
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6526,333 +6558,333 @@ msgid ""
msgstr ""
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr ""
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Аиҵагыла"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr ""
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr ""
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Ианыхтәуп #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Ианыхтәуп # аобиеқт(қәа)"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr ""
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr ""
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Акнопка"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr ""
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Аҭыҧдырга"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Агәыҧ"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Атеқсттә ҭыкыра"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Ахьӡынҵа"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Аграфикатә кнопка"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Афаил алхра"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Арыцхә аҭакыра"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr ""
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr ""
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr ""
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
#, fuzzy
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Атаблица"
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr ""
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr ""
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr ""
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Гәыҧ-гәыҧла алкаара"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr ""
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Арыцхә)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Аамҭа)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr ""
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr ""
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Ма"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr ""
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr ""
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr ""
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr ""
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
#, fuzzy
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Адырқәа рбаза атаблицақәа аҵанакуам."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr ""
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr ""
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr ""
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (аҧхьара мацараз)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Ари афаил ыҟоуп. Ихҩылаатәума?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# аҭыҧдырга"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6860,7 +6892,7 @@ msgid ""
msgstr ""
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6868,7 +6900,7 @@ msgid ""
msgstr ""
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6876,13 +6908,13 @@ msgid ""
msgstr ""
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr ""
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6891,7 +6923,7 @@ msgid ""
msgstr ""
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6900,999 +6932,999 @@ msgid ""
msgstr ""
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr ""
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr ""
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Ахьӡ «%1» ыҟоуп. Иалышәх даҽа хьӡык."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr ""
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Мап"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Аекземплиар"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Адокумент"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Аидҳәалара: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Азхьарҧш: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Аҟаҵара: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Аметод: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
#, fuzzy
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Иҧсахтәуп"
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Иацҵатәуп аелемент"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
#, fuzzy
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Иацҵатәуп аелемент"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Ианыхтәуп аелемент"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Иацҵатәуп атрибут"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
#, fuzzy
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Иацҵатәуп атрибут"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Ианыхтәуп атрибут"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr ""
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr ""
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr ""
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr ""
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr ""
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr ""
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Аелемент"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Атрибут"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Аидҳәалара"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr ""
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr ""
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Арымарахь"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Арыӷьарахь"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Ацентр ала"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr ""
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr ""
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr ""
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr ""
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr ""
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Адокумент ҧсахын. Шәақәыӷәӷәа аиқәырхараз."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Адокумент аҭагалара..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Ирдуны"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Ирхәыҷны"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Адаҟьа зегьы"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Адаҟьа аҭбаара ала"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Астильқәа алаҵаны"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Абзац астильқәа"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Абларҭа астильқәа"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Аҧшааратә цәаҳәа ҧшаам"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr ""
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Ииашам ажәамаӡа"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Ажәамаӡақәа еиқәшәаӡом"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Асанҭыр хәыҷқәа"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Асанҭыр дуқәа"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Асанҭыр дуқәа"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Аномерркра 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Аномерркра 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Аномерркра (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr ""
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Ахыҧхьаӡаратә"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr ""
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ZIP -фаил аҧҵара ауам."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Иҧшаатәуп"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) пикс.)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) в $(DPI) dpi"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) кб"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "асахьа GIF"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "асахьа JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "асахьа PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "асахьа TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "асахьа WMF"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "асахьа MET"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "асахьа PICT"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "асахьа SVG"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "асахьа BMP"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "идырӡам"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Аҟаҧшь"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Аиаҵәа"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr ""
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr ""
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr ""
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Гамма"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr ""
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr ""
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr ""
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr ""
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr ""
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr ""
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr ""
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr ""
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr ""
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr ""
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Адаҟьа ахҳәаа: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr ""
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr ""
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr ""
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr ""
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr ""
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Мап"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Альбомтә"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Ашәҟәытә"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Арымарахь"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Арыӷьарахь"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Зегьы"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr ""
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Автор: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Арыцхә: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Атеқст: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Асимвол аҿаҧшыра"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr ""
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7900,1923 +7932,1923 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr ""
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr ""
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr ""
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr ""
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr ""
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr ""
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr ""
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr ""
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr ""
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Авалиута асимвол"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Ахыҧхьаӡаратә формақәа"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Ахыц"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Еиуеиҧшым апараметрқәа"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr ""
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr ""
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr ""
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Аишьашәалара"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr ""
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Испециалу"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr ""
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr ""
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr ""
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr ""
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr ""
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr ""
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Ивертикалу аформақәа"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Асимвол"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr ""
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr ""
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr ""
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Аҵәаӷәатә"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr ""
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Нева"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Ахархәара"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10604,244 +10636,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr ""
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Мап"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Амаркер"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Аграфика"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr ""
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Амилаҭтә номерркра"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (аболгартә)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (аболгартә)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (аболгартә)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (аболгартә)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (аурыстә)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (аурыстә)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (аурыстә)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (аурыстә)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (аурыстә)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (асербтә)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (асербтә)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (асербтә)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr ""
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr ""
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16077,7 +16110,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/ab/sw/messages.po b/source/ab/sw/messages.po
index 7560d06ddbe..20f7998840f 100644
--- a/source/ab/sw/messages.po
+++ b/source/ab/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2019-06-24 10:38+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -574,7 +574,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Иномеррку абзацқәа"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -582,1301 +582,1337 @@ msgstr "Иномеррку абзацқәа"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11001,138 +11037,138 @@ msgid "Width:"
msgstr "Аҭбаара:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
#, fuzzy
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Аинтервал:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Аҭбаареи аинтервали"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Астиль:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Аҭбаара:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "Аҳаракыра:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "Аҭыҧ:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Хыхьла"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Ацентр ала"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Ҵаҟала"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Аҧштәы:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Аиҟәшагатә ҵәаӷәа"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Аиҵагылақәа"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Аҵанакы еиҟараны ирзеихшатәуп аиҵаҩқәа"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Алхра"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Уажәтәи алкаара"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Ианыхтәуп аҟәша"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Афреим"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Атаблицақәа рстиль"
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "Ихархәатәуп азы:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "Атеқст ахырхарҭа:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Архиарақәа"
@@ -12929,71 +12965,71 @@ msgid "Space to text"
msgstr "Атеқст аҟынӡа ибжьоу"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr ""
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
#, fuzzy
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "Аҭыҧ"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
#, fuzzy
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "Астильқәа"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr ""
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
#, fuzzy
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "Аҧштәы"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
#, fuzzy
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "Аура"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr ""
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Арымарахь"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Ацентр ала"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Арыӷьарахь"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr ""
@@ -19399,7 +19435,7 @@ msgid "_More Options"
msgstr ""
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
#, fuzzy
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
@@ -21643,49 +21679,49 @@ msgid "Remaining space:"
msgstr ""
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Аиҵагыла аҭбаара"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Аиҵагыла аҭбаара"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Аиҵагыла аҭбаара"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Аиҵагыла аҭбаара"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Аиҵагыла аҭбаара"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Аиҵагыла аҭбаара"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Аиҵагыла аҭбаара"
diff --git a/source/af/chart2/messages.po b/source/af/chart2/messages.po
index a4f3fae0d02..61149fb555f 100644
--- a/source/af/chart2/messages.po
+++ b/source/af/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-28 12:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560927888.000000\n"
#. NCRDD
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Teksoriëntasie"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Ske_ma"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Eenvoudig"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Realisties"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Doelgemaak"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Ske_ma"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_Skakering"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "_Objek rande"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "_Geronde syrande"
diff --git a/source/af/cui/messages.po b/source/af/cui/messages.po
index 4d958f406fa..46e25f4cda4 100644
--- a/source/af/cui/messages.po
+++ b/source/af/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-07-28 12:35+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-06 08:40+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/af/>\n"
"Language: af\n"
@@ -4343,45 +4343,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Slegs _teks"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr "Toevoegings"
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr "Vorderings -etiket"
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr "Vorderings-etiket"
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr "Die etiket vertoon die vordering van die werk, soos die laai vane uitbreidings, of nie gevind, ens."
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr "soekterm"
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr "Rat Keuselys"
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr "Bevat opdragte vir wysiging van byvoegingslys-instellings, soos sorteer tipe of vertoon tipe."
@@ -12848,7 +12890,7 @@ msgstr "e-posadres"
#: cui/uiconfig/ui/optuserpage.ui:424
msgctxt "extended tip | email"
msgid "Type your email address."
-msgstr ""
+msgstr "Tik in u e-pos adres."
#. eygE2
#: cui/uiconfig/ui/optuserpage.ui:441
@@ -15060,7 +15102,7 @@ msgstr "_Kleur:"
#: cui/uiconfig/ui/shadowtabpage.ui:185
msgctxt "shadowtabpage|FT_SHADOW_BLUR"
msgid "_Blur:"
-msgstr ""
+msgstr "Vervaag:"
#. DMAGP
#: cui/uiconfig/ui/shadowtabpage.ui:199
diff --git a/source/af/dbaccess/messages.po b/source/af/dbaccess/messages.po
index 4a7282f1cf2..69524f99283 100644
--- a/source/af/dbaccess/messages.po
+++ b/source/af/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-28 12:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1548168630.000000\n"
#. BiN6g
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Take"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Beskrywing"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Voorskou"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"Wil u alle dokumente nou sluit?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "V~ormnaam"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~Verslagnaam"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "V~ouernaam"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "Die dokument bevat vorms of verslae met ingebedde makro's."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Let op dat u nie makro's sal kan inbed in die databasisdokument sélf voor die migrasie afgehandel is nie. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Ingebedde databasis"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "U kan nie kies uit kategorieë wat uitsluitend is nie."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Objek tipe ($type$) gevind, word nie ondersteun nie."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Gevorderde eienskappe"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Bykomende instellings"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Verbindinginstellings"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "~Tabelnaam"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "~Navraagnaam"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Hernoem na"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Voeg in as"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Wil u die gemerkte data skrap?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Kon nie die sorteerkriteria stel nie"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Kon nie die filterkriteria stel nie"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Verbinding gebreek"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Navrae"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tabelle"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Bevestig skrapping"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Wil u die tabel '%1' skrap?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Die verbinding met die databasis is verloor. Wil u weer verbind?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Daar was waarskuwings"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "Waarskuwings is deur die databasisverbinding gerapporteer terwyl die tabelle herwin is."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Verbind tans aan \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Laai tans navraag $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Laai tans tabel $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Geen tabelformaat kon gevind word nie."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Die verbinding met die databron \"$name$\" kon nie bewerkstellig word nie."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Onbekend;Teks;Nommer;Datum/Tyd;Datum;Tyd;Ja/Nee;Geldeenheid;Memo;Teller;Beeld;Teks(vaste);Desimaal;Binêr(vaste);Binêr; BigInt;Dubbel;Dryfpunt;Reële;Heelgetal;Klein heelgetal;Klein heelgetal;SQL Null;Objek;Diskreet;Struktuur;Veld;BLOB;CLOP;REF;ANDER;Bis(vaste)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Voeg in/verwyder primêre sleutel"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Ja"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Nee"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<geen>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Veldnaam"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Veldtipe"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Beskrywing"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Kolombeskrywing"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Veldeienskappe"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Wysig sel"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Skrap ry"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Wysig veldsoort"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Voeg ry in"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Voeg nuwe ry in"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~Verstek waarde"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Indien die veld nie die verstek waarde moet hê nie, kies die leë string."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Wanneer u later data in die tabel intik, sal hierdie string gebruik word in elke nuwe rekord vir die gekose veld. Dit moet dus ooreenstem met die selformaat wat hier onder ingevul moet word."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Tik die maksimum toegelate tekslengte in."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Tik die nommerformaat in."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"Die waarde sal dienooreenkomstig gekorrigeer word indien dit die maksimum vir hierdie databasis oorskry."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Spesifiseer die getal desimale plekke wat in hierdie veld toegelaat word."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Dit is waar u sien hoe die data vertoon sal word in die huidige formaat (gebruik die knoppie regs om die formaat te wysig)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Dit is waar u die afvoerformaat van die data bepaal."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"U kan nie data in velde van dié soort tik nie. 'n Intrinsieke waarde sal outomaties aan elke nuwe rekord toegewys word (wat verband hou met die inkrement van die vorige rekord)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Die tabel kan nie gestoor word nie omdat kolomnaam \"$column$\" twee keer toegewys is."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "Die kolom \"$column$\" behoort aan die primêre sleutel. Indien die kolom geskrap word, sal die primêre sleutel ook geskrap word. Wil u werklik voortgaan?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Primêre sleutel geaffekteer"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Kolom"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Gaan in elk geval voort?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Die tabel kon nie gestoor word nie vanweë probleme om met die databasis te verbind."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Die tabelfilter kon nie aangepas word nie omdat die databron geskrap is."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"Wil u die veranderinge nou stoor?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Geen primêre sleutel nie"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"Moet 'n primêre sleutel nou geskep word?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "Die kolom \"$column$\" kon nie gewysig word nie. Moet die kolom eerder geskrap word en 'n nuwe formaat aangeheg word?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Kon nie tabelontwerp stoor nie"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Die kolom $column$ kon nie geskrap word nie."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Hierdie stelling sal direk na die databasis oorgedra word wanneer die tabel geskep word."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"Die tabelontwerp-modus is nie vir hierdie databron beskikbaar nie."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "verander veldname"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "verander veldsoort"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "verander veldbeskrywing"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "verander veldattribuut"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "'n Wagwoord is nodig om aan die databron \"$name$\" te verbind."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"bestaan nie. Moet dit geskep word?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Die gids $name$ kon nie geskep word nie."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Die lêer bestaan reeds. Oorheenskryf?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Vouer"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Databasiseienskappe"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Databron-Eienskappe: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Kies asseblief 'Verbind aan 'n bestaande databasis' om aan 'n bestaande databasis te verbind."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Kon nie die programbiblioteek #lib# laai nie, of dit is defek. Die ODBC-Databron Seleksie is nie beskikbaar nie."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"U mag die instellings wysig, maar u sal waarskynlik nie aan die databasis kan verbind nie."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Geen}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 moet opgestel word."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 en #2 moet verskillend wees."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "Oorheersstringe soos ?,* word nie in #1 toegelaat nie."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Verbindingtoets"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Daar is suksesvol verbind."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Geen koppeling moontlik nie."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "Die JDBC-drywer is suksesvol gelaai."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "Die JDBC-drywer kon nie gelaai word nie."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access-lêer"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007-lêer"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Firebird-databasis"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Stelsel"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Fout tydens skepping"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "'n Fout het ontstaan. Die bewerking kan nie uitgevoer word nie."
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Die dokument \"$file$\" kon nie geopen word nie."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Die tabel kan nie geskrap word nie aangesien die databasisverbinding dit nie toelaat nie."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~Alles"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Ontdoen:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Herdoen:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "Geen ooreenstemmende kolomsoort kon vir kolom '#1' gekry word nie."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Die lêer \"$file$\" bestaan nie."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Waarskuwings tydens verbinding aan die databron. Druk \"$buttontext$\" om dit te bekyk."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "Die verslag \"$file$\" benodig die Report Builder-funksie."
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Kan nie aan die SDBC-drywerbestuurder verbind nie ( #servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "'n Drywer is nie geregistreer vir die URL #connurl# nie."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Suksesvol verbind, maar inligting oor databasistabelle is nie beskikbaar nie."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Alle tabelle"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Alle aanskoue"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Alle tabelle en aanskoue"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Tabelnaam"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Voeg data in"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Skrap data"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Wysig data"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Verander struktuur"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Lees data"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Wysig verwysings"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Sak struktuur"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Pad na die dBASE-lêers"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Pad na die teks-lêers"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Pad na die sigblad-dokument"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Naam van die ODBC-databron op u stelsel"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Koppeling na die \"Writer\" dokument"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Naam van die MySQL-databasis"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Naam van die Oracle-databasis"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft Access-databasislêer"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Geen verdere instellings nodig nie. Om te toets of die verbinding werk, kliek die '%test'-knoppie."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "Databron URL (byvoorbeeld host=$Host:$Port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~Gasheernaam"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "~Mozilla-profielnaam"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "~Thunderbird-profielnaam"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Voeg Tabelle in..."
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Voer Tabel naam of Navraag in"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Pas kolomme toe"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Soort formatering"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"Die volgende naam word reeds gebruik:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Wys kolomme toe"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Terug"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Volgende>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "S~kep"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Kopieer tabel"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Kopieer tabel"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Hierdie tabelnaam is nie geldig in die huidige databasis nie."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Kies die opsie 'Heg data aan' op die eerste bladsy om data by 'n bestaande tabel aan te heg."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Wysig asseblief die tabelnaam. Dit is te lank."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Databasisslimmerd"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Selekteer databasis"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Stel dBASE-verbinding op"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Stel 'n verbinding aan tekslêers op"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Stel 'n Microsoft Access-verbinding op"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Stel LDAP-verbinding op"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Stel ADO-verbinding op"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Stel JDBC-verbinding op"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Stel Oracle-databasisverbinding op"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Stel MySQL-verbinding op"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Stel ODBC-verbinding op"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Stel die koppeling op na \"Writer\"-Dokument of Spreiblad"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Stel gebruikerstawing op"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Stel MySQL-bedienerdata op"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Stoor en gaan voort"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Nuwe databasis"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Stel 'n verbinding aan 'n MySQL-databasis op met JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL-JDBC-d~rywerklas:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Verstek: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Stel 'n verbinding aan dBASE-lêers op"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Selekteer die vouer waar die dBASE-lêers gestoor is."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Stel 'n verbinding aan tekslêers op"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Selekteer die vouer waar die CSV-lêers (Comma Separated Values) gestoor is. %PRODUCTNAME Base sal daardie lêers open in leesalleenmodus."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Pad na teks-lêers"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Stel 'n verbinding aan 'n Microsoft Access-databasis op"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Selekteer asseblief die Microsoft Access-lêer waarvoor u toegang wil hê."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Stel 'n verbinding aan 'n ADO-databasis op"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Stel 'n verbinding aan 'n ODBC-databasis op"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Stel 'n verbinding aan 'n JDBC-databasis op"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Stel 'n verbinding aan 'n Oracle-databasis op"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Verstek: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle-JDBC-~drywerklas"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Stel 'n verbinding aan sigblaaie op"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME sal die lêer in leesalleenmodus open."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Ligging en lêernaam"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Bevel suksesvol uitgevoer."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Die verbinding met die databasis is verbreek. Hierdie dialoog sal gesluit word."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Sorteervolgorde"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Indeksveld"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Oplopend"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Aflopend"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Wil u werklik die indeks '$name$' skrap?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "indeks"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Die indeks moet ten minste een veld bevat."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Daar is reeds 'n ander indeks genaamd \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "Geen tabelkolom mag meer as een keer in 'n indeksdefinisie verskyn nie. U het egter kolom \"$name$\" twee keer ingevoer."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "Die inskrywing kon nie na 'n geldige waarde vir die \"$name$\"-kolom omskep word nie"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "SQL-Status"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Foutkode"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "'n Algemene oorsaak van dié fout is dat 'n ontoepaslike karakterstelinstelling vir die taal van u databasis gebruik word. Kontroleer die instelling met Redigeer - Databasis - Eienskappe."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Fout"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Waarskuwing"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Inligting"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Besonderhede"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Wil u werklik die gebruiker skrap?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "Die databasis ondersteun nie gebruikeradministrasie nie."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Die wagwoorde kom nie ooreen nie. Tik die wagwoord asseblief weer in."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Let op dat sommige databasisse nie hierdie soort aaneenskakeling ondersteun nie."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Sluit net rekords in waarvan die inhoud van die verwante velde in beide tabelle identies is."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Bevat ALLE rekords uit tabel '%1' maar net rekords uit tabel '%2' waarvan die waardes in die verwante velde ooreenstem."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Bevat ALLE rekords van '%1' en van '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Bevat die Cartesiese produk van ALLE rekords van '%1' en van '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Die bestemmingdatabasis werk nie met aansigte nie."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "Die bestemmingdatabasis werk nie met primêre sleutels nie."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "geen datatoegangbeskrywer gevind nie, of geen datatoegangbeskrywer in staat om al die nodige inligting te gee nie"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Net tabelle en navrae werk op die oomblik."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "Die kopiebron se resultaatstel moet met boekmerke werk."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Nieondersteunde bronkolomtipe ($type$) by kolomposisie $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Onwettige aantal inisialiseringsparameters."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Kon nie inisialiseer nie."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Nie-ondersteunde instelling in die kopie van die bronbesktywing: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "Om 'n navraag te kopieër, moet die koppeling daartoe instaat wees."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "Die gespesifiseerde interaksiehanteerder is ongeldig."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Hierdie verwantskap bestaan reeds. Wil u dit redigeer of 'n nuwe een skep?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Redigeer..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Skep..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: Verwantskapsontwerp"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "Die databasis ondersteun nie verwantskappe nie."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Wanneer u hierdie tabel skrap, sal alle ooreenstemmende verwantskappe ook geskrap word. Gaan voort?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Merk die Tabelle wat sigbaar moet wees vir die Toepassings."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Tabelle en Tabel Filter"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Voeg Tabel of Navraag by"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/af/desktop/messages.po b/source/af/desktop/messages.po
index 20f54ea7abb..c9d1bbaae2b 100644
--- a/source/af/desktop/messages.po
+++ b/source/af/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-25 18:05+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/af/>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Uitbreiding"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO-dinamieseprogrammateek-komponent"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO-Java-komponent"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO-Python-komponent"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO-Java-komponent"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO-RDB-soortprogrammateek"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO-Java-soortprogrammateek"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG-programmateek"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Hulp"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Die uitbreiding kan nie geïnstalleer word nie want:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Die uitbreiding sal nie geïnstalleer word nie vanweë 'n fout in die Hulplêers:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Voeg uitbreiding(s) by"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Verwyder"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Aktiveer"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Deaktiveer"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Bywerk..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Byvoeg van %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Verwyder van %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Aktivering van %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Deaktivering van %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Lisensie vir %EXTENSION_NAME word aanvaar"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Fout: Die status van hierdie uitbreiding is onbekend"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Sluit"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Afsluit"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"Om gedeelde uitbreidings by te werk, vereis administrateursregte. Kontak u stelseladministreerder om die volgende gedeelde uitbreidings by te werk:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Die uitbreiding kan nie geaktiveer word nie omdat daar nie aan die volgende stelselafhanklikhede voldoen word nie:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Die Uitbreiding word gedeaktiveer omdat die lisensie nog nie aanvaar is nie.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Wys lisensie"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "Die installering van uitbreidings is tans gedeaktiveer. Kontak u stelseladministrateur vir meer inligting."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "Die verwydering van uitbreidings is tans gedeaktiveer. Kontak u stelseladministrateur vir meer inligting."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Kliek 'Kanselleer' om op te hou om die uitbreiding te verwyder."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Kliek 'Kanselleer' om op te hou om die uitbreiding te verwyder."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Kliek 'Kanselleer' om op te hou om die uitbreiding te aktiveer."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Kliek 'Kanselleer' om op te hou om die uitbreiding te deaktiveer."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "Die uitbreiding '%Name' werk nie op hierdie rekenaar nie."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Installeer tans uitbreidings..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Installering voltooi"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Geen foute."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Kon nie die uitbreiding %NAME aflaai nie. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Die foutboodskap is: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Kon nie die uitbreiding %NAME installeer nie. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Die lisensieooreenkoms vir uitbreiding %NAME is geweier. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Die uitbreiding sal nie geïnstalleer word nie."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Onbekend"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "Die Uitbreiding benodig minstens OpenOffice.org Verwysingsweergawe %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "Die Uitbreiding ondersteun nie OpenOffice.org-verwysingsweergawes groter as % VERSION nie"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "Die Uitbreiding benodig minstens %PRODUCTNAME weergawe %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr "Die Uitbreiding ondersteun nie %PRODUCTNAME weergawes groter as %VERSION nie"
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Kliek 'Kanselleer' om die installasieproses te staak."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Geen nuwe bywerkings beskikbaar nie."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Geen installeerbare bywerkings beskikbaar nie. Om alle bywerkings te sien, merk die merkblokkie 'Wys alle bywerkings'."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "'n Fout het voorgekom:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Onbekende fout."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Geen beskrywings beskikbaar vir hierdie uitbreiding nie."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Die uitbreiding kan nie bygewerk word nie want:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Vereiste %PRODUCTNAME-weergawe pas nie:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "U het %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "blaaiergebaseerde bywerking"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Weergawe"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Hierdie kenmerk sal volledig verwyder word.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Die toepassing kan nie laat loop word nie. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Die opstellinggids \"$1\" kon nie gevind word nie."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Die installasiepad is ongeldig."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "'n Interne fout het voorgekom."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Die opstellinglêer \"$1\" is korrup."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Die opstellinglêer \"$1\" kon nie gevind word nie."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "Die opstellinglêer \"$1\" ondersteun nie die huidige weergawe nie."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Die gebruikerkoppelvlaktaal kan nie vasgestel word nie."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Gebruikers-installering kon nie voltooi word nie. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Die opstellingdiens is nie beskikbaar nie."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Begin die installasieprogram om die installasie vanaf die CD of die vouer met die installasiepakette te herstel."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "'n Algemene fout het ontstaan terwyl daar toegang verkry is tot die sentrale opstelling. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Kontak asseblief u stelseladministreerder."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Die volgende interne fout het voorgekom: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "% PRODUCTNAME moet met die hand herbegin word na installasie of opdatering."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Wil u regtig voortgaan?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Druk is gedeaktiveer. Geen dokumente kan gedruk word nie."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Die padbestuurder is nie beskikbaar nie.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Sagteware Lisensie Ooreenkoms vir Uitbreiding $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Lees die volledige lisensieooreenkoms hier bo. Aanvaar die lisensieooreenkoms deur \"ja\" op die konsole te tik en ENTER te druk. Tik \"nee\" om dit van die hand te wys en die uitbreidingopstelling te beëindig."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Tik \"ja\" of \"nee\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "U toevoer was nie korrek nie. Tik asseblief \"ja\" of \"nee\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "JA"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "J"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NEE"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg kan nie begin nie. Die slotlêer dui aan dat dit reeds loop. As dit nie van toepassing is nie, skrap die slotlêer by:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "FOUT: "
diff --git a/source/af/extras/source/autocorr/emoji.po b/source/af/extras/source/autocorr/emoji.po
index de76a7e4b61..f12b07378a2 100644
--- a/source/af/extras/source/autocorr/emoji.po
+++ b/source/af/extras/source/autocorr/emoji.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-08-04 11:14+0000\n"
+"PO-Revision-Date: 2020-08-13 12:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/extrassourceautocorremoji/af/>\n"
"Language: af\n"
@@ -8354,7 +8354,7 @@ msgctxt ""
"VIDEO_CAMERA\n"
"LngText.text"
msgid "video camera"
-msgstr ""
+msgstr "video kamera"
#. 📺 (U+1F4FA), see http://wiki.documentfoundation.org/Emoji
#. hDmEX
@@ -8364,7 +8364,7 @@ msgctxt ""
"TELEVISION\n"
"LngText.text"
msgid "tv"
-msgstr ""
+msgstr "tv"
#. 📻 (U+1F4FB), see http://wiki.documentfoundation.org/Emoji
#. WLYDg
@@ -8384,7 +8384,7 @@ msgctxt ""
"VIDEOCASSETTE\n"
"LngText.text"
msgid "vhs"
-msgstr ""
+msgstr "vhs"
#. 🔅 (U+1F505), see http://wiki.documentfoundation.org/Emoji
#. j6gBG
@@ -8424,7 +8424,7 @@ msgctxt ""
"SPEAKER\n"
"LngText.text"
msgid "speaker"
-msgstr ""
+msgstr "luidspreker"
#. 🔉 (U+1F509), see http://wiki.documentfoundation.org/Emoji
#. q6Ccp
@@ -8444,7 +8444,7 @@ msgctxt ""
"SPEAKER_WITH_THREE_SOUND_WAVES\n"
"LngText.text"
msgid "loud sound"
-msgstr ""
+msgstr "luid klank"
#. 🔋 (U+1F50B), see http://wiki.documentfoundation.org/Emoji
#. ACRRR
@@ -8454,7 +8454,7 @@ msgctxt ""
"BATTERY\n"
"LngText.text"
msgid "battery"
-msgstr ""
+msgstr "battery"
#. 🔌 (U+1F50C), see http://wiki.documentfoundation.org/Emoji
#. BG2mN
@@ -8464,7 +8464,7 @@ msgctxt ""
"ELECTRIC_PLUG\n"
"LngText.text"
msgid "plug"
-msgstr ""
+msgstr "prop"
#. 🔍 (U+1F50D), see http://wiki.documentfoundation.org/Emoji
#. jY8rv
@@ -8474,7 +8474,7 @@ msgctxt ""
"LEFT-POINTING_MAGNIFYING_GLASS\n"
"LngText.text"
msgid "mag"
-msgstr ""
+msgstr "vergrootglas"
#. 🔎 (U+1F50E), see http://wiki.documentfoundation.org/Emoji
#. ruAUv
@@ -8484,7 +8484,7 @@ msgctxt ""
"RIGHT-POINTING_MAGNIFYING_GLASS\n"
"LngText.text"
msgid "mag2"
-msgstr ""
+msgstr "vergrootglas2"
#. 🔏 (U+1F50F), see http://wiki.documentfoundation.org/Emoji
#. 8ZUNE
@@ -8494,7 +8494,7 @@ msgctxt ""
"LOCK_WITH_INK_PEN\n"
"LngText.text"
msgid "lock2"
-msgstr ""
+msgstr "slot2"
#. 🔐 (U+1F510), see http://wiki.documentfoundation.org/Emoji
#. 4g77k
@@ -8504,7 +8504,7 @@ msgctxt ""
"CLOSED_LOCK_WITH_KEY\n"
"LngText.text"
msgid "lock3"
-msgstr ""
+msgstr "slot3"
#. 🔑 (U+1F511), see http://wiki.documentfoundation.org/Emoji
#. vkQ8o
@@ -8514,7 +8514,7 @@ msgctxt ""
"KEY\n"
"LngText.text"
msgid "key"
-msgstr ""
+msgstr "sleutel"
#. 🔒 (U+1F512), see http://wiki.documentfoundation.org/Emoji
#. N7rGA
@@ -8534,7 +8534,7 @@ msgctxt ""
"OPEN_LOCK\n"
"LngText.text"
msgid "unlock"
-msgstr ""
+msgstr "oopsluit"
#. 🔔 (U+1F514), see http://wiki.documentfoundation.org/Emoji
#. TjiAa
@@ -8554,7 +8554,7 @@ msgctxt ""
"BELL_WITH_CANCELLATION_STROKE\n"
"LngText.text"
msgid "no bell"
-msgstr ""
+msgstr "geen klokkie"
#. 🔖 (U+1F516), see http://wiki.documentfoundation.org/Emoji
#. R7oDp
@@ -8594,7 +8594,7 @@ msgctxt ""
"NO_ONE_UNDER_EIGHTEEN_SYMBOL\n"
"LngText.text"
msgid "underage"
-msgstr ""
+msgstr "geen minderjariges"
#. 🔤 (U+1F524), see http://wiki.documentfoundation.org/Emoji
#. 63uY8
@@ -8604,7 +8604,7 @@ msgctxt ""
"INPUT_SYMBOL_FOR_LATIN_LETTERS\n"
"LngText.text"
msgid "abc"
-msgstr ""
+msgstr "abc"
#. 🔥 (U+1F525), see http://wiki.documentfoundation.org/Emoji
#. vYrKA
@@ -8614,7 +8614,7 @@ msgctxt ""
"FIRE\n"
"LngText.text"
msgid "fire"
-msgstr ""
+msgstr "vuur"
#. 🔦 (U+1F526), see http://wiki.documentfoundation.org/Emoji
#. BXCDZ
@@ -8624,7 +8624,7 @@ msgctxt ""
"ELECTRIC_TORCH\n"
"LngText.text"
msgid "flashlight"
-msgstr ""
+msgstr "flitslig"
#. 🔧 (U+1F527), see http://wiki.documentfoundation.org/Emoji
#. yiTrG
@@ -8634,7 +8634,7 @@ msgctxt ""
"WRENCH\n"
"LngText.text"
msgid "wrench"
-msgstr ""
+msgstr "moersleutel"
#. 🔨 (U+1F528), see http://wiki.documentfoundation.org/Emoji
#. xkGE3
@@ -8644,7 +8644,7 @@ msgctxt ""
"HAMMER\n"
"LngText.text"
msgid "hammer"
-msgstr ""
+msgstr "hammer"
#. 🔩 (U+1F529), see http://wiki.documentfoundation.org/Emoji
#. p4ctN
@@ -8654,7 +8654,7 @@ msgctxt ""
"NUT_AND_BOLT\n"
"LngText.text"
msgid "nut and bolt"
-msgstr ""
+msgstr "bout en moer"
#. 🔪 (U+1F52A), see http://wiki.documentfoundation.org/Emoji
#. SEuBH
@@ -8664,7 +8664,7 @@ msgctxt ""
"HOCHO\n"
"LngText.text"
msgid "knife"
-msgstr ""
+msgstr "mes"
#. 🔫 (U+1F52B), see http://wiki.documentfoundation.org/Emoji
#. 2RSdn
@@ -8674,7 +8674,7 @@ msgctxt ""
"PISTOL\n"
"LngText.text"
msgid "pistol"
-msgstr ""
+msgstr "pistool"
#. 🔬 (U+1F52C), see http://wiki.documentfoundation.org/Emoji
#. n3FVK
@@ -8684,7 +8684,7 @@ msgctxt ""
"MICROSCOPE\n"
"LngText.text"
msgid "microscope"
-msgstr ""
+msgstr "mikroskoop"
#. 🔭 (U+1F52D), see http://wiki.documentfoundation.org/Emoji
#. 79jnu
@@ -8694,7 +8694,7 @@ msgctxt ""
"TELESCOPE\n"
"LngText.text"
msgid "telescope"
-msgstr ""
+msgstr "teleskoop"
#. 🔮 (U+1F52E), see http://wiki.documentfoundation.org/Emoji
#. cFgDU
@@ -8704,7 +8704,7 @@ msgctxt ""
"CRYSTAL_BALL\n"
"LngText.text"
msgid "crystal ball"
-msgstr ""
+msgstr "kristal bal"
#. 🔰 (U+1F530), see http://wiki.documentfoundation.org/Emoji
#. 6mztF
@@ -8714,7 +8714,7 @@ msgctxt ""
"JAPANESE_SYMBOL_FOR_BEGINNER\n"
"LngText.text"
msgid "beginner"
-msgstr ""
+msgstr "beginner"
#. 🔱 (U+1F531), see http://wiki.documentfoundation.org/Emoji
#. w7pSw
@@ -8724,7 +8724,7 @@ msgctxt ""
"TRIDENT_EMBLEM\n"
"LngText.text"
msgid "trident"
-msgstr ""
+msgstr "drietandvurk"
#. 🔲 (U+1F532), see http://wiki.documentfoundation.org/Emoji
#. EmJnV
@@ -8734,7 +8734,7 @@ msgctxt ""
"BLACK_SQUARE_BUTTON\n"
"LngText.text"
msgid "button2"
-msgstr ""
+msgstr "knoppie2"
#. 🔳 (U+1F533), see http://wiki.documentfoundation.org/Emoji
#. WRBMQ
@@ -8754,7 +8754,7 @@ msgctxt ""
"CLOCK_FACE_ONE_OCLOCK\n"
"LngText.text"
msgid "1 h"
-msgstr ""
+msgstr "1 uur"
#. 🕑 (U+1F551), see http://wiki.documentfoundation.org/Emoji
#. ABhgX
@@ -8764,7 +8764,7 @@ msgctxt ""
"CLOCK_FACE_TWO_OCLOCK\n"
"LngText.text"
msgid "2 h"
-msgstr ""
+msgstr "2 uur"
#. 🕒 (U+1F552), see http://wiki.documentfoundation.org/Emoji
#. gMDo3
@@ -8774,7 +8774,7 @@ msgctxt ""
"CLOCK_FACE_THREE_OCLOCK\n"
"LngText.text"
msgid "3 h"
-msgstr ""
+msgstr "3 uur"
#. 🕓 (U+1F553), see http://wiki.documentfoundation.org/Emoji
#. uQYrA
@@ -8784,7 +8784,7 @@ msgctxt ""
"CLOCK_FACE_FOUR_OCLOCK\n"
"LngText.text"
msgid "4 h"
-msgstr ""
+msgstr "4 uur"
#. 🕔 (U+1F554), see http://wiki.documentfoundation.org/Emoji
#. eU5ps
@@ -8794,7 +8794,7 @@ msgctxt ""
"CLOCK_FACE_FIVE_OCLOCK\n"
"LngText.text"
msgid "5 h"
-msgstr ""
+msgstr "5 uur"
#. 🕕 (U+1F555), see http://wiki.documentfoundation.org/Emoji
#. yZrjC
@@ -8804,7 +8804,7 @@ msgctxt ""
"CLOCK_FACE_SIX_OCLOCK\n"
"LngText.text"
msgid "6 h"
-msgstr ""
+msgstr "6 uur"
#. 🕖 (U+1F556), see http://wiki.documentfoundation.org/Emoji
#. pJEuM
@@ -8814,7 +8814,7 @@ msgctxt ""
"CLOCK_FACE_SEVEN_OCLOCK\n"
"LngText.text"
msgid "7 h"
-msgstr ""
+msgstr "7 uur"
#. 🕗 (U+1F557), see http://wiki.documentfoundation.org/Emoji
#. eHaWk
@@ -8824,7 +8824,7 @@ msgctxt ""
"CLOCK_FACE_EIGHT_OCLOCK\n"
"LngText.text"
msgid "8 h"
-msgstr ""
+msgstr "8 uur"
#. 🕘 (U+1F558), see http://wiki.documentfoundation.org/Emoji
#. BJKnh
@@ -8834,7 +8834,7 @@ msgctxt ""
"CLOCK_FACE_NINE_OCLOCK\n"
"LngText.text"
msgid "9 h"
-msgstr ""
+msgstr "9 uur"
#. 🕙 (U+1F559), see http://wiki.documentfoundation.org/Emoji
#. ouBxv
@@ -8844,7 +8844,7 @@ msgctxt ""
"CLOCK_FACE_TEN_OCLOCK\n"
"LngText.text"
msgid "10 h"
-msgstr ""
+msgstr "10 uur"
#. 🕚 (U+1F55A), see http://wiki.documentfoundation.org/Emoji
#. DA8M8
@@ -8854,7 +8854,7 @@ msgctxt ""
"CLOCK_FACE_ELEVEN_OCLOCK\n"
"LngText.text"
msgid "11 h"
-msgstr ""
+msgstr "11 uur"
#. 🕛 (U+1F55B), see http://wiki.documentfoundation.org/Emoji
#. NF5SV
@@ -8864,7 +8864,7 @@ msgctxt ""
"CLOCK_FACE_TWELVE_OCLOCK\n"
"LngText.text"
msgid "12 h"
-msgstr ""
+msgstr "12 uur"
#. 🕜 (U+1F55C), see http://wiki.documentfoundation.org/Emoji
#. t7XEN
@@ -8874,7 +8874,7 @@ msgctxt ""
"CLOCK_FACE_ONE-THIRTY\n"
"LngText.text"
msgid "1.30"
-msgstr ""
+msgstr "1 uur 30"
#. 🕝 (U+1F55D), see http://wiki.documentfoundation.org/Emoji
#. ac4Kx
@@ -8884,7 +8884,7 @@ msgctxt ""
"CLOCK_FACE_TWO-THIRTY\n"
"LngText.text"
msgid "2.30"
-msgstr ""
+msgstr "2 uur 30"
#. 🕞 (U+1F55E), see http://wiki.documentfoundation.org/Emoji
#. sd7EA
@@ -8894,7 +8894,7 @@ msgctxt ""
"CLOCK_FACE_THREE-THIRTY\n"
"LngText.text"
msgid "3.30"
-msgstr ""
+msgstr "3 uur 30"
#. 🕟 (U+1F55F), see http://wiki.documentfoundation.org/Emoji
#. CZwtb
@@ -8904,7 +8904,7 @@ msgctxt ""
"CLOCK_FACE_FOUR-THIRTY\n"
"LngText.text"
msgid "4.30"
-msgstr ""
+msgstr "4 uur 30"
#. 🕠 (U+1F560), see http://wiki.documentfoundation.org/Emoji
#. VunGj
@@ -8914,7 +8914,7 @@ msgctxt ""
"CLOCK_FACE_FIVE-THIRTY\n"
"LngText.text"
msgid "5.30"
-msgstr ""
+msgstr "5 uur 30"
#. 🕡 (U+1F561), see http://wiki.documentfoundation.org/Emoji
#. WgH9r
@@ -8924,7 +8924,7 @@ msgctxt ""
"CLOCK_FACE_SIX-THIRTY\n"
"LngText.text"
msgid "6.30"
-msgstr ""
+msgstr "6 uur 30"
#. 🕢 (U+1F562), see http://wiki.documentfoundation.org/Emoji
#. HfCBL
@@ -8934,7 +8934,7 @@ msgctxt ""
"CLOCK_FACE_SEVEN-THIRTY\n"
"LngText.text"
msgid "7.30"
-msgstr ""
+msgstr "7 uur 30"
#. 🕣 (U+1F563), see http://wiki.documentfoundation.org/Emoji
#. GGeBZ
@@ -8944,7 +8944,7 @@ msgctxt ""
"CLOCK_FACE_EIGHT-THIRTY\n"
"LngText.text"
msgid "8.30"
-msgstr ""
+msgstr "8 uur 30"
#. 🕤 (U+1F564), see http://wiki.documentfoundation.org/Emoji
#. DCtfy
@@ -8954,7 +8954,7 @@ msgctxt ""
"CLOCK_FACE_NINE-THIRTY\n"
"LngText.text"
msgid "9.30"
-msgstr ""
+msgstr "9 uur 30"
#. 🕥 (U+1F565), see http://wiki.documentfoundation.org/Emoji
#. tJG5J
@@ -8964,7 +8964,7 @@ msgctxt ""
"CLOCK_FACE_TEN-THIRTY\n"
"LngText.text"
msgid "10.30"
-msgstr ""
+msgstr "10 uur 30"
#. 🕦 (U+1F566), see http://wiki.documentfoundation.org/Emoji
#. g55YB
@@ -8974,7 +8974,7 @@ msgctxt ""
"CLOCK_FACE_ELEVEN-THIRTY\n"
"LngText.text"
msgid "11.30"
-msgstr ""
+msgstr "11 uur 30"
#. 🕧 (U+1F567), see http://wiki.documentfoundation.org/Emoji
#. PGjbq
@@ -8984,7 +8984,7 @@ msgctxt ""
"CLOCK_FACE_TWELVE-THIRTY\n"
"LngText.text"
msgid "12.30"
-msgstr ""
+msgstr "12 uur 30"
#. 🗻 (U+1F5FB), see http://wiki.documentfoundation.org/Emoji
#. yzedv
@@ -8994,7 +8994,7 @@ msgctxt ""
"MOUNT_FUJI\n"
"LngText.text"
msgid "Fuji"
-msgstr ""
+msgstr "berg Fuji"
#. 🗼 (U+1F5FC), see http://wiki.documentfoundation.org/Emoji
#. zoL5S
@@ -9014,7 +9014,7 @@ msgctxt ""
"STATUE_OF_LIBERTY\n"
"LngText.text"
msgid "liberty"
-msgstr ""
+msgstr "liberty"
#. 🗾 (U+1F5FE), see http://wiki.documentfoundation.org/Emoji
#. vtyHr
@@ -9024,7 +9024,7 @@ msgctxt ""
"SILHOUETTE_OF_JAPAN\n"
"LngText.text"
msgid "Japan"
-msgstr ""
+msgstr "Japan"
#. 🗿 (U+1F5FF), see http://wiki.documentfoundation.org/Emoji
#. rdfcs
@@ -9034,7 +9034,7 @@ msgctxt ""
"MOYAI\n"
"LngText.text"
msgid "statue"
-msgstr ""
+msgstr "Moyai Standbeeld"
#. 😀 (U+1F600), see http://wiki.documentfoundation.org/Emoji
#. pJXUT
@@ -9044,7 +9044,7 @@ msgctxt ""
"GRINNING_FACE\n"
"LngText.text"
msgid "grinning"
-msgstr ""
+msgstr "grynslag"
#. 😁 (U+1F601), see http://wiki.documentfoundation.org/Emoji
#. aTARh
@@ -9054,7 +9054,7 @@ msgctxt ""
"GRINNING_FACE_WITH_SMILING_EYES\n"
"LngText.text"
msgid "grin"
-msgstr ""
+msgstr "grynslag2"
#. 😂 (U+1F602), see http://wiki.documentfoundation.org/Emoji
#. DRNjV
@@ -9064,7 +9064,7 @@ msgctxt ""
"FACE_WITH_TEARS_OF_JOY\n"
"LngText.text"
msgid "joy"
-msgstr ""
+msgstr "vreugde"
#. 😃 (U+1F603), see http://wiki.documentfoundation.org/Emoji
#. Gcdda
@@ -9074,7 +9074,7 @@ msgctxt ""
"SMILING_FACE_WITH_OPEN_MOUTH\n"
"LngText.text"
msgid "smiley"
-msgstr ""
+msgstr "hartelik laggend"
#. 😄 (U+1F604), see http://wiki.documentfoundation.org/Emoji
#. QBnjZ
@@ -9094,7 +9094,7 @@ msgctxt ""
"SMILING_FACE_WITH_OPEN_MOUTH_AND_COLD_SWEAT\n"
"LngText.text"
msgid "sweat smile"
-msgstr ""
+msgstr "soete glimlag"
#. 😆 (U+1F606), see http://wiki.documentfoundation.org/Emoji
#. RLsCo
@@ -9104,7 +9104,7 @@ msgctxt ""
"SMILING_FACE_WITH_OPEN_MOUTH_AND_TIGHTLY-CLOSED_EYES\n"
"LngText.text"
msgid "laugh"
-msgstr ""
+msgstr "laggend"
#. 😇 (U+1F607), see http://wiki.documentfoundation.org/Emoji
#. pFuaT
@@ -9114,7 +9114,7 @@ msgctxt ""
"SMILING_FACE_WITH_HALO\n"
"LngText.text"
msgid "innocent"
-msgstr ""
+msgstr "onskuldig"
#. 😈 (U+1F608), see http://wiki.documentfoundation.org/Emoji
#. j4szE
@@ -9124,7 +9124,7 @@ msgctxt ""
"SMILING_FACE_WITH_HORNS\n"
"LngText.text"
msgid "smiling imp"
-msgstr ""
+msgstr "laggende duiwel"
#. 😉 (U+1F609), see http://wiki.documentfoundation.org/Emoji
#. k4AZW
@@ -9144,7 +9144,7 @@ msgctxt ""
"SMILING_FACE_WITH_SMILING_EYES\n"
"LngText.text"
msgid "blush"
-msgstr ""
+msgstr "bloosend"
#. 😋 (U+1F60B), see http://wiki.documentfoundation.org/Emoji
#. d5q9X
@@ -9154,7 +9154,7 @@ msgctxt ""
"FACE_SAVOURING_DELICIOUS_FOOD\n"
"LngText.text"
msgid "yum"
-msgstr ""
+msgstr "glimlag lekkend"
#. 😌 (U+1F60C), see http://wiki.documentfoundation.org/Emoji
#. PHXAL
@@ -9164,7 +9164,7 @@ msgctxt ""
"RELIEVED_FACE\n"
"LngText.text"
msgid "relieved"
-msgstr ""
+msgstr "verlig"
#. 😍 (U+1F60D), see http://wiki.documentfoundation.org/Emoji
#. BhNrx
@@ -9174,7 +9174,7 @@ msgctxt ""
"SMILING_FACE_WITH_HEART-SHAPED_EYES\n"
"LngText.text"
msgid "heart eyes"
-msgstr ""
+msgstr "hart ogies"
#. 😎 (U+1F60E), see http://wiki.documentfoundation.org/Emoji
#. ybcju
@@ -9184,7 +9184,7 @@ msgctxt ""
"SMILING_FACE_WITH_SUNGLASSES\n"
"LngText.text"
msgid "sunglasses2"
-msgstr ""
+msgstr "sonbrille2"
#. 😏 (U+1F60F), see http://wiki.documentfoundation.org/Emoji
#. GDHDY
@@ -9194,7 +9194,7 @@ msgctxt ""
"SMIRKING_FACE\n"
"LngText.text"
msgid "smirk"
-msgstr ""
+msgstr "minagtend"
#. 😐 (U+1F610), see http://wiki.documentfoundation.org/Emoji
#. KsfGz
@@ -9204,7 +9204,7 @@ msgctxt ""
"NEUTRAL_FACE\n"
"LngText.text"
msgid "neutral face"
-msgstr ""
+msgstr "neutrale gesig"
#. 😑 (U+1F611), see http://wiki.documentfoundation.org/Emoji
#. w7cU8
@@ -9214,7 +9214,7 @@ msgctxt ""
"EXPRESSIONLESS_FACE\n"
"LngText.text"
msgid "expressionless"
-msgstr ""
+msgstr "uitdrukkingloos"
#. 😒 (U+1F612), see http://wiki.documentfoundation.org/Emoji
#. teWUy
@@ -9224,7 +9224,7 @@ msgctxt ""
"UNAMUSED_FACE\n"
"LngText.text"
msgid "unamused"
-msgstr ""
+msgstr "ongeammuseerd"
#. 😓 (U+1F613), see http://wiki.documentfoundation.org/Emoji
#. sPBAF
@@ -9234,7 +9234,7 @@ msgctxt ""
"FACE_WITH_COLD_SWEAT\n"
"LngText.text"
msgid "sweat"
-msgstr ""
+msgstr "sweet"
#. 😔 (U+1F614), see http://wiki.documentfoundation.org/Emoji
#. AEuYX
@@ -9244,7 +9244,7 @@ msgctxt ""
"PENSIVE_FACE\n"
"LngText.text"
msgid "pensive"
-msgstr ""
+msgstr "nadenkend"
#. 😕 (U+1F615), see http://wiki.documentfoundation.org/Emoji
#. ZB5DT
@@ -9254,7 +9254,7 @@ msgctxt ""
"CONFUSED_FACE\n"
"LngText.text"
msgid "confused"
-msgstr ""
+msgstr "verward"
#. 😖 (U+1F616), see http://wiki.documentfoundation.org/Emoji
#. gFEjA
@@ -9264,7 +9264,7 @@ msgctxt ""
"CONFOUNDED_FACE\n"
"LngText.text"
msgid "confounded"
-msgstr ""
+msgstr "gesteurd"
#. 😗 (U+1F617), see http://wiki.documentfoundation.org/Emoji
#. Wu9JJ
@@ -9274,7 +9274,7 @@ msgctxt ""
"KISSING_FACE\n"
"LngText.text"
msgid "kissing"
-msgstr ""
+msgstr "soenend"
#. 😘 (U+1F618), see http://wiki.documentfoundation.org/Emoji
#. BzWbz
@@ -9284,7 +9284,7 @@ msgctxt ""
"FACE_THROWING_A_KISS\n"
"LngText.text"
msgid "kiss2"
-msgstr ""
+msgstr "soen2"
#. 😙 (U+1F619), see http://wiki.documentfoundation.org/Emoji
#. 2sYft
@@ -9294,7 +9294,7 @@ msgctxt ""
"KISSING_FACE_WITH_SMILING_EYES\n"
"LngText.text"
msgid "kiss3"
-msgstr ""
+msgstr "soen3"
#. 😚 (U+1F61A), see http://wiki.documentfoundation.org/Emoji
#. D7GhD
@@ -9304,7 +9304,7 @@ msgctxt ""
"KISSING_FACE_WITH_CLOSED_EYES\n"
"LngText.text"
msgid "kiss4"
-msgstr ""
+msgstr "soen4"
#. 😛 (U+1F61B), see http://wiki.documentfoundation.org/Emoji
#. ryiUu
@@ -9314,7 +9314,7 @@ msgctxt ""
"FACE_WITH_STUCK-OUT_TONGUE\n"
"LngText.text"
msgid "tongue2"
-msgstr ""
+msgstr "tong2"
#. 😜 (U+1F61C), see http://wiki.documentfoundation.org/Emoji
#. JuA5S
@@ -9324,7 +9324,7 @@ msgctxt ""
"FACE_WITH_STUCK-OUT_TONGUE_AND_WINKING_EYE\n"
"LngText.text"
msgid "tongue3"
-msgstr ""
+msgstr "tong3"
#. 😝 (U+1F61D), see http://wiki.documentfoundation.org/Emoji
#. CjnZ6
@@ -9334,7 +9334,7 @@ msgctxt ""
"FACE_WITH_STUCK-OUT_TONGUE_AND_TIGHTLY-CLOSED_EYES\n"
"LngText.text"
msgid "tongue4"
-msgstr ""
+msgstr "tong4"
#. 😞 (U+1F61E), see http://wiki.documentfoundation.org/Emoji
#. DzqHp
@@ -9344,7 +9344,7 @@ msgctxt ""
"DISAPPOINTED_FACE\n"
"LngText.text"
msgid "disappointed"
-msgstr ""
+msgstr "teleurgesteld"
#. 😟 (U+1F61F), see http://wiki.documentfoundation.org/Emoji
#. H4sAW
@@ -9354,7 +9354,7 @@ msgctxt ""
"WORRIED_FACE\n"
"LngText.text"
msgid "worried"
-msgstr ""
+msgstr "bekommerd"
#. 😠 (U+1F620), see http://wiki.documentfoundation.org/Emoji
#. oCCny
@@ -9364,7 +9364,7 @@ msgctxt ""
"ANGRY_FACE\n"
"LngText.text"
msgid "angry"
-msgstr ""
+msgstr "boos"
#. 😡 (U+1F621), see http://wiki.documentfoundation.org/Emoji
#. 6wuDY
@@ -9384,7 +9384,7 @@ msgctxt ""
"CRYING_FACE\n"
"LngText.text"
msgid "cry"
-msgstr ""
+msgstr "huilend"
#. 😣 (U+1F623), see http://wiki.documentfoundation.org/Emoji
#. DngFr
@@ -9394,7 +9394,7 @@ msgctxt ""
"PERSEVERING_FACE\n"
"LngText.text"
msgid "persevere"
-msgstr ""
+msgstr "volhardend"
#. 😤 (U+1F624), see http://wiki.documentfoundation.org/Emoji
#. gBDzZ
@@ -9404,7 +9404,7 @@ msgctxt ""
"FACE_WITH_LOOK_OF_TRIUMPH\n"
"LngText.text"
msgid "triumph"
-msgstr ""
+msgstr "triomferend"
#. 😥 (U+1F625), see http://wiki.documentfoundation.org/Emoji
#. 5hFMz
@@ -9414,7 +9414,7 @@ msgctxt ""
"DISAPPOINTED_BUT_RELIEVED_FACE\n"
"LngText.text"
msgid "disappointed relieved"
-msgstr ""
+msgstr "teleurgesteld"
#. 😦 (U+1F626), see http://wiki.documentfoundation.org/Emoji
#. Kerje
@@ -9424,7 +9424,7 @@ msgctxt ""
"FROWNING_FACE_WITH_OPEN_MOUTH\n"
"LngText.text"
msgid "frowning"
-msgstr ""
+msgstr "fronsend"
#. 😧 (U+1F627), see http://wiki.documentfoundation.org/Emoji
#. kZYF3
@@ -9434,7 +9434,7 @@ msgctxt ""
"ANGUISHED_FACE\n"
"LngText.text"
msgid "anguished"
-msgstr ""
+msgstr "hartroerend"
#. 😨 (U+1F628), see http://wiki.documentfoundation.org/Emoji
#. bu62A
@@ -9444,7 +9444,7 @@ msgctxt ""
"FEARFUL_FACE\n"
"LngText.text"
msgid "fearful"
-msgstr ""
+msgstr "angstig"
#. 😩 (U+1F629), see http://wiki.documentfoundation.org/Emoji
#. 6HkfU
@@ -9454,7 +9454,7 @@ msgctxt ""
"WEARY_FACE\n"
"LngText.text"
msgid "weary"
-msgstr ""
+msgstr "moeg"
#. 😪 (U+1F62A), see http://wiki.documentfoundation.org/Emoji
#. XDpxA
@@ -9464,7 +9464,7 @@ msgctxt ""
"SLEEPY_FACE\n"
"LngText.text"
msgid "sleepy"
-msgstr ""
+msgstr "slaperig"
#. 😫 (U+1F62B), see http://wiki.documentfoundation.org/Emoji
#. RwKrG
@@ -9474,7 +9474,7 @@ msgctxt ""
"TIRED_FACE\n"
"LngText.text"
msgid "tired face"
-msgstr ""
+msgstr "oormoeg"
#. 😬 (U+1F62C), see http://wiki.documentfoundation.org/Emoji
#. x9ZFy
@@ -9484,7 +9484,7 @@ msgctxt ""
"GRIMACING_FACE\n"
"LngText.text"
msgid "grimacing"
-msgstr ""
+msgstr "grynsend"
#. 😭 (U+1F62D), see http://wiki.documentfoundation.org/Emoji
#. BrbFb
@@ -9494,7 +9494,7 @@ msgctxt ""
"LOUDLY_CRYING_FACE\n"
"LngText.text"
msgid "sob"
-msgstr ""
+msgstr "huilend"
#. 😮 (U+1F62E), see http://wiki.documentfoundation.org/Emoji
#. D6iTF
@@ -9504,7 +9504,7 @@ msgctxt ""
"FACE_WITH_OPEN_MOUTH\n"
"LngText.text"
msgid "open mouth"
-msgstr ""
+msgstr "oopmond"
#. 😯 (U+1F62F), see http://wiki.documentfoundation.org/Emoji
#. uMReg
@@ -9514,7 +9514,7 @@ msgctxt ""
"HUSHED_FACE\n"
"LngText.text"
msgid "hushed"
-msgstr ""
+msgstr "gedemp"
#. 😰 (U+1F630), see http://wiki.documentfoundation.org/Emoji
#. tavtt
@@ -9524,7 +9524,7 @@ msgctxt ""
"FACE_WITH_OPEN_MOUTH_AND_COLD_SWEAT\n"
"LngText.text"
msgid "cold sweat"
-msgstr ""
+msgstr "koue sweet"
#. 😱 (U+1F631), see http://wiki.documentfoundation.org/Emoji
#. JpoSb
@@ -9534,7 +9534,7 @@ msgctxt ""
"FACE_SCREAMING_IN_FEAR\n"
"LngText.text"
msgid "scream"
-msgstr ""
+msgstr "skreeu"
#. 😲 (U+1F632), see http://wiki.documentfoundation.org/Emoji
#. vDqqP
@@ -9544,7 +9544,7 @@ msgctxt ""
"ASTONISHED_FACE\n"
"LngText.text"
msgid "astonished"
-msgstr ""
+msgstr "verstom"
#. 😳 (U+1F633), see http://wiki.documentfoundation.org/Emoji
#. QtFif
@@ -9554,7 +9554,7 @@ msgctxt ""
"FLUSHED_FACE\n"
"LngText.text"
msgid "flushed"
-msgstr ""
+msgstr "geledig"
#. 😴 (U+1F634), see http://wiki.documentfoundation.org/Emoji
#. MFwtr
@@ -9564,7 +9564,7 @@ msgctxt ""
"SLEEPING_FACE\n"
"LngText.text"
msgid "sleeping"
-msgstr ""
+msgstr "slapend"
#. 😵 (U+1F635), see http://wiki.documentfoundation.org/Emoji
#. MAD5T
@@ -9574,7 +9574,7 @@ msgctxt ""
"DIZZY_FACE\n"
"LngText.text"
msgid "dizzy face"
-msgstr ""
+msgstr "duiselig"
#. 😶 (U+1F636), see http://wiki.documentfoundation.org/Emoji
#. NYdBC
@@ -9584,7 +9584,7 @@ msgctxt ""
"FACE_WITHOUT_MOUTH\n"
"LngText.text"
msgid "no mouth"
-msgstr ""
+msgstr "geen mond"
#. 😷 (U+1F637), see http://wiki.documentfoundation.org/Emoji
#. 9E7g6
@@ -9594,7 +9594,7 @@ msgctxt ""
"FACE_WITH_MEDICAL_MASK\n"
"LngText.text"
msgid "mask"
-msgstr ""
+msgstr "masker"
#. 😸 (U+1F638), see http://wiki.documentfoundation.org/Emoji
#. vHxL5
@@ -9604,7 +9604,7 @@ msgctxt ""
"GRINNING_CAT_FACE_WITH_SMILING_EYES\n"
"LngText.text"
msgid "smile cat"
-msgstr ""
+msgstr "glimlaggende kat"
#. 😹 (U+1F639), see http://wiki.documentfoundation.org/Emoji
#. GXKzF
@@ -9614,7 +9614,7 @@ msgctxt ""
"CAT_FACE_WITH_TEARS_OF_JOY\n"
"LngText.text"
msgid "joy cat"
-msgstr ""
+msgstr "vrolike kat"
#. 😺 (U+1F63A), see http://wiki.documentfoundation.org/Emoji
#. vAbxV
@@ -9624,7 +9624,7 @@ msgctxt ""
"SMILING_CAT_FACE_WITH_OPEN_MOUTH\n"
"LngText.text"
msgid "smiley cat"
-msgstr ""
+msgstr "laggende kat"
#. 😻 (U+1F63B), see http://wiki.documentfoundation.org/Emoji
#. hzzjE
@@ -9634,7 +9634,7 @@ msgctxt ""
"SMILING_CAT_FACE_WITH_HEART-SHAPED_EYES\n"
"LngText.text"
msgid "heart eyes cat"
-msgstr ""
+msgstr "hart oë kat"
#. 😼 (U+1F63C), see http://wiki.documentfoundation.org/Emoji
#. FuB4S
@@ -9644,7 +9644,7 @@ msgctxt ""
"CAT_FACE_WITH_WRY_SMILE\n"
"LngText.text"
msgid "smirk cat"
-msgstr ""
+msgstr "minagtend kat"
#. 😽 (U+1F63D), see http://wiki.documentfoundation.org/Emoji
#. cGEsx
@@ -9654,7 +9654,7 @@ msgctxt ""
"KISSING_CAT_FACE_WITH_CLOSED_EYES\n"
"LngText.text"
msgid "kissing cat"
-msgstr ""
+msgstr "soenende kat"
#. 😾 (U+1F63E), see http://wiki.documentfoundation.org/Emoji
#. NyFCw
@@ -9664,7 +9664,7 @@ msgctxt ""
"POUTING_CAT_FACE\n"
"LngText.text"
msgid "pouting cat"
-msgstr ""
+msgstr "dikmond"
#. 😿 (U+1F63F), see http://wiki.documentfoundation.org/Emoji
#. Aoh9Z
@@ -9674,7 +9674,7 @@ msgctxt ""
"CRYING_CAT_FACE\n"
"LngText.text"
msgid "crying cat"
-msgstr ""
+msgstr "huilende kat"
#. 🙀 (U+1F640), see http://wiki.documentfoundation.org/Emoji
#. W4tZy
@@ -9684,7 +9684,7 @@ msgctxt ""
"WEARY_CAT_FACE\n"
"LngText.text"
msgid "scream cat"
-msgstr ""
+msgstr "skreeuende kat"
#. 🙅 (U+1F645), see http://wiki.documentfoundation.org/Emoji
#. F5Acu
@@ -9694,7 +9694,7 @@ msgctxt ""
"FACE_WITH_NO_GOOD_GESTURE\n"
"LngText.text"
msgid "no good"
-msgstr ""
+msgstr "afkeurend"
#. 🙆 (U+1F646), see http://wiki.documentfoundation.org/Emoji
#. zMSZd
@@ -9704,7 +9704,7 @@ msgctxt ""
"FACE_WITH_OK_GESTURE\n"
"LngText.text"
msgid "ok3"
-msgstr ""
+msgstr "ok3"
#. 🙇 (U+1F647), see http://wiki.documentfoundation.org/Emoji
#. 4BtEr
@@ -9714,7 +9714,7 @@ msgctxt ""
"PERSON_BOWING_DEEPLY\n"
"LngText.text"
msgid "prostration"
-msgstr ""
+msgstr "uitputting"
#. 🙈 (U+1F648), see http://wiki.documentfoundation.org/Emoji
#. fB5uj
@@ -9724,7 +9724,7 @@ msgctxt ""
"SEE-NO-EVIL_MONKEY\n"
"LngText.text"
msgid "see no evil"
-msgstr ""
+msgstr "sien geen kwaad"
#. 🙉 (U+1F649), see http://wiki.documentfoundation.org/Emoji
#. Ja8yE
@@ -9734,7 +9734,7 @@ msgctxt ""
"HEAR-NO-EVIL_MONKEY\n"
"LngText.text"
msgid "hear no evil"
-msgstr ""
+msgstr "hoor geen kwaad"
#. 🙊 (U+1F64A), see http://wiki.documentfoundation.org/Emoji
#. e3zGe
@@ -9744,7 +9744,7 @@ msgctxt ""
"SPEAK-NO-EVIL_MONKEY\n"
"LngText.text"
msgid "speak no evil"
-msgstr ""
+msgstr "praat geen kwaad"
#. 🙋 (U+1F64B), see http://wiki.documentfoundation.org/Emoji
#. Pwpxw
@@ -9754,7 +9754,7 @@ msgctxt ""
"HAPPY_PERSON_RAISING_ONE_HAND\n"
"LngText.text"
msgid "happiness"
-msgstr ""
+msgstr "gelukkig"
#. 🙌 (U+1F64C), see http://wiki.documentfoundation.org/Emoji
#. hTJ9z
@@ -9764,7 +9764,7 @@ msgctxt ""
"PERSON_RAISING_BOTH_HANDS_IN_CELEBRATION\n"
"LngText.text"
msgid "celebration"
-msgstr ""
+msgstr "vierend"
#. 🙍 (U+1F64D), see http://wiki.documentfoundation.org/Emoji
#. xhTBV
@@ -9774,7 +9774,7 @@ msgctxt ""
"PERSON_FROWNING\n"
"LngText.text"
msgid "person frowning"
-msgstr ""
+msgstr "fronsend"
#. 🙎 (U+1F64E), see http://wiki.documentfoundation.org/Emoji
#. entX5
@@ -9784,7 +9784,7 @@ msgctxt ""
"PERSON_WITH_POUTING_FACE\n"
"LngText.text"
msgid "person pouting"
-msgstr ""
+msgstr "ergernis"
#. 🙏 (U+1F64F), see http://wiki.documentfoundation.org/Emoji
#. KtK2c
@@ -9814,7 +9814,7 @@ msgctxt ""
"HELICOPTER\n"
"LngText.text"
msgid "helicopter"
-msgstr ""
+msgstr "helikopter"
#. 🚂 (U+1F682), see http://wiki.documentfoundation.org/Emoji
#. CEBY6
@@ -9824,7 +9824,7 @@ msgctxt ""
"STEAM_LOCOMOTIVE\n"
"LngText.text"
msgid "locomotive"
-msgstr ""
+msgstr "lokomotief"
#. 🚃 (U+1F683), see http://wiki.documentfoundation.org/Emoji
#. uiu74
@@ -9834,7 +9834,7 @@ msgctxt ""
"RAILWAY_CAR\n"
"LngText.text"
msgid "railway car"
-msgstr ""
+msgstr "treinwa"
#. 🚄 (U+1F684), see http://wiki.documentfoundation.org/Emoji
#. 6gdPP
@@ -9844,7 +9844,7 @@ msgctxt ""
"HIGH-SPEED_TRAIN\n"
"LngText.text"
msgid "train2"
-msgstr ""
+msgstr "trein2"
#. 🚅 (U+1F685), see http://wiki.documentfoundation.org/Emoji
#. KWFVc
@@ -9854,7 +9854,7 @@ msgctxt ""
"HIGH-SPEED_TRAIN_WITH_BULLET_NOSE\n"
"LngText.text"
msgid "train3"
-msgstr ""
+msgstr "trein3"
#. 🚆 (U+1F686), see http://wiki.documentfoundation.org/Emoji
#. UfDGn
@@ -9864,7 +9864,7 @@ msgctxt ""
"TRAIN\n"
"LngText.text"
msgid "train"
-msgstr ""
+msgstr "trein"
#. 🚇 (U+1F687), see http://wiki.documentfoundation.org/Emoji
#. dQgQx
@@ -9874,7 +9874,7 @@ msgctxt ""
"METRO\n"
"LngText.text"
msgid "metro"
-msgstr ""
+msgstr "metro spoor"
#. 🚈 (U+1F688), see http://wiki.documentfoundation.org/Emoji
#. jL5UD
@@ -9884,7 +9884,7 @@ msgctxt ""
"LIGHT_RAIL\n"
"LngText.text"
msgid "light rail"
-msgstr ""
+msgstr "ligte spoor"
#. 🚉 (U+1F689), see http://wiki.documentfoundation.org/Emoji
#. nU3jZ
@@ -9904,7 +9904,7 @@ msgctxt ""
"TRAM\n"
"LngText.text"
msgid "tram"
-msgstr ""
+msgstr "tram"
#. 🚋 (U+1F68B), see http://wiki.documentfoundation.org/Emoji
#. 9YAFb
@@ -9914,7 +9914,7 @@ msgctxt ""
"TRAM_CAR\n"
"LngText.text"
msgid "tram2"
-msgstr ""
+msgstr "tram2"
#. 🚌 (U+1F68C), see http://wiki.documentfoundation.org/Emoji
#. DhKQs
@@ -9924,7 +9924,7 @@ msgctxt ""
"BUS\n"
"LngText.text"
msgid "bus"
-msgstr ""
+msgstr "bus"
#. 🚍 (U+1F68D), see http://wiki.documentfoundation.org/Emoji
#. fTFJN
@@ -9934,7 +9934,7 @@ msgctxt ""
"ONCOMING_BUS\n"
"LngText.text"
msgid "bus2"
-msgstr ""
+msgstr "bus2"
#. 🚎 (U+1F68E), see http://wiki.documentfoundation.org/Emoji
#. tBeU2
@@ -9944,7 +9944,7 @@ msgctxt ""
"TROLLEYBUS\n"
"LngText.text"
msgid "trolleybus"
-msgstr ""
+msgstr "trolliebus"
#. 🚏 (U+1F68F), see http://wiki.documentfoundation.org/Emoji
#. YFFGE
@@ -9954,7 +9954,7 @@ msgctxt ""
"BUS_STOP\n"
"LngText.text"
msgid "busstop"
-msgstr ""
+msgstr "busstop"
#. 🚐 (U+1F690), see http://wiki.documentfoundation.org/Emoji
#. AiqLy
@@ -9964,7 +9964,7 @@ msgctxt ""
"MINIBUS\n"
"LngText.text"
msgid "minibus"
-msgstr ""
+msgstr "minibus"
#. 🚑 (U+1F691), see http://wiki.documentfoundation.org/Emoji
#. UjeDu
@@ -9974,7 +9974,7 @@ msgctxt ""
"AMBULANCE\n"
"LngText.text"
msgid "ambulance"
-msgstr ""
+msgstr "ambulans"
#. 🚒 (U+1F692), see http://wiki.documentfoundation.org/Emoji
#. fHERr
@@ -9984,7 +9984,7 @@ msgctxt ""
"FIRE_ENGINE\n"
"LngText.text"
msgid "fire engine"
-msgstr ""
+msgstr "brandweer"
#. 🚓 (U+1F693), see http://wiki.documentfoundation.org/Emoji
#. bgbGa
@@ -9994,7 +9994,7 @@ msgctxt ""
"POLICE_CAR\n"
"LngText.text"
msgid "police car"
-msgstr ""
+msgstr "polisie motor"
#. 🚔 (U+1F694), see http://wiki.documentfoundation.org/Emoji
#. wMPG9
@@ -10004,7 +10004,7 @@ msgctxt ""
"ONCOMING_POLICE_CAR\n"
"LngText.text"
msgid "police car2"
-msgstr ""
+msgstr "polisie motor2"
#. 🚕 (U+1F695), see http://wiki.documentfoundation.org/Emoji
#. xVRoq
@@ -10014,7 +10014,7 @@ msgctxt ""
"TAXI\n"
"LngText.text"
msgid "taxi"
-msgstr ""
+msgstr "taxi"
#. 🚖 (U+1F696), see http://wiki.documentfoundation.org/Emoji
#. hvAxP
@@ -10024,7 +10024,7 @@ msgctxt ""
"ONCOMING_TAXI\n"
"LngText.text"
msgid "taxi2"
-msgstr ""
+msgstr "taxi2"
#. 🚗 (U+1F697), see http://wiki.documentfoundation.org/Emoji
#. 7EjBh
@@ -10034,7 +10034,7 @@ msgctxt ""
"AUTOMOBILE\n"
"LngText.text"
msgid "car"
-msgstr ""
+msgstr "motor"
#. 🚘 (U+1F698), see http://wiki.documentfoundation.org/Emoji
#. VAENQ
@@ -10044,7 +10044,7 @@ msgctxt ""
"ONCOMING_AUTOMOBILE\n"
"LngText.text"
msgid "car2"
-msgstr ""
+msgstr "motor2"
#. 🚙 (U+1F699), see http://wiki.documentfoundation.org/Emoji
#. F53eT
@@ -10054,7 +10054,7 @@ msgctxt ""
"RECREATIONAL_VEHICLE\n"
"LngText.text"
msgid "car3"
-msgstr ""
+msgstr "motor3"
#. 🚚 (U+1F69A), see http://wiki.documentfoundation.org/Emoji
#. Ky66X
@@ -10064,7 +10064,7 @@ msgctxt ""
"DELIVERY_TRUCK\n"
"LngText.text"
msgid "truck2"
-msgstr ""
+msgstr "vragmotor2"
#. 🚛 (U+1F69B), see http://wiki.documentfoundation.org/Emoji
#. 8soAF
@@ -10074,7 +10074,7 @@ msgctxt ""
"ARTICULATED_LORRY\n"
"LngText.text"
msgid "lorry"
-msgstr ""
+msgstr "vragmotor"
#. 🚜 (U+1F69C), see http://wiki.documentfoundation.org/Emoji
#. Jwdgy
@@ -10084,7 +10084,7 @@ msgctxt ""
"TRACTOR\n"
"LngText.text"
msgid "tractor"
-msgstr ""
+msgstr "trekker"
#. 🚝 (U+1F69D), see http://wiki.documentfoundation.org/Emoji
#. xBCEM
@@ -10094,7 +10094,7 @@ msgctxt ""
"MONORAIL\n"
"LngText.text"
msgid "monorail"
-msgstr ""
+msgstr "monospoor"
#. 🚞 (U+1F69E), see http://wiki.documentfoundation.org/Emoji
#. YF5em
@@ -10104,7 +10104,7 @@ msgctxt ""
"MOUNTAIN_RAILWAY\n"
"LngText.text"
msgid "mountain railway"
-msgstr ""
+msgstr "bergspoor"
#. 🚟 (U+1F69F), see http://wiki.documentfoundation.org/Emoji
#. BFS7w
@@ -10114,7 +10114,7 @@ msgctxt ""
"SUSPENSION_RAILWAY\n"
"LngText.text"
msgid "suspension railway"
-msgstr ""
+msgstr "hangspoor"
#. 🚠 (U+1F6A0), see http://wiki.documentfoundation.org/Emoji
#. xw2kG
@@ -10124,7 +10124,7 @@ msgctxt ""
"MOUNTAIN_CABLEWAY\n"
"LngText.text"
msgid "mountain cableway"
-msgstr ""
+msgstr "kabelspoor"
#. 🚡 (U+1F6A1), see http://wiki.documentfoundation.org/Emoji
#. D6Kee
@@ -10134,7 +10134,7 @@ msgctxt ""
"AERIAL_TRAMWAY\n"
"LngText.text"
msgid "aerial tramway"
-msgstr ""
+msgstr "lugtrem"
#. 🚢 (U+1F6A2), see http://wiki.documentfoundation.org/Emoji
#. iT3XR
@@ -10154,7 +10154,7 @@ msgctxt ""
"ROWBOAT\n"
"LngText.text"
msgid "rowboat"
-msgstr ""
+msgstr "roeiboot"
#. 🚤 (U+1F6A4), see http://wiki.documentfoundation.org/Emoji
#. eBgos
@@ -10164,7 +10164,7 @@ msgctxt ""
"SPEEDBOAT\n"
"LngText.text"
msgid "speedboat"
-msgstr ""
+msgstr "spoedboot"
#. 🚥 (U+1F6A5), see http://wiki.documentfoundation.org/Emoji
#. hFcdF
@@ -10174,7 +10174,7 @@ msgctxt ""
"HORIZONTAL_TRAFFIC_LIGHT\n"
"LngText.text"
msgid "traffic light"
-msgstr ""
+msgstr "verkeerslig"
#. 🚦 (U+1F6A6), see http://wiki.documentfoundation.org/Emoji
#. nV9zL
@@ -10184,7 +10184,7 @@ msgctxt ""
"VERTICAL_TRAFFIC_LIGHT\n"
"LngText.text"
msgid "traffic light2"
-msgstr ""
+msgstr "verkeerslig2"
#. 🚧 (U+1F6A7), see http://wiki.documentfoundation.org/Emoji
#. JaFGo
@@ -10204,7 +10204,7 @@ msgctxt ""
"POLICE_CARS_REVOLVING_LIGHT\n"
"LngText.text"
msgid "rotating light"
-msgstr ""
+msgstr "roterende lig"
#. 🚩 (U+1F6A9), see http://wiki.documentfoundation.org/Emoji
#. AGDmx
@@ -10214,7 +10214,7 @@ msgctxt ""
"TRIANGULAR_FLAG_ON_POST\n"
"LngText.text"
msgid "triangular flag"
-msgstr ""
+msgstr "driehoekige lig"
#. 🚪 (U+1F6AA), see http://wiki.documentfoundation.org/Emoji
#. FCxDK
@@ -10224,7 +10224,7 @@ msgctxt ""
"DOOR\n"
"LngText.text"
msgid "door"
-msgstr ""
+msgstr "deur"
#. 🚫 (U+1F6AB), see http://wiki.documentfoundation.org/Emoji
#. dAJJp
@@ -10234,7 +10234,7 @@ msgctxt ""
"NO_ENTRY_SIGN\n"
"LngText.text"
msgid "no entry sign"
-msgstr ""
+msgstr "geen toegang"
#. 🚬 (U+1F6AC), see http://wiki.documentfoundation.org/Emoji
#. H2dFa
@@ -10244,7 +10244,7 @@ msgctxt ""
"SMOKING_SYMBOL\n"
"LngText.text"
msgid "smoking"
-msgstr ""
+msgstr "rook"
#. 🚭 (U+1F6AD), see http://wiki.documentfoundation.org/Emoji
#. ReEtE
@@ -10254,7 +10254,7 @@ msgctxt ""
"NO_SMOKING_SYMBOL\n"
"LngText.text"
msgid "no smoking"
-msgstr ""
+msgstr "geen rook"
#. 🚮 (U+1F6AE), see http://wiki.documentfoundation.org/Emoji
#. owPyG
@@ -10264,7 +10264,7 @@ msgctxt ""
"PUT_LITTER_IN_ITS_PLACE_SYMBOL\n"
"LngText.text"
msgid "litter"
-msgstr ""
+msgstr "rommelblik"
#. 🚯 (U+1F6AF), see http://wiki.documentfoundation.org/Emoji
#. 4qXxK
@@ -10274,7 +10274,7 @@ msgctxt ""
"DO_NOT_LITTER_SYMBOL\n"
"LngText.text"
msgid "do not litter"
-msgstr ""
+msgstr "moenie rommelstrooi"
#. 🚰 (U+1F6B0), see http://wiki.documentfoundation.org/Emoji
#. ZjTkh
@@ -10284,7 +10284,7 @@ msgctxt ""
"POTABLE_WATER_SYMBOL\n"
"LngText.text"
msgid "potable water"
-msgstr ""
+msgstr "drink water"
#. 🚱 (U+1F6B1), see http://wiki.documentfoundation.org/Emoji
#. sbTAA
@@ -10294,7 +10294,7 @@ msgctxt ""
"NON-POTABLE_WATER_SYMBOL\n"
"LngText.text"
msgid "non-potable water"
-msgstr ""
+msgstr "niedrinkbare water"
#. 🚲 (U+1F6B2), see http://wiki.documentfoundation.org/Emoji
#. KZmCA
@@ -10314,7 +10314,7 @@ msgctxt ""
"NO_BICYCLES\n"
"LngText.text"
msgid "no bicycles"
-msgstr ""
+msgstr "geen fietse"
#. 🚴 (U+1F6B4), see http://wiki.documentfoundation.org/Emoji
#. FGCMF
@@ -10324,7 +10324,7 @@ msgctxt ""
"BICYCLIST\n"
"LngText.text"
msgid "bicyclist"
-msgstr ""
+msgstr "fiets"
#. 🚵 (U+1F6B5), see http://wiki.documentfoundation.org/Emoji
#. P3F9z
@@ -10334,7 +10334,7 @@ msgctxt ""
"MOUNTAIN_BICYCLIST\n"
"LngText.text"
msgid "bicyclist2"
-msgstr ""
+msgstr "fiets2"
#. 🚶 (U+1F6B6), see http://wiki.documentfoundation.org/Emoji
#. 4Jk7j
@@ -10344,7 +10344,7 @@ msgctxt ""
"PEDESTRIAN\n"
"LngText.text"
msgid "walking"
-msgstr ""
+msgstr "stap"
#. 🚷 (U+1F6B7), see http://wiki.documentfoundation.org/Emoji
#. wMwUM
@@ -10354,7 +10354,7 @@ msgctxt ""
"NO_PEDESTRIANS\n"
"LngText.text"
msgid "no pedestrians"
-msgstr ""
+msgstr "geen voetgangers"
#. 🚸 (U+1F6B8), see http://wiki.documentfoundation.org/Emoji
#. tfRvX
@@ -10364,7 +10364,7 @@ msgctxt ""
"CHILDREN_CROSSING\n"
"LngText.text"
msgid "crosswalk"
-msgstr ""
+msgstr "voetgangerkruising"
#. 🚹 (U+1F6B9), see http://wiki.documentfoundation.org/Emoji
#. 5bTta
@@ -10374,7 +10374,7 @@ msgctxt ""
"MENS_SYMBOL\n"
"LngText.text"
msgid "mens"
-msgstr ""
+msgstr "mans"
#. 🚺 (U+1F6BA), see http://wiki.documentfoundation.org/Emoji
#. DkTJE
@@ -10384,7 +10384,7 @@ msgctxt ""
"WOMENS_SYMBOL\n"
"LngText.text"
msgid "womens"
-msgstr ""
+msgstr "dames"
#. 🚻 (U+1F6BB), see http://wiki.documentfoundation.org/Emoji
#. fyZ5J
@@ -10394,7 +10394,7 @@ msgctxt ""
"RESTROOM\n"
"LngText.text"
msgid "restroom"
-msgstr ""
+msgstr "ruskamer"
#. 🚼 (U+1F6BC), see http://wiki.documentfoundation.org/Emoji
#. waXZA
@@ -10404,7 +10404,7 @@ msgctxt ""
"BABY_SYMBOL\n"
"LngText.text"
msgid "baby2"
-msgstr ""
+msgstr "baba2"
#. 🚽 (U+1F6BD), see http://wiki.documentfoundation.org/Emoji
#. 7j9FT
@@ -10414,7 +10414,7 @@ msgctxt ""
"TOILET\n"
"LngText.text"
msgid "toilet"
-msgstr ""
+msgstr "toilet"
#. 🚾 (U+1F6BE), see http://wiki.documentfoundation.org/Emoji
#. 2GY7E
@@ -10424,7 +10424,7 @@ msgctxt ""
"WATER_CLOSET\n"
"LngText.text"
msgid "toilet2"
-msgstr ""
+msgstr "toilet2"
#. 🚿 (U+1F6BF), see http://wiki.documentfoundation.org/Emoji
#. WrCWt
@@ -10434,7 +10434,7 @@ msgctxt ""
"SHOWER\n"
"LngText.text"
msgid "shower"
-msgstr ""
+msgstr "stortbad"
#. 🛀 (U+1F6C0), see http://wiki.documentfoundation.org/Emoji
#. g545x
@@ -10454,7 +10454,7 @@ msgctxt ""
"BATHTUB\n"
"LngText.text"
msgid "bathtub"
-msgstr ""
+msgstr "bad"
#. 🛂 (U+1F6C2), see http://wiki.documentfoundation.org/Emoji
#. BXMUC
@@ -10464,7 +10464,7 @@ msgctxt ""
"PASSPORT_CONTROL\n"
"LngText.text"
msgid "passport"
-msgstr ""
+msgstr "paspoort"
#. 🛃 (U+1F6C3), see http://wiki.documentfoundation.org/Emoji
#. EcdFo
@@ -10474,7 +10474,7 @@ msgctxt ""
"CUSTOMS\n"
"LngText.text"
msgid "customs"
-msgstr ""
+msgstr "doeane"
#. 🛄 (U+1F6C4), see http://wiki.documentfoundation.org/Emoji
#. rR2Xw
@@ -10484,7 +10484,7 @@ msgctxt ""
"BAGGAGE_CLAIM\n"
"LngText.text"
msgid "baggage"
-msgstr ""
+msgstr "bagasie"
#. 🛅 (U+1F6C5), see http://wiki.documentfoundation.org/Emoji
#. pxsMt
@@ -10494,7 +10494,7 @@ msgctxt ""
"LEFT_LUGGAGE\n"
"LngText.text"
msgid "left luggage"
-msgstr ""
+msgstr "Sluitkassie"
#. 🕃 (U+1F543), see http://wiki.documentfoundation.org/Emoji
#. LZEAD
@@ -10504,7 +10504,7 @@ msgctxt ""
"NOTCHED_LEFT_SEMICIRCLE_WITH_THREE_DOTS\n"
"LngText.text"
msgid "feast"
-msgstr ""
+msgstr "sekondêre liturgiese feesdag"
#. 🙂 (U+1F642), see http://wiki.documentfoundation.org/Emoji
#. PWmbQ
@@ -10514,7 +10514,7 @@ msgctxt ""
"SLIGHTLY_SMILING_FACE\n"
"LngText.text"
msgid "smiling3"
-msgstr ""
+msgstr "glimlag3"
#. 🙁 (U+1F641), see http://wiki.documentfoundation.org/Emoji
#. CeamS
@@ -10524,7 +10524,7 @@ msgctxt ""
"SLIGHTLY_FROWNING_FACE\n"
"LngText.text"
msgid "frowning2"
-msgstr ""
+msgstr "frons2"
#. 🕵 (U+1F575), see http://wiki.documentfoundation.org/Emoji
#. vhzbs
@@ -10534,7 +10534,7 @@ msgctxt ""
"SLEUTH_OR_SPY\n"
"LngText.text"
msgid "detective"
-msgstr ""
+msgstr "speurder"
#. 🛌 (U+1F6CC), see http://wiki.documentfoundation.org/Emoji
#. Ae2cr
@@ -10544,7 +10544,7 @@ msgctxt ""
"SLEEPING_ACCOMMODATION\n"
"LngText.text"
msgid "sleep"
-msgstr ""
+msgstr "slaap"
#. 🕴 (U+1F574), see http://wiki.documentfoundation.org/Emoji
#. Xuc2A
@@ -10554,7 +10554,7 @@ msgctxt ""
"MAN_IN_BUSINESS_SUIT_LEVITATING\n"
"LngText.text"
msgid "suit"
-msgstr ""
+msgstr "pak klere"
#. 🗣 (U+1F5E3), see http://wiki.documentfoundation.org/Emoji
#. AkeBV
@@ -10564,7 +10564,7 @@ msgctxt ""
"SPEAKING_HEAD_IN_SILHOUETTE\n"
"LngText.text"
msgid "head"
-msgstr ""
+msgstr "kop silhoëet"
#. 🏌 (U+1F3CC), see http://wiki.documentfoundation.org/Emoji
#. cf525
@@ -10574,7 +10574,7 @@ msgctxt ""
"GOLFER\n"
"LngText.text"
msgid "golf"
-msgstr ""
+msgstr "golf"
#. 🏋 (U+1F3CB), see http://wiki.documentfoundation.org/Emoji
#. As3GE
@@ -10584,7 +10584,7 @@ msgctxt ""
"WEIGHT_LIFTER\n"
"LngText.text"
msgid "weight lifter"
-msgstr ""
+msgstr "gewigsopteller"
#. 🏎 (U+1F3CE), see http://wiki.documentfoundation.org/Emoji
#. bDCyA
@@ -10594,7 +10594,7 @@ msgctxt ""
"RACING_CAR\n"
"LngText.text"
msgid "car4"
-msgstr ""
+msgstr "resieskar"
#. 🏍 (U+1F3CD), see http://wiki.documentfoundation.org/Emoji
#. 2MoqD
@@ -10604,7 +10604,7 @@ msgctxt ""
"RACING_MOTORCYCLE\n"
"LngText.text"
msgid "motorcycle"
-msgstr ""
+msgstr "motorfiets"
#. 🖕 (U+1F595), see http://wiki.documentfoundation.org/Emoji
#. gNBn5
@@ -10614,7 +10614,7 @@ msgctxt ""
"REVERSED_HAND_WITH_MIDDLE_FINGER_EXTENDED\n"
"LngText.text"
msgid "finger"
-msgstr ""
+msgstr "middelvinger"
#. 🖖 (U+1F596), Mr. Spock's Vulcan salute from Star Trek, see also http://wiki.documentfoundation.org/Emoji
#. AHWD9
@@ -10624,7 +10624,7 @@ msgctxt ""
"RAISED_HAND_WITH_PART_BETWEEN_MIDDLE_AND_RING_FINGERS\n"
"LngText.text"
msgid "spock"
-msgstr ""
+msgstr "spock saluut"
#. 🖐 (U+1F590), see http://wiki.documentfoundation.org/Emoji
#. Ati77
@@ -10634,7 +10634,7 @@ msgctxt ""
"RAISED_HAND_WITH_FINGERS_SPLAYED\n"
"LngText.text"
msgid "hand2"
-msgstr ""
+msgstr "hand2"
#. 👁 (U+1F441), see http://wiki.documentfoundation.org/Emoji
#. 6ADML
@@ -10644,7 +10644,7 @@ msgctxt ""
"EYE\n"
"LngText.text"
msgid "eye"
-msgstr ""
+msgstr "oog"
#. 🗨 (U+1F5E8), see http://wiki.documentfoundation.org/Emoji
#. z7WCd
@@ -10654,7 +10654,7 @@ msgctxt ""
"LEFT_SPEECH_BUBBLE\n"
"LngText.text"
msgid "bubble"
-msgstr ""
+msgstr "spraak borrel"
#. 🗯 (U+1F5EF), see http://wiki.documentfoundation.org/Emoji
#. 7FoF3
@@ -10664,7 +10664,7 @@ msgctxt ""
"RIGHT_ANGER_BUBBLE\n"
"LngText.text"
msgid "bubble4"
-msgstr ""
+msgstr "woede borrel"
#. 🕳 (U+1F573), see http://wiki.documentfoundation.org/Emoji
#. djWbu
@@ -10674,7 +10674,7 @@ msgctxt ""
"HOLE\n"
"LngText.text"
msgid "hole"
-msgstr ""
+msgstr "gat"
#. 🕶 (U+1F576), see http://wiki.documentfoundation.org/Emoji
#. AGMoo
@@ -10684,7 +10684,7 @@ msgctxt ""
"DARK_SUNGLASSES\n"
"LngText.text"
msgid "sunglasses"
-msgstr ""
+msgstr "sonbrille"
#. 🛍 (U+1F6CD), see http://wiki.documentfoundation.org/Emoji
#. fq7Cq
@@ -10694,7 +10694,7 @@ msgctxt ""
"SHOPPING_BAGS\n"
"LngText.text"
msgid "shop"
-msgstr ""
+msgstr "winkelsak"
#. 🐿 (U+1F43F), see http://wiki.documentfoundation.org/Emoji
#. eQaW4
@@ -10704,7 +10704,7 @@ msgctxt ""
"CHIPMUNK\n"
"LngText.text"
msgid "chipmunk"
-msgstr ""
+msgstr "chipmonk"
#. 🕊 (U+1F54A), see http://wiki.documentfoundation.org/Emoji
#. Yoo9T
@@ -10714,7 +10714,7 @@ msgctxt ""
"DOVE_OF_PEACE\n"
"LngText.text"
msgid "dove"
-msgstr ""
+msgstr "duif"
#. 🕷 (U+1F577), see http://wiki.documentfoundation.org/Emoji
#. Uyg9S
@@ -10724,7 +10724,7 @@ msgctxt ""
"SPIDER\n"
"LngText.text"
msgid "spider"
-msgstr ""
+msgstr "spinnekop"
#. 🕸 (U+1F578), see http://wiki.documentfoundation.org/Emoji
#. DPtYj
@@ -10734,7 +10734,7 @@ msgctxt ""
"SPIDER_WEB\n"
"LngText.text"
msgid "web"
-msgstr ""
+msgstr "spinneweb"
#. 🏵 (U+1F3F5), see http://wiki.documentfoundation.org/Emoji
#. UaQDN
@@ -10744,7 +10744,7 @@ msgctxt ""
"ROSETTE\n"
"LngText.text"
msgid "rosette"
-msgstr ""
+msgstr "roset"
#. 🌶 (U+1F336), see http://wiki.documentfoundation.org/Emoji
#. SAxJc
@@ -10754,7 +10754,7 @@ msgctxt ""
"HOT_PEPPER\n"
"LngText.text"
msgid "pepper"
-msgstr ""
+msgstr "rissie"
#. 🍽 (U+1F37D), see http://wiki.documentfoundation.org/Emoji
#. 3WpkF
@@ -10764,7 +10764,7 @@ msgctxt ""
"FORK_AND_KNIFE_WITH_PLATE\n"
"LngText.text"
msgid "plate"
-msgstr ""
+msgstr "bord"
#. 🗺 (U+1F5FA), see http://wiki.documentfoundation.org/Emoji
#. zvA3Y
@@ -10774,7 +10774,7 @@ msgctxt ""
"WORLD_MAP\n"
"LngText.text"
msgid "map"
-msgstr ""
+msgstr "wêreldkaart"
#. 🏔 (U+1F3D4), see http://wiki.documentfoundation.org/Emoji
#. PU3q7
@@ -10784,7 +10784,7 @@ msgctxt ""
"SNOW_CAPPED_MOUNTAIN\n"
"LngText.text"
msgid "mountain2"
-msgstr ""
+msgstr "berg2"
#. 🏕 (U+1F3D5), see http://wiki.documentfoundation.org/Emoji
#. 9CR2B
@@ -10794,7 +10794,7 @@ msgctxt ""
"CAMPING\n"
"LngText.text"
msgid "camping"
-msgstr ""
+msgstr "kampeer"
#. 🏖 (U+1F3D6), see http://wiki.documentfoundation.org/Emoji
#. QQU86
@@ -10804,7 +10804,7 @@ msgctxt ""
"BEACH_WITH_UMBRELLA\n"
"LngText.text"
msgid "beach"
-msgstr ""
+msgstr "strand"
#. 🏜 (U+1F3DC), see http://wiki.documentfoundation.org/Emoji
#. E3dKM
@@ -10814,7 +10814,7 @@ msgctxt ""
"DESERT\n"
"LngText.text"
msgid "desert"
-msgstr ""
+msgstr "woestyn"
#. 🏝 (U+1F3DD), see http://wiki.documentfoundation.org/Emoji
#. uFHXi
@@ -10824,7 +10824,7 @@ msgctxt ""
"DESERT_ISLAND\n"
"LngText.text"
msgid "island"
-msgstr ""
+msgstr "eiland"
#. 🏞 (U+1F3DE), see http://wiki.documentfoundation.org/Emoji
#. rB6rV
@@ -10834,7 +10834,7 @@ msgctxt ""
"NATIONAL_PARK\n"
"LngText.text"
msgid "park"
-msgstr ""
+msgstr "park"
#. 🏟 (U+1F3DF), see http://wiki.documentfoundation.org/Emoji
#. KtGDD
@@ -10844,7 +10844,7 @@ msgctxt ""
"STADIUM\n"
"LngText.text"
msgid "stadium"
-msgstr ""
+msgstr "stadion"
#. 🏛 (U+1F3DB), see http://wiki.documentfoundation.org/Emoji
#. 9UYRC
@@ -10854,7 +10854,7 @@ msgctxt ""
"CLASSICAL_BUILDING\n"
"LngText.text"
msgid "museum"
-msgstr ""
+msgstr "museum"
#. 🏗 (U+1F3D7), see http://wiki.documentfoundation.org/Emoji
#. TU5KH
@@ -10864,7 +10864,7 @@ msgctxt ""
"BUILDING_CONSTRUCTION\n"
"LngText.text"
msgid "crane"
-msgstr ""
+msgstr "boukraan"
#. 🏘 (U+1F3D8), see http://wiki.documentfoundation.org/Emoji
#. ybjvN
@@ -10874,7 +10874,7 @@ msgctxt ""
"HOUSE_BUILDINGS\n"
"LngText.text"
msgid "houses"
-msgstr ""
+msgstr "huise"
#. 🏚 (U+1F3DA), see http://wiki.documentfoundation.org/Emoji
#. TEAtW
@@ -10884,7 +10884,7 @@ msgctxt ""
"DERELICT_HOUSE_BUILDING\n"
"LngText.text"
msgid "house3"
-msgstr ""
+msgstr "huise3"
#. 🏙 (U+1F3D9), see http://wiki.documentfoundation.org/Emoji
#. rjmXE
@@ -10894,7 +10894,7 @@ msgctxt ""
"CITYSCAPE\n"
"LngText.text"
msgid "city"
-msgstr ""
+msgstr "stad"
#. 🛣 (U+1F6E3), see http://wiki.documentfoundation.org/Emoji
#. gdgnE
@@ -10904,7 +10904,7 @@ msgctxt ""
"MOTORWAY\n"
"LngText.text"
msgid "motorway"
-msgstr ""
+msgstr "snelweg"
#. 🛤 (U+1F6E4), see http://wiki.documentfoundation.org/Emoji
#. XNZp2
@@ -10914,7 +10914,7 @@ msgctxt ""
"RAILWAY_TRACK\n"
"LngText.text"
msgid "track"
-msgstr ""
+msgstr "treinspoor"
#. 🛢 (U+1F6E2), see http://wiki.documentfoundation.org/Emoji
#. JDKF2
@@ -10924,7 +10924,7 @@ msgctxt ""
"OIL_DRUM\n"
"LngText.text"
msgid "drum"
-msgstr ""
+msgstr "oliedrom"
#. 🛳 (U+1F6F3), see http://wiki.documentfoundation.org/Emoji
#. KG2xi
@@ -10934,7 +10934,7 @@ msgctxt ""
"PASSENGER_SHIP\n"
"LngText.text"
msgid "ship2"
-msgstr ""
+msgstr "skip2"
#. 🛥 (U+1F6E5), see http://wiki.documentfoundation.org/Emoji
#. hfqZC
@@ -10944,7 +10944,7 @@ msgctxt ""
"MOTOR_BOAT\n"
"LngText.text"
msgid "motor boat"
-msgstr ""
+msgstr "motorboot"
#. 🛩 (U+1F6E9), see http://wiki.documentfoundation.org/Emoji
#. M7r8K
@@ -10954,7 +10954,7 @@ msgctxt ""
"SMALL_AIRPLANE\n"
"LngText.text"
msgid "airplane2"
-msgstr ""
+msgstr "vliegtuig2"
#. 🛫 (U+1F6EB), see http://wiki.documentfoundation.org/Emoji
#. FTJfG
@@ -10964,7 +10964,7 @@ msgctxt ""
"AIRPLANE_DEPARTURE\n"
"LngText.text"
msgid "departure"
-msgstr ""
+msgstr "vertrek"
#. 🛬 (U+1F6EC), see http://wiki.documentfoundation.org/Emoji
#. CwiZi
@@ -10974,7 +10974,7 @@ msgctxt ""
"AIRPLANE_ARRIVING\n"
"LngText.text"
msgid "arrival"
-msgstr ""
+msgstr "landing"
#. 🛰 (U+1F6F0), see http://wiki.documentfoundation.org/Emoji
#. 5BbRQ
@@ -10984,7 +10984,7 @@ msgctxt ""
"SATELLITE\n"
"LngText.text"
msgid "satellite"
-msgstr ""
+msgstr "sateliet"
#. 🛎 (U+1F6CE), see http://wiki.documentfoundation.org/Emoji
#. GePUa
@@ -10994,7 +10994,7 @@ msgctxt ""
"BELLHOP_BELL\n"
"LngText.text"
msgid "bell2"
-msgstr ""
+msgstr "klok2"
#. 🕰 (U+1F570), see http://wiki.documentfoundation.org/Emoji
#. N3XKK
@@ -11004,7 +11004,7 @@ msgctxt ""
"MANTELPIECE_CLOCK\n"
"LngText.text"
msgid "clock"
-msgstr ""
+msgstr "horlosie"
#. 🌡 (U+1F321), see http://wiki.documentfoundation.org/Emoji
#. vC2BF
@@ -11014,7 +11014,7 @@ msgctxt ""
"THERMOMETER\n"
"LngText.text"
msgid "thermometer"
-msgstr ""
+msgstr "termometer"
#. 🌤 (U+1F324), see http://wiki.documentfoundation.org/Emoji
#. eDCCS
@@ -11024,7 +11024,7 @@ msgctxt ""
"WHITE_SUN_WITH_SMALL_CLOUD\n"
"LngText.text"
msgid "cloudy"
-msgstr ""
+msgstr "bewolk"
#. 🌥 (U+1F325), see http://wiki.documentfoundation.org/Emoji
#. yuxDV
@@ -11034,7 +11034,7 @@ msgctxt ""
"WHITE_SUN_BEHIND_CLOUD\n"
"LngText.text"
msgid "cloudy2"
-msgstr ""
+msgstr "swaar bewolk"
#. 🌦 (U+1F326), see http://wiki.documentfoundation.org/Emoji
#. SwLUG
@@ -11044,7 +11044,7 @@ msgctxt ""
"WHITE_SUN_BEHIND_CLOUD_WITH_RAIN\n"
"LngText.text"
msgid "rainy"
-msgstr ""
+msgstr "reën"
#. 🌧 (U+1F327), see http://wiki.documentfoundation.org/Emoji
#. uBa2e
@@ -11054,7 +11054,7 @@ msgctxt ""
"CLOUD_WITH_RAIN\n"
"LngText.text"
msgid "storm"
-msgstr ""
+msgstr "swaar reën"
#. 🌨 (U+1F328), see http://wiki.documentfoundation.org/Emoji
#. f3Sbb
@@ -11064,7 +11064,7 @@ msgctxt ""
"CLOUD_WITH_SNOW\n"
"LngText.text"
msgid "snow"
-msgstr ""
+msgstr "sneeuval"
#. 🌩 (U+1F329), see http://wiki.documentfoundation.org/Emoji
#. boe8A
@@ -11074,7 +11074,7 @@ msgctxt ""
"CLOUD_WITH_LIGHTNING\n"
"LngText.text"
msgid "lightning"
-msgstr ""
+msgstr "weerlig"
#. 🌪 (U+1F32A), see http://wiki.documentfoundation.org/Emoji
#. RS8Wb
@@ -11084,7 +11084,7 @@ msgctxt ""
"CLOUD_WITH_TORNADO\n"
"LngText.text"
msgid "tornado"
-msgstr ""
+msgstr "tornado"
#. 🌫 (U+1F32B), see http://wiki.documentfoundation.org/Emoji
#. EqDhD
@@ -11094,7 +11094,7 @@ msgctxt ""
"FOG\n"
"LngText.text"
msgid "fog"
-msgstr ""
+msgstr "mis"
#. 🌬 (U+1F32C), see http://wiki.documentfoundation.org/Emoji
#. XTTqx
@@ -11104,7 +11104,7 @@ msgctxt ""
"WIND_BLOWING_FACE\n"
"LngText.text"
msgid "wind"
-msgstr ""
+msgstr "wind"
#. 🎗 (U+1F397), see http://wiki.documentfoundation.org/Emoji
#. 7X7bW
@@ -11114,7 +11114,7 @@ msgctxt ""
"REMINDER_RIBBON\n"
"LngText.text"
msgid "ribbon"
-msgstr ""
+msgstr "lint"
#. 🎟 (U+1F39F), see http://wiki.documentfoundation.org/Emoji
#. RqApZ
@@ -11124,7 +11124,7 @@ msgctxt ""
"ADMISSION_TICKETS\n"
"LngText.text"
msgid "ticket2"
-msgstr ""
+msgstr "toegangskaartjie"
#. 🎖 (U+1F396), see http://wiki.documentfoundation.org/Emoji
#. GLTVB
@@ -11134,7 +11134,7 @@ msgctxt ""
"MILITARY_MEDAL\n"
"LngText.text"
msgid "medal2"
-msgstr ""
+msgstr "medalje2"
#. 🏅 (U+1F3C5), see http://wiki.documentfoundation.org/Emoji
#. uT4sx
@@ -11144,7 +11144,7 @@ msgctxt ""
"SPORTS_MEDAL\n"
"LngText.text"
msgid "medal"
-msgstr ""
+msgstr "medalje"
#. 🕹 (U+1F579), see http://wiki.documentfoundation.org/Emoji
#. EszEZ
@@ -11154,7 +11154,7 @@ msgctxt ""
"JOYSTICK\n"
"LngText.text"
msgid "joystick"
-msgstr ""
+msgstr "beheerstok"
#. 🖼 (U+1F5BC), see http://wiki.documentfoundation.org/Emoji
#. wY9cB
@@ -11164,7 +11164,7 @@ msgctxt ""
"FRAME_WITH_PICTURE\n"
"LngText.text"
msgid "picture"
-msgstr ""
+msgstr "beeld"
#. 🎙 (U+1F399), see http://wiki.documentfoundation.org/Emoji
#. RWFZz
@@ -11174,7 +11174,7 @@ msgctxt ""
"STUDIO_MICROPHONE\n"
"LngText.text"
msgid "microphone2"
-msgstr ""
+msgstr "mikrofoon2"
#. 🎚 (U+1F39A), see http://wiki.documentfoundation.org/Emoji
#. FNDDe
@@ -11184,7 +11184,7 @@ msgctxt ""
"LEVEL_SLIDER\n"
"LngText.text"
msgid "slider"
-msgstr ""
+msgstr "skuifreëlaar"
#. 🎛 (U+1F39B), see http://wiki.documentfoundation.org/Emoji
#. HRvG2
@@ -11194,7 +11194,7 @@ msgctxt ""
"CONTROL_KNOBS\n"
"LngText.text"
msgid "control"
-msgstr ""
+msgstr "draaiknop"
#. 🖥 (U+1F5A5), see http://wiki.documentfoundation.org/Emoji
#. DunGT
@@ -11204,7 +11204,7 @@ msgctxt ""
"DESKTOP_COMPUTER\n"
"LngText.text"
msgid "computer2"
-msgstr ""
+msgstr "rekenaar2"
#. 🖨 (U+1F5A8), see http://wiki.documentfoundation.org/Emoji
#. 5i9iG
@@ -11214,7 +11214,7 @@ msgctxt ""
"PRINTER\n"
"LngText.text"
msgid "printer"
-msgstr ""
+msgstr "drukker"
#. 🖱 (U+1F5B1), see http://wiki.documentfoundation.org/Emoji
#. gCiTV
@@ -11224,7 +11224,7 @@ msgctxt ""
"THREE_BUTTON_MOUSE\n"
"LngText.text"
msgid "mouse3"
-msgstr ""
+msgstr "muis3"
#. 🖲 (U+1F5B2), see http://wiki.documentfoundation.org/Emoji
#. kr6mD
@@ -11234,7 +11234,7 @@ msgctxt ""
"TRACKBALL\n"
"LngText.text"
msgid "trackball"
-msgstr ""
+msgstr "balbeheer"
#. 🎞 (U+1F39E), see http://wiki.documentfoundation.org/Emoji
#. a7M8c
@@ -11244,7 +11244,7 @@ msgctxt ""
"FILM_FRAMES\n"
"LngText.text"
msgid "film"
-msgstr ""
+msgstr "video"
#. 📽 (U+1F4FD), see http://wiki.documentfoundation.org/Emoji
#. 5XEHv
@@ -11254,7 +11254,7 @@ msgctxt ""
"FILM_PROJECTOR\n"
"LngText.text"
msgid "projector"
-msgstr ""
+msgstr "projektor"
#. 📸 (U+1F4F8), see http://wiki.documentfoundation.org/Emoji
#. e6d8k
@@ -11264,7 +11264,7 @@ msgctxt ""
"CAMERA_WITH_FLASH\n"
"LngText.text"
msgid "flash"
-msgstr ""
+msgstr "kameraflits"
#. 🕯 (U+1F56F), see http://wiki.documentfoundation.org/Emoji
#. 85ZZG
@@ -11274,7 +11274,7 @@ msgctxt ""
"CANDLE\n"
"LngText.text"
msgid "candle"
-msgstr ""
+msgstr "kers"
#. 🗞 (U+1F5DE), see http://wiki.documentfoundation.org/Emoji
#. Roj4S
@@ -11284,7 +11284,7 @@ msgctxt ""
"ROLLED-UP_NEWSPAPER\n"
"LngText.text"
msgid "newspaper2"
-msgstr ""
+msgstr "koerant2"
#. 🏷 (U+1F3F7), see http://wiki.documentfoundation.org/Emoji
#. KGGrV
@@ -11294,7 +11294,7 @@ msgctxt ""
"LABEL\n"
"LngText.text"
msgid "label"
-msgstr ""
+msgstr "etiket"
#. 🗳 (U+1F5F3), see http://wiki.documentfoundation.org/Emoji
#. MtcT9
@@ -11304,7 +11304,7 @@ msgctxt ""
"BALLOT_BOX_WITH_BALLOT\n"
"LngText.text"
msgid "ballot"
-msgstr ""
+msgstr "stembus"
#. 🖋 (U+1F58B), see http://wiki.documentfoundation.org/Emoji
#. eVhur
@@ -11314,7 +11314,7 @@ msgctxt ""
"LOWER_LEFT_FOUNTAIN_PEN\n"
"LngText.text"
msgid "pen2"
-msgstr ""
+msgstr "pen2"
#. 🖊 (U+1F58A), see http://wiki.documentfoundation.org/Emoji
#. zPbDv
@@ -11324,7 +11324,7 @@ msgctxt ""
"LOWER_LEFT_BALLPOINT_PEN\n"
"LngText.text"
msgid "pen"
-msgstr ""
+msgstr "balpen"
#. 🖌 (U+1F58C), see http://wiki.documentfoundation.org/Emoji
#. GMFPP
@@ -11334,7 +11334,7 @@ msgctxt ""
"LOWER_LEFT_PAINTBRUSH\n"
"LngText.text"
msgid "paintbrush"
-msgstr ""
+msgstr "skilderkwas"
#. 🖍 (U+1F58D), see http://wiki.documentfoundation.org/Emoji
#. oj4qT
@@ -11344,7 +11344,7 @@ msgctxt ""
"LOWER_LEFT_CRAYON\n"
"LngText.text"
msgid "crayon"
-msgstr ""
+msgstr "potlood"
#. 🗂 (U+1F5C2), see http://wiki.documentfoundation.org/Emoji
#. 6mFoM
@@ -11354,7 +11354,7 @@ msgctxt ""
"CARD_INDEX_DIVIDERS\n"
"LngText.text"
msgid "index"
-msgstr ""
+msgstr "indeks"
#. 🗒 (U+1F5D2), see http://wiki.documentfoundation.org/Emoji
#. 4vrvA
@@ -11364,7 +11364,7 @@ msgctxt ""
"SPIRAL_NOTE_PAD\n"
"LngText.text"
msgid "notepad"
-msgstr ""
+msgstr "notaboek"
#. 🗓 (U+1F5D3), see http://wiki.documentfoundation.org/Emoji
#. fjcB6
@@ -11374,7 +11374,7 @@ msgctxt ""
"SPIRAL_CALENDAR_PAD\n"
"LngText.text"
msgid "calendar3"
-msgstr ""
+msgstr "kalender3"
#. 🖇 (U+1F587), see http://wiki.documentfoundation.org/Emoji
#. bwrwB
@@ -11384,7 +11384,7 @@ msgctxt ""
"LINKED_PAPERCLIPS\n"
"LngText.text"
msgid "paperclip2"
-msgstr ""
+msgstr "skuifspelde"
#. 🗃 (U+1F5C3), see http://wiki.documentfoundation.org/Emoji
#. zm6R6
@@ -11394,7 +11394,7 @@ msgctxt ""
"CARD_FILE_BOX\n"
"LngText.text"
msgid "box"
-msgstr ""
+msgstr "liaseerkas"
#. 🗄 (U+1F5C4), see http://wiki.documentfoundation.org/Emoji
#. D9Ev3
@@ -11404,7 +11404,7 @@ msgctxt ""
"FILE_CABINET\n"
"LngText.text"
msgid "cabinet"
-msgstr ""
+msgstr "liaseerkabinet"
#. 🗑 (U+1F5D1), see http://wiki.documentfoundation.org/Emoji
#. 7Rhsi
@@ -11414,7 +11414,7 @@ msgctxt ""
"WASTEBASKET\n"
"LngText.text"
msgid "wastebasket"
-msgstr ""
+msgstr "snippermandjie"
#. 🗝 (U+1F5DD), see http://wiki.documentfoundation.org/Emoji
#. i498o
@@ -11424,7 +11424,7 @@ msgctxt ""
"OLD_KEY\n"
"LngText.text"
msgid "key2"
-msgstr ""
+msgstr "sleutel2"
#. 🛠 (U+1F6E0), see http://wiki.documentfoundation.org/Emoji
#. EDHj7
@@ -11434,7 +11434,7 @@ msgctxt ""
"HAMMER_AND_WRENCH\n"
"LngText.text"
msgid "hammer and wrench"
-msgstr ""
+msgstr "hamer en moersleutel"
#. 🗡 (U+1F5E1), see http://wiki.documentfoundation.org/Emoji
#. qnaCC
@@ -11444,7 +11444,7 @@ msgctxt ""
"DAGGER_KNIFE\n"
"LngText.text"
msgid "knife2"
-msgstr ""
+msgstr "mes2"
#. 🛡 (U+1F6E1), see http://wiki.documentfoundation.org/Emoji
#. QCXRd
@@ -11454,7 +11454,7 @@ msgctxt ""
"SHIELD\n"
"LngText.text"
msgid "shield"
-msgstr ""
+msgstr "skild2"
#. 🗜 (U+1F5DC), see http://wiki.documentfoundation.org/Emoji
#. F9G5C
@@ -11464,7 +11464,7 @@ msgctxt ""
"COMPRESSION\n"
"LngText.text"
msgid "clamp"
-msgstr ""
+msgstr "klamp"
#. 🛏 (U+1F6CF), see http://wiki.documentfoundation.org/Emoji
#. g4DGu
@@ -11474,7 +11474,7 @@ msgctxt ""
"BED\n"
"LngText.text"
msgid "bed"
-msgstr ""
+msgstr "bed"
#. 🛋 (U+1F6CB), see http://wiki.documentfoundation.org/Emoji
#. XnFom
@@ -11484,7 +11484,7 @@ msgctxt ""
"COUCH_AND_LAMP\n"
"LngText.text"
msgid "couch"
-msgstr ""
+msgstr "rusbank"
#. 🕉 (U+1F549), see http://wiki.documentfoundation.org/Emoji
#. R8EvG
@@ -11494,7 +11494,7 @@ msgctxt ""
"OM_SYMBOL\n"
"LngText.text"
msgid "om"
-msgstr ""
+msgstr "om"
#. ⏸ (U+23F8), see http://wiki.documentfoundation.org/Emoji
#. ETWok
@@ -11504,7 +11504,7 @@ msgctxt ""
"DOUBLE_VERTICAL_BAR\n"
"LngText.text"
msgid "pause"
-msgstr ""
+msgstr "verpoos"
#. ⏹ (U+23F9), see http://wiki.documentfoundation.org/Emoji
#. 6Fkq7
@@ -11514,7 +11514,7 @@ msgctxt ""
"BLACK_SQUARE_FOR_STOP\n"
"LngText.text"
msgid "stop2"
-msgstr ""
+msgstr "stop2"
#. ⏺ (U+23FA), see http://wiki.documentfoundation.org/Emoji
#. PApbW
@@ -11524,7 +11524,7 @@ msgctxt ""
"BLACK_CIRCLE_FOR_RECORD\n"
"LngText.text"
msgid "record"
-msgstr ""
+msgstr "opneem"
#. 🏴 (U+1F3F4), see http://wiki.documentfoundation.org/Emoji
#. hytrL
@@ -11534,7 +11534,7 @@ msgctxt ""
"WAVING_BLACK_FLAG\n"
"LngText.text"
msgid "flag"
-msgstr ""
+msgstr "wapperende vlag"
#. 🏳 (U+1F3F3), see http://wiki.documentfoundation.org/Emoji
#. mBjRj
@@ -11544,7 +11544,7 @@ msgctxt ""
"WAVING_WHITE_FLAG\n"
"LngText.text"
msgid "flag2"
-msgstr ""
+msgstr "wit flag"
#. 🗷 (U+1F5F7), see http://wiki.documentfoundation.org/Emoji
#. GBXU7
@@ -11554,7 +11554,7 @@ msgctxt ""
"BALLOT_BOX_WITH_BOLD_SCRIPT_X\n"
"LngText.text"
msgid "checkbox4"
-msgstr ""
+msgstr "keuseblok"
#. 🛉 (U+1F6C9), see http://wiki.documentfoundation.org/Emoji
#. htBDW
@@ -11564,7 +11564,7 @@ msgctxt ""
"BOYS_SYMBOL\n"
"LngText.text"
msgid "boys"
-msgstr ""
+msgstr "seun"
#. 🛈 (U+1F6C8), see http://wiki.documentfoundation.org/Emoji
#. MNHt2
@@ -11574,7 +11574,7 @@ msgctxt ""
"CIRCLED_INFORMATION_SOURCE\n"
"LngText.text"
msgid "information3"
-msgstr ""
+msgstr "informasie3"
#. 🛊 (U+1F6CA), see http://wiki.documentfoundation.org/Emoji
#. 9wBWk
@@ -11584,7 +11584,7 @@ msgctxt ""
"GIRLS_SYMBOL\n"
"LngText.text"
msgid "girls"
-msgstr ""
+msgstr "meisie"
#. 🛨 (U+1F6E8), see http://wiki.documentfoundation.org/Emoji
#. wpUD2
@@ -11594,7 +11594,7 @@ msgctxt ""
"UP-POINTING_SMALL_AIRPLANE\n"
"LngText.text"
msgid "airplane4"
-msgstr ""
+msgstr "vliegtuig4"
#. 🛲 (U+1F6F2), see http://wiki.documentfoundation.org/Emoji
#. AZpeG
@@ -11604,7 +11604,7 @@ msgctxt ""
"DIESEL_LOCOMOTIVE\n"
"LngText.text"
msgid "locomotive2"
-msgstr ""
+msgstr "lokomotief2"
#. 🛧 (U+1F6E7), see http://wiki.documentfoundation.org/Emoji
#. RCBUE
@@ -11614,7 +11614,7 @@ msgctxt ""
"UP-POINTING_AIRPLANE\n"
"LngText.text"
msgid "airplane3"
-msgstr ""
+msgstr "vliegtuig3"
#. 🛱 (U+1F6F1), see http://wiki.documentfoundation.org/Emoji
#. vEzt8
@@ -11624,7 +11624,7 @@ msgctxt ""
"ONCOMING_FIRE_ENGINE\n"
"LngText.text"
msgid "fire engine2"
-msgstr ""
+msgstr "brandweerwa2"
#. 🛦 (U+1F6E6), see http://wiki.documentfoundation.org/Emoji
#. 5E5qt
@@ -11634,7 +11634,7 @@ msgctxt ""
"UP-POINTING_MILITARY_AIRPLANE\n"
"LngText.text"
msgid "airplane5"
-msgstr ""
+msgstr "vegvliegtuig"
#. 🛪 (U+1F6EA), see http://wiki.documentfoundation.org/Emoji
#. 3YCGT
@@ -11644,7 +11644,7 @@ msgctxt ""
"NORTHEAST-POINTING_AIRPLANE\n"
"LngText.text"
msgid "airplane6"
-msgstr ""
+msgstr "vliegtuig regs"
#. 🗭 (U+1F5ED), see http://wiki.documentfoundation.org/Emoji
#. V5pj8
@@ -11654,7 +11654,7 @@ msgctxt ""
"RIGHT_THOUGHT_BUBBLE\n"
"LngText.text"
msgid "bubble5"
-msgstr ""
+msgstr "gedagte borrel"
#. 🗱 (U+1F5F1), see http://wiki.documentfoundation.org/Emoji
#. yp5bD
@@ -11664,7 +11664,7 @@ msgctxt ""
"LIGHTNING_MOOD_BUBBLE\n"
"LngText.text"
msgid "bubble6"
-msgstr ""
+msgstr "woede teksballon"
#. 🗬 (U+1F5EC), see http://wiki.documentfoundation.org/Emoji
#. FFx4K
@@ -11674,7 +11674,7 @@ msgctxt ""
"LEFT_THOUGHT_BUBBLE\n"
"LngText.text"
msgid "bubble7"
-msgstr ""
+msgstr "teksballon"
#. 🗠 (U+1F5E0), see http://wiki.documentfoundation.org/Emoji
#. JEqPj
@@ -11684,7 +11684,7 @@ msgctxt ""
"STOCK_CHART\n"
"LngText.text"
msgid "chart5"
-msgstr ""
+msgstr "prysgrafiek"
#. 🗟 (U+1F5DF), see http://wiki.documentfoundation.org/Emoji
#. LNFqr
@@ -11694,7 +11694,7 @@ msgctxt ""
"PAGE_WITH_CIRCLED_TEXT\n"
"LngText.text"
msgid "page4"
-msgstr ""
+msgstr "omsirkelde bladsy"
#. 🖎 (U+1F58E), see http://wiki.documentfoundation.org/Emoji
#. zi4B5
@@ -11704,7 +11704,7 @@ msgctxt ""
"LEFT_WRITING_HAND\n"
"LngText.text"
msgid "writing2"
-msgstr ""
+msgstr "hand skryf"
#. 🗦 (U+1F5E6), see http://wiki.documentfoundation.org/Emoji
#. r8Xz8
@@ -11714,7 +11714,7 @@ msgctxt ""
"THREE_RAYS_LEFT\n"
"LngText.text"
msgid "rays"
-msgstr ""
+msgstr "strale na links"
#. 🎝 (U+1F39D), see http://wiki.documentfoundation.org/Emoji
#. 7Zvkw
@@ -11724,7 +11724,7 @@ msgctxt ""
"BEAMED_DESCENDING_MUSICAL_NOTES\n"
"LngText.text"
msgid "notes3"
-msgstr ""
+msgstr "dalende musieknote"
#. 🔾 (U+1F53E), see http://wiki.documentfoundation.org/Emoji
#. gYeEg
@@ -11734,7 +11734,7 @@ msgctxt ""
"LOWER_RIGHT_SHADOWED_WHITE_CIRCLE\n"
"LngText.text"
msgid "circle3"
-msgstr ""
+msgstr "sirkel met skadu"
#. 🎜 (U+1F39C), see http://wiki.documentfoundation.org/Emoji
#. iywvE
@@ -11744,7 +11744,7 @@ msgctxt ""
"BEAMED_ASCENDING_MUSICAL_NOTES\n"
"LngText.text"
msgid "notes4"
-msgstr ""
+msgstr "stygende musieknote"
#. 🕮 (U+1F56E), see http://wiki.documentfoundation.org/Emoji
#. ESTxC
@@ -11754,7 +11754,7 @@ msgctxt ""
"BOOK\n"
"LngText.text"
msgid "book"
-msgstr ""
+msgstr "oopboek"
#. 🗛 (U+1F5DB), see http://wiki.documentfoundation.org/Emoji
#. qF7am
@@ -11764,7 +11764,7 @@ msgctxt ""
"DECREASE_FONT_SIZE_SYMBOL\n"
"LngText.text"
msgid "font"
-msgstr ""
+msgstr "font"
#. 🔿 (U+1F53F), see http://wiki.documentfoundation.org/Emoji
#. ZSeGW
@@ -11774,7 +11774,7 @@ msgctxt ""
"UPPER_RIGHT_SHADOWED_WHITE_CIRCLE\n"
"LngText.text"
msgid "circle4"
-msgstr ""
+msgstr "sirkel met boregse skadu"
#. 🕫 (U+1F56B), see http://wiki.documentfoundation.org/Emoji
#. VMMh9
@@ -11784,7 +11784,7 @@ msgctxt ""
"BULLHORN\n"
"LngText.text"
msgid "bullhorn"
-msgstr ""
+msgstr "megafoon2"
#. 🕬 (U+1F56C), see http://wiki.documentfoundation.org/Emoji
#. EvEb4
@@ -11794,7 +11794,7 @@ msgctxt ""
"BULLHORN_WITH_SOUND_WAVES\n"
"LngText.text"
msgid "bullhorn2"
-msgstr ""
+msgstr "megafoon"
#. 🕻 (U+1F57B), see http://wiki.documentfoundation.org/Emoji
#. AtkEf
@@ -11804,7 +11804,7 @@ msgctxt ""
"LEFT_HAND_TELEPHONE_RECEIVER\n"
"LngText.text"
msgid "receiver2"
-msgstr ""
+msgstr "telefoon"
#. 🕾 (U+1F57E), see http://wiki.documentfoundation.org/Emoji
#. EgspW
@@ -11814,7 +11814,7 @@ msgctxt ""
"WHITE_TOUCHTONE_TELEPHONE\n"
"LngText.text"
msgid "phone3"
-msgstr ""
+msgstr "telefoon3"
#. 🕼 (U+1F57C), see http://wiki.documentfoundation.org/Emoji
#. WXomE
@@ -11824,7 +11824,7 @@ msgctxt ""
"TELEPHONE_RECEIVER_WITH_PAGE\n"
"LngText.text"
msgid "receiver4"
-msgstr ""
+msgstr "telefoon4"
#. 🕽 (U+1F57D), see http://wiki.documentfoundation.org/Emoji
#. emFc7
@@ -11834,7 +11834,7 @@ msgctxt ""
"RIGHT_HAND_TELEPHONE_RECEIVER\n"
"LngText.text"
msgid "receiver3"
-msgstr ""
+msgstr "telefoon3"
#. 🕿 (U+1F57F), see http://wiki.documentfoundation.org/Emoji
#. HdoYh
@@ -11844,7 +11844,7 @@ msgctxt ""
"BLACK_TOUCHTONE_TELEPHONE\n"
"LngText.text"
msgid "phone4"
-msgstr ""
+msgstr "swart telefoon"
#. 🖚 (U+1F59A), see http://wiki.documentfoundation.org/Emoji
#. 335BP
@@ -11854,7 +11854,7 @@ msgctxt ""
"SIDEWAYS_BLACK_LEFT_POINTING_INDEX\n"
"LngText.text"
msgid "left4"
-msgstr ""
+msgstr "swart hand na links"
#. 🖏 (U+1F58F), see http://wiki.documentfoundation.org/Emoji
#. ubunD
@@ -11864,7 +11864,7 @@ msgctxt ""
"TURNED_OK_HAND_SIGN\n"
"LngText.text"
msgid "ok2"
-msgstr ""
+msgstr "OK2"
#. 🖜 (U+1F59C), see http://wiki.documentfoundation.org/Emoji
#. 3YbN8
@@ -11874,7 +11874,7 @@ msgctxt ""
"BLACK_LEFT_POINTING_BACKHAND_INDEX\n"
"LngText.text"
msgid "left5"
-msgstr ""
+msgstr "swart hand na links"
#. 🗥 (U+1F5E5), see http://wiki.documentfoundation.org/Emoji
#. 26mFx
@@ -11884,7 +11884,7 @@ msgctxt ""
"THREE_RAYS_BELOW\n"
"LngText.text"
msgid "rays2"
-msgstr ""
+msgstr "strale"
#. 🖛 (U+1F59B), see http://wiki.documentfoundation.org/Emoji
#. YxMaD
@@ -11894,7 +11894,7 @@ msgctxt ""
"SIDEWAYS_BLACK_RIGHT_POINTING_INDEX\n"
"LngText.text"
msgid "right4"
-msgstr ""
+msgstr "swart hand na regs"
#. 🖟 (U+1F59F), see http://wiki.documentfoundation.org/Emoji
#. RHxMa
@@ -11904,7 +11904,7 @@ msgctxt ""
"SIDEWAYS_WHITE_DOWN_POINTING_INDEX\n"
"LngText.text"
msgid "down3"
-msgstr ""
+msgstr "wit hand na onder"
#. 🖞 (U+1F59E), see http://wiki.documentfoundation.org/Emoji
#. Feod4
@@ -11914,7 +11914,7 @@ msgctxt ""
"SIDEWAYS_WHITE_UP_POINTING_INDEX\n"
"LngText.text"
msgid "up3"
-msgstr ""
+msgstr "wit hand na bo"
#. 🌢 (U+1F322), see http://wiki.documentfoundation.org/Emoji
#. vWrdA
@@ -11924,7 +11924,7 @@ msgctxt ""
"BLACK_DROPLET\n"
"LngText.text"
msgid "droplet2"
-msgstr ""
+msgstr "swart druppel"
#. 🎘 (U+1F398), see http://wiki.documentfoundation.org/Emoji
#. tzhR8
@@ -11934,7 +11934,7 @@ msgctxt ""
"MUSICAL_KEYBOARD_WITH_JACKS\n"
"LngText.text"
msgid "synthesizer"
-msgstr ""
+msgstr "musikale klawerbord"
#. 🎕 (U+1F395), see http://wiki.documentfoundation.org/Emoji
#. KpEFc
@@ -11944,7 +11944,7 @@ msgctxt ""
"BOUQUET_OF_FLOWERS\n"
"LngText.text"
msgid "bouquet2"
-msgstr ""
+msgstr "ruiker2"
#. 🎔 (U+1F394), see http://wiki.documentfoundation.org/Emoji
#. kBDE9
@@ -11954,7 +11954,7 @@ msgctxt ""
"HEART_WITH_TIP_ON_THE_LEFT\n"
"LngText.text"
msgid "heart2"
-msgstr ""
+msgstr "hart na links gepunt"
#. 🕱 (U+1F571), see http://wiki.documentfoundation.org/Emoji
#. kWWTC
@@ -11964,7 +11964,7 @@ msgctxt ""
"BLACK_SKULL_AND_CROSSBONES\n"
"LngText.text"
msgid "pirate"
-msgstr ""
+msgstr "seerower"
#. 🖀 (U+1F580), see http://wiki.documentfoundation.org/Emoji
#. Lk3GC
@@ -11974,7 +11974,7 @@ msgctxt ""
"TELEPHONE_ON_TOP_OF_MODEM\n"
"LngText.text"
msgid "modem"
-msgstr ""
+msgstr "modem"
#. 🕲 (U+1F572), see http://wiki.documentfoundation.org/Emoji
#. CYnVK
@@ -11984,7 +11984,7 @@ msgctxt ""
"NO_PIRACY\n"
"LngText.text"
msgid "no piracy"
-msgstr ""
+msgstr "geen seerowery"
#. 🕅 (U+1F545), see http://wiki.documentfoundation.org/Emoji
#. MngCK
@@ -11994,7 +11994,7 @@ msgctxt ""
"SYMBOL_FOR_MARKS_CHAPTER\n"
"LngText.text"
msgid "marks chapter"
-msgstr ""
+msgstr "hoofstuk merker"
#. 🕈 (U+1F548), see http://wiki.documentfoundation.org/Emoji
#. tA9Nr
@@ -12004,7 +12004,7 @@ msgctxt ""
"CELTIC_CROSS\n"
"LngText.text"
msgid "Celtic cross"
-msgstr ""
+msgstr "Keltiese kruis"
#. 🖗 (U+1F597), see http://wiki.documentfoundation.org/Emoji
#. TbsbW
@@ -12014,7 +12014,7 @@ msgctxt ""
"WHITE_DOWN_POINTING_LEFT_HAND_INDEX\n"
"LngText.text"
msgid "down4"
-msgstr ""
+msgstr "Hand na benede"
#. 🖆 (U+1F586), see http://wiki.documentfoundation.org/Emoji
#. Sh7hb
@@ -12024,7 +12024,7 @@ msgctxt ""
"PEN_OVER_STAMPED_ENVELOPE\n"
"LngText.text"
msgid "envelope4"
-msgstr ""
+msgstr "Koevert met pen"
#. 🖃 (U+1F583), see http://wiki.documentfoundation.org/Emoji
#. 6AKdz
@@ -12034,7 +12034,7 @@ msgctxt ""
"STAMPED_ENVELOPE\n"
"LngText.text"
msgid "envelope2"
-msgstr ""
+msgstr "koevert met posseël"
#. 🗤 (U+1F5E4), see http://wiki.documentfoundation.org/Emoji
#. UVBZB
@@ -12044,7 +12044,7 @@ msgctxt ""
"THREE_RAYS_ABOVE\n"
"LngText.text"
msgid "rays3"
-msgstr ""
+msgstr "strale na bo"
#. 🖉 (U+1F589), see http://wiki.documentfoundation.org/Emoji
#. teGE4
@@ -12054,7 +12054,7 @@ msgctxt ""
"LOWER_LEFT_PENCIL\n"
"LngText.text"
msgid "pencil4"
-msgstr ""
+msgstr "potlood na linksonder"
#. 🖂 (U+1F582), see http://wiki.documentfoundation.org/Emoji
#. zvLQc
@@ -12064,7 +12064,7 @@ msgctxt ""
"BACK_OF_ENVELOPE\n"
"LngText.text"
msgid "envelope3"
-msgstr ""
+msgstr "koevertomslag"
#. 🖈 (U+1F588), see http://wiki.documentfoundation.org/Emoji
#. ED7mw
@@ -12074,7 +12074,7 @@ msgctxt ""
"BLACK_PUSHPIN\n"
"LngText.text"
msgid "tack"
-msgstr ""
+msgstr "drukspeld"
#. 🖄 (U+1F584), see http://wiki.documentfoundation.org/Emoji
#. KE6gJ
@@ -12084,7 +12084,7 @@ msgctxt ""
"ENVELOPE_WITH_LIGHTNING\n"
"LngText.text"
msgid "envelope5"
-msgstr ""
+msgstr "koevert met blits"
#. 🖁 (U+1F581), see http://wiki.documentfoundation.org/Emoji
#. npC85
@@ -12094,7 +12094,7 @@ msgctxt ""
"CLAMSHELL_MOBILE_PHONE\n"
"LngText.text"
msgid "mobile2"
-msgstr ""
+msgstr "mobiele telefoon"
#. 🖅 (U+1F585), see http://wiki.documentfoundation.org/Emoji
#. GoddF
@@ -12104,7 +12104,7 @@ msgctxt ""
"FLYING_ENVELOPE\n"
"LngText.text"
msgid "envelope6"
-msgstr ""
+msgstr "lugpos"
#. 🖘 (U+1F598), see http://wiki.documentfoundation.org/Emoji
#. DVJqf
@@ -12114,7 +12114,7 @@ msgctxt ""
"SIDEWAYS_WHITE_LEFT_POINTING_INDEX\n"
"LngText.text"
msgid "left6"
-msgstr ""
+msgstr "wysvinger na links"
#. 🖙 (U+1F599), see http://wiki.documentfoundation.org/Emoji
#. v5Ngu
@@ -12124,7 +12124,7 @@ msgctxt ""
"SIDEWAYS_WHITE_RIGHT_POINTING_INDEX\n"
"LngText.text"
msgid "right5"
-msgstr ""
+msgstr "wysvinger na regs"
#. 🗖 (U+1F5D6), see http://wiki.documentfoundation.org/Emoji
#. Cqs44
@@ -12134,7 +12134,7 @@ msgctxt ""
"MAXIMIZE\n"
"LngText.text"
msgid "maximize"
-msgstr ""
+msgstr "maksimeer"
#. 🗗 (U+1F5D7), see http://wiki.documentfoundation.org/Emoji
#. a8Ton
@@ -12144,7 +12144,7 @@ msgctxt ""
"OVERLAP\n"
"LngText.text"
msgid "overlap"
-msgstr ""
+msgstr "oorvleueling"
#. 🗏 (U+1F5CF), see http://wiki.documentfoundation.org/Emoji
#. jZs9w
@@ -12154,7 +12154,7 @@ msgctxt ""
"PAGE\n"
"LngText.text"
msgid "page2"
-msgstr ""
+msgstr "bladsy2"
#. 🗐 (U+1F5D0), see http://wiki.documentfoundation.org/Emoji
#. ejx3h
@@ -12164,7 +12164,7 @@ msgctxt ""
"PAGES\n"
"LngText.text"
msgid "pages"
-msgstr ""
+msgstr "bladsye"
#. 🗘 (U+1F5D8), see http://wiki.documentfoundation.org/Emoji
#. 2Fp3C
@@ -12174,7 +12174,7 @@ msgctxt ""
"CLOCKWISE_RIGHT_AND_LEFT_SEMICIRCLE_ARROWS\n"
"LngText.text"
msgid "arrows"
-msgstr ""
+msgstr "pyle kloksgewys"
#. 🗚 (U+1F5DA), see http://wiki.documentfoundation.org/Emoji
#. bFSAy
@@ -12184,7 +12184,7 @@ msgctxt ""
"INCREASE_FONT_SIZE_SYMBOL\n"
"LngText.text"
msgid "font2"
-msgstr ""
+msgstr "font vergroot"
#. 🗕 (U+1F5D5), see http://wiki.documentfoundation.org/Emoji
#. KeAPT
@@ -12194,7 +12194,7 @@ msgctxt ""
"MINIMIZE\n"
"LngText.text"
msgid "minimize"
-msgstr ""
+msgstr "minimeer"
#. 🗙 (U+1F5D9), see http://wiki.documentfoundation.org/Emoji
#. cWAh4
@@ -12204,7 +12204,7 @@ msgctxt ""
"CANCELLATION_X\n"
"LngText.text"
msgid "cancel"
-msgstr ""
+msgstr "kanselleer"
#. 🗔 (U+1F5D4), see http://wiki.documentfoundation.org/Emoji
#. CpvEL
@@ -12214,7 +12214,7 @@ msgctxt ""
"DESKTOP_WINDOW\n"
"LngText.text"
msgid "window"
-msgstr ""
+msgstr "rekenaar venster"
#. 🗌 (U+1F5CC), see http://wiki.documentfoundation.org/Emoji
#. 9MFBE
@@ -12224,7 +12224,7 @@ msgctxt ""
"EMPTY_PAGE\n"
"LngText.text"
msgid "empty page"
-msgstr ""
+msgstr "leë bladsy"
#. 🗋 (U+1F5CB), see http://wiki.documentfoundation.org/Emoji
#. 4fcuu
@@ -12234,7 +12234,7 @@ msgctxt ""
"EMPTY_DOCUMENT\n"
"LngText.text"
msgid "empty document"
-msgstr ""
+msgstr "leë dokument"
#. 🗍 (U+1F5CD), see http://wiki.documentfoundation.org/Emoji
#. hQp56
@@ -12244,7 +12244,7 @@ msgctxt ""
"EMPTY_PAGES\n"
"LngText.text"
msgid "empty pages"
-msgstr ""
+msgstr "leë bladsye"
#. 🗎 (U+1F5CE), see http://wiki.documentfoundation.org/Emoji
#. g8N6C
@@ -12254,7 +12254,7 @@ msgctxt ""
"DOCUMENT\n"
"LngText.text"
msgid "document"
-msgstr ""
+msgstr "dokument"
#. 🗆 (U+1F5C6), see http://wiki.documentfoundation.org/Emoji
#. MaUGt
@@ -12264,7 +12264,7 @@ msgctxt ""
"EMPTY_NOTE_PAGE\n"
"LngText.text"
msgid "empty note page"
-msgstr ""
+msgstr "leë notabladsy"
#. 🗊 (U+1F5CA), see http://wiki.documentfoundation.org/Emoji
#. 7w4gh
@@ -12274,7 +12274,7 @@ msgctxt ""
"NOTE_PAD\n"
"LngText.text"
msgid "note pad"
-msgstr ""
+msgstr "nota blok"
#. 🗈 (U+1F5C8), see http://wiki.documentfoundation.org/Emoji
#. AE3mL
@@ -12284,7 +12284,7 @@ msgctxt ""
"NOTE\n"
"LngText.text"
msgid "note3"
-msgstr ""
+msgstr "nota3"
#. 🗇 (U+1F5C7), see http://wiki.documentfoundation.org/Emoji
#. 5aCDm
@@ -12294,7 +12294,7 @@ msgctxt ""
"EMPTY_NOTE_PAD\n"
"LngText.text"
msgid "empty note pad"
-msgstr ""
+msgstr "leë notablok"
#. 🗉 (U+1F5C9), see http://wiki.documentfoundation.org/Emoji
#. bDRqr
@@ -12304,7 +12304,7 @@ msgctxt ""
"NOTE_PAGE\n"
"LngText.text"
msgid "note page"
-msgstr ""
+msgstr "nota bladsy"
#. 🖸 (U+1F5B8), see http://wiki.documentfoundation.org/Emoji
#. FdBv4
@@ -12314,7 +12314,7 @@ msgctxt ""
"OPTICAL_DISC_ICON\n"
"LngText.text"
msgid "optical disc"
-msgstr ""
+msgstr "CD"
#. 🗀 (U+1F5C0), see http://wiki.documentfoundation.org/Emoji
#. Ghxv6
@@ -12324,7 +12324,7 @@ msgctxt ""
"FOLDER\n"
"LngText.text"
msgid "folder3"
-msgstr ""
+msgstr "wit vouer"
#. 🖝 (U+1F59D), see http://wiki.documentfoundation.org/Emoji
#. gwq6Z
@@ -12334,7 +12334,7 @@ msgctxt ""
"BLACK_RIGHT_POINTING_BACKHAND_INDEX\n"
"LngText.text"
msgid "right6"
-msgstr ""
+msgstr "swart vinger na regs"
#. 🗁 (U+1F5C1), see http://wiki.documentfoundation.org/Emoji
#. V9USD
@@ -12344,7 +12344,7 @@ msgctxt ""
"OPEN_FOLDER\n"
"LngText.text"
msgid "folder4"
-msgstr ""
+msgstr "wit oop vouer"
#. 🗅 (U+1F5C5), see http://wiki.documentfoundation.org/Emoji
#. Wb5pZ
@@ -12354,7 +12354,7 @@ msgctxt ""
"EMPTY_NOTE\n"
"LngText.text"
msgid "empty note"
-msgstr ""
+msgstr "leë nota"
#. 🖿 (U+1F5BF), see http://wiki.documentfoundation.org/Emoji
#. 2DTcZ
@@ -12364,7 +12364,7 @@ msgctxt ""
"BLACK_FOLDER\n"
"LngText.text"
msgid "folder5"
-msgstr ""
+msgstr "swart vouer"
#. 🖾 (U+1F5BE), see http://wiki.documentfoundation.org/Emoji
#. 9icB8
@@ -12374,7 +12374,7 @@ msgctxt ""
"FRAME_WITH_AN_X\n"
"LngText.text"
msgid "frame"
-msgstr ""
+msgstr "raam met X"
#. 🖽 (U+1F5BD), see http://wiki.documentfoundation.org/Emoji
#. 2zYBL
@@ -12384,7 +12384,7 @@ msgctxt ""
"FRAME_WITH_TILES\n"
"LngText.text"
msgid "frame2"
-msgstr ""
+msgstr "raam met teëls"
#. 🖹 (U+1F5B9), see http://wiki.documentfoundation.org/Emoji
#. CWPgm
@@ -12394,7 +12394,7 @@ msgctxt ""
"DOCUMENT_WITH_TEXT\n"
"LngText.text"
msgid "document2"
-msgstr ""
+msgstr "dokument met teks"
#. 🖻 (U+1F5BB), see http://wiki.documentfoundation.org/Emoji
#. W5ZZb
@@ -12404,7 +12404,7 @@ msgctxt ""
"DOCUMENT_WITH_PICTURE\n"
"LngText.text"
msgid "document3"
-msgstr ""
+msgstr "dokument met beeld"
#. 🖺 (U+1F5BA), see http://wiki.documentfoundation.org/Emoji
#. BR5B8
@@ -12414,7 +12414,7 @@ msgctxt ""
"DOCUMENT_WITH_TEXT_AND_PICTURE\n"
"LngText.text"
msgid "document4"
-msgstr ""
+msgstr "dokument4"
#. 🖶 (U+1F5B6), see http://wiki.documentfoundation.org/Emoji
#. iWFAt
@@ -12424,7 +12424,7 @@ msgctxt ""
"PRINTER_ICON\n"
"LngText.text"
msgid "printer2"
-msgstr ""
+msgstr "drukker2"
#. 🖷 (U+1F5B7), see http://wiki.documentfoundation.org/Emoji
#. CmW6a
@@ -12434,7 +12434,7 @@ msgctxt ""
"FAX_ICON\n"
"LngText.text"
msgid "fax2"
-msgstr ""
+msgstr "faks"
#. 🖰 (U+1F5B0), see http://wiki.documentfoundation.org/Emoji
#. u4fMX
@@ -12444,7 +12444,7 @@ msgctxt ""
"TWO_BUTTON_MOUSE\n"
"LngText.text"
msgid "mouse4"
-msgstr ""
+msgstr "tweeknop muis"
#. 🖳 (U+1F5B3), see http://wiki.documentfoundation.org/Emoji
#. YM2Wi
@@ -12454,7 +12454,7 @@ msgctxt ""
"OLD_PERSONAL_COMPUTER\n"
"LngText.text"
msgid "pc"
-msgstr ""
+msgstr "Ou PC"
#. 🖵 (U+1F5B5), see http://wiki.documentfoundation.org/Emoji
#. uCEtj
@@ -12464,7 +12464,7 @@ msgctxt ""
"SCREEN\n"
"LngText.text"
msgid "screen"
-msgstr ""
+msgstr "skerm"
#. 🖯 (U+1F5AF), see http://wiki.documentfoundation.org/Emoji
#. dxgBq
@@ -12474,7 +12474,7 @@ msgctxt ""
"ONE_BUTTON_MOUSE\n"
"LngText.text"
msgid "mouse5"
-msgstr ""
+msgstr "eenknop muis"
#. 🖴 (U+1F5B4), see http://wiki.documentfoundation.org/Emoji
#. h2kWQ
@@ -12484,7 +12484,7 @@ msgctxt ""
"HARD_DISK\n"
"LngText.text"
msgid "hard disk"
-msgstr ""
+msgstr "harde skyf"
#. 🖩 (U+1F5A9), see http://wiki.documentfoundation.org/Emoji
#. zVUTo
@@ -12494,7 +12494,7 @@ msgctxt ""
"POCKET_CALCULATOR\n"
"LngText.text"
msgid "calculator"
-msgstr ""
+msgstr "rekenmasjien"
#. 🖭 (U+1F5AD), see http://wiki.documentfoundation.org/Emoji
#. vxsZg
@@ -12504,7 +12504,7 @@ msgctxt ""
"TAPE_CARTRIDGE\n"
"LngText.text"
msgid "cartridge"
-msgstr ""
+msgstr "ink houer"
#. 🖬 (U+1F5AC), see http://wiki.documentfoundation.org/Emoji
#. 8CWzA
@@ -12514,7 +12514,7 @@ msgctxt ""
"SOFT_SHELL_FLOPPY_DISK\n"
"LngText.text"
msgid "floppy2"
-msgstr ""
+msgstr "floppy2"
#. 🖫 (U+1F5AB), see http://wiki.documentfoundation.org/Emoji
#. SxL8M
@@ -12524,7 +12524,7 @@ msgctxt ""
"WHITE_HARD_SHELL_FLOPPY_DISK\n"
"LngText.text"
msgid "floppy3"
-msgstr ""
+msgstr "floppy3"
#. 🖮 (U+1F5AE), see http://wiki.documentfoundation.org/Emoji
#. LYzF5
@@ -12534,7 +12534,7 @@ msgctxt ""
"WIRED_KEYBOARD\n"
"LngText.text"
msgid "keyboard2"
-msgstr ""
+msgstr "toetsbord2"
#. 🖔 (U+1F594), see http://wiki.documentfoundation.org/Emoji
#. 63xqd
@@ -12544,7 +12544,7 @@ msgctxt ""
"REVERSED_VICTORY_HAND\n"
"LngText.text"
msgid "victory2"
-msgstr ""
+msgstr "oorwinning2"
#. 🖧 (U+1F5A7), see http://wiki.documentfoundation.org/Emoji
#. nnqCB
@@ -12554,7 +12554,7 @@ msgctxt ""
"THREE_NETWORKED_COMPUTERS\n"
"LngText.text"
msgid "network"
-msgstr ""
+msgstr "netwerk"
#. 🖪 (U+1F5AA), see http://wiki.documentfoundation.org/Emoji
#. jTG2R
@@ -12564,7 +12564,7 @@ msgctxt ""
"BLACK_HARD_SHELL_FLOPPY_DISK\n"
"LngText.text"
msgid "floppy4"
-msgstr ""
+msgstr "floppy4"
#. 🗢 (U+1F5E2), see http://wiki.documentfoundation.org/Emoji
#. cK4DP
@@ -12574,7 +12574,7 @@ msgctxt ""
"LIPS\n"
"LngText.text"
msgid "lips"
-msgstr ""
+msgstr "lippe"
#. 🖦 (U+1F5A6), see http://wiki.documentfoundation.org/Emoji
#. maQCB
@@ -12584,7 +12584,7 @@ msgctxt ""
"KEYBOARD_AND_MOUSE\n"
"LngText.text"
msgid "keyboard3"
-msgstr ""
+msgstr "toetsbord3"
#. 🖣 (U+1F5A3), see http://wiki.documentfoundation.org/Emoji
#. gxjyq
@@ -12594,7 +12594,7 @@ msgctxt ""
"BLACK_DOWN_POINTING_BACKHAND_INDEX\n"
"LngText.text"
msgid "down5"
-msgstr ""
+msgstr "swart wysvinger na onder5"
#. 🖡 (U+1F5A1), see http://wiki.documentfoundation.org/Emoji
#. fzdRY
@@ -12604,7 +12604,7 @@ msgctxt ""
"SIDEWAYS_BLACK_DOWN_POINTING_INDEX\n"
"LngText.text"
msgid "down6"
-msgstr ""
+msgstr "swart wysvinger na onder6"
#. 📾 (U+1F4FE), see http://wiki.documentfoundation.org/Emoji
#. S5d7x
@@ -12614,7 +12614,7 @@ msgctxt ""
"PORTABLE_STEREO\n"
"LngText.text"
msgid "stereo"
-msgstr ""
+msgstr "stereo"
#. 🏶 (U+1F3F6), see http://wiki.documentfoundation.org/Emoji
#. g3tfF
@@ -12624,7 +12624,7 @@ msgctxt ""
"BLACK_ROSETTE\n"
"LngText.text"
msgid "rosette2"
-msgstr ""
+msgstr "roset2"
#. 🏲 (U+1F3F2), see http://wiki.documentfoundation.org/Emoji
#. i4YCp
@@ -12634,7 +12634,7 @@ msgctxt ""
"BLACK_PENNANT\n"
"LngText.text"
msgid "pennant"
-msgstr ""
+msgstr "swart wimpel"
#. 🖠 (U+1F5A0), see http://wiki.documentfoundation.org/Emoji
#. JBDRo
@@ -12644,7 +12644,7 @@ msgctxt ""
"SIDEWAYS_BLACK_UP_POINTING_INDEX\n"
"LngText.text"
msgid "up4"
-msgstr ""
+msgstr "wysvinger omhoog4"
#. 🖢 (U+1F5A2), see http://wiki.documentfoundation.org/Emoji
#. Pc5KV
@@ -12654,7 +12654,7 @@ msgctxt ""
"BLACK_UP_POINTING_BACKHAND_INDEX\n"
"LngText.text"
msgid "up5"
-msgstr ""
+msgstr "swart wysvinger na bo"
#. 🏱 (U+1F3F1), see http://wiki.documentfoundation.org/Emoji
#. 2A8Yp
@@ -12664,7 +12664,7 @@ msgctxt ""
"WHITE_PENNANT\n"
"LngText.text"
msgid "pennant2"
-msgstr ""
+msgstr "wit wimpel"
#. 🕄 (U+1F544), see http://wiki.documentfoundation.org/Emoji
#. Ew6So
@@ -12674,7 +12674,7 @@ msgctxt ""
"NOTCHED_RIGHT_SEMICIRCLE_WITH_THREE_DOTS\n"
"LngText.text"
msgid "feast2"
-msgstr ""
+msgstr "hoë liturgiese fees"
#. 🖓 (U+1F593), see http://wiki.documentfoundation.org/Emoji
#. AJpzE
@@ -12684,7 +12684,7 @@ msgctxt ""
"REVERSED_THUMBS_DOWN_SIGN\n"
"LngText.text"
msgid "no2"
-msgstr ""
+msgstr "nee2"
#. 🖑 (U+1F591), see http://wiki.documentfoundation.org/Emoji
#. SqfKC
@@ -12694,7 +12694,7 @@ msgctxt ""
"REVERSED_RAISED_HAND_WITH_FINGERS_SPLAYED\n"
"LngText.text"
msgid "hand3"
-msgstr ""
+msgstr "hand3"
#. 🖒 (U+1F592), see http://wiki.documentfoundation.org/Emoji
#. 5EAvq
@@ -12704,7 +12704,7 @@ msgctxt ""
"REVERSED_THUMBS_UP_SIGN\n"
"LngText.text"
msgid "yes2"
-msgstr ""
+msgstr "ja2"
#. 🕩 (U+1F569), see http://wiki.documentfoundation.org/Emoji
#. EBpBK
@@ -12714,7 +12714,7 @@ msgctxt ""
"RIGHT_SPEAKER_WITH_ONE_SOUND_WAVE\n"
"LngText.text"
msgid "speaker2"
-msgstr ""
+msgstr "luidspreker2"
#. 🕆 (U+1F546), see http://wiki.documentfoundation.org/Emoji
#. v3jrY
@@ -12724,7 +12724,7 @@ msgctxt ""
"WHITE_LATIN_CROSS\n"
"LngText.text"
msgid "Latin cross2"
-msgstr ""
+msgstr "Latynse kruis2"
#. 🕇 (U+1F547), see http://wiki.documentfoundation.org/Emoji
#. QhPED
@@ -12734,7 +12734,7 @@ msgctxt ""
"HEAVY_LATIN_CROSS\n"
"LngText.text"
msgid "Latin cross3"
-msgstr ""
+msgstr "Latynse kruis3"
#. 🕨 (U+1F568), see http://wiki.documentfoundation.org/Emoji
#. y9uLG
@@ -12744,7 +12744,7 @@ msgctxt ""
"RIGHT_SPEAKER\n"
"LngText.text"
msgid "speaker3"
-msgstr ""
+msgstr "luidspreker na regs"
#. 🕭 (U+1F56D), see http://wiki.documentfoundation.org/Emoji
#. yXfff
@@ -12754,7 +12754,7 @@ msgctxt ""
"RINGING_BELL\n"
"LngText.text"
msgid "bell3"
-msgstr ""
+msgstr "klok3"
#. 🌣 (U+1F323), see http://wiki.documentfoundation.org/Emoji
#. rq3dA
@@ -12764,7 +12764,7 @@ msgctxt ""
"WHITE_SUN\n"
"LngText.text"
msgid "sun2"
-msgstr ""
+msgstr "wit son"
#. 🛇 (U+1F6C7), see http://wiki.documentfoundation.org/Emoji
#. etzs6
@@ -12774,7 +12774,7 @@ msgctxt ""
"PROHIBITED_SIGN\n"
"LngText.text"
msgid "prohibited"
-msgstr ""
+msgstr "verbode simbool"
#. 🛆 (U+1F6C6), see http://wiki.documentfoundation.org/Emoji
#. Qiqnn
@@ -12784,7 +12784,7 @@ msgctxt ""
"TRIANGLE_WITH_ROUNDED_CORNERS\n"
"LngText.text"
msgid "triangle3"
-msgstr ""
+msgstr "driehoek3"
#. 🗫 (U+1F5EB), see http://wiki.documentfoundation.org/Emoji
#. NxoaJ
@@ -12794,7 +12794,7 @@ msgctxt ""
"THREE_SPEECH_BUBBLES\n"
"LngText.text"
msgid "bubble3"
-msgstr ""
+msgstr "spraak ballon3"
#. 🕪 (U+1F56A), see http://wiki.documentfoundation.org/Emoji
#. ccFjf
@@ -12804,7 +12804,7 @@ msgctxt ""
"RIGHT_SPEAKER_WITH_THREE_SOUND_WAVES\n"
"LngText.text"
msgid "speaker4"
-msgstr ""
+msgstr "luidspreker4"
#. 🗮 (U+1F5EE), see http://wiki.documentfoundation.org/Emoji
#. B8Hg3
@@ -12814,7 +12814,7 @@ msgctxt ""
"LEFT_ANGER_BUBBLE\n"
"LngText.text"
msgid "bubble8"
-msgstr ""
+msgstr "spraak ballon8"
#. 🗧 (U+1F5E7), see http://wiki.documentfoundation.org/Emoji
#. BJdG2
@@ -12824,7 +12824,7 @@ msgctxt ""
"THREE_RAYS_RIGHT\n"
"LngText.text"
msgid "rays4"
-msgstr ""
+msgstr "strale4"
#. 🗲 (U+1F5F2), see http://wiki.documentfoundation.org/Emoji
#. KQe2w
@@ -12834,7 +12834,7 @@ msgctxt ""
"LIGHTNING_MOOD\n"
"LngText.text"
msgid "lightning2"
-msgstr ""
+msgstr "blits2"
#. 🗰 (U+1F5F0), see http://wiki.documentfoundation.org/Emoji
#. ySPbT
@@ -12844,7 +12844,7 @@ msgctxt ""
"MOOD_BUBBLE\n"
"LngText.text"
msgid "bubble9"
-msgstr ""
+msgstr "buie ballon"
#. 🗹 (U+1F5F9), see http://wiki.documentfoundation.org/Emoji
#. Ti5Gc
@@ -12854,7 +12854,7 @@ msgctxt ""
"BALLOT_BOX_WITH_BOLD_CHECK\n"
"LngText.text"
msgid "checkbox5"
-msgstr ""
+msgstr "regmerker veld"
#. 🗴 (U+1F5F4), see http://wiki.documentfoundation.org/Emoji
#. K9FkL
@@ -12864,7 +12864,7 @@ msgctxt ""
"BALLOT_SCRIPT_X\n"
"LngText.text"
msgid "check mark4"
-msgstr ""
+msgstr "stemmerk"
#. 🗪 (U+1F5EA), see http://wiki.documentfoundation.org/Emoji
#. fxebH
@@ -12874,7 +12874,7 @@ msgctxt ""
"TWO_SPEECH_BUBBLES\n"
"LngText.text"
msgid "bubble2"
-msgstr ""
+msgstr "twee spraak balonne"
#. 🗶 (U+1F5F6), see http://wiki.documentfoundation.org/Emoji
#. mQ7Sx
@@ -12884,7 +12884,7 @@ msgctxt ""
"BALLOT_BOLD_SCRIPT_X\n"
"LngText.text"
msgid "x4"
-msgstr ""
+msgstr "X4"
#. 🗩 (U+1F5E9), see http://wiki.documentfoundation.org/Emoji
#. HADvf
@@ -12894,7 +12894,7 @@ msgctxt ""
"RIGHT_SPEECH_BUBBLE\n"
"LngText.text"
msgid "bubble10"
-msgstr ""
+msgstr "spraak ballon na regs"
#. 🗵 (U+1F5F5), see http://wiki.documentfoundation.org/Emoji
#. CgYR4
@@ -12904,7 +12904,7 @@ msgctxt ""
"BALLOT_BOX_WITH_SCRIPT_X\n"
"LngText.text"
msgid "checkbox6"
-msgstr ""
+msgstr "keuseblokkie6"
#. 🗸 (U+1F5F8), see http://wiki.documentfoundation.org/Emoji
#. C3B4F
@@ -12914,7 +12914,7 @@ msgctxt ""
"LIGHT_CHECK_MARK\n"
"LngText.text"
msgid "check mark5"
-msgstr ""
+msgstr "keuse merk5"
#. 🤗 (U+1F917), see http://wiki.documentfoundation.org/Emoji
#. EbZew
@@ -12924,7 +12924,7 @@ msgctxt ""
"HUGGING_FACE\n"
"LngText.text"
msgid "hugging"
-msgstr ""
+msgstr "omhels"
#. 🤔 (U+1F914), see http://wiki.documentfoundation.org/Emoji
#. QGVSq
@@ -12934,7 +12934,7 @@ msgctxt ""
"THINKING_FACE\n"
"LngText.text"
msgid "thinking"
-msgstr ""
+msgstr "denkend"
#. 🙄 (U+1F644), see http://wiki.documentfoundation.org/Emoji
#. YWnjW
@@ -12944,7 +12944,7 @@ msgctxt ""
"FACE_WITH_ROLLING_EYES\n"
"LngText.text"
msgid "eye roll"
-msgstr ""
+msgstr "rollende oë"
#. 🤐 (U+1F910), see http://wiki.documentfoundation.org/Emoji
#. eahZt
@@ -12954,7 +12954,7 @@ msgctxt ""
"ZIPPER-MOUTH_FACE\n"
"LngText.text"
msgid "zipper"
-msgstr ""
+msgstr "ritsluiter"
#. 🙃 (U+1F643), see http://wiki.documentfoundation.org/Emoji
#. UEkgj
@@ -12964,7 +12964,7 @@ msgctxt ""
"UPSIDE-DOWN_FACE\n"
"LngText.text"
msgid "upside-down"
-msgstr ""
+msgstr "onderstebo gesiggie"
#. 🤑 (U+1F911), see http://wiki.documentfoundation.org/Emoji
#. NHvD5
@@ -12974,7 +12974,7 @@ msgctxt ""
"MONEY-MOUTH_FACE\n"
"LngText.text"
msgid "money3"
-msgstr ""
+msgstr "geld3"
#. 🤒 (U+1F912), see http://wiki.documentfoundation.org/Emoji
#. XNpdb
@@ -12984,7 +12984,7 @@ msgctxt ""
"FACE_WITH_THERMOMETER\n"
"LngText.text"
msgid "thermometer2"
-msgstr ""
+msgstr "termometer2"
#. 🤕 (U+1F915), see http://wiki.documentfoundation.org/Emoji
#. 7baC2
@@ -12994,7 +12994,7 @@ msgctxt ""
"FACE_WITH_HEAD-BANDAGE\n"
"LngText.text"
msgid "bandage"
-msgstr ""
+msgstr "gesig met kopverband"
#. 🤓 (U+1F913), see http://wiki.documentfoundation.org/Emoji
#. AZgGL
@@ -13004,7 +13004,7 @@ msgctxt ""
"NERD_FACE\n"
"LngText.text"
msgid "nerd"
-msgstr ""
+msgstr "nerd gesig"
#. 🤖 (U+1F916), see http://wiki.documentfoundation.org/Emoji
#. GdDbE
@@ -13014,7 +13014,7 @@ msgctxt ""
"ROBOT_FACE\n"
"LngText.text"
msgid "robot"
-msgstr ""
+msgstr "robot gesig"
#. 🏻 (U+1F3FB), see http://wiki.documentfoundation.org/Emoji
#. GANQW
@@ -13024,7 +13024,7 @@ msgctxt ""
"EMOJI_MODIFIER_FITZPATRICK_TYPE-1-2\n"
"LngText.text"
msgid "skin1"
-msgstr ""
+msgstr "helder huid"
#. 🏼 (U+1F3FC), see http://wiki.documentfoundation.org/Emoji
#. gbDCJ
@@ -13034,7 +13034,7 @@ msgctxt ""
"EMOJI_MODIFIER_FITZPATRICK_TYPE-3\n"
"LngText.text"
msgid "skin2"
-msgstr ""
+msgstr "huid2"
#. 🏽 (U+1F3FD), see http://wiki.documentfoundation.org/Emoji
#. SCAhC
@@ -13044,7 +13044,7 @@ msgctxt ""
"EMOJI_MODIFIER_FITZPATRICK_TYPE-4\n"
"LngText.text"
msgid "skin3"
-msgstr ""
+msgstr "ligbruin huid"
#. 🏾 (U+1F3FE), see http://wiki.documentfoundation.org/Emoji
#. 73nmB
@@ -13054,7 +13054,7 @@ msgctxt ""
"EMOJI_MODIFIER_FITZPATRICK_TYPE-5\n"
"LngText.text"
msgid "skin4"
-msgstr ""
+msgstr "bruin huid"
#. 🏿 (U+1F3FF), see http://wiki.documentfoundation.org/Emoji
#. xD2SM
@@ -13064,7 +13064,7 @@ msgctxt ""
"EMOJI_MODIFIER_FITZPATRICK_TYPE-6\n"
"LngText.text"
msgid "skin5"
-msgstr ""
+msgstr "swart huid"
#. 🤘 (U+1F918), see http://wiki.documentfoundation.org/Emoji
#. uqz8D
@@ -13074,7 +13074,7 @@ msgctxt ""
"SIGN_OF_THE_HORNS\n"
"LngText.text"
msgid "horns"
-msgstr ""
+msgstr "horings handteken"
#. 📿 (U+1F4FF), see http://wiki.documentfoundation.org/Emoji
#. UZABL
@@ -13084,7 +13084,7 @@ msgctxt ""
"PRAYER_BEADS\n"
"LngText.text"
msgid "beads"
-msgstr ""
+msgstr "gebedskrale"
#. 🦁 (U+1F981), see http://wiki.documentfoundation.org/Emoji
#. XwHn4
@@ -13094,7 +13094,7 @@ msgctxt ""
"LION_FACE\n"
"LngText.text"
msgid "lion"
-msgstr ""
+msgstr "leeu gesig"
#. 🦄 (U+1F984), see http://wiki.documentfoundation.org/Emoji
#. AsQ5Q
@@ -13104,7 +13104,7 @@ msgctxt ""
"UNICORN_FACE\n"
"LngText.text"
msgid "unicorn"
-msgstr ""
+msgstr "unicorn"
#. 🦃 (U+1F983), see http://wiki.documentfoundation.org/Emoji
#. wE3ZV
@@ -13114,7 +13114,7 @@ msgctxt ""
"TURKEY\n"
"LngText.text"
msgid "turkey"
-msgstr ""
+msgstr "kalkoen"
#. 🦀 (U+1F980), see http://wiki.documentfoundation.org/Emoji
#. ygHYG
@@ -13124,7 +13124,7 @@ msgctxt ""
"CRAB\n"
"LngText.text"
msgid "crab"
-msgstr ""
+msgstr "krap"
#. 🦂 (U+1F982), see http://wiki.documentfoundation.org/Emoji
#. eCLRs
@@ -13134,7 +13134,7 @@ msgctxt ""
"SCORPION\n"
"LngText.text"
msgid "scorpion"
-msgstr ""
+msgstr "skerpioen"
#. 🧀 (U+1F9C0), see http://wiki.documentfoundation.org/Emoji
#. 7Rapv
@@ -13144,7 +13144,7 @@ msgctxt ""
"CHEESE_WEDGE\n"
"LngText.text"
msgid "cheese"
-msgstr ""
+msgstr "kaas"
#. 🌭 (U+1F32D), see http://wiki.documentfoundation.org/Emoji
#. G77U6
@@ -13154,7 +13154,7 @@ msgctxt ""
"HOT_DOG\n"
"LngText.text"
msgid "hot dog"
-msgstr ""
+msgstr "worsbroodjie"
#. 🌮 (U+1F32E), see http://wiki.documentfoundation.org/Emoji
#. adkNd
@@ -13164,7 +13164,7 @@ msgctxt ""
"TACO\n"
"LngText.text"
msgid "taco"
-msgstr ""
+msgstr "taco"
#. 🌯 (U+1F32F), see http://wiki.documentfoundation.org/Emoji
#. iznZM
@@ -13174,7 +13174,7 @@ msgctxt ""
"BURRITO\n"
"LngText.text"
msgid "burrito"
-msgstr ""
+msgstr "burrito"
#. 🍿 (U+1F37F), see http://wiki.documentfoundation.org/Emoji
#. EpADQ
@@ -13184,7 +13184,7 @@ msgctxt ""
"POPCORN\n"
"LngText.text"
msgid "popcorn"
-msgstr ""
+msgstr "springmielies"
#. 🍾 (U+1F37E), see http://wiki.documentfoundation.org/Emoji
#. SjEyK
@@ -13194,7 +13194,7 @@ msgctxt ""
"BOTTLE_WITH_POPPING_CORK\n"
"LngText.text"
msgid "party4"
-msgstr ""
+msgstr "sjampanje bottel"
#. 🏺 (U+1F3FA), see http://wiki.documentfoundation.org/Emoji
#. rK7h3
@@ -13204,7 +13204,7 @@ msgctxt ""
"AMPHORA\n"
"LngText.text"
msgid "amphora"
-msgstr ""
+msgstr "amfora"
#. 🕌 (U+1F54C), see http://wiki.documentfoundation.org/Emoji
#. GAMLG
@@ -13214,7 +13214,7 @@ msgctxt ""
"MOSQUE\n"
"LngText.text"
msgid "mosque"
-msgstr ""
+msgstr "moskee"
#. 🕍 (U+1F54D), see http://wiki.documentfoundation.org/Emoji
#. iqBVa
@@ -13224,7 +13224,7 @@ msgctxt ""
"SYNAGOGUE\n"
"LngText.text"
msgid "synagogue"
-msgstr ""
+msgstr "synagoge"
#. 🕋 (U+1F54B), see http://wiki.documentfoundation.org/Emoji
#. 3rTFA
@@ -13234,7 +13234,7 @@ msgctxt ""
"KAABA\n"
"LngText.text"
msgid "Kaaba"
-msgstr ""
+msgstr "Kaaba"
#. 🏐 (U+1F3D0), see http://wiki.documentfoundation.org/Emoji
#. JnWWX
@@ -13244,7 +13244,7 @@ msgctxt ""
"VOLLEYBALL\n"
"LngText.text"
msgid "volleyball"
-msgstr ""
+msgstr "vlugbal"
#. 🏏 (U+1F3CF), see http://wiki.documentfoundation.org/Emoji
#. BLab9
@@ -13254,7 +13254,7 @@ msgctxt ""
"CRICKET_BAT_AND_BALL\n"
"LngText.text"
msgid "cricket"
-msgstr ""
+msgstr "krieket"
#. 🏑 (U+1F3D1), see http://wiki.documentfoundation.org/Emoji
#. 2Gshv
@@ -13264,7 +13264,7 @@ msgctxt ""
"FIELD_HOCKEY_STICK_AND_BALL\n"
"LngText.text"
msgid "hockey2"
-msgstr ""
+msgstr "hokkie"
#. 🏒 (U+1F3D2), see http://wiki.documentfoundation.org/Emoji
#. P8BNH
@@ -13274,7 +13274,7 @@ msgctxt ""
"ICE_HOCKEY_STICK_AND_PUCK\n"
"LngText.text"
msgid "hockey"
-msgstr ""
+msgstr "yshokkie"
#. 🏓 (U+1F3D3), see http://wiki.documentfoundation.org/Emoji
#. sjezt
@@ -13284,7 +13284,7 @@ msgctxt ""
"TABLE_TENNIS_PADDLE_AND_BALL\n"
"LngText.text"
msgid "ping pong"
-msgstr ""
+msgstr "tafeltennis"
#. 🏸 (U+1F3F8), see http://wiki.documentfoundation.org/Emoji
#. qCCrH
@@ -13294,7 +13294,7 @@ msgctxt ""
"BADMINTON_RACQUET_AND_SHUTTLECOCK\n"
"LngText.text"
msgid "badminton"
-msgstr ""
+msgstr "pluimbal"
#. 🏹 (U+1F3F9), see http://wiki.documentfoundation.org/Emoji
#. HpJnE
@@ -13304,7 +13304,7 @@ msgctxt ""
"BOW_AND_ARROW\n"
"LngText.text"
msgid "bow"
-msgstr ""
+msgstr "pyl en boog"
#. 🛐 (U+1F6D0), see http://wiki.documentfoundation.org/Emoji
#. EhGbP
@@ -13314,7 +13314,7 @@ msgctxt ""
"PLACE_OF_WORSHIP\n"
"LngText.text"
msgid "worship"
-msgstr ""
+msgstr "aanbiddingsplek"
#. 🕎 (U+1F54E), see http://wiki.documentfoundation.org/Emoji
#. VJK9e
@@ -13324,7 +13324,7 @@ msgctxt ""
"MENORAH_WITH_NINE_BRANCHES\n"
"LngText.text"
msgid "menorah"
-msgstr ""
+msgstr "menorah"
#. 🤣 (U+1F923), see http://wiki.documentfoundation.org/Emoji
#. ZEUxq
@@ -13334,7 +13334,7 @@ msgctxt ""
"ROLLING_ON_THE_FLOOR_LAUGHING\n"
"LngText.text"
msgid "lol"
-msgstr ""
+msgstr "rol op vloer lag"
#. 🤤 (U+1F924), see http://wiki.documentfoundation.org/Emoji
#. 9dmGD
@@ -13344,7 +13344,7 @@ msgctxt ""
"DROOLING_FACE\n"
"LngText.text"
msgid "drool"
-msgstr ""
+msgstr "kwyl"
#. 🤢 (U+1F922), see http://wiki.documentfoundation.org/Emoji
#. BFDoH
@@ -13354,7 +13354,7 @@ msgctxt ""
"NAUSEATED_FACE\n"
"LngText.text"
msgid "nausea"
-msgstr ""
+msgstr "mislik"
#. 🤧 (U+1F927), see http://wiki.documentfoundation.org/Emoji
#. E2kqb
@@ -13364,7 +13364,7 @@ msgctxt ""
"SNEEZING_FACE\n"
"LngText.text"
msgid "sneeze"
-msgstr ""
+msgstr "nies"
#. 🤠 (U+1F920), see http://wiki.documentfoundation.org/Emoji
#. eqg7B
@@ -13374,7 +13374,7 @@ msgctxt ""
"COWBOY_HAT_FACE\n"
"LngText.text"
msgid "cowboy"
-msgstr ""
+msgstr "cowboy gesig"
#. 🤡 (U+1F921), see http://wiki.documentfoundation.org/Emoji
#. ECess
@@ -13384,7 +13384,7 @@ msgctxt ""
"CLOWN_FACE\n"
"LngText.text"
msgid "clown"
-msgstr ""
+msgstr "nar gesig"
#. 🤥 (U+1F925), see http://wiki.documentfoundation.org/Emoji
#. kGYvx
@@ -13394,7 +13394,7 @@ msgctxt ""
"LYING_FACE\n"
"LngText.text"
msgid "liar"
-msgstr ""
+msgstr "leuenaar gesig"
#. 🤴 (U+1F934), see http://wiki.documentfoundation.org/Emoji
#. Vm8HH
@@ -13404,7 +13404,7 @@ msgctxt ""
"PRINCE\n"
"LngText.text"
msgid "prince"
-msgstr ""
+msgstr "prins"
#. 🤵 (U+1F935), see http://wiki.documentfoundation.org/Emoji
#. z4cUf
@@ -13414,7 +13414,7 @@ msgctxt ""
"MAN_IN_TUXEDO\n"
"LngText.text"
msgid "groom"
-msgstr ""
+msgstr "bruidegom"
#. 🤰 (U+1F930), see http://wiki.documentfoundation.org/Emoji
#. 2z7dc
@@ -13424,7 +13424,7 @@ msgctxt ""
"PREGNANT_WOMAN\n"
"LngText.text"
msgid "pregnant"
-msgstr ""
+msgstr "swanger vrou"
#. 🤶 (U+1F936), see http://wiki.documentfoundation.org/Emoji
#. 2G73S
@@ -13434,7 +13434,7 @@ msgctxt ""
"MRS._CLAUS\n"
"LngText.text"
msgid "mrs. claus"
-msgstr ""
+msgstr "mevr. kersvader"
#. 🤦 (U+1F926), see http://wiki.documentfoundation.org/Emoji
#. DMAKw
@@ -13444,7 +13444,7 @@ msgctxt ""
"PERSON_FACEPALMING\n"
"LngText.text"
msgid "facepalm"
-msgstr ""
+msgstr "gesig in die hande"
#. 🤷 (U+1F937), see http://wiki.documentfoundation.org/Emoji
#. HfLEz
@@ -13454,7 +13454,7 @@ msgctxt ""
"PERSON_SHRUGGING\n"
"LngText.text"
msgid "shrugging"
-msgstr ""
+msgstr "skouer ophalend"
#. 🕺 (U+1F57A), see http://wiki.documentfoundation.org/Emoji
#. LunYv
@@ -13464,7 +13464,7 @@ msgctxt ""
"MAN_DANCING\n"
"LngText.text"
msgid "dancer2"
-msgstr ""
+msgstr "danser"
#. 🤺 (U+1F93A), see http://wiki.documentfoundation.org/Emoji
#. j3rnK
@@ -13474,7 +13474,7 @@ msgctxt ""
"PERSON_FENCING\n"
"LngText.text"
msgid "fencer"
-msgstr ""
+msgstr "skerm deelnemer"
#. 🤸 (U+1F938), see http://wiki.documentfoundation.org/Emoji
#. GWy2x
@@ -13484,7 +13484,7 @@ msgctxt ""
"PERSON_CARTWHEELING\n"
"LngText.text"
msgid "gymnast"
-msgstr ""
+msgstr "draaiwiel"
#. 🤼 (U+1F93C), see http://wiki.documentfoundation.org/Emoji
#. wDcBh
@@ -13494,7 +13494,7 @@ msgctxt ""
"PEOPLE_WRESTLING\n"
"LngText.text"
msgid "wrestling"
-msgstr ""
+msgstr "stoei"
#. 🤽 (U+1F93D), see http://wiki.documentfoundation.org/Emoji
#. d98om
@@ -13504,7 +13504,7 @@ msgctxt ""
"PERSON_PLAYING_WATER_POLO\n"
"LngText.text"
msgid "water polo"
-msgstr ""
+msgstr "waterpolo"
#. 🤾 (U+1F93E), see http://wiki.documentfoundation.org/Emoji
#. CUX53
@@ -13514,7 +13514,7 @@ msgctxt ""
"PERSON_PLAYING_HANDBALL\n"
"LngText.text"
msgid "handball"
-msgstr ""
+msgstr "handbalspeler"
#. 🤹 (U+1F939), see http://wiki.documentfoundation.org/Emoji
#. ZxAWV
@@ -13524,7 +13524,7 @@ msgctxt ""
"PERSON_JUGGLING\n"
"LngText.text"
msgid "juggling"
-msgstr ""
+msgstr "jongleuring"
#. 🤳 (U+1F933), see http://wiki.documentfoundation.org/Emoji
#. ydPAe
@@ -13534,7 +13534,7 @@ msgctxt ""
"SELFIE\n"
"LngText.text"
msgid "selfie"
-msgstr ""
+msgstr "selfie"
#. 🤞 (U+1F91E), see http://wiki.documentfoundation.org/Emoji
#. hCFfC
@@ -13544,7 +13544,7 @@ msgctxt ""
"CROSSED_FINGERS\n"
"LngText.text"
msgid "good luck"
-msgstr ""
+msgstr "sukses"
#. 🤙 (U+1F919), see http://wiki.documentfoundation.org/Emoji
#. cXaXX
@@ -13554,7 +13554,7 @@ msgctxt ""
"CALL_ME_HAND\n"
"LngText.text"
msgid "call"
-msgstr ""
+msgstr "roep hand"
#. 🤛 (U+1F91B), see http://wiki.documentfoundation.org/Emoji
#. FAjqc
@@ -13564,7 +13564,7 @@ msgctxt ""
"LEFT-FACING_FIST\n"
"LngText.text"
msgid "fist3"
-msgstr ""
+msgstr "vuis3"
#. 🤜 (U+1F91C), see http://wiki.documentfoundation.org/Emoji
#. F5CCT
@@ -13574,7 +13574,7 @@ msgctxt ""
"RIGHT-FACING_FIST\n"
"LngText.text"
msgid "fist4"
-msgstr ""
+msgstr "vuis4"
#. 🤚 (U+1F91A), see http://wiki.documentfoundation.org/Emoji
#. ix9At
@@ -13584,7 +13584,7 @@ msgctxt ""
"RAISED_BACK_OF_HAND\n"
"LngText.text"
msgid "hand4"
-msgstr ""
+msgstr "hand4"
#. 🤝 (U+1F91D), see http://wiki.documentfoundation.org/Emoji
#. 9fHKn
@@ -13594,7 +13594,7 @@ msgctxt ""
"HANDSHAKE\n"
"LngText.text"
msgid "handshake"
-msgstr ""
+msgstr "handdruk"
#. 🖤 (U+1F5A4), see http://wiki.documentfoundation.org/Emoji
#. gm7FZ
@@ -13604,7 +13604,7 @@ msgctxt ""
"BLACK_HEART\n"
"LngText.text"
msgid "black heart"
-msgstr ""
+msgstr "swart hart"
#. 🦍 (U+1F98D), see http://wiki.documentfoundation.org/Emoji
#. 2NjPB
@@ -13614,7 +13614,7 @@ msgctxt ""
"GORILLA\n"
"LngText.text"
msgid "gorilla"
-msgstr ""
+msgstr "gorilla"
#. 🦊 (U+1F98A), see http://wiki.documentfoundation.org/Emoji
#. KTrLE
@@ -13624,7 +13624,7 @@ msgctxt ""
"FOX_FACE\n"
"LngText.text"
msgid "fox"
-msgstr ""
+msgstr "jakkals"
#. 🦌 (U+1F98C), see http://wiki.documentfoundation.org/Emoji
#. hFm9Y
@@ -13634,7 +13634,7 @@ msgctxt ""
"DEER\n"
"LngText.text"
msgid "deer"
-msgstr ""
+msgstr "wildsbok"
#. 🦏 (U+1F98F), see http://wiki.documentfoundation.org/Emoji
#. vH7xA
@@ -13644,7 +13644,7 @@ msgctxt ""
"RHINOCEROS\n"
"LngText.text"
msgid "rhinoceros"
-msgstr ""
+msgstr "renoster"
#. 🦇 (U+1F987), see http://wiki.documentfoundation.org/Emoji
#. La26G
@@ -13654,7 +13654,7 @@ msgctxt ""
"BAT\n"
"LngText.text"
msgid "bat"
-msgstr ""
+msgstr "vlermuis"
#. 🦅 (U+1F985), see http://wiki.documentfoundation.org/Emoji
#. A5zoM
@@ -13664,7 +13664,7 @@ msgctxt ""
"EAGLE\n"
"LngText.text"
msgid "eagle"
-msgstr ""
+msgstr "arend"
#. 🦆 (U+1F986), see http://wiki.documentfoundation.org/Emoji
#. 6pBEy
@@ -13674,7 +13674,7 @@ msgctxt ""
"DUCK\n"
"LngText.text"
msgid "duck"
-msgstr ""
+msgstr "eend"
#. 🦉 (U+1F989), see http://wiki.documentfoundation.org/Emoji
#. 5WB2J
@@ -13684,7 +13684,7 @@ msgctxt ""
"OWL\n"
"LngText.text"
msgid "owl"
-msgstr ""
+msgstr "uil"
#. 🦎 (U+1F98E), see http://wiki.documentfoundation.org/Emoji
#. mTdZD
@@ -13694,7 +13694,7 @@ msgctxt ""
"LIZARD\n"
"LngText.text"
msgid "lizard"
-msgstr ""
+msgstr "akkedis"
#. 🦈 (U+1F988), see http://wiki.documentfoundation.org/Emoji
#. HGPa7
@@ -13704,7 +13704,7 @@ msgctxt ""
"SHARK\n"
"LngText.text"
msgid "shark"
-msgstr ""
+msgstr "haai"
#. 🦐 (U+1F990), see http://wiki.documentfoundation.org/Emoji
#. 9st9X
@@ -13714,7 +13714,7 @@ msgctxt ""
"SHRIMP\n"
"LngText.text"
msgid "shrimp"
-msgstr ""
+msgstr "garnaal"
#. 🦑 (U+1F991), see http://wiki.documentfoundation.org/Emoji
#. wLzdC
@@ -13724,7 +13724,7 @@ msgctxt ""
"SQUID\n"
"LngText.text"
msgid "squid"
-msgstr ""
+msgstr "inkvis"
#. 🦋 (U+1F98B), see http://wiki.documentfoundation.org/Emoji
#. ABYeM
@@ -13734,7 +13734,7 @@ msgctxt ""
"BUTTERFLY\n"
"LngText.text"
msgid "butterfly"
-msgstr ""
+msgstr "vlinder"
#. 🥀 (U+1F940), see http://wiki.documentfoundation.org/Emoji
#. g8zbG
@@ -13744,7 +13744,7 @@ msgctxt ""
"WILTED_FLOWER\n"
"LngText.text"
msgid "flower2"
-msgstr ""
+msgstr "verlepte blom"
#. 🥝 (U+1F95D), see http://wiki.documentfoundation.org/Emoji
#. rhEXe
@@ -13754,7 +13754,7 @@ msgctxt ""
"KIWI_FRUIT\n"
"LngText.text"
msgid "kiwi"
-msgstr ""
+msgstr "kiwi"
#. 🥑 (U+1F951), see http://wiki.documentfoundation.org/Emoji
#. YyyRA
@@ -13764,7 +13764,7 @@ msgctxt ""
"AVOCADO\n"
"LngText.text"
msgid "avocado"
-msgstr ""
+msgstr "avokado"
#. 🥔 (U+1F954), see http://wiki.documentfoundation.org/Emoji
#. GszVJ
@@ -13774,7 +13774,7 @@ msgctxt ""
"POTATO\n"
"LngText.text"
msgid "potato"
-msgstr ""
+msgstr "aardtappel"
#. 🥕 (U+1F955), see http://wiki.documentfoundation.org/Emoji
#. Ym3pa
@@ -13784,7 +13784,7 @@ msgctxt ""
"CARROT\n"
"LngText.text"
msgid "carrot"
-msgstr ""
+msgstr "wortel"
#. 🥒 (U+1F952), see http://wiki.documentfoundation.org/Emoji
#. Kh3D3
@@ -13794,7 +13794,7 @@ msgctxt ""
"CUCUMBER\n"
"LngText.text"
msgid "cucumber"
-msgstr ""
+msgstr "komkommer"
#. 🥜 (U+1F95C), see http://wiki.documentfoundation.org/Emoji
#. zhUDL
@@ -13804,7 +13804,7 @@ msgctxt ""
"PEANUTS\n"
"LngText.text"
msgid "peanuts"
-msgstr ""
+msgstr "grondboontjies"
#. 🥐 (U+1F950), see http://wiki.documentfoundation.org/Emoji
#. RjA9y
@@ -13814,7 +13814,7 @@ msgctxt ""
"CROISSANT\n"
"LngText.text"
msgid "croissant"
-msgstr ""
+msgstr "croissant"
#. 🥖 (U+1F956), see http://wiki.documentfoundation.org/Emoji
#. NGegu
@@ -13824,7 +13824,7 @@ msgctxt ""
"BAGUETTE_BREAD\n"
"LngText.text"
msgid "bread2"
-msgstr ""
+msgstr "brood2"
#. 🥞 (U+1F95E), see http://wiki.documentfoundation.org/Emoji
#. Kv3zL
@@ -13834,7 +13834,7 @@ msgctxt ""
"PANCAKES\n"
"LngText.text"
msgid "pancakes"
-msgstr ""
+msgstr "pannekoek"
#. 🥓 (U+1F953), see http://wiki.documentfoundation.org/Emoji
#. ZD8B4
@@ -13844,7 +13844,7 @@ msgctxt ""
"BACON\n"
"LngText.text"
msgid "bacon"
-msgstr ""
+msgstr "spek"
#. 🥙 (U+1F959), see http://wiki.documentfoundation.org/Emoji
#. FBeQo
@@ -13854,7 +13854,7 @@ msgctxt ""
"STUFFED_FLATBREAD\n"
"LngText.text"
msgid "flatbread"
-msgstr ""
+msgstr "platbrood"
#. 🥚 (U+1F95A), see http://wiki.documentfoundation.org/Emoji
#. ogxKP
@@ -13864,7 +13864,7 @@ msgctxt ""
"EGG\n"
"LngText.text"
msgid "egg"
-msgstr ""
+msgstr "eier"
#. 🥘 (U+1F958), see http://wiki.documentfoundation.org/Emoji
#. MLBgW
@@ -13874,7 +13874,7 @@ msgctxt ""
"SHALLOW_PAN_OF_FOOD\n"
"LngText.text"
msgid "food"
-msgstr ""
+msgstr "voedsel"
#. 🥗 (U+1F957), see http://wiki.documentfoundation.org/Emoji
#. NW5YQ
@@ -13884,7 +13884,7 @@ msgctxt ""
"GREEN_SALAD\n"
"LngText.text"
msgid "salad"
-msgstr ""
+msgstr "slaai"
#. 🥛 (U+1F95B), see http://wiki.documentfoundation.org/Emoji
#. ABhFU
@@ -13894,7 +13894,7 @@ msgctxt ""
"GLASS_OF_MILK\n"
"LngText.text"
msgid "milk"
-msgstr ""
+msgstr "melk"
#. 🥂 (U+1F942), see http://wiki.documentfoundation.org/Emoji
#. CE4Gm
@@ -13904,7 +13904,7 @@ msgctxt ""
"CLINKING_GLASSES\n"
"LngText.text"
msgid "party3"
-msgstr ""
+msgstr "partytjie3"
#. 🥃 (U+1F943), see http://wiki.documentfoundation.org/Emoji
#. f7rVY
@@ -13914,7 +13914,7 @@ msgctxt ""
"TUMBLER_GLASS\n"
"LngText.text"
msgid "glass3"
-msgstr ""
+msgstr "glas3"
#. 🥄 (U+1F944), see http://wiki.documentfoundation.org/Emoji
#. xQXfU
@@ -13924,7 +13924,7 @@ msgctxt ""
"SPOON\n"
"LngText.text"
msgid "spoon"
-msgstr ""
+msgstr "lepel"
#. 🛴 (U+1F6F4), see http://wiki.documentfoundation.org/Emoji
#. i9HME
@@ -13934,7 +13934,7 @@ msgctxt ""
"SCOOTER\n"
"LngText.text"
msgid "scooter"
-msgstr ""
+msgstr "skopfiets"
#. 🛵 (U+1F6F5), see http://wiki.documentfoundation.org/Emoji
#. qNJVu
@@ -13944,7 +13944,7 @@ msgctxt ""
"MOTOR_SCOOTER\n"
"LngText.text"
msgid "scooter2"
-msgstr ""
+msgstr "scooter"
#. 🛑 (U+1F6D1), see http://wiki.documentfoundation.org/Emoji
#. aFYby
@@ -13954,7 +13954,7 @@ msgctxt ""
"OCTAGONAL_SIGN\n"
"LngText.text"
msgid "stop"
-msgstr ""
+msgstr "stopteken"
#. 🛶 (U+1F6F6), see http://wiki.documentfoundation.org/Emoji
#. SXBDP
@@ -13964,7 +13964,7 @@ msgctxt ""
"CANOE\n"
"LngText.text"
msgid "canoe"
-msgstr ""
+msgstr "kano"
#. 🥇 (U+1F947), see http://wiki.documentfoundation.org/Emoji
#. 4XgcG
@@ -13974,7 +13974,7 @@ msgctxt ""
"1ST_PLACE_MEDAL\n"
"LngText.text"
msgid "gold"
-msgstr ""
+msgstr "goue medalje"
#. 🥈 (U+1F948), see http://wiki.documentfoundation.org/Emoji
#. TSHQA
@@ -13984,7 +13984,7 @@ msgctxt ""
"2ND_PLACE_MEDAL\n"
"LngText.text"
msgid "silver"
-msgstr ""
+msgstr "silwer medalje"
#. 🥉 (U+1F949), see http://wiki.documentfoundation.org/Emoji
#. EAVkw
@@ -13994,7 +13994,7 @@ msgctxt ""
"3RD_PLACE_MEDAL\n"
"LngText.text"
msgid "bronze"
-msgstr ""
+msgstr "brons medalje"
#. 🥊 (U+1F94A), see http://wiki.documentfoundation.org/Emoji
#. wd46F
@@ -14004,7 +14004,7 @@ msgctxt ""
"BOXING_GLOVE\n"
"LngText.text"
msgid "boxing"
-msgstr ""
+msgstr "boks"
#. 🥋 (U+1F94B), see http://wiki.documentfoundation.org/Emoji
#. YUmnP
@@ -14014,7 +14014,7 @@ msgctxt ""
"MARTIAL_ARTS_UNIFORM\n"
"LngText.text"
msgid "judo"
-msgstr ""
+msgstr "judo"
#. 🥅 (U+1F945), see http://wiki.documentfoundation.org/Emoji
#. qGHW2
@@ -14024,7 +14024,7 @@ msgctxt ""
"GOAL_NET\n"
"LngText.text"
msgid "soccer2"
-msgstr ""
+msgstr "sokker"
#. 🥁 (U+1F941), see http://wiki.documentfoundation.org/Emoji
#. AbcnT
@@ -14034,7 +14034,7 @@ msgctxt ""
"DRUM_WITH_DRUMSTICKS\n"
"LngText.text"
msgid "drum2"
-msgstr ""
+msgstr "drom2"
#. 🛒 (U+1F6D2), see http://wiki.documentfoundation.org/Emoji
#. B6WXA
@@ -14044,7 +14044,7 @@ msgctxt ""
"SHOPPING_TROLLEY\n"
"LngText.text"
msgid "cart"
-msgstr ""
+msgstr "winkeltrollie"
#. 🤩 (U+1F929), see http://wiki.documentfoundation.org/Emoji
#. eVxGr
@@ -14054,7 +14054,7 @@ msgctxt ""
"GRINNING_FACE_WITH_STAR_EYES\n"
"LngText.text"
msgid "excited"
-msgstr ""
+msgstr "opgewonde"
#. 🤨 (U+1F928), see http://wiki.documentfoundation.org/Emoji
#. Tsyfv
@@ -14064,7 +14064,7 @@ msgctxt ""
"FACE_WITH_ONE_EYEBROW_RAISED\n"
"LngText.text"
msgid "eyebrow"
-msgstr ""
+msgstr "wenkbrou"
#. 🤯 (U+1F92F), see http://wiki.documentfoundation.org/Emoji
#. na53j
@@ -14074,7 +14074,7 @@ msgctxt ""
"SHOCKED_FACE_WITH_EXPLODING_HEAD\n"
"LngText.text"
msgid "shocked"
-msgstr ""
+msgstr "geskok"
#. 🤪 (U+1F92A), see http://wiki.documentfoundation.org/Emoji
#. 4WDd3
@@ -14084,7 +14084,7 @@ msgctxt ""
"GRINNING_FACE_WITH_ONE_LARGE_AND_ONE_SMALL_EYE\n"
"LngText.text"
msgid "zany"
-msgstr ""
+msgstr "grinnende gesig"
#. 🤬 (U+1F92C), see http://wiki.documentfoundation.org/Emoji
#. h2dHg
@@ -14094,7 +14094,7 @@ msgctxt ""
"SERIOUS_FACE_WITH_SYMBOLS_COVERING_MOUTH\n"
"LngText.text"
msgid "cursing"
-msgstr ""
+msgstr "vloekend"
#. 🤮 (U+1F92E), see http://wiki.documentfoundation.org/Emoji
#. kBxkz
@@ -14104,7 +14104,7 @@ msgctxt ""
"FACE_WITH_OPEN_MOUTH_VOMITING\n"
"LngText.text"
msgid "vomit"
-msgstr ""
+msgstr "braak"
#. 🤫 (U+1F92B), see http://wiki.documentfoundation.org/Emoji
#. eYbxY
@@ -14114,7 +14114,7 @@ msgctxt ""
"FACE_WITH_FINGER_COVERING_CLOSED_LIPS\n"
"LngText.text"
msgid "hush"
-msgstr ""
+msgstr "stilte"
#. 🤭 (U+1F92D), see http://wiki.documentfoundation.org/Emoji
#. n5YYY
@@ -14124,7 +14124,7 @@ msgctxt ""
"SMILING_FACE_WITH_SMILING_EYES_AND_HAND_COVERING_MOUTH\n"
"LngText.text"
msgid "smiling4"
-msgstr ""
+msgstr "laggend4"
#. 🧐 (U+1F9D0), see http://wiki.documentfoundation.org/Emoji
#. jB9dt
@@ -14134,7 +14134,7 @@ msgctxt ""
"FACE_WITH_MONOCLE\n"
"LngText.text"
msgid "monocle"
-msgstr ""
+msgstr "oogglas"
#. 🧒 (U+1F9D2), see http://wiki.documentfoundation.org/Emoji
#. SLPCQ
@@ -14144,7 +14144,7 @@ msgctxt ""
"CHILD\n"
"LngText.text"
msgid "child"
-msgstr ""
+msgstr "kind"
#. 🧑 (U+1F9D1), see http://wiki.documentfoundation.org/Emoji
#. GfBGz
@@ -14154,7 +14154,7 @@ msgctxt ""
"ADULT\n"
"LngText.text"
msgid "adult"
-msgstr ""
+msgstr "volwassene"
#. 🧓 (U+1F9D3), see http://wiki.documentfoundation.org/Emoji
#. iMBiE
@@ -14164,7 +14164,7 @@ msgctxt ""
"OLDER_ADULT\n"
"LngText.text"
msgid "old"
-msgstr ""
+msgstr "oud"
#. 🧕 (U+1F9D5), see http://wiki.documentfoundation.org/Emoji
#. a4XKd
@@ -14174,7 +14174,7 @@ msgctxt ""
"PERSON_WITH_HEADSCARF\n"
"LngText.text"
msgid "headscarf"
-msgstr ""
+msgstr "kopdoek"
#. 🧔 (U+1F9D4), see http://wiki.documentfoundation.org/Emoji
#. wwFwk
@@ -14184,7 +14184,7 @@ msgctxt ""
"BEARDED_PERSON\n"
"LngText.text"
msgid "beard"
-msgstr ""
+msgstr "baard"
#. 🤱 (U+1F931), see http://wiki.documentfoundation.org/Emoji
#. aiLD6
@@ -14194,7 +14194,7 @@ msgctxt ""
"BREAST-FEEDING\n"
"LngText.text"
msgid "baby3"
-msgstr ""
+msgstr "baba3"
#. 🧙 (U+1F9D9), see http://wiki.documentfoundation.org/Emoji
#. AiBBt
@@ -14204,7 +14204,7 @@ msgctxt ""
"MAGE\n"
"LngText.text"
msgid "mage"
-msgstr ""
+msgstr "Gesigkunstenaar"
#. 🧚 (U+1F9DA), see http://wiki.documentfoundation.org/Emoji
#. 72AoC
@@ -14214,7 +14214,7 @@ msgctxt ""
"FAIRY\n"
"LngText.text"
msgid "fairy"
-msgstr ""
+msgstr "fee"
#. 🧛 (U+1F9DB), see http://wiki.documentfoundation.org/Emoji
#. xcCHr
@@ -14224,7 +14224,7 @@ msgctxt ""
"VAMPIRE\n"
"LngText.text"
msgid "vampire"
-msgstr ""
+msgstr "vampier"
#. 🧜 (U+1F9DC), see http://wiki.documentfoundation.org/Emoji
#. 6E3EF
@@ -14234,7 +14234,7 @@ msgctxt ""
"MERPERSON\n"
"LngText.text"
msgid "merperson"
-msgstr ""
+msgstr "meermin"
#. 🧝 (U+1F9DD), see http://wiki.documentfoundation.org/Emoji
#. 7WZ3s
@@ -14244,7 +14244,7 @@ msgctxt ""
"ELF\n"
"LngText.text"
msgid "elf"
-msgstr ""
+msgstr "elf"
#. 🧞 (U+1F9DE), see http://wiki.documentfoundation.org/Emoji
#. GQBVF
@@ -14254,7 +14254,7 @@ msgctxt ""
"GENIE\n"
"LngText.text"
msgid "genie"
-msgstr ""
+msgstr "genie"
#. 🧟 (U+1F9DF), see http://wiki.documentfoundation.org/Emoji
#. sF9YT
@@ -14264,7 +14264,7 @@ msgctxt ""
"ZOMBIE\n"
"LngText.text"
msgid "zombie"
-msgstr ""
+msgstr "zombie"
#. 🧖 (U+1F9D6), see http://wiki.documentfoundation.org/Emoji
#. SFGkA
@@ -14274,7 +14274,7 @@ msgctxt ""
"PERSON_IN_STEAMY_ROOM\n"
"LngText.text"
msgid "sauna"
-msgstr ""
+msgstr "sauna"
#. 🧗 (U+1F9D7), see http://wiki.documentfoundation.org/Emoji
#. 5LRF9
@@ -14284,7 +14284,7 @@ msgctxt ""
"PERSON_CLIMBING\n"
"LngText.text"
msgid "climber"
-msgstr ""
+msgstr "klimmer"
#. 🧘 (U+1F9D8), see http://wiki.documentfoundation.org/Emoji
#. UhgUh
@@ -14294,7 +14294,7 @@ msgctxt ""
"PERSON_IN_LOTUS_POSITION\n"
"LngText.text"
msgid "yoga"
-msgstr ""
+msgstr "yoga"
#. 🤟 (U+1F91F), see http://wiki.documentfoundation.org/Emoji
#. 2KjLY
@@ -14304,7 +14304,7 @@ msgctxt ""
"I_LOVE_YOU_HAND_SIGN\n"
"LngText.text"
msgid "love2"
-msgstr ""
+msgstr "liefde2"
#. 🤲 (U+1F932), see http://wiki.documentfoundation.org/Emoji
#. tjwnx
@@ -14314,7 +14314,7 @@ msgctxt ""
"PALMS_UP_TOGETHER\n"
"LngText.text"
msgid "palm2"
-msgstr ""
+msgstr "palm2"
#. 🧠 (U+1F9E0), see http://wiki.documentfoundation.org/Emoji
#. Fvr8C
@@ -14324,7 +14324,7 @@ msgctxt ""
"BRAIN\n"
"LngText.text"
msgid "brain"
-msgstr ""
+msgstr "brein"
#. 🧡 (U+1F9E1), see http://wiki.documentfoundation.org/Emoji
#. 65Vzz
@@ -14334,7 +14334,7 @@ msgctxt ""
"ORANGE_HEART\n"
"LngText.text"
msgid "orange heart"
-msgstr ""
+msgstr "oranje hart"
#. 🧣 (U+1F9E3), see http://wiki.documentfoundation.org/Emoji
#. 9F7KC
@@ -14344,7 +14344,7 @@ msgctxt ""
"SCARF\n"
"LngText.text"
msgid "scarf"
-msgstr ""
+msgstr "sjaal"
#. 🧤 (U+1F9E4), see http://wiki.documentfoundation.org/Emoji
#. 2hKw4
@@ -14354,7 +14354,7 @@ msgctxt ""
"GLOVES\n"
"LngText.text"
msgid "gloves"
-msgstr ""
+msgstr "handskoene"
#. 🧥 (U+1F9E5), see http://wiki.documentfoundation.org/Emoji
#. 7dGHw
@@ -14364,7 +14364,7 @@ msgctxt ""
"COAT\n"
"LngText.text"
msgid "coat"
-msgstr ""
+msgstr "jas"
#. 🧦 (U+1F9E6), see http://wiki.documentfoundation.org/Emoji
#. j5RzV
@@ -14374,7 +14374,7 @@ msgctxt ""
"SOCKS\n"
"LngText.text"
msgid "socks"
-msgstr ""
+msgstr "sokkies"
#. 🧢 (U+1F9E2), see http://wiki.documentfoundation.org/Emoji
#. tZNWA
@@ -14384,7 +14384,7 @@ msgctxt ""
"BILLED_CAP\n"
"LngText.text"
msgid "cap"
-msgstr ""
+msgstr "pet"
#. 🦓 (U+1F993), see http://wiki.documentfoundation.org/Emoji
#. 8mGXr
@@ -14394,7 +14394,7 @@ msgctxt ""
"ZEBRA\n"
"LngText.text"
msgid "zebra"
-msgstr ""
+msgstr "sebra"
#. 🦒 (U+1F992), see http://wiki.documentfoundation.org/Emoji
#. KK5ZG
@@ -14404,7 +14404,7 @@ msgctxt ""
"GIRAFFE\n"
"LngText.text"
msgid "giraffe"
-msgstr ""
+msgstr "kameelperd"
#. 🦔 (U+1F994), see http://wiki.documentfoundation.org/Emoji
#. m5ZyA
@@ -14414,7 +14414,7 @@ msgctxt ""
"HEDGEHOG\n"
"LngText.text"
msgid "hedgehog"
-msgstr ""
+msgstr "krimpvarkie"
#. 🦕 (U+1F995), see http://wiki.documentfoundation.org/Emoji
#. QGK7G
@@ -14424,7 +14424,7 @@ msgctxt ""
"SAUROPOD\n"
"LngText.text"
msgid "dinosaur"
-msgstr ""
+msgstr "dinosaurus"
#. 🦖 (U+1F996), see http://wiki.documentfoundation.org/Emoji
#. Nixns
@@ -14434,7 +14434,7 @@ msgctxt ""
"T-REX\n"
"LngText.text"
msgid "dinosaur2"
-msgstr ""
+msgstr "dinosaurus2"
#. 🦗 (U+1F997), see http://wiki.documentfoundation.org/Emoji
#. v74vD
@@ -14444,7 +14444,7 @@ msgctxt ""
"CRICKET\n"
"LngText.text"
msgid "cricket2"
-msgstr ""
+msgstr "kriek2"
#. 🥥 (U+1F965), see http://wiki.documentfoundation.org/Emoji
#. F6DcD
@@ -14454,7 +14454,7 @@ msgctxt ""
"COCONUT\n"
"LngText.text"
msgid "coconut"
-msgstr ""
+msgstr "kokosneut"
#. 🥦 (U+1F966), see http://wiki.documentfoundation.org/Emoji
#. ysJGH
@@ -14464,7 +14464,7 @@ msgctxt ""
"BROCCOLI\n"
"LngText.text"
msgid "broccoli"
-msgstr ""
+msgstr "brokkoli"
#. 🥨 (U+1F968), see http://wiki.documentfoundation.org/Emoji
#. CVDqB
@@ -14474,7 +14474,7 @@ msgctxt ""
"PRETZEL\n"
"LngText.text"
msgid "pretzel"
-msgstr ""
+msgstr "pretzel"
#. 🥩 (U+1F969), see http://wiki.documentfoundation.org/Emoji
#. EFzoB
@@ -14484,7 +14484,7 @@ msgctxt ""
"CUT_OF_MEAT\n"
"LngText.text"
msgid "steak"
-msgstr ""
+msgstr "biefstuk"
#. 🥪 (U+1F96A), see http://wiki.documentfoundation.org/Emoji
#. kUkjd
@@ -14494,7 +14494,7 @@ msgctxt ""
"SANDWICH\n"
"LngText.text"
msgid "sandwich"
-msgstr ""
+msgstr "toebroodjie"
#. 🥣 (U+1F963), see http://wiki.documentfoundation.org/Emoji
#. UgCS4
@@ -14504,7 +14504,7 @@ msgctxt ""
"BOWL_WITH_SPOON\n"
"LngText.text"
msgid "bowl"
-msgstr ""
+msgstr "kommetjie"
#. 🥫 (U+1F96B), see http://wiki.documentfoundation.org/Emoji
#. ruvC5
@@ -14514,7 +14514,7 @@ msgctxt ""
"CANNED_FOOD\n"
"LngText.text"
msgid "can"
-msgstr ""
+msgstr "ingelegde kos blik"
#. 🥟 (U+1F95F), see http://wiki.documentfoundation.org/Emoji
#. TZV8E
@@ -14524,7 +14524,7 @@ msgctxt ""
"DUMPLING\n"
"LngText.text"
msgid "dumpling"
-msgstr ""
+msgstr "pasta"
#. 🥠 (U+1F960), see http://wiki.documentfoundation.org/Emoji
#. APAjG
@@ -14534,7 +14534,7 @@ msgctxt ""
"FORTUNE_COOKIE\n"
"LngText.text"
msgid "cookie2"
-msgstr ""
+msgstr "koekie2"
#. 🥡 (U+1F961), see http://wiki.documentfoundation.org/Emoji
#. T3CFr
@@ -14544,7 +14544,7 @@ msgctxt ""
"TAKEOUT_BOX\n"
"LngText.text"
msgid "takeout"
-msgstr ""
+msgstr "wegneem ete"
#. 🥧 (U+1F967), see http://wiki.documentfoundation.org/Emoji
#. LYCNG
@@ -14554,7 +14554,7 @@ msgctxt ""
"PIE\n"
"LngText.text"
msgid "pie"
-msgstr ""
+msgstr "pastei"
#. 🥤 (U+1F964), see http://wiki.documentfoundation.org/Emoji
#. YNHfJ
@@ -14564,7 +14564,7 @@ msgctxt ""
"CUP_WITH_STRAW\n"
"LngText.text"
msgid "drink"
-msgstr ""
+msgstr "drankie"
#. 🥢 (U+1F962), see http://wiki.documentfoundation.org/Emoji
#. 3KB5F
@@ -14574,7 +14574,7 @@ msgctxt ""
"CHOPSTICKS\n"
"LngText.text"
msgid "chopsticks"
-msgstr ""
+msgstr "eetstokkies"
#. 🛸 (U+1F6F8), see http://wiki.documentfoundation.org/Emoji
#. QmGAB
@@ -14584,7 +14584,7 @@ msgctxt ""
"FLYING_SAUCER\n"
"LngText.text"
msgid "ufo"
-msgstr ""
+msgstr "UFO"
#. 🛷 (U+1F6F7), see http://wiki.documentfoundation.org/Emoji
#. xghQ3
@@ -14594,7 +14594,7 @@ msgctxt ""
"SLED\n"
"LngText.text"
msgid "sled"
-msgstr ""
+msgstr "slee"
#. 🥌 (U+1F94C), see http://wiki.documentfoundation.org/Emoji
#. 5hGNv
@@ -14604,7 +14604,7 @@ msgctxt ""
"CURLING_STONE\n"
"LngText.text"
msgid "curling"
-msgstr ""
+msgstr "curling"
#. ₿ (U+20BF), see http://wiki.documentfoundation.org/Emoji
#. EXrBL
@@ -14614,7 +14614,7 @@ msgctxt ""
"BITCOIN_SIGN\n"
"LngText.text"
msgid "bitcoin"
-msgstr ""
+msgstr "Bitcoin"
#. ½ (U+000BD), see http://wiki.documentfoundation.org/Emoji
#. nmwie
@@ -14624,7 +14624,7 @@ msgctxt ""
"VULGAR_FRACTION_ONE_HALF\n"
"LngText.text"
msgid "1/2"
-msgstr ""
+msgstr "1/2"
#. ⅓ (U+02153), see http://wiki.documentfoundation.org/Emoji
#. GCWJS
@@ -14634,7 +14634,7 @@ msgctxt ""
"VULGAR_FRACTION_ONE_THIRD\n"
"LngText.text"
msgid "1/3"
-msgstr ""
+msgstr "1/3"
#. ¼ (U+000BC), see http://wiki.documentfoundation.org/Emoji
#. Lgj8u
@@ -14644,7 +14644,7 @@ msgctxt ""
"VULGAR_FRACTION_ONE_QUARTER\n"
"LngText.text"
msgid "1/4"
-msgstr ""
+msgstr "1/4"
#. ⅔ (U+02154), see http://wiki.documentfoundation.org/Emoji
#. uYJY7
@@ -14654,7 +14654,7 @@ msgctxt ""
"VULGAR_FRACTION_TWO_THIRDS\n"
"LngText.text"
msgid "2/3"
-msgstr ""
+msgstr "2/3"
#. ¾ (U+000BE), see http://wiki.documentfoundation.org/Emoji
#. UP2KQ
@@ -14664,7 +14664,7 @@ msgctxt ""
"VULGAR_FRACTION_THREE_QUARTERS\n"
"LngText.text"
msgid "3/4"
-msgstr ""
+msgstr "3/4"
#. ⅛ (U+0215B), see http://wiki.documentfoundation.org/Emoji
#. ZBRTd
@@ -14674,7 +14674,7 @@ msgctxt ""
"VULGAR_FRACTION_ONE_EIGHTH\n"
"LngText.text"
msgid "1/8"
-msgstr ""
+msgstr "1/8"
#. ⅜ (U+0215C), see http://wiki.documentfoundation.org/Emoji
#. wAAbx
@@ -14684,7 +14684,7 @@ msgctxt ""
"VULGAR_FRACTION_THREE_EIGHTHS\n"
"LngText.text"
msgid "3/8"
-msgstr ""
+msgstr "3/8"
#. ⅝ (U+0215D), see http://wiki.documentfoundation.org/Emoji
#. CX2bs
@@ -14694,7 +14694,7 @@ msgctxt ""
"VULGAR_FRACTION_FIVE_EIGHTHS\n"
"LngText.text"
msgid "5/8"
-msgstr ""
+msgstr "5/8"
#. ⅞ (U+0215E), see http://wiki.documentfoundation.org/Emoji
#. J9HEX
@@ -14704,7 +14704,7 @@ msgctxt ""
"VULGAR_FRACTION_SEVEN_EIGHTHS\n"
"LngText.text"
msgid "7/8"
-msgstr ""
+msgstr "7/8"
#. ¹ (U+000B9), see http://wiki.documentfoundation.org/Emoji
#. oFFdk
@@ -14714,7 +14714,7 @@ msgctxt ""
"SUPERSCRIPT_ONE\n"
"LngText.text"
msgid "^1"
-msgstr ""
+msgstr "^1"
#. ² (U+000B2), see http://wiki.documentfoundation.org/Emoji
#. tQbfE
@@ -14724,7 +14724,7 @@ msgctxt ""
"SUPERSCRIPT_TWO\n"
"LngText.text"
msgid "^2"
-msgstr ""
+msgstr "^2"
#. ³ (U+000B3), see http://wiki.documentfoundation.org/Emoji
#. KChg6
@@ -14734,7 +14734,7 @@ msgctxt ""
"SUPERSCRIPT_THREE\n"
"LngText.text"
msgid "^3"
-msgstr ""
+msgstr "^3"
#. ⁴ (U+02074), see http://wiki.documentfoundation.org/Emoji
#. FAXEo
@@ -14744,7 +14744,7 @@ msgctxt ""
"SUPERSCRIPT_FOUR\n"
"LngText.text"
msgid "^4"
-msgstr ""
+msgstr "^4"
#. ⁵ (U+02075), see http://wiki.documentfoundation.org/Emoji
#. mq4xj
@@ -14754,7 +14754,7 @@ msgctxt ""
"SUPERSCRIPT_FIVE\n"
"LngText.text"
msgid "^5"
-msgstr ""
+msgstr "^5"
#. ⁶ (U+02076), see http://wiki.documentfoundation.org/Emoji
#. iwveQ
@@ -14764,7 +14764,7 @@ msgctxt ""
"SUPERSCRIPT_SIX\n"
"LngText.text"
msgid "^6"
-msgstr ""
+msgstr "^6"
#. ⁷ (U+02077), see http://wiki.documentfoundation.org/Emoji
#. pB4Eu
@@ -14774,7 +14774,7 @@ msgctxt ""
"SUPERSCRIPT_SEVEN\n"
"LngText.text"
msgid "^7"
-msgstr ""
+msgstr "^7"
#. ⁸ (U+02078), see http://wiki.documentfoundation.org/Emoji
#. mC2zV
@@ -14784,7 +14784,7 @@ msgctxt ""
"SUPERSCRIPT_EIGHT\n"
"LngText.text"
msgid "^8"
-msgstr ""
+msgstr "^8"
#. ⁹ (U+02079), see http://wiki.documentfoundation.org/Emoji
#. uN9Qp
@@ -14794,7 +14794,7 @@ msgctxt ""
"SUPERSCRIPT_NINE\n"
"LngText.text"
msgid "^9"
-msgstr ""
+msgstr "^9"
#. ⁰ (U+02070), see http://wiki.documentfoundation.org/Emoji
#. H3Zqf
@@ -14804,7 +14804,7 @@ msgctxt ""
"SUPERSCRIPT_ZERO\n"
"LngText.text"
msgid "^0"
-msgstr ""
+msgstr "^0"
#. ⁺ (U+0207A), see http://wiki.documentfoundation.org/Emoji
#. GtmTo
@@ -14814,7 +14814,7 @@ msgctxt ""
"SUPERSCRIPT_PLUS_SIGN\n"
"LngText.text"
msgid "^+"
-msgstr ""
+msgstr "^+"
#. ⁻ (U+0207B), see http://wiki.documentfoundation.org/Emoji
#. cKEWZ
@@ -14834,7 +14834,7 @@ msgctxt ""
"SUPERSCRIPT_EQUALS_SIGN\n"
"LngText.text"
msgid "^="
-msgstr ""
+msgstr "^="
#. ⁽ (U+0207D), see http://wiki.documentfoundation.org/Emoji
#. ZMZdA
@@ -14864,7 +14864,7 @@ msgctxt ""
"SUBSCRIPT_ONE\n"
"LngText.text"
msgid "_1"
-msgstr ""
+msgstr "_1"
#. ₂ (U+02082), see http://wiki.documentfoundation.org/Emoji
#. gL88Z
@@ -14874,7 +14874,7 @@ msgctxt ""
"SUBSCRIPT_TWO\n"
"LngText.text"
msgid "_2"
-msgstr ""
+msgstr "_2"
#. ₃ (U+02083), see http://wiki.documentfoundation.org/Emoji
#. gSTF9
@@ -14884,7 +14884,7 @@ msgctxt ""
"SUBSCRIPT_THREE\n"
"LngText.text"
msgid "_3"
-msgstr ""
+msgstr "_3"
#. ₄ (U+02084), see http://wiki.documentfoundation.org/Emoji
#. qW6Ce
@@ -14894,7 +14894,7 @@ msgctxt ""
"SUBSCRIPT_FOUR\n"
"LngText.text"
msgid "_4"
-msgstr ""
+msgstr "_4"
#. ₅ (U+02085), see http://wiki.documentfoundation.org/Emoji
#. B4VTa
@@ -14904,7 +14904,7 @@ msgctxt ""
"SUBSCRIPT_FIVE\n"
"LngText.text"
msgid "_5"
-msgstr ""
+msgstr "_5"
#. ₆ (U+02086), see http://wiki.documentfoundation.org/Emoji
#. WsC7f
@@ -14914,7 +14914,7 @@ msgctxt ""
"SUBSCRIPT_SIX\n"
"LngText.text"
msgid "_6"
-msgstr ""
+msgstr "_6"
#. ₇ (U+02087), see http://wiki.documentfoundation.org/Emoji
#. 2rEnp
@@ -14924,7 +14924,7 @@ msgctxt ""
"SUBSCRIPT_SEVEN\n"
"LngText.text"
msgid "_7"
-msgstr ""
+msgstr "_7"
#. ₈ (U+02088), see http://wiki.documentfoundation.org/Emoji
#. 5SGSg
@@ -14934,7 +14934,7 @@ msgctxt ""
"SUBSCRIPT_EIGHT\n"
"LngText.text"
msgid "_8"
-msgstr ""
+msgstr "_8"
#. ₉ (U+02089), see http://wiki.documentfoundation.org/Emoji
#. Kaa2h
@@ -14944,7 +14944,7 @@ msgctxt ""
"SUBSCRIPT_NINE\n"
"LngText.text"
msgid "_9"
-msgstr ""
+msgstr "_9"
#. ₀ (U+02080), see http://wiki.documentfoundation.org/Emoji
#. op8an
@@ -14954,7 +14954,7 @@ msgctxt ""
"SUBSCRIPT_ZERO\n"
"LngText.text"
msgid "_0"
-msgstr ""
+msgstr "_0"
#. ₊ (U+0208A), see http://wiki.documentfoundation.org/Emoji
#. FE6Lq
@@ -14964,7 +14964,7 @@ msgctxt ""
"SUBSCRIPT_PLUS_SIGN\n"
"LngText.text"
msgid "_+"
-msgstr ""
+msgstr "_+"
#. ₋ (U+0208B), see http://wiki.documentfoundation.org/Emoji
#. PdL5c
@@ -14984,7 +14984,7 @@ msgctxt ""
"SUBSCRIPT_EQUALS_SIGN\n"
"LngText.text"
msgid "_="
-msgstr ""
+msgstr "_="
#. ₍ (U+0208D), see http://wiki.documentfoundation.org/Emoji
#. pF9N5
@@ -15014,7 +15014,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_A\n"
"LngText.text"
msgid "^a"
-msgstr ""
+msgstr "^a"
#. ᵇ (U+01D47), see http://wiki.documentfoundation.org/Emoji
#. pB7jZ
@@ -15024,7 +15024,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_B\n"
"LngText.text"
msgid "^b"
-msgstr ""
+msgstr "^b"
#. ᶜ (U+01D9C), see http://wiki.documentfoundation.org/Emoji
#. QymSR
@@ -15034,7 +15034,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_C\n"
"LngText.text"
msgid "^c"
-msgstr ""
+msgstr "^c"
#. ᵈ (U+01D48), see http://wiki.documentfoundation.org/Emoji
#. WWuF4
@@ -15044,7 +15044,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_D\n"
"LngText.text"
msgid "^d"
-msgstr ""
+msgstr "^d"
#. ᵉ (U+01D49), see http://wiki.documentfoundation.org/Emoji
#. DBFRu
@@ -15054,7 +15054,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_E\n"
"LngText.text"
msgid "^e"
-msgstr ""
+msgstr "^e"
#. ᶠ (U+01DA0), see http://wiki.documentfoundation.org/Emoji
#. FSSAb
@@ -15064,7 +15064,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_F\n"
"LngText.text"
msgid "^f"
-msgstr ""
+msgstr "^f"
#. ᵍ (U+01D4D), see http://wiki.documentfoundation.org/Emoji
#. wFF2B
@@ -15074,7 +15074,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_G\n"
"LngText.text"
msgid "^g"
-msgstr ""
+msgstr "^g"
#. ʰ (U+002B0), see http://wiki.documentfoundation.org/Emoji
#. 2pBei
@@ -15084,7 +15084,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_H\n"
"LngText.text"
msgid "^h"
-msgstr ""
+msgstr "^h"
#. ⁱ (U+02071), see http://wiki.documentfoundation.org/Emoji
#. GtCEX
@@ -15094,7 +15094,7 @@ msgctxt ""
"SUPERSCRIPT_LATIN_SMALL_LETTER_I\n"
"LngText.text"
msgid "^i"
-msgstr ""
+msgstr "^i"
#. ʲ (U+002B2), see http://wiki.documentfoundation.org/Emoji
#. ikBkL
@@ -15104,7 +15104,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_J\n"
"LngText.text"
msgid "^j"
-msgstr ""
+msgstr "^j"
#. ᵏ (U+01D4F), see http://wiki.documentfoundation.org/Emoji
#. JNyVU
@@ -15114,7 +15114,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_K\n"
"LngText.text"
msgid "^k"
-msgstr ""
+msgstr "^k"
#. ˡ (U+002E1), see http://wiki.documentfoundation.org/Emoji
#. U8qEx
@@ -15124,7 +15124,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_L\n"
"LngText.text"
msgid "^l"
-msgstr ""
+msgstr "^l"
#. ᵐ (U+01D50), see http://wiki.documentfoundation.org/Emoji
#. Bb3N7
@@ -15134,7 +15134,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_M\n"
"LngText.text"
msgid "^m"
-msgstr ""
+msgstr "^m"
#. ⁿ (U+0207F), see http://wiki.documentfoundation.org/Emoji
#. oT4ts
@@ -15144,7 +15144,7 @@ msgctxt ""
"SUPERSCRIPT_LATIN_SMALL_LETTER_N\n"
"LngText.text"
msgid "^n"
-msgstr ""
+msgstr "^n"
#. ᵒ (U+01D52), see http://wiki.documentfoundation.org/Emoji
#. ufK3e
@@ -15154,7 +15154,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_O\n"
"LngText.text"
msgid "^o"
-msgstr ""
+msgstr "^o"
#. ᵖ (U+01D56), see http://wiki.documentfoundation.org/Emoji
#. CDWbH
@@ -15164,7 +15164,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_P\n"
"LngText.text"
msgid "^p"
-msgstr ""
+msgstr "^p"
#. ʳ (U+002B3), see http://wiki.documentfoundation.org/Emoji
#. tHyqw
@@ -15174,7 +15174,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_R\n"
"LngText.text"
msgid "^r"
-msgstr ""
+msgstr "^r"
#. ˢ (U+002E2), see http://wiki.documentfoundation.org/Emoji
#. CsBY6
@@ -15184,7 +15184,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_S\n"
"LngText.text"
msgid "^s"
-msgstr ""
+msgstr "^s"
#. ᵗ (U+01D57), see http://wiki.documentfoundation.org/Emoji
#. aU39K
@@ -15194,7 +15194,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_T\n"
"LngText.text"
msgid "^t"
-msgstr ""
+msgstr "^t"
#. ᵘ (U+01D58), see http://wiki.documentfoundation.org/Emoji
#. zDqKT
@@ -15204,7 +15204,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_U\n"
"LngText.text"
msgid "^u"
-msgstr ""
+msgstr "^u"
#. ᵛ (U+01D5B), see http://wiki.documentfoundation.org/Emoji
#. KYKGm
@@ -15214,7 +15214,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_V\n"
"LngText.text"
msgid "^v"
-msgstr ""
+msgstr "^v"
#. ʷ (U+002B7), see http://wiki.documentfoundation.org/Emoji
#. j9e8C
@@ -15224,7 +15224,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_W\n"
"LngText.text"
msgid "^w"
-msgstr ""
+msgstr "^w"
#. ˣ (U+002E3), see http://wiki.documentfoundation.org/Emoji
#. Eiacc
@@ -15234,7 +15234,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_X\n"
"LngText.text"
msgid "^x"
-msgstr ""
+msgstr "^x"
#. ʸ (U+002B8), see http://wiki.documentfoundation.org/Emoji
#. XQPuC
@@ -15244,7 +15244,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_Y\n"
"LngText.text"
msgid "^y"
-msgstr ""
+msgstr "^y"
#. ᶻ (U+01DBB), see http://wiki.documentfoundation.org/Emoji
#. vnmnz
@@ -15254,7 +15254,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_Z\n"
"LngText.text"
msgid "^z"
-msgstr ""
+msgstr "^z"
#. ᴬ (U+01D2C), see http://wiki.documentfoundation.org/Emoji
#. WvCDU
@@ -15264,7 +15264,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_A\n"
"LngText.text"
msgid "^A"
-msgstr ""
+msgstr "^A"
#. ᴮ (U+01D2E), see http://wiki.documentfoundation.org/Emoji
#. wGXNi
@@ -15274,7 +15274,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_B\n"
"LngText.text"
msgid "^B"
-msgstr ""
+msgstr "^B"
#. ᴰ (U+01D30), see http://wiki.documentfoundation.org/Emoji
#. hVJVE
@@ -15284,7 +15284,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_D\n"
"LngText.text"
msgid "^D"
-msgstr ""
+msgstr "^D"
#. ᴱ (U+01D31), see http://wiki.documentfoundation.org/Emoji
#. 8Efke
@@ -15294,7 +15294,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_E\n"
"LngText.text"
msgid "^E"
-msgstr ""
+msgstr "^E"
#. ᴳ (U+01D33), see http://wiki.documentfoundation.org/Emoji
#. pApe7
@@ -15304,7 +15304,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_G\n"
"LngText.text"
msgid "^G"
-msgstr ""
+msgstr "^G"
#. ᴴ (U+01D34), see http://wiki.documentfoundation.org/Emoji
#. Bjk2Z
@@ -15314,7 +15314,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_H\n"
"LngText.text"
msgid "^H"
-msgstr ""
+msgstr "^H"
#. ᴵ (U+01D35), see http://wiki.documentfoundation.org/Emoji
#. UR8AR
@@ -15324,7 +15324,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_I\n"
"LngText.text"
msgid "^I"
-msgstr ""
+msgstr "^I"
#. ᴶ (U+01D36), see http://wiki.documentfoundation.org/Emoji
#. uobRE
@@ -15334,7 +15334,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_J\n"
"LngText.text"
msgid "^J"
-msgstr ""
+msgstr "^J"
#. ᴷ (U+01D37), see http://wiki.documentfoundation.org/Emoji
#. DMNFo
@@ -15344,7 +15344,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_K\n"
"LngText.text"
msgid "^K"
-msgstr ""
+msgstr "^K"
#. ᴸ (U+01D38), see http://wiki.documentfoundation.org/Emoji
#. bzESb
@@ -15354,7 +15354,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_L\n"
"LngText.text"
msgid "^L"
-msgstr ""
+msgstr "^L"
#. ᴹ (U+01D39), see http://wiki.documentfoundation.org/Emoji
#. 2gTjB
@@ -15364,7 +15364,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_M\n"
"LngText.text"
msgid "^M"
-msgstr ""
+msgstr "^M"
#. ᴺ (U+01D3A), see http://wiki.documentfoundation.org/Emoji
#. J5Gx4
@@ -15374,7 +15374,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_N\n"
"LngText.text"
msgid "^N"
-msgstr ""
+msgstr "^N"
#. ᴼ (U+01D3C), see http://wiki.documentfoundation.org/Emoji
#. icthu
@@ -15384,7 +15384,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_O\n"
"LngText.text"
msgid "^O"
-msgstr ""
+msgstr "^O"
#. ᴾ (U+01D3E), see http://wiki.documentfoundation.org/Emoji
#. zE85z
@@ -15394,7 +15394,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_P\n"
"LngText.text"
msgid "^P"
-msgstr ""
+msgstr "^P"
#. ᴿ (U+01D3F), see http://wiki.documentfoundation.org/Emoji
#. jANLc
@@ -15404,7 +15404,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_R\n"
"LngText.text"
msgid "^R"
-msgstr ""
+msgstr "^R"
#. ᵀ (U+01D40), see http://wiki.documentfoundation.org/Emoji
#. VXTXF
@@ -15414,7 +15414,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_T\n"
"LngText.text"
msgid "^T"
-msgstr ""
+msgstr "^T"
#. ᵁ (U+01D41), see http://wiki.documentfoundation.org/Emoji
#. CCEnp
@@ -15424,7 +15424,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_U\n"
"LngText.text"
msgid "^U"
-msgstr ""
+msgstr "^U"
#. ⱽ (U+02C7D), see http://wiki.documentfoundation.org/Emoji
#. CTtuW
@@ -15434,7 +15434,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_V\n"
"LngText.text"
msgid "^V"
-msgstr ""
+msgstr "^V"
#. ᵂ (U+01D42), see http://wiki.documentfoundation.org/Emoji
#. tGGcN
@@ -15444,7 +15444,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_W\n"
"LngText.text"
msgid "^W"
-msgstr ""
+msgstr "^W"
#. ₐ (U+02090), see http://wiki.documentfoundation.org/Emoji
#. mzsGJ
@@ -15454,7 +15454,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_A\n"
"LngText.text"
msgid "_a"
-msgstr ""
+msgstr "_a"
#. ₑ (U+02091), see http://wiki.documentfoundation.org/Emoji
#. AjRgG
@@ -15464,7 +15464,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_E\n"
"LngText.text"
msgid "_e"
-msgstr ""
+msgstr "_e"
#. ₕ (U+02095), see http://wiki.documentfoundation.org/Emoji
#. PEzPP
@@ -15474,7 +15474,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_H\n"
"LngText.text"
msgid "_h"
-msgstr ""
+msgstr "_h"
#. ᵢ (U+01D62), see http://wiki.documentfoundation.org/Emoji
#. oVoDX
@@ -15484,7 +15484,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_I\n"
"LngText.text"
msgid "_i"
-msgstr ""
+msgstr "_i"
#. ⱼ (U+02C7C), see http://wiki.documentfoundation.org/Emoji
#. eAM4q
@@ -15494,7 +15494,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_J\n"
"LngText.text"
msgid "_j"
-msgstr ""
+msgstr "_j"
#. ₖ (U+02096), see http://wiki.documentfoundation.org/Emoji
#. 5ZgCG
@@ -15504,7 +15504,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_K\n"
"LngText.text"
msgid "_k"
-msgstr ""
+msgstr "_k"
#. ₗ (U+02097), see http://wiki.documentfoundation.org/Emoji
#. xvYvD
@@ -15514,7 +15514,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_L\n"
"LngText.text"
msgid "_l"
-msgstr ""
+msgstr "_l"
#. ₘ (U+02098), see http://wiki.documentfoundation.org/Emoji
#. GCDfd
@@ -15524,7 +15524,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_M\n"
"LngText.text"
msgid "_m"
-msgstr ""
+msgstr "_m"
#. ₙ (U+02099), see http://wiki.documentfoundation.org/Emoji
#. GrwUs
@@ -15534,7 +15534,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_N\n"
"LngText.text"
msgid "_n"
-msgstr ""
+msgstr "_n"
#. ₒ (U+02092), see http://wiki.documentfoundation.org/Emoji
#. ZG9m2
@@ -15544,7 +15544,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_O\n"
"LngText.text"
msgid "_o"
-msgstr ""
+msgstr "_o"
#. ₚ (U+0209A), see http://wiki.documentfoundation.org/Emoji
#. HaoJt
@@ -15554,7 +15554,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_P\n"
"LngText.text"
msgid "_p"
-msgstr ""
+msgstr "_p"
#. ᵣ (U+01D63), see http://wiki.documentfoundation.org/Emoji
#. Yeg7A
@@ -15564,7 +15564,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_R\n"
"LngText.text"
msgid "_r"
-msgstr ""
+msgstr "_r"
#. ₛ (U+0209B), see http://wiki.documentfoundation.org/Emoji
#. F3MHa
@@ -15574,7 +15574,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_S\n"
"LngText.text"
msgid "_s"
-msgstr ""
+msgstr "_s"
#. ₜ (U+0209C), see http://wiki.documentfoundation.org/Emoji
#. nKDsn
@@ -15584,7 +15584,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_T\n"
"LngText.text"
msgid "_t"
-msgstr ""
+msgstr "_t"
#. ᵤ (U+01D64), see http://wiki.documentfoundation.org/Emoji
#. NqYaD
@@ -15594,7 +15594,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_U\n"
"LngText.text"
msgid "_u"
-msgstr ""
+msgstr "_u"
#. ᵥ (U+01D65), see http://wiki.documentfoundation.org/Emoji
#. 6P9ZQ
@@ -15604,7 +15604,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_V\n"
"LngText.text"
msgid "_v"
-msgstr ""
+msgstr "_v"
#. ₓ (U+02093), see http://wiki.documentfoundation.org/Emoji
#. BCsM8
@@ -15614,7 +15614,7 @@ msgctxt ""
"LATIN_SUBSCRIPT_SMALL_LETTER_X\n"
"LngText.text"
msgid "_x"
-msgstr ""
+msgstr "_x"
#. ᵅ (U+01D45), see http://wiki.documentfoundation.org/Emoji
#. gytmK
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
index 3d04f3bf6ef..667aeaf988e 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-28 12:35+0000\n"
+"PO-Revision-Date: 2020-08-06 08:40+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/af/>\n"
"Language: af\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1560976865.000000\n"
#. W5ukN
@@ -29686,7 +29686,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Show outline content visibility button"
-msgstr ""
+msgstr "Vertoon die sigbaarheidsknoppie van die raamwerkinhoud"
#. 9DzFr
#: WriterCommands.xcu
@@ -29696,7 +29696,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Show outline content visibility button"
-msgstr ""
+msgstr "Vertoon die sigbaarheidsknoppie van die raamwerkinhoud"
#. QFi68
#: WriterCommands.xcu
@@ -34936,7 +34936,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Toggle Outline Content Visibility"
-msgstr ""
+msgstr "Wissel die raamwerkinhoud Sigbaarheid"
#. mByUW
#: WriterCommands.xcu
@@ -34946,7 +34946,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Fold or unfold outline content in document"
-msgstr ""
+msgstr "Invou of Uitvou Raamwerkinhoud in Dokument"
#. joS9f
#: WriterFormWindowState.xcu
diff --git a/source/af/sfx2/messages.po b/source/af/sfx2/messages.po
index d8197322d30..7c1480dada5 100644
--- a/source/af/sfx2/messages.po
+++ b/source/af/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-28 12:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560975251.000000\n"
#. bHbFE
@@ -928,8 +928,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Beeldfilter nie gevind nie"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -945,43 +951,43 @@ msgstr ""
"\n"
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Verkeerde wagwoord"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "Die OpenPGP sleutel is nie meer beroubaar nie, is of korrup of enkripsie faal."
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(minstens $(MINLEN) karakters)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(minstens 1 karakter)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(Die wagwoord kan leeg wees)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "Die aksie kon nie uitgevoer word nie. Die %PRODUCTNAME-programmodule wat vir hierdie aksie benodig word, is tans nie geïnstalleer nie."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -991,7 +997,7 @@ msgstr ""
"Wil u dit nou installeer?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -1001,215 +1007,215 @@ msgstr ""
"U kan inligting oor bestellings op ons tuisblad kry."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Welkom by %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "Laat val ’n dokument hier of kies ’n toepassing links om een te skep."
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr "Teks"
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr "Standaard Uitdrukking"
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr "Vooraf gedefinieerd"
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr "Onbekend"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr "Teiken Naam"
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr "Tipe"
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr "Inhoud"
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr "Groot- Klein-letter Sensitief"
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr "Hele woorde"
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr "Ja"
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr "Nee"
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr "Doelwit"
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr "Laai Doelwitte"
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr "Stoor Doelwitte"
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr "Al die velde word vereis"
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr "Daar is alreeds 'n Doelwit met die naam"
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr "Jy het veelvuldige Doelwitte gekies, meer slegs een kan op 'n slag redigeer word."
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr "Is u seker dat u $(TARGETSCOUNT) doelwitte gelyktydig wil skrap?"
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr "Doelversameling (*.json)"
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr "Doel redigeer"
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr "Kon nie 'n nuwe doelwit byvoeg nie. Rapporteer asb. hierdie voorval."
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr "Die tekenmodule is nodig vir redigering. Maak seker dat LibreOffice Draw geïnstalleer is en dat dit goed werk."
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Huidige weergawe"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Voer uit"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Voeg in"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "Voeg ~in"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<Alle beelde>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Stoor ’n kopie"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Vergelyk met"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "Smelt saam met"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME-dokument"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " J: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1219,31 +1225,31 @@ msgstr ""
"Die waarde sal as teks gestoor word."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Styl bestaan reeds. Oorskryf?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "Stel te~rug"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Hierdie naam is reeds in gebruik."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Hierdie styl bestaan nie."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1253,7 +1259,7 @@ msgstr ""
"omdat dit tot 'n rekursiewe verwysing sou lei."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1263,7 +1269,7 @@ msgstr ""
"Kies asseblief ’n ander naam."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1275,73 +1281,73 @@ msgstr ""
"Wil u die geselekteerde styl uitvee?\n"
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Style in gebruik: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Navigator"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Foutiewe wagwoordbevestiging"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Stuur"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Font"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Sien weergaweopmerking"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(geen naam gegee nie)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Hiërargies"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "Wil u werklik die opname kanselleer? Alle stappe wat tot op hierdie stadium opgeneem is, sal verlore gaan."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Kanselleer opname"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Die sjablone word vir eerste gebruik geïnisialiseer."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1351,7 +1357,7 @@ msgstr ""
"Kies asseblief 'n drukker en probeer weer."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1361,19 +1367,19 @@ msgstr ""
"Gaan asseblief u drukkeropstelling na."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Drukker besig"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (leesalleen)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1385,7 +1391,7 @@ msgstr ""
"in die aktiewe dokument gestoor word?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1397,7 +1403,7 @@ msgstr ""
"aktiewe dokument gestoor word?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1409,7 +1415,7 @@ msgstr ""
"in die aktiewe dokument gestoor word?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1419,7 +1425,7 @@ msgstr ""
"omdat ’n druktaak uitgevoer word."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1430,7 +1436,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1442,19 +1448,19 @@ msgstr ""
"Foutkode is $1"
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr "Fout met stuur van e-pos"
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "Hierdie dokument kan nie geredigeer word nie, moontlik weens ontbrekende toegangsregte. Wil u ’n kopie van die dokument redigeer?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1464,471 +1470,471 @@ msgstr ""
"Wil u 'n kopie van die dokument wysig?"
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr "U kan ook probeer om die versperring te ignoreer en die lêer oopmaak vir redigering."
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "Open ~kopie"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr "~Open"
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (herstelde dokument)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "Hierdie dokument is nie op die bediener afgemeld nie."
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr "Help ons om %PRODUCTNAME beter te maak!"
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr "Raak betrokke"
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr "U donasies ondersteun ons wêreldwye gemeenskap."
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr "Doneer"
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr "u loop tans weergawe %PRODUCTVERSION van %PRODUCTNAME vir die eerste keer. Wil u sien wat nuut is?"
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr "Weergawe Inligting"
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Dié dokument is oop in leesalleen modus."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "Dié PDF is oop in leesalleen modus om die bestaande lêer te kan onderteken."
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "Die klassifikasie etiket van hierdie dokument is %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "Die dokument moet eers geklassifiseer word, voordat die klembord geplak kan word."
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "Hierdie dokument het 'n laer vlak klassifikasie as die inhoud van die klembord."
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "Vlak"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Nasionale sekuriteit:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Uitvoer Kontrole:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Sluit Af."
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Redigeer dokument"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Onderteken dokument"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr "Finse Simbole"
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "Dié dokument het ’n ongeldige handtekening."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "Die handtekening is geldig, maar die dokument is gewysig."
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "Die handtekening is OK, maar die sertifikaat kon nie gevalideer word nie."
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "Die handtekening is OK, maar die dokument is slegs gedeeltelik onderteken."
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr "Die sertifikaat kon nie gevalideer word nie en die dokument is slegs gedeeltelik onderteken."
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "Dié dokument is digitaal onderteken en die handtekening is geldig."
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "Wys handtekeninge"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Sluit Paneel."
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Vasmeer"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Losmaak"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Meer Opsies"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Sluit Sybalk"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "Sybalk Instellings"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Aanpassing"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Herstel Verstekwaardes"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Sluit Sybalk"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "Alizarin"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Byekorf"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Blou Kromme"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Bloudruk Planne"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "Helder Blou"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "Klassieke Rooi"
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "DNA"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Fokus"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Woudvoël"
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "Impress"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Inspirasie"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Ligte"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "Weelde Groen"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Metropolis"
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Middernag Blou"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Natuur Illustrasie"
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Potlood"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Klavier"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Portfolio"
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Voortgaan"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "Sonsondergang"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Tradisioneel"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Helder"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "CV"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Samevatting"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "Verstek"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Moderne"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Moderne sakebrief sans-serif"
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Moderne sakebrief sans-serif"
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Visetekaartjie met logo"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Eenvoudig"
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Verwyder"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Alles uitwis"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Wagwoordlengte"
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "Die wagwoord wat u ingevoer het, veroorsaak probleme met versoenbaarheid. Voer 'n wagwoord, wat korter as 52 grepe is of langer is as 55 grepe."
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "%{key}-Klik, om die skakel: %{link} te open"
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Kliek om die skakel: %{link} te open"
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(gebruik deur: %STYLELIST)"
diff --git a/source/af/svx/messages.po b/source/af/svx/messages.po
index 5b260a20962..7e0d7dacd6e 100644
--- a/source/af/svx/messages.po
+++ b/source/af/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-06-05 20:56+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-17 10:44+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/af/>\n"
"Language: af\n"
@@ -2057,7 +2057,7 @@ msgstr "Skadudeursigtigheid"
#: include/svx/strings.hrc:367
msgctxt "SIP_SA_SHADOWBLUR"
msgid "Shadow blur"
-msgstr ""
+msgstr "Skadu verdof"
#. sDFuG
#: include/svx/strings.hrc:368
@@ -2945,7 +2945,7 @@ msgstr "Snoei"
#: include/svx/strings.hrc:515
msgctxt "SIP_SA_GLOW_RADIUS"
msgid "Radius of glow effect"
-msgstr ""
+msgstr "Radius van gloei-effek"
#. 3hvai
#: include/svx/strings.hrc:516
@@ -2963,7 +2963,7 @@ msgstr "Transparansie van gloei-effek"
#: include/svx/strings.hrc:518
msgctxt "SIP_SA_SOFTEDGE_RADIUS"
msgid "Radius of soft edge effect"
-msgstr ""
+msgstr "Radius van sagte randeffek"
#. nVcjU
#: include/svx/strings.hrc:519
@@ -4247,87 +4247,75 @@ msgstr "Horisontaal blou"
#. ZEfzF
#: include/svx/strings.hrc:749
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT40"
msgid "Horizontal Green"
-msgstr "Horisontaal in"
+msgstr "Horisontaal groen"
#. GFRCF
#: include/svx/strings.hrc:750
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT41"
msgid "Horizontal Orange"
-msgstr "Horisontale reël"
+msgstr "Horisontale oranje"
#. iouxG
#: include/svx/strings.hrc:751
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT42"
msgid "Horizontal Red"
-msgstr "Horisontaal"
+msgstr "Horisontaal rooi"
#. Gta9k
#: include/svx/strings.hrc:752
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT43"
msgid "Horizontal Turquoise"
-msgstr "Hori~sontale liniaal"
+msgstr "Horisontaal turkoois"
#. Tdpw4
#: include/svx/strings.hrc:753
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT44"
msgid "Horizontal Violet"
-msgstr "Horisontaal uit"
+msgstr "Horisontaal violet"
#. DyVEP
#: include/svx/strings.hrc:754
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT45"
msgid "Radial"
msgstr "Radiaal"
#. Uyhuj
#: include/svx/strings.hrc:755
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT46"
msgid "Radial Blue"
-msgstr "Radiaal"
+msgstr "Radiaal blou"
#. MA6Qs
#: include/svx/strings.hrc:756
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT47"
msgid "Radial Green"
-msgstr "Radiaal groen/swart"
+msgstr "Radiaal groen"
#. Pt24U
#: include/svx/strings.hrc:757
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT48"
msgid "Radial Orange"
-msgstr "~Dataomvang"
+msgstr "Radiaal oranje"
#. 37T3A
#: include/svx/strings.hrc:758
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT49"
msgid "Radial Red"
-msgstr "Radiaal"
+msgstr "Radiaal rooi"
#. gLwZp
#: include/svx/strings.hrc:759
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT50"
msgid "Radial Turquoise"
-msgstr "Turkoois"
+msgstr "Radiaal turkoois"
#. gka9C
#: include/svx/strings.hrc:760
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT51"
msgid "Radial Violet"
-msgstr "Violet"
+msgstr "Radiaal violet"
#. BaGs9
#: include/svx/strings.hrc:761
@@ -4337,76 +4325,70 @@ msgstr "Vertikaal"
#. DqGbG
#: include/svx/strings.hrc:762
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT53"
msgid "Vertical Blue"
-msgstr "Vertikale reël"
+msgstr "Vertikaal blou"
#. FCa2X
#: include/svx/strings.hrc:763
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT54"
msgid "Vertical Green"
-msgstr "Vertikaal in"
+msgstr "Vertikaal groen"
#. BNSiE
#: include/svx/strings.hrc:764
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT55"
msgid "Vertical Orange"
-msgstr "Vertikale reël"
+msgstr "Vertikaal oranje"
#. DfiaF
#: include/svx/strings.hrc:765
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT56"
msgid "Vertical Red"
-msgstr "Vertikale liniaal"
+msgstr "Vertikaal rooi"
#. 4htXp
#: include/svx/strings.hrc:766
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT57"
msgid "Vertical Turquoise"
-msgstr "Verti~kale liniaal"
+msgstr "Vertikaal turkoois"
#. FVCCq
#: include/svx/strings.hrc:767
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT58"
msgid "Vertical Violet"
-msgstr "Vertikaal uit"
+msgstr "Vertikaal violet"
#. S3bJ9
#. gradients of unknown provenience
#: include/svx/strings.hrc:769
msgctxt "RID_SVXSTR_GRDT59"
msgid "Gray Gradient"
-msgstr ""
+msgstr "Grys gradiënt"
#. CDxDN
#: include/svx/strings.hrc:770
msgctxt "RID_SVXSTR_GRDT60"
msgid "Yellow Gradient"
-msgstr ""
+msgstr "Geel gradiënt"
#. amMze
#: include/svx/strings.hrc:771
msgctxt "RID_SVXSTR_GRDT61"
msgid "Orange Gradient"
-msgstr ""
+msgstr "Oranje gradiënt"
#. bodAW
#: include/svx/strings.hrc:772
msgctxt "RID_SVXSTR_GRDT62"
msgid "Red Gradient"
-msgstr ""
+msgstr "Rooi gradiënt"
#. Zn2x3
#: include/svx/strings.hrc:773
msgctxt "RID_SVXSTR_GRDT63"
msgid "Pink Gradient"
-msgstr ""
+msgstr "Pienk gradiënt"
#. xXMfH
#: include/svx/strings.hrc:774
@@ -4418,346 +4400,345 @@ msgstr "Lug"
#: include/svx/strings.hrc:775
msgctxt "RID_SVXSTR_GRDT65"
msgid "Cyan Gradient"
-msgstr ""
+msgstr "Blougroen gradiënt"
#. jAu7g
#: include/svx/strings.hrc:776
msgctxt "RID_SVXSTR_GRDT66"
msgid "Blue Gradient"
-msgstr ""
+msgstr "Blou gradiënt"
#. idyKS
#: include/svx/strings.hrc:777
msgctxt "RID_SVXSTR_GRDT67"
msgid "Purple Pipe"
-msgstr ""
+msgstr "Pers buis"
#. fFZia
#: include/svx/strings.hrc:778
-#, fuzzy
msgctxt "RID_SVXSTR_GRDT68"
msgid "Night"
-msgstr "Regs"
+msgstr "Nag"
#. 4ECED
#: include/svx/strings.hrc:779
msgctxt "RID_SVXSTR_GRDT69"
msgid "Green Gradient"
-msgstr ""
+msgstr "Groen gradiënt"
#. ecDQh
#. actual gradients defined for 6.1
#: include/svx/strings.hrc:781
msgctxt "RID_SVXSTR_GRDT70"
msgid "Pastel Bouquet"
-msgstr ""
+msgstr "Paste boeket"
#. 9BV4L
#: include/svx/strings.hrc:782
msgctxt "RID_SVXSTR_GRDT71"
msgid "Pastel Dream"
-msgstr ""
+msgstr "Pastel droom"
#. jEVDi
#: include/svx/strings.hrc:783
msgctxt "RID_SVXSTR_GRDT72"
msgid "Blue Touch"
-msgstr ""
+msgstr "Blou aksent"
#. ZAj48
#: include/svx/strings.hrc:784
msgctxt "RID_SVXSTR_GRDT73"
msgid "Blank with Gray"
-msgstr ""
+msgstr "Wit met grys"
#. CJqu3
#: include/svx/strings.hrc:785
msgctxt "RID_SVXSTR_GRDT74"
msgid "Spotted Gray"
-msgstr ""
+msgstr "Gestippelde grys"
#. s6Z54
#: include/svx/strings.hrc:786
msgctxt "RID_SVXSTR_GRDT75"
msgid "London Mist"
-msgstr ""
+msgstr "Londonse newel"
#. nk99S
#: include/svx/strings.hrc:787
msgctxt "RID_SVXSTR_GRDT76"
msgid "Teal to Blue"
-msgstr ""
+msgstr "Turkoois tot blou"
#. ud3Bc
#: include/svx/strings.hrc:788
msgctxt "RID_SVXSTR_GRDT77"
msgid "Midnight"
-msgstr ""
+msgstr "Middernag"
#. 3DFV9
#: include/svx/strings.hrc:789
msgctxt "RID_SVXSTR_GRDT78"
msgid "Deep Ocean"
-msgstr ""
+msgstr "Diep oseaan"
#. beAAG
#: include/svx/strings.hrc:790
msgctxt "RID_SVXSTR_GRDT79"
msgid "Submarine"
-msgstr ""
+msgstr "Ondersee"
#. LCJCH
#: include/svx/strings.hrc:791
msgctxt "RID_SVXSTR_GRDT80"
msgid "Green Grass"
-msgstr ""
+msgstr "Groen gras"
#. wiGu5
#: include/svx/strings.hrc:792
msgctxt "RID_SVXSTR_GRDT81"
msgid "Neon Light"
-msgstr ""
+msgstr "Neon lig"
#. EGqXT
#: include/svx/strings.hrc:793
msgctxt "RID_SVXSTR_GRDT82"
msgid "Sunshine"
-msgstr ""
+msgstr "Sonskyn"
#. WCs3M
#: include/svx/strings.hrc:794
msgctxt "RID_SVXSTR_GRDT83"
msgid "Present"
-msgstr ""
+msgstr "Aanwesig"
#. 99B5Z
#: include/svx/strings.hrc:795
msgctxt "RID_SVXSTR_GRDT84"
msgid "Mahogany"
-msgstr ""
+msgstr "Mahonie"
#. Z8RH9
#. /gradients
#: include/svx/strings.hrc:797
msgctxt "RID_SVXSTR_HATCH0"
msgid "Black 0 Degrees"
-msgstr ""
+msgstr "Swart 0 grade"
#. BUCv6
#: include/svx/strings.hrc:798
msgctxt "RID_SVXSTR_HATCH1"
msgid "Black 90 Degrees"
-msgstr ""
+msgstr "Swart 90 grade"
#. gyzNu
#: include/svx/strings.hrc:799
msgctxt "RID_SVXSTR_HATCH2"
msgid "Black 180 Degrees Crossed"
-msgstr ""
+msgstr "Swart 180 grade gekruis"
#. KYmyj
#: include/svx/strings.hrc:800
msgctxt "RID_SVXSTR_HATCH3"
msgid "Blue 45 Degrees"
-msgstr ""
+msgstr "Blou 45 grade"
#. 2qkyC
#: include/svx/strings.hrc:801
msgctxt "RID_SVXSTR_HATCH4"
msgid "Blue -45 Degrees"
-msgstr ""
+msgstr "Blou -45 grade"
#. GFqzJ
#: include/svx/strings.hrc:802
msgctxt "RID_SVXSTR_HATCH5"
msgid "Blue 45 Degrees Crossed"
-msgstr ""
+msgstr "Blou 45 grade gekruis"
#. wRXH2
#: include/svx/strings.hrc:803
msgctxt "RID_SVXSTR_HATCH6"
msgid "Green 30 Degrees"
-msgstr ""
+msgstr "Groen 30 grade"
#. JAkb9
#: include/svx/strings.hrc:804
msgctxt "RID_SVXSTR_HATCH7"
msgid "Green 60 Degrees"
-msgstr ""
+msgstr "Groen 60 grade"
#. DnKyA
#: include/svx/strings.hrc:805
msgctxt "RID_SVXSTR_HATCH8"
msgid "Green 90 Degrees Triple"
-msgstr ""
+msgstr "Groen 90 grade drievoudig"
#. oTAUx
#: include/svx/strings.hrc:806
msgctxt "RID_SVXSTR_HATCH9"
msgid "Red 45 Degrees"
-msgstr ""
+msgstr "Rooi 45 grade"
#. xcHED
#: include/svx/strings.hrc:807
msgctxt "RID_SVXSTR_HATCH10"
msgid "Red 90 Degrees Crossed"
-msgstr ""
+msgstr "Rooi 90 grade gekruis"
#. UZM2R
#: include/svx/strings.hrc:808
msgctxt "RID_SVXSTR_HATCH11"
msgid "Red -45 Degrees Triple"
-msgstr ""
+msgstr "Rooi -45 grade drievoudig"
#. TypfV
#: include/svx/strings.hrc:809
msgctxt "RID_SVXSTR_HATCH12"
msgid "Yellow 45 Degrees"
-msgstr ""
+msgstr "Geel 45 grade"
#. eRFD8
#: include/svx/strings.hrc:810
msgctxt "RID_SVXSTR_HATCH13"
msgid "Yellow 45 Degrees Crossed"
-msgstr ""
+msgstr "Geel 45 grade gekruis"
#. JhXx3
#: include/svx/strings.hrc:811
msgctxt "RID_SVXSTR_HATCH14"
msgid "Yellow 45 Degrees Triple"
-msgstr ""
+msgstr "Geel 45 grade drievoudig"
#. 78jyB
#: include/svx/strings.hrc:812
msgctxt "RID_SVXSTR_HATCH15"
msgid "Hatching"
-msgstr ""
+msgstr "Uitbroei"
#. FJati
#: include/svx/strings.hrc:813
msgctxt "RID_SVXSTR_BMP0"
msgid "Empty"
-msgstr ""
+msgstr "Leeg"
#. Q4jUs
#: include/svx/strings.hrc:814
msgctxt "RID_SVXSTR_BMP1"
msgid "Painted White"
-msgstr ""
+msgstr "Wit geverf"
#. iHX2t
#: include/svx/strings.hrc:815
msgctxt "RID_SVXSTR_BMP2"
msgid "Paper Texture"
-msgstr ""
+msgstr "Papier tekstuur"
#. mAyG3
#: include/svx/strings.hrc:816
msgctxt "RID_SVXSTR_BMP3"
msgid "Paper Crumpled"
-msgstr ""
+msgstr "Gefrommelde papier"
#. i3ARe
#: include/svx/strings.hrc:817
msgctxt "RID_SVXSTR_BMP4"
msgid "Paper Graph"
-msgstr ""
+msgstr "Grafiekpapier"
#. 6izYJ
#: include/svx/strings.hrc:818
msgctxt "RID_SVXSTR_BMP5"
msgid "Parchment Paper"
-msgstr ""
+msgstr "Perkament"
#. mQCXG
#: include/svx/strings.hrc:819
msgctxt "RID_SVXSTR_BMP6"
msgid "Fence"
-msgstr ""
+msgstr "Heining"
#. TriUQ
#: include/svx/strings.hrc:820
msgctxt "RID_SVXSTR_BMP7"
msgid "Wooden Board"
-msgstr ""
+msgstr "Houtbord"
#. Hp2Gp
#: include/svx/strings.hrc:821
msgctxt "RID_SVXSTR_BMP8"
msgid "Maple Leaves"
-msgstr ""
+msgstr "Esdoring blare"
#. 2B5Wr
#: include/svx/strings.hrc:822
msgctxt "RID_SVXSTR_BMP9"
msgid "Lawn"
-msgstr ""
+msgstr "Grassny"
#. bAE9x
#: include/svx/strings.hrc:823
msgctxt "RID_SVXSTR_BMP10"
msgid "Colorful Pebbles"
-msgstr ""
+msgstr "Kleurvolle klippies"
#. nqBbP
#: include/svx/strings.hrc:824
msgctxt "RID_SVXSTR_BMP11"
msgid "Coffee Beans"
-msgstr ""
+msgstr "Koffiebone"
#. CQS6y
#: include/svx/strings.hrc:825
msgctxt "RID_SVXSTR_BMP12"
msgid "Little Clouds"
-msgstr ""
+msgstr "Kleine wolke"
#. 2hE6A
#: include/svx/strings.hrc:826
msgctxt "RID_SVXSTR_BMP13"
msgid "Bathroom Tiles"
-msgstr ""
+msgstr "Badkamerteëls"
#. KZeGr
#: include/svx/strings.hrc:827
msgctxt "RID_SVXSTR_BMP14"
msgid "Wall of Rock"
-msgstr ""
+msgstr "Rotsmuur"
#. wAELs
#: include/svx/strings.hrc:828
msgctxt "RID_SVXSTR_BMP15"
msgid "Zebra"
-msgstr ""
+msgstr "Sebra"
#. AVGfC
#: include/svx/strings.hrc:829
msgctxt "RID_SVXSTR_BMP16"
msgid "Color Stripes"
-msgstr ""
+msgstr "Kleur strepe"
#. ZoUmP
#: include/svx/strings.hrc:830
msgctxt "RID_SVXSTR_BMP17"
msgid "Gravel"
-msgstr ""
+msgstr "Puin"
#. 5FiBd
#: include/svx/strings.hrc:831
msgctxt "RID_SVXSTR_BMP18"
msgid "Parchment Studio"
-msgstr ""
+msgstr "Perkament studio"
#. HYfqK
#: include/svx/strings.hrc:832
msgctxt "RID_SVXSTR_BMP19"
msgid "Night Sky"
-msgstr ""
+msgstr "Nagtelike hemel"
#. NkYV3
#: include/svx/strings.hrc:833
msgctxt "RID_SVXSTR_BMP20"
msgid "Pool"
-msgstr ""
+msgstr "Swembad"
#. Co6U3
#: include/svx/strings.hrc:834
@@ -4769,274 +4750,271 @@ msgstr "Biskaart"
#: include/svx/strings.hrc:835
msgctxt "RID_SVXSTR_BMP79"
msgid "Invoice Paper"
-msgstr ""
+msgstr "Faktuur papier"
#. x5eiA
#: include/svx/strings.hrc:836
msgctxt "RID_SVXSTR_BMP80"
msgid "Concrete"
-msgstr ""
+msgstr "Beton"
#. RxiMA
#: include/svx/strings.hrc:837
msgctxt "RID_SVXSTR_BMP81"
msgid "Brick Wall"
-msgstr ""
+msgstr "Steenmuur"
#. WNEfT
#: include/svx/strings.hrc:838
msgctxt "RID_SVXSTR_BMP82"
msgid "Stone Wall"
-msgstr ""
+msgstr "Klipmuur"
#. dFqW3
#: include/svx/strings.hrc:839
msgctxt "RID_SVXSTR_BMP83"
msgid "Floral"
-msgstr ""
+msgstr "Blomme"
#. FzePv
#: include/svx/strings.hrc:840
msgctxt "RID_SVXSTR_BMP84"
msgid "Space"
-msgstr ""
+msgstr "Ruimte"
#. FzVch
#: include/svx/strings.hrc:841
msgctxt "RID_SVXSTR_BMP85"
msgid "Ice light"
-msgstr ""
+msgstr "Yslig"
#. YGtzc
#: include/svx/strings.hrc:842
msgctxt "RID_SVXSTR_BMP86"
msgid "Marble"
-msgstr ""
+msgstr "Marmer"
#. Rzgwp
#: include/svx/strings.hrc:843
msgctxt "RID_SVXSTR_BMP87"
msgid "Sand light"
-msgstr ""
+msgstr "Sandlig"
#. cK72d
#: include/svx/strings.hrc:844
msgctxt "RID_SVXSTR_BMP88"
msgid "Stone"
-msgstr ""
+msgstr "Klip"
#. TnkWd
#: include/svx/strings.hrc:845
msgctxt "RID_SVXSTR_BMP89"
msgid "White Diffusion"
-msgstr ""
+msgstr "Wit diffusie"
#. kksvW
#: include/svx/strings.hrc:846
msgctxt "RID_SVXSTR_BMP90"
msgid "Surface"
-msgstr ""
+msgstr "Oppervlakte"
#. BQj9p
#: include/svx/strings.hrc:847
msgctxt "RID_SVXSTR_BMP91"
msgid "Cardboard"
-msgstr ""
+msgstr "Karton"
#. poA6e
#: include/svx/strings.hrc:848
msgctxt "RID_SVXSTR_BMP92"
msgid "Studio"
-msgstr ""
+msgstr "Studio"
#. YEbqw
#: include/svx/strings.hrc:849
-#, fuzzy
msgctxt "RID_SVXSTR_BMP22"
msgid "5 Percent"
-msgstr "Persent"
+msgstr "5 persent"
#. AAn36
#: include/svx/strings.hrc:850
msgctxt "RID_SVXSTR_BMP23"
msgid "10 Percent"
-msgstr ""
+msgstr "10 persent"
#. NLTbt
#: include/svx/strings.hrc:851
msgctxt "RID_SVXSTR_BMP24"
msgid "20 Percent"
-msgstr ""
+msgstr "20 persent"
#. vx2XC
#: include/svx/strings.hrc:852
msgctxt "RID_SVXSTR_BMP25"
msgid "25 Percent"
-msgstr ""
+msgstr "25 persent"
#. weQqs
#: include/svx/strings.hrc:853
msgctxt "RID_SVXSTR_BMP26"
msgid "30 Percent"
-msgstr ""
+msgstr "30 persent"
#. CAdAS
#: include/svx/strings.hrc:854
msgctxt "RID_SVXSTR_BMP27"
msgid "40 Percent"
-msgstr ""
+msgstr "40 persent"
#. 5T5vP
#: include/svx/strings.hrc:855
msgctxt "RID_SVXSTR_BMP28"
msgid "50 Percent"
-msgstr ""
+msgstr "50 persent"
#. aNdJE
#: include/svx/strings.hrc:856
msgctxt "RID_SVXSTR_BMP29"
msgid "60 Percent"
-msgstr ""
+msgstr "60 persent"
#. 3vD8U
#: include/svx/strings.hrc:857
msgctxt "RID_SVXSTR_BMP30"
msgid "70 Percent"
-msgstr ""
+msgstr "70 persent"
#. UJmCD
#: include/svx/strings.hrc:858
msgctxt "RID_SVXSTR_BMP31"
msgid "75 Percent"
-msgstr ""
+msgstr "75 persent"
#. i9RCR
#: include/svx/strings.hrc:859
msgctxt "RID_SVXSTR_BMP32"
msgid "80 Percent"
-msgstr ""
+msgstr "80 persent"
#. 2oEkC
#: include/svx/strings.hrc:860
msgctxt "RID_SVXSTR_BMP33"
msgid "90 Percent"
-msgstr ""
+msgstr "90 persent"
#. a3yZ5
#: include/svx/strings.hrc:861
msgctxt "RID_SVXSTR_BMP34"
msgid "Light Downward Diagonal"
-msgstr ""
+msgstr "Lig omlaag diagnaal"
#. oiGTx
#: include/svx/strings.hrc:862
msgctxt "RID_SVXSTR_BMP35"
msgid "Light Upward Diagonal"
-msgstr ""
+msgstr "Lig omhoog diagnaal"
#. CGpy7
#: include/svx/strings.hrc:863
msgctxt "RID_SVXSTR_BMP36"
msgid "Dark Downward Diagonal"
-msgstr ""
+msgstr "Donker omlaag diagnaal"
#. cucpa
#: include/svx/strings.hrc:864
msgctxt "RID_SVXSTR_BMP37"
msgid "Dark Upward Diagonal"
-msgstr ""
+msgstr "Donker omhoog diagnaal"
#. EFDcT
#: include/svx/strings.hrc:865
msgctxt "RID_SVXSTR_BMP38"
msgid "Wide Downward Diagonal"
-msgstr ""
+msgstr "Breed omlaag diagnaal"
#. CWmH5
#: include/svx/strings.hrc:866
msgctxt "RID_SVXSTR_BMP39"
msgid "Wide Upward Diagonal"
-msgstr ""
+msgstr "Breed omhoog diagnaal"
#. BZJUK
#: include/svx/strings.hrc:867
msgctxt "RID_SVXSTR_BMP40"
msgid "Light Vertical"
-msgstr ""
+msgstr "Lig vertikaal"
#. B5FVF
#: include/svx/strings.hrc:868
-#, fuzzy
msgctxt "RID_SVXSTR_BMP41"
msgid "Light Horizontal"
-msgstr "Kantel horisontaal"
+msgstr "Lig horisontaal"
#. daP9i
#: include/svx/strings.hrc:869
msgctxt "RID_SVXSTR_BMP42"
msgid "Narrow Vertical"
-msgstr ""
+msgstr "Smal vertikaal"
#. JD5FJ
#: include/svx/strings.hrc:870
msgctxt "RID_SVXSTR_BMP43"
msgid "Narrow Horizontal"
-msgstr ""
+msgstr "Smal horisontaal"
#. eB4wk
#: include/svx/strings.hrc:871
msgctxt "RID_SVXSTR_BMP44"
msgid "Dark Vertical"
-msgstr ""
+msgstr "Donker vertikaal"
#. MeoCx
#: include/svx/strings.hrc:872
-#, fuzzy
msgctxt "RID_SVXSTR_BMP45"
msgid "Dark Horizontal"
-msgstr "Kantel horisontaal"
+msgstr "donker horisontaal"
#. gAqnG
#: include/svx/strings.hrc:873
msgctxt "RID_SVXSTR_BMP46"
msgid "Dashed Downward Diagonal"
-msgstr ""
+msgstr "Gestippeld omlaag diagnaal"
#. DGB5k
#: include/svx/strings.hrc:874
msgctxt "RID_SVXSTR_BMP47"
msgid "Dashed Upward Diagonal"
-msgstr ""
+msgstr "Gestippeld omhoog diagnaal"
#. JC7je
#: include/svx/strings.hrc:875
msgctxt "RID_SVXSTR_BMP48"
msgid "Dashed Horizontal"
-msgstr ""
+msgstr "Gestippeld horisontaal"
#. iFiBq
#: include/svx/strings.hrc:876
msgctxt "RID_SVXSTR_BMP49"
msgid "Dashed Vertical"
-msgstr ""
+msgstr "Gestippeld vertikaal"
#. gWDnG
#: include/svx/strings.hrc:877
msgctxt "RID_SVXSTR_BMP50"
msgid "Small Confetti"
-msgstr ""
+msgstr "Klein konfetti"
#. vbh6h
#: include/svx/strings.hrc:878
msgctxt "RID_SVXSTR_BMP51"
msgid "Large Confetti"
-msgstr ""
+msgstr "Groot konfetti"
#. XFemm
#: include/svx/strings.hrc:879
msgctxt "RID_SVXSTR_BMP52"
msgid "Zig Zag"
-msgstr ""
+msgstr "Sigsag"
#. mC3BE
#: include/svx/strings.hrc:880
@@ -5048,63 +5026,58 @@ msgstr "Golf"
#: include/svx/strings.hrc:881
msgctxt "RID_SVXSTR_BMP54"
msgid "Diagonal Brick"
-msgstr ""
+msgstr "Diagnale stene"
#. 8CqPG
#: include/svx/strings.hrc:882
-#, fuzzy
msgctxt "RID_SVXSTR_BMP55"
msgid "Horizontal Brick"
-msgstr "horisontale reël"
+msgstr "donker baksteen"
#. GFUZF
#: include/svx/strings.hrc:883
-#, fuzzy
msgctxt "RID_SVXSTR_BMP56"
msgid "Weave"
-msgstr "Golf"
+msgstr "geweef"
#. bp9ZY
#: include/svx/strings.hrc:884
-#, fuzzy
msgctxt "RID_SVXSTR_BMP57"
msgid "Plaid"
-msgstr "Gewone"
+msgstr "geruite"
#. ZrVMS
#: include/svx/strings.hrc:885
msgctxt "RID_SVXSTR_BMP58"
msgid "Divot"
-msgstr ""
+msgstr "Kol"
#. tFas9
#: include/svx/strings.hrc:886
msgctxt "RID_SVXSTR_BMP59"
msgid "Dotted Grid"
-msgstr ""
+msgstr "Gestippelde rooster"
#. SECdZ
#: include/svx/strings.hrc:887
msgctxt "RID_SVXSTR_BMP60"
msgid "Dotted Diamond"
-msgstr ""
+msgstr "Gestippelde diamant"
#. ri3Ge
#: include/svx/strings.hrc:888
-#, fuzzy
msgctxt "RID_SVXSTR_BMP61"
msgid "Shingle"
-msgstr "Enkel"
+msgstr "dakteël"
#. jD9er
#: include/svx/strings.hrc:889
msgctxt "RID_SVXSTR_BMP62"
msgid "Trellis"
-msgstr ""
+msgstr "Latwerk"
#. aemFS
#: include/svx/strings.hrc:890
-#, fuzzy
msgctxt "RID_SVXSTR_BMP63"
msgid "Sphere"
msgstr "sfeer"
@@ -5113,37 +5086,37 @@ msgstr "sfeer"
#: include/svx/strings.hrc:891
msgctxt "RID_SVXSTR_BMP64"
msgid "Small Grid"
-msgstr ""
+msgstr "Klein rooster"
#. a33Ci
#: include/svx/strings.hrc:892
msgctxt "RID_SVXSTR_BMP65"
msgid "Large Grid"
-msgstr ""
+msgstr "Groot rooster"
#. BCSZY
#: include/svx/strings.hrc:893
msgctxt "RID_SVXSTR_BMP66"
msgid "Small Checker Board"
-msgstr ""
+msgstr "Klein skaakbord"
#. Bgczw
#: include/svx/strings.hrc:894
msgctxt "RID_SVXSTR_BMP67"
msgid "Large Checker Board"
-msgstr ""
+msgstr "Groot skaakbord"
#. sD7Mf
#: include/svx/strings.hrc:895
msgctxt "RID_SVXSTR_BMP68"
msgid "Outlined Diamond"
-msgstr ""
+msgstr "Omgerande diamant"
#. RNNkR
#: include/svx/strings.hrc:896
msgctxt "RID_SVXSTR_BMP69"
msgid "Solid Diamond"
-msgstr ""
+msgstr "Solied diamant"
#. HJkgr
#: include/svx/strings.hrc:897
@@ -5161,13 +5134,13 @@ msgstr "Horisontaal"
#: include/svx/strings.hrc:899
msgctxt "RID_SVXSTR_BMP72"
msgid "Downward Diagonal"
-msgstr ""
+msgstr "Neerwaarts diagnaal"
#. mbjPX
#: include/svx/strings.hrc:900
msgctxt "RID_SVXSTR_BMP73"
msgid "Upward Diagonal"
-msgstr ""
+msgstr "Opwaarts diagnaal"
#. TxAfM
#: include/svx/strings.hrc:901
@@ -5179,2754 +5152,2767 @@ msgstr "Kruis"
#: include/svx/strings.hrc:902
msgctxt "RID_SVXSTR_BMP75"
msgid "Diagonal Cross"
-msgstr ""
+msgstr "Diagnaal kruis"
#. J4CJa
#: include/svx/strings.hrc:903
msgctxt "RID_SVXSTR_BMP76"
msgid "Dashed Dotted"
-msgstr ""
+msgstr "Gestreepies-gestippeld"
#. Rno6q
#: include/svx/strings.hrc:904
msgctxt "RID_SVXSTR_BMP77"
msgid "Dashed Dotted Upward Diagonal"
-msgstr ""
+msgstr "Stippelde stippelvormige stygende diagonaal"
#. pFZkq
#: include/svx/strings.hrc:905
msgctxt "RID_SVXSTR_BMP78"
msgid "Solid Dotted"
-msgstr ""
+msgstr "Vaste en stippellyn"
#. NA5sT
#: include/svx/strings.hrc:906
msgctxt "RID_SVXSTR_DASH0"
msgid "Dot"
-msgstr ""
+msgstr "Punt"
#. nCpL4
#: include/svx/strings.hrc:907
msgctxt "RID_SVXSTR_DASH1"
msgid "Long Dot"
-msgstr ""
+msgstr "Lang punt"
#. utrkH
#: include/svx/strings.hrc:908
msgctxt "RID_SVXSTR_DASH2"
msgid "Double Dot"
-msgstr ""
+msgstr "Dubbele punt"
#. 2X7pw
#: include/svx/strings.hrc:909
msgctxt "RID_SVXSTR_DASH3"
msgid "Dash"
-msgstr ""
+msgstr "Strepie"
#. A46B5
#: include/svx/strings.hrc:910
msgctxt "RID_SVXSTR_DASH4"
msgid "Long Dash"
-msgstr ""
+msgstr "Lang strepie"
#. axE2r
#: include/svx/strings.hrc:911
msgctxt "RID_SVXSTR_DASH5"
msgid "Double Dash"
-msgstr ""
+msgstr "Dubbel strepie"
#. beDTh
#: include/svx/strings.hrc:912
msgctxt "RID_SVXSTR_DASH6"
msgid "Long Dash Dot"
-msgstr ""
+msgstr "Lang-streep punt"
#. gVPtU
#: include/svx/strings.hrc:913
msgctxt "RID_SVXSTR_DASH7"
msgid "Double Dash Dot"
-msgstr ""
+msgstr "Dubbelstreep punt"
#. UFaLC
#: include/svx/strings.hrc:914
msgctxt "RID_SVXSTR_DASH8"
msgid "Double Dash Dot Dot"
-msgstr ""
+msgstr "Dubbel streep punt streep"
#. F9cPw
#: include/svx/strings.hrc:915
msgctxt "RID_SVXSTR_DASH9"
msgid "Ultrafine Dotted"
-msgstr ""
+msgstr "Ultradun gestippeld"
#. s3rBZ
#: include/svx/strings.hrc:916
msgctxt "RID_SVXSTR_DASH10"
msgid "Fine Dotted"
-msgstr ""
+msgstr "Fyn gestippeld"
#. w7W8j
#: include/svx/strings.hrc:917
msgctxt "RID_SVXSTR_DASH11"
msgid "Ultrafine Dashed"
-msgstr ""
+msgstr "Ultrafyn gestreep"
#. xWgiA
#: include/svx/strings.hrc:918
msgctxt "RID_SVXSTR_DASH12"
msgid "Fine Dashed"
-msgstr ""
+msgstr "Fyn gestreep"
#. u34Ff
#: include/svx/strings.hrc:919
msgctxt "RID_SVXSTR_DASH13"
msgid "Fine Dashed"
-msgstr ""
+msgstr "Fyn gestreep"
#. hT4CE
#: include/svx/strings.hrc:920
msgctxt "RID_SVXSTR_DASH14"
msgid "Dashed"
-msgstr ""
+msgstr "Gestreep"
#. T7sVF
#: include/svx/strings.hrc:921
msgctxt "RID_SVXSTR_DASH15"
msgid "Line Style 9"
-msgstr ""
+msgstr "Lyn styl 9"
#. evPXr
#: include/svx/strings.hrc:922
msgctxt "RID_SVXSTR_DASH16"
msgid "3 Dashes 3 Dots"
-msgstr ""
+msgstr "3 strepies 3 punte"
#. H7iUz
#: include/svx/strings.hrc:923
msgctxt "RID_SVXSTR_DASH17"
msgid "Ultrafine 2 Dots 3 Dashes"
-msgstr ""
+msgstr "Ultradun 2 punte 3 strepies"
#. KpCzr
#: include/svx/strings.hrc:924
msgctxt "RID_SVXSTR_DASH18"
msgid "2 Dots 1 Dash"
-msgstr ""
+msgstr "2 punte 1 strepie"
#. zbWk3
#: include/svx/strings.hrc:925
msgctxt "RID_SVXSTR_DASH19"
msgid "Line with Fine Dots"
-msgstr ""
+msgstr "Lyn met fyn punte"
#. ibALA
#: include/svx/strings.hrc:926
msgctxt "RID_SVXSTR_DASH20"
msgid "Dashed"
-msgstr ""
+msgstr "Gestippeld"
#. qEZc6
#: include/svx/strings.hrc:927
msgctxt "RID_SVXSTR_DASH21"
msgid "Line Style"
-msgstr ""
+msgstr "Lyn styl"
#. iKAwD
#: include/svx/strings.hrc:928
msgctxt "RID_SVXSTR_IMAP_ALL_FILTER"
msgid "All formats"
-msgstr ""
+msgstr "Alle formate"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
-msgstr ""
+msgstr "Konkaaf kort"
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Vierkant 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
-msgstr ""
+msgstr "Pyl kort"
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
-msgstr ""
+msgstr "Maatlyne"
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Dubbelpyltjie"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
-msgstr ""
+msgstr "Driehoek"
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
-msgstr ""
+msgstr "Konkaaf"
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
-msgstr ""
+msgstr "Pyl groot"
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
-msgstr ""
+msgstr "Maatlyn"
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Sirkel"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Vierkant"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Pyltjie"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
-msgstr ""
+msgstr "Halfsirkel"
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
-msgstr ""
+msgstr "Ongevulde driehoek"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
-msgstr ""
+msgstr "Ongevulde diamant"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Diamant"
#. P2Raq
-#: include/svx/strings.hrc:945
-#, fuzzy
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Sirkel, oningevul"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Vierkant 45, oningevul"
#. ECeBc
-#: include/svx/strings.hrc:947
-#, fuzzy
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
-msgstr "Vierkant, oningevul"
+msgstr "oningevulde vierkant"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
-msgstr ""
+msgstr "Ongevulde halfsirkel"
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
-msgstr ""
+msgstr "Maatlyn pyl"
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
-msgstr ""
+msgstr "Kort lyn"
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
-msgstr ""
+msgstr "Lyn"
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
-msgstr ""
+msgstr "Halwe Pyl links"
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
-msgstr ""
+msgstr "Halwe Pyl regs"
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
-msgstr ""
+msgstr "Omgedraaide Pyl"
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
-msgstr ""
+msgstr "Kraaipoot Een"
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
-msgstr ""
+msgstr "Kraaipoot slegs Een"
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
-msgstr ""
+msgstr "Kraaipoot Baie"
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
-msgstr ""
+msgstr "Kraaipoot Baie tot Een"
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
-msgstr ""
+msgstr "Kraaipoot Nul Een"
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
-msgstr ""
+msgstr "Kraaipoot Nul tot Baie"
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Deursigtigheid"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
-msgstr ""
+msgstr "Groen 1 (%PRODUCTNAME hoofkleur)"
#. Msh88
-#: include/svx/strings.hrc:963
-#, fuzzy
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
-msgstr "Gravisaksent"
+msgstr "Groen aksent"
#. opj2M
-#: include/svx/strings.hrc:964
-#, fuzzy
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
-msgstr "Akuutaksent"
+msgstr "Blou Aksent"
#. tC5jE
-#: include/svx/strings.hrc:965
-#, fuzzy
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
-msgstr "Gravisaksent"
+msgstr "Oranje Aksent"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Pers"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
-msgstr ""
+msgstr "Pers Aksent"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
-msgstr ""
+msgstr "Geel Aksent"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Galerytema"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Suksesvol herwin"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Oorspronklike dokument herwin"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Herwinning het misluk"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Herwinning onderweg"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Nog nie herwin nie"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION het begin om u dokumente te herwin. Afhangende van die grootte van die dokumente kan hierdie proses ’n rukkie duur."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "Herwinning van u dokumente is afgehandel. Kliek “Klaar” om u dokumente te sien."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Klaar"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Laaste doelgemaakte waarde"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
-msgstr ""
+msgstr "Beeld Uitvoer"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Stoor as beeld"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Voeg objek(te) in"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Roteer 3-D-objek"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Skep ekstrusieobjek"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Skep rotasieobjek"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Verdeel 3-D-objek"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Almal]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Grafikafilter"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Nuwe tema"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3-D-effekte"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Animasies"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Koeëltjies"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Kantoor"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Vlaggies"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Vloeidiagramme"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Emotikons"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Beelde"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Agtergronde"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Tuisblad"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Interaksie"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Kaarte"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Mense"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Oppervlakke"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Rekenaars"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diagramme"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Omgewing"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Finansies"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Vervoer"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Teksvorms"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Klanke"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Simbole"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "My tema"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Pyltjies"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Ballonne"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Sleutelbord"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Tyd"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Voorlegging"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Kalender"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navigasie"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Kommunikasie"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finansies"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Rekenaars"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Klimaat"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Skool en universiteit"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Probleemoplossing"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Skermboontjies"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Seleksie druk"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "Wil u die seleksie of die hele dokument druk?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~Alles"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~Seleksie"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Ekstrusie noordwes"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Ekstrusie noord"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Ekstrusie noordoos"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Ekstrusie wes"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Ekstrusie agtertoe"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Ekstrusie oos"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Ekstrusie suidwes"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Ekstrusie suid"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Ekstrusie suidoos"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 cm"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 duim"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0,~5 duim"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 duim"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 duim"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 duim"
#. K5dY9
-#: include/svx/strings.hrc:1061
-#, fuzzy
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Geen invulling"
#. TFBK3
-#: include/svx/strings.hrc:1062
-#, fuzzy
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
-msgstr "Deursigtigheid"
+msgstr "Deursigtig"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Verstek"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Grense"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Randstrookstyl"
#. 9Ckww
-#: include/svx/strings.hrc:1066
-#, fuzzy
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
-msgstr "~Reël-nommering..."
+msgstr "Meer nummering..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
-msgstr ""
+msgstr "Meer kolparagraaf tekens..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
-msgstr ""
+msgstr "Deur Outeur"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Bladsye"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Maak formatering skoon"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Meer style..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Meer opsies..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Fontnaam"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
-msgstr ""
+msgstr "Font Naam. Die huidige font is nie beskikbaar nie en sal vervang word."
#. CVvXU
-#: include/svx/strings.hrc:1076
-#, fuzzy
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
-msgstr "Doelgemaak"
+msgstr "doelgemaak"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "Dokumentkleure"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Dokumentkleur"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Ekstrusie"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Pas ekstrusie aan/af"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Kantel af"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Kantel op"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Kantel links"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Kantel regs"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Verander ekstrusiediepte"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Verander gerigtheid"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Verander projeksiesoort"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Verander beligting"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Verander helderheid"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Verander ekstrusieoppervlak"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Verander ekstrusiekleur"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Gunsteling"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwerk"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Pas Fontwerk-vorm toe"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Pas Fontwerk-selfdeletterhoogtes toe"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Pas Fontwerk-belyning toe"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Pas Fontwerk-karakterspasiëring toe"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "met"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Styl"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "en"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Hoekbeheer"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Seleksie van 'n hoekpunt."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Bo links"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Bo middel"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Bo regs"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Links middel"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Sentreer"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Regs middel"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Onder links"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Onder middel"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Onder regs"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Kontoerbeheer"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Dit is waar u die kontoer kan redigeer."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Spesialekarakter-keuse"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Kies spesiale karakters in hierdie area."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Karakterkode "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Toevoer benodig in veld '#'. Tik asseblief 'n waarde in."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Vorms"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Geen beheer geselekteer nie"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Eienskappe: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Vormeienskappe"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Vormnavigator"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Vorm"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
-msgstr ""
+msgstr "Verborge"
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Vorm"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Versteekte kontrole"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Beheer"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Rekord"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "van"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Voeg veld by:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Kan nie data na databasis skryf nie"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Sintaksfout in navraaguitdrukking"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "U beoog om 1 rekord te skrap."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# rekords sal geskrap word."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
"Do you want to continue anyway?"
msgstr ""
+"As u Ja kies, kan die handeling nie ongedaan gemaak word nie.\n"
+"Wil u in elk geval voortgaan?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Navigasiebalk"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Kol"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Stel eienskap '#' op"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Voeg in houer in"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Skrap #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Skrap # objekte"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Vervang 'n houerelement"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Vervang beheer"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Druk knoppie"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Opsieknoppie"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Merkblokkie"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Etiketveld"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Groepkassie"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Tekskassie"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Geformateerde veld"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Lyskassie"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Kombinasiekassie"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Beeldknoppie"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Beeldbeheer"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Lêerseleksie"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Datum-veld"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Tyd-veld"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Numeriese veld"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Geldeenheidveld"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Patroonveld"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Tabelbeheer "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Rolstaaf"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Spinknoppie"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Navigasiebalk"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Veelvoudige seleksie"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "Geen dataverwante beheerinstrumente in huidige vorm nie!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Datum)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Tyd)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Filternavigator"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filter vir"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Of"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "Geldige gebinde beheerinstrumente wat in die tabelaansig gebruik kan word bestaan nie in die huidige vorm nie."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<OutoVeld>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Sintaksfout in SQL-stelling"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Die waarde #1 kan nie saam met LIKE gebruik word nie."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE kan nie saam met hierdie veld gebruik word nie."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Die waarde wat ingevoer is, is nie 'n geldige datum nie. Tik asseblief 'n datum in 'n geldige formaat in, byvoorbeeld MM/DD/JJ."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Die veld kan nie met 'n heelgetal vergelyk word nie."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Die databasis bevat nie 'n tabel genaamd \"#\" nie."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Die databasis bevat nie 'n tabel of 'n navraag genaamd \"#\" nie."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Die databasis bevat reeds 'n tabel of 'n aansig genaamd \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Die databasis bevat reeds 'n navraag genaamd \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Die kolom \"#1\" is onbekend in die tabel \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Die veld kan nie met 'n wisselpuntgetal vergelyk word nie."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Die toegevoerde kriterium kan nie met hierdie veld vergelyk word nie."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Datanavigator"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (leesalleen)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Die lêer bestaan reeds. Oorheenskryf?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object#-etiket"
#. JpaM6
-#: include/svx/strings.hrc:1202
-#, fuzzy
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
"Do you really want to delete this model?"
msgstr ""
-"Om die model '$MODELNAME' te skrap, sal alle kontroles wat tans aan hierdie model gebind is affekteer.\n"
+"Skrapping van die model '$MODELNAME', sal alle hierdie verbonde kontroles affekteer.\n"
"Wil u werklik hierdie model skrap?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
-#, fuzzy
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
"Do you really want to delete this instance?"
msgstr ""
-"Om die model '$INSTANCENAME' te skrap, sal alle kontroles wat tans aan hierdie instans gebind is affekteer.\n"
-"Wil u werklik hierdie instans skrap?"
+"Om die model '$INSTANCENAME' te skrap, sal al hierdie instans gebonde kontroles affekteer.\n"
+"Wil u werklik die instans skrap?"
#. VEzGF
-#: include/svx/strings.hrc:1204
-#, fuzzy
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
"Do you really want to delete this element?"
msgstr ""
-"Om die model '$ELEMENTNAME' te skrap, sal alle kontroles wat tans aan hierdie element gebind is affekteer.\n"
+"Om die model '$ELEMENTNAME' te skrap, sal al hierdie element gebonde kontroles affekteer.\n"
"Wil u werklik hierdie element skrap?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Wil u werklik die attribuut '$ATTRIBUTENAME' skrap?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
-#, fuzzy
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
"\n"
"Do you really want to delete this submission?"
msgstr ""
-"As u die indiening '$SUBMISSIONNAME' skrap, sal dit alle kontroles wat tans aan hierdie indiening gebind is, beïnvloed.\n"
+"As u die indiening '$SUBMISSIONNAME' skrap, sal al hierdie gebonde kontroles, beïnvloed word.\n"
"\n"
-"Wil u regtig hierdie indiening skrap?"
+"Wil u regtig die indiening skrap?"
#. SGiK5
-#: include/svx/strings.hrc:1207
-#, fuzzy
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
"\n"
"Do you really want to delete this binding?"
msgstr ""
-"As u die binding '$BINDINGNAME' skrap, sal dit alle kontroles wat tans aan hierdie binding gebind is, beïnvloed.\n"
+"As u die binding '$BINDINGNAME' skrap, sal al hierdie binding gebonde kontroles, beïnvloed word.\n"
"\n"
-"Wil u regtig hierdie binding skrap?"
+"Wil u regtig die binding skrap?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Die naam '%1' is nie geldig in XML nie. Tik asseblief 'n ander naam in."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Die voorvoegsel '%1' is nie geldig in XML nie. Tik asseblief 'n ander voorvoegsel in."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Die naam '%1' bestaan reeds. Tik asseblief 'n nuwe naam in."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Die indiening moet 'n naam hê."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "POST"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "PUT"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "GET"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Geen"
#. Bjxmg
-#: include/svx/strings.hrc:1216
-#, fuzzy
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
-msgstr "~Instanse"
+msgstr "Instanse"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Dokument"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Binding: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Verwysing: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Aksie: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Metode: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Vervang: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Voeg element by"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Redigeer element"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Skrap element"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Voeg attribuut by"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Redigeer attribuut"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Skrap attribuut"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Voeg binding by"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Redigeer binding"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Skrap binding"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Voeg indiening by"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Redigeer indiening"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Skrap indiening"
#. qvvD7
-#: include/svx/strings.hrc:1235
-#, fuzzy
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
-msgstr "Element:"
+msgstr "Element"
#. U4Btb
-#: include/svx/strings.hrc:1236
-#, fuzzy
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
-msgstr "Attribute"
+msgstr "Attribuut"
#. Prceg
-#: include/svx/strings.hrc:1237
-#, fuzzy
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
-msgstr "Bindings"
+msgstr "Verbinding"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Bindinguitdrukking"
#. BTmNa
-#: include/svx/strings.hrc:1240
-#, fuzzy
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
-msgstr "Is u seker u wil die %PRODUCTNAME-dokumentherwinning kanselleer?"
+msgstr "Is u seker u wil die %PRODUCTNAME-dokument herwinningsdata kanselleer?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Links"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Regs"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Sentreer"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Desimaal"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
-msgstr ""
+msgstr "Invoegmodus. Klik om na Oorskryfmodus te wissel."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
-msgstr ""
+msgstr "Oorskryfmodus. Klik om na Invoegmodus te wissel."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
-#, fuzzy
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
-msgstr "~Oorheenskryf"
+msgstr "Oorskryf"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
-msgstr ""
+msgstr "Invoeg"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Digitale handtekening: Die dokument se handtekening is OK."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Digitale handtekening: Die dokument se handtekening is OK, maar die sertifikaat kon nie gevalideer word nie."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
-msgstr ""
+msgstr "Digitale handtekening: Die dokumenthandtekening stem nie ooreen met die inhoud van die dokument nie. Ons beveel sterk aan dat u nie hierdie dokument vertrou nie."
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Digitale handtekening: Die dokument is nie onderteken nie."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Digitale handtekening: Die dokumenthandtekening en die sertifikaat is goed, maar nie alle dele van die dokument is onderteken nie."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Die dokument is gewysig. Klik om die dokument te stoor."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
-msgstr ""
+msgstr "Die dokument is onveranderd sedert dit laas gestoor is."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Laai tans dokument..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
-msgstr ""
+msgstr "Pas skyfie aan na huidige vensterruimte."
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
-msgstr ""
+msgstr "Kan nie alle SmartArts laai nie. As u Microsoft Office 2010 of in 'n later formaat stoor, kan u hierdie probleem vermy."
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Zoemfaktor. Klik regs om die zoemfaktor te verander, of klik om die zoemdialoog te open."
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Zoem in"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Zoem uit"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
-msgstr ""
+msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Hele bladsy"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Bladsywydte"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Optimale aansig"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Style ingesluit"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Paragraafst~yle"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Selst_yle"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
-msgstr ""
+msgstr "Soek vir formattering"
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
-msgstr ""
+msgstr "Vervang met formattering"
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
-msgstr ""
+msgstr "Einde van die document is bereik"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
-msgstr ""
+msgstr "Aan die einde van die dokument, hervat aan die begin"
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
-msgstr ""
+msgstr "Einde van die blad bereik"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Soeksleutel nie gevind nie"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
-msgstr ""
+msgstr "Navigasie-element nie gevind nie"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
-msgstr ""
+msgstr "Begin van die dokument is bereik"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
-msgstr ""
+msgstr "Het die begin van die dokument bereik, hervat aan die einde"
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
-msgstr ""
+msgstr "Het die eerste herinnering bereik, hervat vanaf die laaste"
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
-msgstr ""
+msgstr "Het die laaste herinnering bereik, hervat vanaf die eerste"
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Kleurpalet"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
-msgstr ""
+msgstr "Kleurvervanger"
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
-msgstr ""
+msgstr "3D-Effekte"
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Verkeerde wagwoord"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Wagwoorde pas nie"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Soliede klein sirkelvormige koeëltjies"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Soliede groot sirkelvormige koeëltjies"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Soliede ruitvormige koeëltjies"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Soliede groot vierkantige koeëltjies"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Regswysende pyltjies ingevul"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Regswysende pyltjie-koeëltjies"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
-msgstr ""
+msgstr "Kruisies as kolparagrawe"
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
-msgstr ""
+msgstr "Regmerkies as kolparagrawe"
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Nommer 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Nommer 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Nommer (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Bokas Romeinse syfer I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Bokasletter A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Onderkasletter a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Onderkasletter (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Onderkas Romeinse syfer i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numeries, numeries, onderkasletters, soliede klein sirkelvormige koeëltjie"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numeries, onderkasletters, soliede klein sirkelvormige koeëltjie"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Numeries, onderkasletters, onderkas Romeins, bokasletters, soliede klein sirkelvormige koeëltjie"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Numeries"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Bokas Romeins, bokasletters, onderkas Romeins, onderkasletters, soliede klein sirkelvormige koeëltjie"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Bokasletters, bokas romein, onderkasletters, onderkas romein, soliede klein ronde koeëltjie"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numeries met alle subvlakke"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Regswysende koeëltjie, regswysende pyltjiekoeëltjie, soliede ruitvormige koeëltjie, soliede klein sirkelvormige koeëltjie"
#. nEJiF
-#: include/svx/strings.hrc:1323
-#, fuzzy
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
-msgstr "Hierdie lêer kon nie geskep word nie."
+msgstr "Hierdie zip-lêer kon nie geskep word nie."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Tabelontwerpstyle"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Aksies om te ontdoen: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Aksies om te ontdoen: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Aksies om te herdoen: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Aksies om te herdoen: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Soek"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Selfde kas"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
-msgstr ""
+msgstr "Geformatterde skerm"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
-msgstr ""
+msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
-msgstr ""
+msgstr "$(WIDTH) x $(HEIGHT) by $(DPI) DPI"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
-msgstr ""
+msgstr "$(CAPACITY) kB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "GIF-beeld"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "JPEG-beeld"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "PNG-beeld"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "TIFF-beeld"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "WMF-beeld"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "MET-beeld"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "PCT-beeld"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "SVG-beeld"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "BMP-beeld"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Onbekend"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
-msgstr ""
+msgstr "Wissel"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
-msgstr ""
+msgstr "Beeld modus"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Rooi"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Groen"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Blou"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Helderheid"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Kontras"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Deursigtigheid"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Snoei"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Verstek oriëntasie"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Van bo na onder"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Onder na bo"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Gestapel"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Linkerkantlyn: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Boonste kantlyn: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Regterkantlyn: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Onderste kantlyn: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Bladsybeskrywing: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Hoofletters"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Onderkas"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Bokas Romein"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Onderkas Romein"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabies"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Geen"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Landskap"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Regop"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Links"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Regs"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Almal"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Spieëlbeeld"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Outeur: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Datum: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Teks: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Karakteragtergrond"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Kleurpalet"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
-msgstr ""
+msgstr "Skyfie nommers:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7936,1944 +7922,1919 @@ msgstr ""
"Wil u eerder die gewysigde weergawe stoor?"
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Basiese Latyn"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latyn-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latyn uitgebrei-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latyn uitgebrei-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA-uitbreidings"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Spasiewysigingsletters"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Kombinerende diakritiese tekens"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Basiese Grieks"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Griekse simbole en Kopties"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cyrillies"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeens"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Basiese Hebreeus"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebreeus uitgebrei"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Basiese Arabies"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabies uitgebrei"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengaals"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Goedjarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
-msgstr ""
+msgstr "Odia"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Teloegoe"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malabaars"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thais"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Basiese Georgies"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgies uitgebrei"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangoel Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Latyn uitgebrei bykomend"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Grieks uitgebrei"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Algemene leestekens"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Superskrifte en subskrifte"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Geldeenheidsimbole"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Kombinerende diakritiese simbole"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Letteragtige simbole"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Getalvorms"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Pyltjies"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Wiskundige operateure"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Diverse tegniese"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Beheer prentjies"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Optiese karakterherkenning"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Ingeslote alfanumeriese karakters"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Kassietekening"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Blokelemente"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Geometriese vorms"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Diverse simbole"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK-simbole en leestekens"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangoel-versoenbaarheid Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK Diverse"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Ingeslote CJK-letters en -maande"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK-versoenbaarheid"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangoel"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK Unified-ideogramme"
#. JVCP5
-#: include/svx/strings.hrc:1454
-#, fuzzy
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK Unified-ideogramme uitbreiding-A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Area vir private gebruik"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK-versoenbare ideogramme"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Alfabetiese aanbiedingsvorms"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Arabiese aanbiedingsvorms-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Kombinerende halftekens"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK-versoenbaarheidsvorms"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Klein vormvariante"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Arabiese aanbiedingsvorms-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Halfbreedte- en volbreedtevorms"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Spesiales"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
-msgstr ""
+msgstr "Yi lettergrepe"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
-msgstr ""
+msgstr "Yi-Radikale"
#. cuQ2k
-#: include/svx/strings.hrc:1467
-#, fuzzy
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
-msgstr "Vet skuinsdruk"
+msgstr "Oue skuinsdruk"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Goties"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
-msgstr ""
+msgstr "Deseret-Alfabet"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
-msgstr ""
+msgstr "Bizantynse musieksymbole"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Musieksimbole"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Wiskundige alfanumeriese simbole"
#. 3XZRw
-#: include/svx/strings.hrc:1473
-#, fuzzy
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
-msgstr "CJK Unified-ideogramme uitbreiding-A"
+msgstr "CJK Unified-ideogramme uitbreiding-B"
#. nZnQc
-#: include/svx/strings.hrc:1474
-#, fuzzy
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
-msgstr "CJK Unified-ideogramme uitbreiding-A"
+msgstr "CJK Unified-ideogramme uitbreiding-C"
#. HBwZE
-#: include/svx/strings.hrc:1475
-#, fuzzy
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
-msgstr "CJK Unified-ideogramme uitbreiding-A"
+msgstr "CJK Unified-ideogramme uitbreiding-D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
-msgstr ""
+msgstr "CJK versoenbare-ideogramme aanvulling"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
-msgstr ""
+msgstr "Etikette"
#. 2iHJN
-#: include/svx/strings.hrc:1478
-#, fuzzy
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
-msgstr "Cyrillies aanvullend"
+msgstr "Cyrillies aanvulling"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
-msgstr ""
+msgstr "Variasie kiesers"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
-msgstr ""
+msgstr "Aanvullende privaatgebruik gebied-A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
-msgstr ""
+msgstr "Aanvullende privaatgebruik gebied-B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
-msgstr ""
+msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
-msgstr ""
+msgstr "Thai Le"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Khmer simbole"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Fonetiese uitbreidings"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Allerlei simbole en pyle"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
-msgstr ""
+msgstr "Yijing heksagram symbole"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
-msgstr ""
+msgstr "Liniêr B-lettergrepe"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
-msgstr ""
+msgstr "Liniêr B-Ideogramme"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
-msgstr ""
+msgstr "Egeïese getalle"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
-msgstr ""
+msgstr "Ugarities"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
-msgstr ""
+msgstr "Shavianse-Alfabet"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
-msgstr ""
+msgstr "Osmaans"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhalees"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetaans"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Birmaans"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runies"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siries"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etiopies"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee"
#. 9mgNF
-#: include/svx/strings.hrc:1504
-#, fuzzy
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
-msgstr "Kanadiese inheemse lettergrepe"
+msgstr "Kanadese inheemse lettergrepe"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongools"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Diverse wiskundige simbole-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Aanvullende pyltjies-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Braille-patrone"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Aanvullende pyltjies-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Diverse wiskundige simbole-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK-radikale aanvullend"
#. WLLAP
-#: include/svx/strings.hrc:1512
-#, fuzzy
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
-msgstr "Kanxi-radikale"
+msgstr "Kanxi-woordstamvorme"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideografiese beskrywende karakters"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo uitgebrei"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana fonetiese simbole"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
-msgstr ""
+msgstr "CJK-strepe"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
-msgstr ""
+msgstr "Cypriotiese lettergrepe"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
-msgstr ""
+msgstr "Tai Xuan Jing Symbole"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
-msgstr ""
+msgstr "Variasie kiesers, Toevoeging"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
-msgstr ""
+msgstr "Antieke-Griekse musikale notasie"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
-msgstr ""
+msgstr "Antieke Griekse Getalle"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
-msgstr ""
+msgstr "Arabiese Toevoeging"
#. KUnXb
-#: include/svx/strings.hrc:1528
-#, fuzzy
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
-msgstr "Besigheid"
+msgstr "Buginees"
#. zDaXa
-#: include/svx/strings.hrc:1529
-#, fuzzy
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
-msgstr "Kombinerende diakritiese tekens"
+msgstr "Gekombineerde diakritiese tekenaanvullings"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Kopties"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
-msgstr ""
+msgstr "Etiopiese toevoeging"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
-msgstr ""
+msgstr "Etiopiese toevoeging"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
-msgstr ""
+msgstr "Georgiese Toevoeging"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
-msgstr ""
+msgstr "Glagoljica"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
-msgstr ""
+msgstr "Kharoshthi"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
-msgstr ""
+msgstr "Wysiging van toontekens"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
-msgstr ""
+msgstr "Nuwe Tai Lue"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
-msgstr ""
+msgstr "Antiek Persies"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
-msgstr ""
+msgstr "Fonetiese Uitbreidings Toevoeging"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
-msgstr ""
+msgstr "Toegevoegde Leestekens"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
-msgstr ""
+msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
-msgstr ""
+msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
-msgstr ""
+msgstr "Vertikale vorms"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
-msgstr ""
+msgstr "N’Ko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
-msgstr ""
+msgstr "Balinees"
#. 428ER
-#: include/svx/strings.hrc:1546
-#, fuzzy
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
-msgstr "Latyn uitgebrei-A"
+msgstr "Latynse uitbreiding-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
-#, fuzzy
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
-msgstr "Latyn uitgebrei-A"
+msgstr "Latynse uitbreiding-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
-msgstr ""
+msgstr "Phagspa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
-msgstr ""
+msgstr "Fenisiese"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
-msgstr ""
+msgstr "Spykerskrif"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
-msgstr ""
+msgstr "Spykerskrif Getalle en Leestekens"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
-msgstr ""
+msgstr "Telraam-getalle"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
-msgstr ""
+msgstr "Soendanees"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
-msgstr ""
+msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
-msgstr ""
+msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
-msgstr ""
+msgstr "Cyrilliese verlengde-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
-msgstr ""
+msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
-msgstr ""
+msgstr "Cyrilliese verlengde-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
-msgstr ""
+msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
-msgstr ""
+msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
-msgstr ""
+msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1562
-#, fuzzy
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
-msgstr "Grafiek"
+msgstr "Cham dialek"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
-msgstr ""
+msgstr "Antieke Simbole"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
-msgstr ""
+msgstr "Skyf van Phaistos"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
-msgstr ""
+msgstr "Lykian"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
-msgstr ""
+msgstr "Carish"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
-msgstr ""
+msgstr "Lydisch"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
-msgstr ""
+msgstr "Mahjong-teëls"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Domino-teëltjies"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
-msgstr ""
+msgstr "Samaritaans"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
-msgstr ""
+msgstr "Verenigde Kanadese inheemse Klinkers uitgebrei"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
-msgstr ""
+msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
-msgstr ""
+msgstr "Vediese Toevoegings"
#. bVNYf
-#: include/svx/strings.hrc:1574
-#, fuzzy
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
-msgstr "Lys"
+msgstr "Lisu dialek"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
-msgstr ""
+msgstr "Bamun"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
-msgstr ""
+msgstr "Algemene Indiese nommervorme"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
-msgstr ""
+msgstr "Devanagari uitgebrei"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
-msgstr ""
+msgstr "Hangul Jamo uitgebrei-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
-#, fuzzy
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
-msgstr "Japannees"
+msgstr "Javaans"
#. upBjC
-#: include/svx/strings.hrc:1580
-#, fuzzy
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
-msgstr "Latyn uitgebrei-A"
+msgstr "Latynse uitbreiding-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
-msgstr ""
+msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
-msgstr ""
+msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
-msgstr ""
+msgstr "Hangul Jamo uitgebrei-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
-msgstr ""
+msgstr "Offisiële Aramees"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
-msgstr ""
+msgstr "Oud Suid-Arabies"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
-msgstr ""
+msgstr "Avesties"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
-msgstr ""
+msgstr "Inskripsie Parthian"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
-msgstr ""
+msgstr "Inskripsie Pahlavi"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
-msgstr ""
+msgstr "Ou Turks"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
-msgstr ""
+msgstr "Rumi-getalsymbole"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
-msgstr ""
+msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
-msgstr ""
+msgstr "Egiptiese hiërogliewe"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
-msgstr ""
+msgstr "Ingeslote Alfanumeriese Toevoeging"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
-msgstr ""
+msgstr "Ingeslote Ideografiese Toevoeging"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
-msgstr ""
+msgstr "Mandaïs"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
-msgstr ""
+msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
-msgstr ""
+msgstr "Ethiopies, uitbreiding-A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
-msgstr ""
+msgstr "Brahmi"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
-msgstr ""
+msgstr "Bamum Toevoeging"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
-msgstr ""
+msgstr "Kana Toevoeging"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
-msgstr ""
+msgstr "Speelkaarte"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
-msgstr ""
+msgstr "Diverse Simbole en Piktogramme"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emotikons"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
-msgstr ""
+msgstr "Transport- en kaartsimbole"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
-msgstr ""
+msgstr "Alchemiese simbole"
#. CWvjP
-#: include/svx/strings.hrc:1606
-#, fuzzy
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
-msgstr "Arabies uitgebrei"
+msgstr "Arabiese uitbreiding-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
-msgstr ""
+msgstr "Arabiese Wiskundige Alfabetiese Simbole"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
-msgstr ""
+msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
-msgstr ""
+msgstr "Meetei Mayek-uitbreidings"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
-msgstr ""
+msgstr "Meroities Kursief"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
-msgstr ""
+msgstr "Meroïtiese hiërogliewe"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
-msgstr ""
+msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
-msgstr ""
+msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
-msgstr ""
+msgstr "Sorang-Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
-msgstr ""
+msgstr "Sundanese Toevoeging"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
-msgstr ""
+msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
-msgstr ""
+msgstr "Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
-msgstr ""
+msgstr "Kaukasiese Albanees"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
-msgstr ""
+msgstr "Koptiese Getaltekens"
#. kAeYs
-#: include/svx/strings.hrc:1620
-#, fuzzy
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
-msgstr "Kombinerende diakritiese tekens"
+msgstr "Gekombineerde diakritiese tekensuitbreiding"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
-msgstr ""
+msgstr "Duployé"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
-msgstr ""
+msgstr "Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
-msgstr ""
+msgstr "Geometriese Vorms Toegevoegd"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
-msgstr ""
+msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
-msgstr ""
+msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
-msgstr ""
+msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latyn uitgebrei-E"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
-msgstr ""
+msgstr "Linieêr A"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
-msgstr ""
+msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
-msgstr ""
+msgstr "Manichees"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
-msgstr ""
+msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1632
-#, fuzzy
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
-msgstr "Modus"
+msgstr "Modusse"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
-msgstr ""
+msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
-msgstr ""
+msgstr "Birmaans uitgebreid-B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
-msgstr ""
+msgstr "Nabatees"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
-msgstr ""
+msgstr "Oud Noord-Arabies"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
-msgstr ""
+msgstr "Oud Permies"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
-msgstr ""
+msgstr "Ornamentele Diersimbole"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
-msgstr ""
+msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
-msgstr ""
+msgstr "Palmyreens"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
-msgstr ""
+msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
-msgstr ""
+msgstr "Psalter Pahlavi"
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
-msgstr ""
+msgstr "Stenografiese Formaat Kontroles"
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
-msgstr ""
+msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
-msgstr ""
+msgstr "Sinhala argaïese getalle"
#. mz3Cs
-#: include/svx/strings.hrc:1646
-#, fuzzy
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
-msgstr "Aanvullende pyltjies-A"
+msgstr "Aanvullende pyltjies-C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
-msgstr ""
+msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
-msgstr ""
+msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
-msgstr ""
+msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
-msgstr ""
+msgstr "Anatoliaanse hiërogliewe"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
-msgstr ""
+msgstr "Cherokee Toevoeging"
#. TDgY4
-#: include/svx/strings.hrc:1652
-#, fuzzy
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
-msgstr "CJK Unified-ideogramme uitbreiding-A"
+msgstr "CJK Unified-ideogramme uitbreiding-E"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
-msgstr ""
+msgstr "Vroeë dinastiese spykerskrif"
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
-msgstr ""
+msgstr "Hatraans"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
-msgstr ""
+msgstr "Multanees"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
-msgstr ""
+msgstr "Oud Hongaars"
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
-msgstr ""
+msgstr "Bykomende simbole en piktogramme"
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
-msgstr ""
+msgstr "Sutton Tekenskrif"
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
-msgstr ""
+msgstr "Adlam"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
-msgstr ""
+msgstr "Bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
-msgstr ""
+msgstr "Cyrillies, uitbreiding-C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
-msgstr ""
+msgstr "Glagolitiese Toevoeging"
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
-msgstr ""
+msgstr "Ideografiese Simbole en leestekens"
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
-msgstr ""
+msgstr "Marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
-msgstr ""
+msgstr "Mongoliese Toevoeging"
#. RTgGA
-#: include/svx/strings.hrc:1666
-#, fuzzy
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
-msgstr "Nuwe"
+msgstr "Newaans"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
-msgstr ""
+msgstr "Osaags"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
-msgstr ""
+msgstr "Tanguties"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
-msgstr ""
+msgstr "Tangutiese Toevoegings"
#. uFMWt
-#: include/svx/strings.hrc:1670
-#, fuzzy
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
-msgstr "CJK Unified-ideogramme uitbreiding-A"
+msgstr "CJK Unified-ideogramme uitbreiding-F"
#. DH39v
-#: include/svx/strings.hrc:1671
-#, fuzzy
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
-msgstr "Latyn uitgebrei-A"
+msgstr "Kana uitbreiding-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
-msgstr ""
+msgstr "Masaram Gondi"
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
-msgstr ""
+msgstr "Nushu"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
-msgstr ""
+msgstr "Soyombo"
#. gPnhH
-#: include/svx/strings.hrc:1675
-#, fuzzy
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
-msgstr "Cyrillies aanvullend"
+msgstr "Siriese aanvulling"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
-msgstr ""
+msgstr "Zanabazar-vierkant skrif"
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Skaaksimbole"
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
-msgstr ""
+msgstr "Dogra"
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
-msgstr ""
+msgstr "Gunjala Gondi"
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
-msgstr ""
+msgstr "Hanifi Rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
-msgstr ""
+msgstr "Indiese Siyaq getalle"
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
-msgstr ""
+msgstr "Makasar"
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
-msgstr ""
+msgstr "Maya getalle"
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
-msgstr ""
+msgstr "Medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
-msgstr ""
+msgstr "Oud Sogdiaans"
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
-msgstr ""
+msgstr "Sogdiaans"
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
-msgstr ""
+msgstr "Egiptiese hiëroglief formaat Kontrols"
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
-msgstr ""
+msgstr "Elymaic"
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
-msgstr ""
+msgstr "Nandinagari"
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
-msgstr ""
+msgstr "Nyiakeng Puachue Hmong"
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
-msgstr ""
+msgstr "Ottoman Siyaq Getalle"
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
-msgstr ""
+msgstr "Kleine Kana Uitbreiding"
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
-msgstr ""
+msgstr "Piktografiese simbole, verlenging-A"
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
-msgstr ""
+msgstr "Tamil Toevoeging"
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
-msgstr ""
+msgstr "Wancho"
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
-msgstr ""
+msgstr "Chorasmian"
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
-msgstr ""
+msgstr "Uniforme CJK-ideogramme, uitbreiding-G"
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
-msgstr ""
+msgstr "Dhives Akuru"
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
-msgstr ""
+msgstr "Khitan klein-skrif"
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
-msgstr ""
+msgstr "Lisu Toevoeging"
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
-msgstr ""
+msgstr "Simbole vir Retro Rekenaars"
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
-msgstr ""
+msgstr "Tangut Toevoeging"
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
-msgstr ""
+msgstr "Yezidi"
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "Links-na-regs (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "Regs-na-links (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Gebruik bogeskikte objekinstellings"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "Links na regs (horisontaal)"
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "Regs na links (horisontaal)"
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "Regs na links (vertikaal)"
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "Links na regs (vertikaal)"
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
-msgstr ""
+msgstr "Onder-na-bo, links-na-regs (vertikaal)"
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
-msgstr ""
+msgstr "Fontwerk"
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
-msgstr ""
+msgstr "Digitaal onderteken deur:"
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
-msgstr ""
+msgstr "Datum: %1"
#. oFcMf
#: include/svx/svxitems.hrc:33
@@ -9987,7 +9948,7 @@ msgstr "Posisie"
#: include/svx/svxitems.hrc:51
msgctxt "RID_ATTR_NAMES"
msgid "Character blinking"
-msgstr ""
+msgstr "Flitsende Karakter"
#. A7wEV
#: include/svx/svxitems.hrc:52
@@ -10051,10 +10012,9 @@ msgstr "Paragraafspasiëring"
#. Z7Kxv
#: include/svx/svxitems.hrc:62
-#, fuzzy
msgctxt "RID_ATTR_NAMES"
msgid "Paragraph indent"
-msgstr "Paragraafbelyning"
+msgstr "Paragraaf belyning"
#. cffCk
#: include/svx/svxitems.hrc:63
@@ -10120,13 +10080,13 @@ msgstr "Grootte van Asiatiese font"
#: include/svx/svxitems.hrc:73
msgctxt "RID_ATTR_NAMES"
msgid "Language of Asian font"
-msgstr ""
+msgstr "Taal van Asiatiese font"
#. FGao4
#: include/svx/svxitems.hrc:74
msgctxt "RID_ATTR_NAMES"
msgid "Posture of Asian font"
-msgstr ""
+msgstr "Karakterstyl van Asiatiese font"
#. 6mRQX
#: include/svx/svxitems.hrc:75
@@ -10204,7 +10164,7 @@ msgstr "Rotering"
#: include/svx/svxitems.hrc:87
msgctxt "RID_ATTR_NAMES"
msgid "Character scaling"
-msgstr ""
+msgstr "Karakter skaling"
#. d574i
#: include/svx/svxitems.hrc:88
@@ -10280,14 +10240,12 @@ msgstr "Grafiek"
#. DyFjJ
#: svx/inc/fieldunit.hrc:40
-#, fuzzy
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Line"
-msgstr "Linne"
+msgstr "Lyn"
#. QYjeZ
#: svx/inc/fmstring.hrc:27
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "LIKE"
msgstr "SOOS"
@@ -10300,7 +10258,6 @@ msgstr "NOT"
#. JBngM
#: svx/inc/fmstring.hrc:29
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "EMPTY"
msgstr "LEEG"
@@ -10319,14 +10276,12 @@ msgstr "FALSE"
#. mtAA5
#: svx/inc/fmstring.hrc:32
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "IS"
msgstr "IS"
#. YWtNJ
#: svx/inc/fmstring.hrc:33
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "BETWEEN"
msgstr "TUSSEN"
@@ -10375,193 +10330,183 @@ msgstr "Som"
#. GwMS7
#: svx/inc/fmstring.hrc:41
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Every"
msgstr "Elke"
#. M6DCS
#: svx/inc/fmstring.hrc:42
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Any"
msgstr "Enige"
#. AyNgd
#: svx/inc/fmstring.hrc:43
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Some"
-msgstr "Sekere"
+msgstr "Sommige"
#. QYQ2c
#: svx/inc/fmstring.hrc:44
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "STDDEV_POP"
msgstr "STDDEV_POP"
#. DsDPW
#: svx/inc/fmstring.hrc:45
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "STDDEV_SAMP"
msgstr "STDDEV_SAMP"
#. RqHwF
#: svx/inc/fmstring.hrc:46
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "VAR_SAMP"
msgstr "VAR_SAMP"
#. id43S
#: svx/inc/fmstring.hrc:47
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "VAR_POP"
msgstr "VAR_POP"
#. mjjoD
#: svx/inc/fmstring.hrc:48
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Collect"
msgstr "Versamel"
#. GcZBA
#: svx/inc/fmstring.hrc:49
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Fusion"
msgstr "Fusie"
#. gpKQz
#: svx/inc/fmstring.hrc:50
-#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Intersection"
-msgstr "Interaksie"
+msgstr "Deursnit"
#. 8DMsd
#: svx/inc/formnavi.hrc:29
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToEdit"
msgid "~Text Box"
-msgstr ""
+msgstr "Teks Kassie"
#. LaRik
#: svx/inc/formnavi.hrc:30
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToButton"
msgid "~Button"
-msgstr ""
+msgstr "Knoppie"
#. qjKaG
#: svx/inc/formnavi.hrc:31
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToFixed"
msgid "La~bel field"
-msgstr ""
+msgstr "Etiket veld"
#. sq3AT
#: svx/inc/formnavi.hrc:32
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToList"
msgid "L~ist Box"
-msgstr ""
+msgstr "Lys kassie"
#. agpbk
#: svx/inc/formnavi.hrc:33
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToCheckBox"
msgid "~Check Box"
-msgstr ""
+msgstr "Merk kassie"
#. 9WA4B
#: svx/inc/formnavi.hrc:34
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToRadio"
msgid "~Radio Button"
-msgstr ""
+msgstr "Radio Knoppie"
#. PpgmW
#: svx/inc/formnavi.hrc:35
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToGroup"
msgid "G~roup Box"
-msgstr ""
+msgstr "Groep Kassie"
#. A8Dbz
#: svx/inc/formnavi.hrc:36
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToCombo"
msgid "Combo Bo~x"
-msgstr ""
+msgstr "Kombo kassie"
#. HRAoH
#: svx/inc/formnavi.hrc:37
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToImageBtn"
msgid "I~mage Button"
-msgstr ""
+msgstr "Beeld knoppie"
#. gZZqq
#: svx/inc/formnavi.hrc:38
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToFileControl"
msgid "~File Selection"
-msgstr ""
+msgstr "Leêr seleksie"
#. EEADE
#: svx/inc/formnavi.hrc:39
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToDate"
msgid "~Date Field"
-msgstr ""
+msgstr "Datum veld"
#. gDr8N
#: svx/inc/formnavi.hrc:40
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToTime"
msgid "Tim~e Field"
-msgstr ""
+msgstr "Tyd veld"
#. jAbfP
#: svx/inc/formnavi.hrc:41
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToNumeric"
msgid "~Numerical Field"
-msgstr ""
+msgstr "Numeriese veld"
#. ryXjj
#: svx/inc/formnavi.hrc:42
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToCurrency"
msgid "C~urrency Field"
-msgstr ""
+msgstr "Monetêre veld"
#. GXHFr
#: svx/inc/formnavi.hrc:43
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToPattern"
msgid "~Pattern Field"
-msgstr ""
+msgstr "Patroon veld"
#. a7jCc
#: svx/inc/formnavi.hrc:44
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToImageControl"
msgid "Ima~ge Control"
-msgstr ""
+msgstr "Beeld beheerkontrole"
#. WDsBh
#: svx/inc/formnavi.hrc:45
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToFormatted"
msgid "Fo~rmatted Field"
-msgstr ""
+msgstr "Geformateerde veld"
#. aEXn5
#: svx/inc/formnavi.hrc:46
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToScrollBar"
msgid "Scroll bar"
-msgstr ""
+msgstr "Rolbalk"
#. cGxjA
#: svx/inc/formnavi.hrc:47
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToSpinButton"
msgid "Spin Button"
-msgstr ""
+msgstr "Spin knoppie"
#. HYbc6
#: svx/inc/formnavi.hrc:48
msgctxt "RID_SVXSW_CONVERTMENU|ConvertToNavigationBar"
msgid "Navigation Bar"
-msgstr ""
+msgstr "Navigasie staaf"
#. d7vkX
#: svx/inc/frmsel.hrc:29
@@ -10672,244 +10617,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Diagonale randlyn van onder links na bo regs"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Geen"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Koeëltjie"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Grafika"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "Gekoppelde grafika"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
-msgstr ""
+msgstr "1e, 2e, 3e, ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr "Een, Twee, Drie, ..."
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr "Eerste, tweede, derde, ..."
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
-msgstr ""
+msgstr "*, †, ‡, §, **, ††, ..."
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Eie nommering"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Bulgaars)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Bulgaars)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Bulgaars)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Bulgaars)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Russies)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Russies)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Russies)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Russies)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Serwies)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Serwies)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Serwies)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Serwies)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (Griekse hoofletter)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (Griekse kleinletter)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ, ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת, ..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, ... (Arabies)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, ... (Persies)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -10920,25 +10866,25 @@ msgstr "१, २, ३, ..."
#: svx/inc/rotationstrings.hrc:18
msgctxt "RID_SVXITEMS_ROTATE_MODE_STANDARD"
msgid "Rotation only within cell"
-msgstr ""
+msgstr "Rotasie slegs binne sel"
#. r8WzF
#: svx/inc/rotationstrings.hrc:19
msgctxt "RID_SVXITEMS_ROTATE_MODE_TOP"
msgid "From upper cell edge"
-msgstr ""
+msgstr "Vanaf boonste sel rand"
#. E7EVi
#: svx/inc/rotationstrings.hrc:20
msgctxt "RID_SVXITEMS_ROTATE_MODE_CENTER"
msgid "From vertical middle cell"
-msgstr ""
+msgstr "Vanaf vertikale middelste sel"
#. NEwyu
#: svx/inc/rotationstrings.hrc:21
msgctxt "RID_SVXITEMS_ROTATE_MODE_BOTTOM"
msgid "From lower cell edge"
-msgstr ""
+msgstr "Vanaf onderste sel rand"
#. Je56M
#: svx/inc/samecontent.hrc:18
@@ -10974,43 +10920,43 @@ msgstr "Geen"
#: svx/inc/spacing.hrc:27
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Extra Small (1/16″)"
-msgstr ""
+msgstr "Ekstra klein (1/16″)"
#. DB9aM
#: svx/inc/spacing.hrc:28
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Small (1/8″)"
-msgstr ""
+msgstr "Klein (1/8″)"
#. 5PhsT
#: svx/inc/spacing.hrc:29
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Small Medium (1/4″)"
-msgstr ""
+msgstr "Medium klein (1/4″)"
#. 3LSyH
#: svx/inc/spacing.hrc:30
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Medium (3/8″)"
-msgstr ""
+msgstr "Medium (3/8″)"
#. NzRZJ
#: svx/inc/spacing.hrc:31
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Medium Large (1/2″)"
-msgstr ""
+msgstr "Medium groot (1/2″)"
#. JBwJZ
#: svx/inc/spacing.hrc:32
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Large (3/4″)"
-msgstr ""
+msgstr "Groot (3/4″)"
#. AwWUq
#: svx/inc/spacing.hrc:33
msgctxt "RID_SVXSTRARY_SPACING_INCH"
msgid "Extra Large (1″)"
-msgstr ""
+msgstr "Ekstra groot (1″)"
#. SGERK
#: svx/inc/spacing.hrc:40
@@ -11023,49 +10969,49 @@ msgstr "Geen"
#: svx/inc/spacing.hrc:42
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Extra Small (%1)"
-msgstr ""
+msgstr "Ekstra klein (%1)"
#. DJAZx
#. Small (0.32 cm)
#: svx/inc/spacing.hrc:44
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Small (%1)"
-msgstr ""
+msgstr "Klein (%1)"
#. scXTX
#. Small Medium (0.64 cm)
#: svx/inc/spacing.hrc:46
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Small Medium (%1)"
-msgstr ""
+msgstr "Klein Medium (%1)"
#. zN8GJ
#. Medium (0.95 cm)
#: svx/inc/spacing.hrc:48
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Medium (%1)"
-msgstr ""
+msgstr "Medium (%1)"
#. cbhBF
#. Medium Large (1.27 cm)
#: svx/inc/spacing.hrc:50
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Medium Large (%1)"
-msgstr ""
+msgstr "Medium Groot (%1)"
#. 8kTDK
#. Large (1.9 cm)
#: svx/inc/spacing.hrc:52
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Large (%1)"
-msgstr ""
+msgstr "Groot (%1)"
#. etG35
#. Extra Large (2.54 cm)
#: svx/inc/spacing.hrc:54
msgctxt "RID_SVXSTRARY_SPACING_CM"
msgid "Extra Large (%1)"
-msgstr ""
+msgstr "Ekstra groot (%1)"
#. F7GxF
#: svx/inc/spacing.hrc:61
@@ -11077,43 +11023,43 @@ msgstr "Geen"
#: svx/inc/spacing.hrc:62
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Extra Small (1/16″)"
-msgstr ""
+msgstr "Ekstra klein (1/16″)"
#. BUnaC
#: svx/inc/spacing.hrc:63
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Small (1/8″)"
-msgstr ""
+msgstr "Klein (1/8″)"
#. oBhFP
#: svx/inc/spacing.hrc:64
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Small Medium (1/4″)"
-msgstr ""
+msgstr "Klein medium (1/4″)"
#. tDBA3
#: svx/inc/spacing.hrc:65
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Medium (3/8″)"
-msgstr ""
+msgstr "Medium (3/8″)"
#. fDRCW
#: svx/inc/spacing.hrc:66
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Medium Large (1/2″)"
-msgstr ""
+msgstr "Medium groot (1/2″)"
#. Ls2Jq
#: svx/inc/spacing.hrc:67
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Large (3/4″)"
-msgstr ""
+msgstr "Groot (3/4″)"
#. DLXcU
#: svx/inc/spacing.hrc:68
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Extra Large (1″)"
-msgstr ""
+msgstr "Ekstra groot (1″)"
#. phGfi
#: svx/inc/spacing.hrc:75
@@ -11126,49 +11072,49 @@ msgstr "Geen"
#: svx/inc/spacing.hrc:77
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Extra Small (%1)"
-msgstr ""
+msgstr "Ekstra klein (%1)"
#. L3BfG
#. Small (0.32 cm)
#: svx/inc/spacing.hrc:79
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Small (%1)"
-msgstr ""
+msgstr "Klein (%1)"
#. 2VGHi
#. Small Medium (0.64 cm)
#: svx/inc/spacing.hrc:81
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Small Medium (%1)"
-msgstr ""
+msgstr "Klein Medium (%1)"
#. Z7Wot
#. Medium (0.95 cm)
#: svx/inc/spacing.hrc:83
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Medium (%1)"
-msgstr ""
+msgstr "Medium (%1)"
#. CS6Zz
#. Medium Large (1.27 cm)
#: svx/inc/spacing.hrc:85
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Medium Large (%1)"
-msgstr ""
+msgstr "Medium groot (%1)"
#. BaS7j
#. Large (1.9 cm)
#: svx/inc/spacing.hrc:87
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Large (%1)"
-msgstr ""
+msgstr "Groot (%1)"
#. gAc3E
#. Extra Large (2.54 cm)
#: svx/inc/spacing.hrc:89
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Extra Large (%1)"
-msgstr ""
+msgstr "Extra Groot (%1)"
#. koHH6
#: svx/inc/svxerr.hrc:33
@@ -11252,7 +11198,7 @@ msgstr "'n Taal is nie vir die gemerkte term vasgelê nie."
#: svx/inc/svxerr.hrc:63
msgctxt "RID_SVXERRCODE"
msgid "All changes to the Basic Code are lost. The original VBA Macro Code is saved instead."
-msgstr ""
+msgstr "Alle veranderinge aan die BASIC-kode is verlore. In plaas daarvan word die oorspronklike VBA-makrokode gestoor."
#. A2WQJ
#: svx/inc/svxerr.hrc:65
@@ -11400,7 +11346,7 @@ msgstr "Bladsyteksarea"
#: svx/inc/swframeposstrings.hrc:46
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Page text area bottom"
-msgstr ""
+msgstr "Bladsy teks area onderkant"
#. XG9Bj
#: svx/inc/swframeposstrings.hrc:47
@@ -12066,7 +12012,7 @@ msgstr "B4 (ISO)"
#: svx/source/dialog/page.hrc:37
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Letter"
-msgstr "Letter"
+msgstr "letter"
#. sx5cV
#: svx/source/dialog/page.hrc:38
@@ -12124,7 +12070,6 @@ msgstr "Groot 32 Kai"
#. by7kM
#: svx/source/dialog/page.hrc:47
-#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "User"
msgstr "Gebruiker"
@@ -12167,10 +12112,9 @@ msgstr "#6¾-koevert"
#. zy6rP
#: svx/source/dialog/page.hrc:54
-#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#7¾ (Monarch) Envelope"
-msgstr "#7¾-koevert (Monarch)"
+msgstr "#7¾ (Monarch)-koevert"
#. m4N6Q
#: svx/source/dialog/page.hrc:55
@@ -12266,7 +12210,7 @@ msgstr "B4 (ISO)"
#: svx/source/dialog/page.hrc:74
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Letter"
-msgstr "Letter"
+msgstr "letter"
#. NKMub
#: svx/source/dialog/page.hrc:75
@@ -12324,7 +12268,6 @@ msgstr "Groot 32 Kai"
#. rSAv7
#: svx/source/dialog/page.hrc:84
-#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "User"
msgstr "Gebruiker"
@@ -12463,7 +12406,6 @@ msgstr "Beskrywing"
#. VDtBL
#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:213
-#, fuzzy
msgctxt "acceptrejectchangesdialog|writeredit"
msgid "Edit Comment..."
msgstr "Redigeer opmerking..."
@@ -12508,13 +12450,13 @@ msgstr "Dokumentposisie"
#: svx/uiconfig/ui/accessibilitycheckdialog.ui:12
msgctxt "accessibilitycheckdialog|AccessibilityCheckDialog"
msgid "Accessibility Check"
-msgstr ""
+msgstr "Toeganklikheid Toetsing"
#. JgTnF
#: svx/uiconfig/ui/accessibilitycheckentry.ui:25
msgctxt "accessibilitycheckentry|accessibilityCheckEntryGotoButton"
msgid "Go to Issue"
-msgstr ""
+msgstr "Gaan na fout"
#. k4D3g
#: svx/uiconfig/ui/addconditiondialog.ui:8
@@ -12538,7 +12480,7 @@ msgstr "_Resultaat:"
#: svx/uiconfig/ui/addconditiondialog.ui:152
msgctxt "addconditiondialog|edit"
msgid "_Edit Namespaces..."
-msgstr ""
+msgstr "Verander Naamspasies..."
#. Ac8VD
#: svx/uiconfig/ui/adddataitemdialog.ui:114
@@ -12554,7 +12496,6 @@ msgstr "_Verstek waarde:"
#. 6XN5s
#: svx/uiconfig/ui/adddataitemdialog.ui:140
-#, fuzzy
msgctxt "adddataitemdialog|browse"
msgid "_Add..."
msgstr "Voeg by..."
@@ -12567,14 +12508,12 @@ msgstr "Item"
#. 5eBHo
#: svx/uiconfig/ui/adddataitemdialog.ui:210
-#, fuzzy
msgctxt "adddataitemdialog|datatypeft"
msgid "_Data type:"
-msgstr "Datasoort"
+msgstr "Data tipe:"
#. CDawq
#: svx/uiconfig/ui/adddataitemdialog.ui:234
-#, fuzzy
msgctxt "adddataitemdialog|required"
msgid "_Required"
msgstr "Vereis"
@@ -12587,7 +12526,6 @@ msgstr "Voorwaarde"
#. Rqtm8
#: svx/uiconfig/ui/adddataitemdialog.ui:263
-#, fuzzy
msgctxt "adddataitemdialog|relevant"
msgid "R_elevant"
msgstr "Relevant"
@@ -12600,24 +12538,21 @@ msgstr "Voorwaarde"
#. gLAEV
#: svx/uiconfig/ui/adddataitemdialog.ui:292
-#, fuzzy
msgctxt "adddataitemdialog|constraint"
msgid "_Constraint"
msgstr "Beperking"
#. k7xDZ
#: svx/uiconfig/ui/adddataitemdialog.ui:307
-#, fuzzy
msgctxt "adddataitemdialog|readonly"
msgid "Read-_only"
msgstr "Leesalleen"
#. aAGTh
#: svx/uiconfig/ui/adddataitemdialog.ui:322
-#, fuzzy
msgctxt "adddataitemdialog|calculate"
msgid "Calc_ulate"
-msgstr "Berek~en"
+msgstr "Bereken"
#. Rxz2f
#: svx/uiconfig/ui/adddataitemdialog.ui:337
@@ -12647,11 +12582,10 @@ msgstr "Instellings"
#: svx/uiconfig/ui/addinstancedialog.ui:8
msgctxt "addinstancedialog|AddInstanceDialog"
msgid "Add Instance"
-msgstr ""
+msgstr "Voeg Eksemplaar by"
#. CiRHq
#: svx/uiconfig/ui/addinstancedialog.ui:102
-#, fuzzy
msgctxt "addinstancedialog|label2"
msgid "_Name:"
msgstr "Naam:"
@@ -12660,17 +12594,16 @@ msgstr "Naam:"
#: svx/uiconfig/ui/addinstancedialog.ui:116
msgctxt "addinstancedialog|alttitle"
msgid "Edit Instance"
-msgstr ""
+msgstr "Redigeer Eksemplaar"
#. TDx57
#: svx/uiconfig/ui/addinstancedialog.ui:128
msgctxt "addinstancedialog|urlft"
msgid "_URL:"
-msgstr ""
+msgstr "URL:"
#. vXdwB
#: svx/uiconfig/ui/addinstancedialog.ui:157
-#, fuzzy
msgctxt "addinstancedialog|browse"
msgid "_Browse..."
msgstr "Blaai..."
@@ -12679,23 +12612,22 @@ msgstr "Blaai..."
#: svx/uiconfig/ui/addinstancedialog.ui:170
msgctxt "addinstancedialog|link"
msgid "_Link instance"
-msgstr ""
+msgstr "Koppel eksemplaar"
#. BUU2x
#: svx/uiconfig/ui/addmodeldialog.ui:8
msgctxt "addmodeldialog|AddModelDialog"
msgid "Add Model"
-msgstr ""
+msgstr "Voeg model by"
#. BVA6X
#: svx/uiconfig/ui/addmodeldialog.ui:87
msgctxt "addmodeldialog|modify"
msgid "Model data updates change document's modification status"
-msgstr ""
+msgstr "Die bywerk van die modeldata verander die dokument se wysigingstatus"
#. SDrTB
#: svx/uiconfig/ui/addmodeldialog.ui:117
-#, fuzzy
msgctxt "addmodeldialog|label2"
msgid "_Name:"
msgstr "Naam:"
@@ -12704,17 +12636,16 @@ msgstr "Naam:"
#: svx/uiconfig/ui/addmodeldialog.ui:131
msgctxt "addmodeldialog|alttitle"
msgid "Edit Model"
-msgstr ""
+msgstr "Model bywerk"
#. tEB4d
#: svx/uiconfig/ui/addnamespacedialog.ui:8
msgctxt "addnamespacedialog|AddNamespaceDialog"
msgid "Add Namespace"
-msgstr ""
+msgstr "Naamspasie byvoeg"
#. Tr89B
#: svx/uiconfig/ui/addnamespacedialog.ui:89
-#, fuzzy
msgctxt "addnamespacedialog|label1"
msgid "_Prefix:"
msgstr "Voorvoegsel"
@@ -12723,13 +12654,13 @@ msgstr "Voorvoegsel"
#: svx/uiconfig/ui/addnamespacedialog.ui:129
msgctxt "addnamespacedialog|label2"
msgid "_URL:"
-msgstr ""
+msgstr "_URL:"
#. YtT2E
#: svx/uiconfig/ui/addnamespacedialog.ui:143
msgctxt "addnamespacedialog|alttitle"
msgid "Edit Namespace"
-msgstr ""
+msgstr "Naamspasie bywerk"
#. zGRwg
#: svx/uiconfig/ui/addsubmissiondialog.ui:8
@@ -12739,58 +12670,51 @@ msgstr "Voeg indiening by"
#. Q6TEm
#: svx/uiconfig/ui/addsubmissiondialog.ui:103
-#, fuzzy
msgctxt "addsubmissiondialog|label2"
msgid "_Name:"
msgstr "Naam:"
#. uHEpR
#: svx/uiconfig/ui/addsubmissiondialog.ui:117
-#, fuzzy
msgctxt "addsubmissiondialog|urlft"
msgid "Binding e_xpression:"
-msgstr "Bindinguitdrukking"
+msgstr "Bindingsuitdrukking:"
#. AncQm
#: svx/uiconfig/ui/addsubmissiondialog.ui:129
-#, fuzzy
msgctxt "addsubmissiondialog|browse"
msgid "_Add..."
msgstr "Voeg by..."
#. RzDTr
#: svx/uiconfig/ui/addsubmissiondialog.ui:145
-#, fuzzy
msgctxt "addsubmissiondialog|label3"
msgid "_Action:"
-msgstr "Aksie: "
+msgstr "Aksie:"
#. zHkNb
#: svx/uiconfig/ui/addsubmissiondialog.ui:173
-#, fuzzy
msgctxt "addsubmissiondialog|label4"
msgid "_Method:"
-msgstr "Metode: "
+msgstr "Metode:"
#. 6VGN7
#: svx/uiconfig/ui/addsubmissiondialog.ui:212
-#, fuzzy
msgctxt "addsubmissiondialog|label5"
msgid "_Binding:"
-msgstr "Bindings"
+msgstr "Binding:"
#. GkBRk
#: svx/uiconfig/ui/addsubmissiondialog.ui:226
-#, fuzzy
msgctxt "addsubmissiondialog|label6"
msgid "_Replace:"
-msgstr "Vervang: "
+msgstr "Vervang:"
#. yvhoc
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:8
msgctxt "asianphoneticguidedialog|AsianPhoneticGuideDialog"
msgid "Asian Phonetic Guide"
-msgstr ""
+msgstr "Asiatiese fonetiekgids"
#. Hj3z4
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:93
@@ -12802,7 +12726,7 @@ msgstr "Basisteks"
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:105
msgctxt "asianphoneticguidedialog|rubytextft"
msgid "Ruby text"
-msgstr ""
+msgstr "Ruby-teks"
#. 5i2SB
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:152
@@ -12814,7 +12738,7 @@ msgstr "Basisteks"
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:191
msgctxt "asianphoneticguidedialog|Right2ED-atkobject"
msgid "Ruby text"
-msgstr ""
+msgstr "Ruby-teks"
#. iMRNj
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:207
@@ -12826,13 +12750,13 @@ msgstr "Basisteks"
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:223
msgctxt "asianphoneticguidedialog|Right3ED-atkobject"
msgid "Ruby text"
-msgstr ""
+msgstr "Ruby-teks"
#. atKaG
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:239
msgctxt "asianphoneticguidedialog|Right4ED-atkobject"
msgid "Ruby text"
-msgstr ""
+msgstr "Ruby-teks"
#. QsYkZ
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:255
@@ -12856,7 +12780,7 @@ msgstr "Posisie:"
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:320
msgctxt "asianphoneticguidedialog|styleft"
msgid "Character style for ruby text:"
-msgstr ""
+msgstr "Karakter profiel vir Ruby-teks:"
#. VmD7B
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:343
@@ -13012,7 +12936,7 @@ msgstr "Vereenvoudigde _Sjinees na tradisionele Sjinees"
#: svx/uiconfig/ui/chinesedictionary.ui:149
msgctxt "chinesedictionary|reverse"
msgid "Reverse mapping"
-msgstr ""
+msgstr "Toewysing terugstel"
#. 4Y5b9
#: svx/uiconfig/ui/chinesedictionary.ui:180
@@ -13028,11 +12952,10 @@ msgstr "Term"
#: svx/uiconfig/ui/chinesedictionary.ui:441
msgctxt "chinesedictionary|mappingft"
msgid "Mapping"
-msgstr ""
+msgstr "Toewysing"
#. XZbeq
#: svx/uiconfig/ui/chinesedictionary.ui:227
-#, fuzzy
msgctxt "chinesedictionary|modify"
msgid "_Modify"
msgstr "Wysig"
@@ -13047,16 +12970,15 @@ msgstr "Eienskap"
#. nDmEW
#: svx/uiconfig/ui/chinesedictionary.ui:279
-#, fuzzy
msgctxt "chinesedictionary|property"
msgid "Other"
-msgstr "Andere"
+msgstr "Ander"
#. zEzUA
#: svx/uiconfig/ui/chinesedictionary.ui:280
msgctxt "chinesedictionary|property"
msgid "Foreign"
-msgstr ""
+msgstr "Buitelandse"
#. fG6PM
#: svx/uiconfig/ui/chinesedictionary.ui:281
@@ -13086,7 +13008,7 @@ msgstr "Status"
#: svx/uiconfig/ui/chinesedictionary.ui:285
msgctxt "chinesedictionary|property"
msgid "Place name"
-msgstr ""
+msgstr "Pleknaam"
#. waJRm
#: svx/uiconfig/ui/chinesedictionary.ui:286
@@ -13098,23 +13020,22 @@ msgstr "Besigheid"
#: svx/uiconfig/ui/chinesedictionary.ui:287
msgctxt "chinesedictionary|property"
msgid "Adjective"
-msgstr ""
+msgstr "byvoeglike naamwoord"
#. VKjdE
#: svx/uiconfig/ui/chinesedictionary.ui:288
msgctxt "chinesedictionary|property"
msgid "Idiom"
-msgstr ""
+msgstr "Idioom"
#. dB4SG
#: svx/uiconfig/ui/chinesedictionary.ui:289
msgctxt "chinesedictionary|property"
msgid "Abbreviation"
-msgstr ""
+msgstr "Afkorting"
#. sBYxF
#: svx/uiconfig/ui/chinesedictionary.ui:290
-#, fuzzy
msgctxt "chinesedictionary|property"
msgid "Numerical"
msgstr "Numeries"
@@ -13123,19 +13044,19 @@ msgstr "Numeries"
#: svx/uiconfig/ui/chinesedictionary.ui:291
msgctxt "chinesedictionary|property"
msgid "Noun"
-msgstr ""
+msgstr "Selfstandige naamwoord"
#. kXcwC
#: svx/uiconfig/ui/chinesedictionary.ui:292
msgctxt "chinesedictionary|property"
msgid "Verb"
-msgstr ""
+msgstr "Werkwoord"
#. YSxrd
#: svx/uiconfig/ui/chinesedictionary.ui:293
msgctxt "chinesedictionary|property"
msgid "Brand name"
-msgstr ""
+msgstr "Handelsnaam"
#. TZEqZ
#: svx/uiconfig/ui/classificationdialog.ui:37
@@ -13159,7 +13080,7 @@ msgstr "Internasionaal:"
#: svx/uiconfig/ui/classificationdialog.ui:180
msgctxt "classificationdialog|label-Marking"
msgid "Marking:"
-msgstr ""
+msgstr "Merk:"
#. QZAAx
#: svx/uiconfig/ui/classificationdialog.ui:196
@@ -13181,29 +13102,27 @@ msgstr "Vetdruk"
#. v8MHF
#: svx/uiconfig/ui/classificationdialog.ui:314
-#, fuzzy
msgctxt "classificationdialog|signButton"
msgid "Sign Paragraph"
-msgstr "Versteekde paragraaf"
+msgstr "Paragraaf teken"
#. cDs9q
#: svx/uiconfig/ui/classificationdialog.ui:381
msgctxt "classificationdialog|label-PartNumber"
msgid "License:"
-msgstr ""
+msgstr "Lisensie:"
#. d24J5
#: svx/uiconfig/ui/classificationdialog.ui:396
-#, fuzzy
msgctxt "classificationdialog|label-PartNumber"
msgid "Part Number:"
-msgstr "Bladsynommer"
+msgstr "Onderdeelnommer:"
#. AEUjh
#: svx/uiconfig/ui/classificationdialog.ui:412
msgctxt "classificationdialog|label-PartNumber"
msgid "Part text:"
-msgstr ""
+msgstr "Teks deel:"
#. gdZhQ
#: svx/uiconfig/ui/classificationdialog.ui:523
@@ -13215,7 +13134,7 @@ msgstr "Voeg by"
#: svx/uiconfig/ui/classificationdialog.ui:547
msgctxt "classificationdialog|label-IntellectualProperty"
msgid "Intellectual Property"
-msgstr ""
+msgstr "Intellektuele Eiendom"
#. gogLP
#: svx/uiconfig/ui/colorwindow.ui:57
@@ -13405,7 +13324,6 @@ msgstr "_Meer..."
#. JtMyQ
#: svx/uiconfig/ui/colsmenu.ui:255
-#, fuzzy
msgctxt "colsmenu|all"
msgid "_All"
msgstr "Almal"
@@ -13432,7 +13350,7 @@ msgstr "JPEG-kwaliteit"
#: svx/uiconfig/ui/compressgraphicdialog.ui:136
msgctxt "compressgraphicdialog|radio-jpeg|tooltip_text"
msgid "Lossy compression"
-msgstr ""
+msgstr "Verliesgevoelige kompressie"
#. vZFgs
#: svx/uiconfig/ui/compressgraphicdialog.ui:153
@@ -13510,13 +13428,13 @@ msgstr "Lanczos"
#: svx/uiconfig/ui/compressgraphicdialog.ui:468
msgctxt "compressgraphicdialog|label13"
msgid "px"
-msgstr ""
+msgstr "px"
#. KACB4
#: svx/uiconfig/ui/compressgraphicdialog.ui:480
msgctxt "compressgraphicdialog|label14"
msgid "px"
-msgstr ""
+msgstr "px"
#. unj5i
#: svx/uiconfig/ui/compressgraphicdialog.ui:492
@@ -13540,25 +13458,25 @@ msgstr "Tipe:"
#: svx/uiconfig/ui/compressgraphicdialog.ui:578
msgctxt "compressgraphicdialog|label7"
msgid "Actual dimensions:"
-msgstr ""
+msgstr "Werklike dimensies:"
#. BZCWQ
#: svx/uiconfig/ui/compressgraphicdialog.ui:610
msgctxt "compressgraphicdialog|label8"
msgid "Apparent dimensions:"
-msgstr ""
+msgstr "Skynbare dimensies:"
#. QzEYW
#: svx/uiconfig/ui/compressgraphicdialog.ui:641
msgctxt "compressgraphicdialog|label9"
msgid "Image size:"
-msgstr ""
+msgstr "Beeld grootte:"
#. ARYxX
#: svx/uiconfig/ui/compressgraphicdialog.ui:670
msgctxt "compressgraphicdialog|calculate"
msgid "Calculate New Size:"
-msgstr ""
+msgstr "Bereken Nuwe grootte:"
#. ArZKq
#: svx/uiconfig/ui/compressgraphicdialog.ui:708
@@ -13726,7 +13644,7 @@ msgstr "_Stuur omvalverslag"
#: svx/uiconfig/ui/crashreportdlg.ui:53
msgctxt "crashreportdlg|btn_cancel"
msgid "Do_n’t Send"
-msgstr ""
+msgstr "Moenie Versend nie"
#. afExy
#: svx/uiconfig/ui/crashreportdlg.ui:67
@@ -13754,14 +13672,12 @@ msgstr "Herbegin %PRODUCTNAME om veilige modus te betree"
#. gsFSM
#: svx/uiconfig/ui/datanavigator.ui:12
-#, fuzzy
msgctxt "datanavigator|instancesadd"
msgid "_Add..."
msgstr "Voeg by..."
#. BdRnW
#: svx/uiconfig/ui/datanavigator.ui:20
-#, fuzzy
msgctxt "datanavigator|instancesedit"
msgid "_Edit..."
msgstr "Redigeer..."
@@ -13770,32 +13686,28 @@ msgstr "Redigeer..."
#: svx/uiconfig/ui/datanavigator.ui:28
msgctxt "datanavigator|instancesremove"
msgid "_Remove..."
-msgstr ""
+msgstr "Verwyder..."
#. YM7Tk
#: svx/uiconfig/ui/datanavigator.ui:42
-#, fuzzy
msgctxt "datanavigator|instancesdetails"
msgid "_Show Details"
-msgstr "~Toon details"
+msgstr "Vertoon details"
#. rMqsT
#: svx/uiconfig/ui/datanavigator.ui:54
-#, fuzzy
msgctxt "datanavigator|modelsadd"
msgid "_Add..."
msgstr "Voeg by..."
#. m8vxV
#: svx/uiconfig/ui/datanavigator.ui:62
-#, fuzzy
msgctxt "datanavigator|modelsedit"
msgid "_Edit..."
msgstr "Redigeer..."
#. VqB4m
#: svx/uiconfig/ui/datanavigator.ui:70
-#, fuzzy
msgctxt "datanavigator|modelsremove"
msgid "_Remove"
msgstr "Verwyder"
@@ -13808,43 +13720,39 @@ msgstr "_Modelle"
#. BF3zW
#: svx/uiconfig/ui/datanavigator.ui:177
-#, fuzzy
msgctxt "datanavigator|instance"
msgid "Instance"
-msgstr "~Instanse"
+msgstr "Instans"
#. 3Yg5b
#: svx/uiconfig/ui/datanavigator.ui:223
-#, fuzzy
msgctxt "datanavigator|submissions"
msgid "Submissions"
msgstr "Indienings"
#. hHddS
#: svx/uiconfig/ui/datanavigator.ui:270
-#, fuzzy
msgctxt "datanavigator|bindings"
msgid "Bindings"
msgstr "Bindings"
#. KaGD7
#: svx/uiconfig/ui/datanavigator.ui:286
-#, fuzzy
msgctxt "datanavigator|instances"
msgid "_Instances"
-msgstr "~Instanse"
+msgstr "Instanse"
#. 2xX4C
#: svx/uiconfig/ui/defaultshapespanel.ui:48
msgctxt "defaultshapespanel|label1"
msgid "Lines and Arrows"
-msgstr ""
+msgstr "Lyne en Pyle"
#. xvX8C
#: svx/uiconfig/ui/defaultshapespanel.ui:86
msgctxt "defaultshapespanel|label2"
msgid "Curves and Polygons"
-msgstr ""
+msgstr "Boë en Veelhoeke"
#. KHMSA
#: svx/uiconfig/ui/defaultshapespanel.ui:124
@@ -13862,7 +13770,7 @@ msgstr "Basiese vorms"
#: svx/uiconfig/ui/defaultshapespanel.ui:200
msgctxt "defaultshapespanel|label5"
msgid "Symbol Shapes"
-msgstr ""
+msgstr "Simbool Vorme"
#. SGxDy
#: svx/uiconfig/ui/defaultshapespanel.ui:238
@@ -13886,7 +13794,7 @@ msgstr "Uitroepe"
#: svx/uiconfig/ui/defaultshapespanel.ui:352
msgctxt "defaultshapespanel|label9"
msgid "Stars and Banners"
-msgstr ""
+msgstr "Sterre en Baniere"
#. cibWf
#: svx/uiconfig/ui/defaultshapespanel.ui:390
@@ -13934,85 +13842,76 @@ msgstr "Alle inhoud van die kop sal geskrap word en kan nie herwin word nie."
#: svx/uiconfig/ui/depthwindow.ui:137
msgctxt "depthwindow|RID_SVXSTR_INFINITY"
msgid "_Infinity"
-msgstr ""
+msgstr "Oneindig"
#. uwFgU
#: svx/uiconfig/ui/depthwindow.ui:156
msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
-msgstr ""
+msgstr "Aangepas..."
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
msgid "_Perspective"
-msgstr ""
+msgstr "Perspektief"
#. svnJ7
#: svx/uiconfig/ui/directionwindow.ui:77
msgctxt "dockingwindow|RID_SVXSTR_PARALLEL"
msgid "P_arallel"
-msgstr ""
+msgstr "Parallel"
#. nEw4G
#: svx/uiconfig/ui/docking3deffects.ui:294
-#, fuzzy
msgctxt "docking3deffects|diagonalft"
msgid "R_ounded edges"
-msgstr "Ger~onde kante"
+msgstr "Geronde rante"
#. MozLP
#: svx/uiconfig/ui/docking3deffects.ui:308
-#, fuzzy
msgctxt "docking3deffects|scaleddepthft"
msgid "_Scaled depth"
-msgstr "~Geskaleerde diepte"
+msgstr "Geskaleerde diepte"
#. uK3Fv
#: svx/uiconfig/ui/docking3deffects.ui:322
-#, fuzzy
msgctxt "docking3deffects|angleft"
msgid "_Rotation angle"
msgstr "Rotasiehoek"
#. 2YAH9
#: svx/uiconfig/ui/docking3deffects.ui:336
-#, fuzzy
msgctxt "docking3deffects|depthft"
msgid "_Depth"
msgstr "Diepte"
#. LKo3e
#: svx/uiconfig/ui/docking3deffects.ui:403
-#, fuzzy
msgctxt "docking3deffects|label1"
msgid "Geometry"
msgstr "Geometrie"
#. b7NAE
#: svx/uiconfig/ui/docking3deffects.ui:444
-#, fuzzy
msgctxt "docking3deffects|label6"
msgid "_Horizontal"
msgstr "Horisontaal"
#. 9HFzC
#: svx/uiconfig/ui/docking3deffects.ui:483
-#, fuzzy
msgctxt "docking3deffects|label7"
msgid "_Vertical"
msgstr "Vertikaal"
#. G67Pd
#: svx/uiconfig/ui/docking3deffects.ui:519
-#, fuzzy
msgctxt "docking3deffects|label10"
msgid "Segments"
msgstr "Segmente"
#. uGbYJ
#: svx/uiconfig/ui/docking3deffects.ui:571
-#, fuzzy
msgctxt "docking3deffects|objspecific|tooltip_text"
msgid "Object-Specific"
msgstr "Objekspesifiek"
@@ -14025,81 +13924,72 @@ msgstr "Plat"
#. aLmTz
#: svx/uiconfig/ui/docking3deffects.ui:599
-#, fuzzy
msgctxt "docking3deffects|spherical|tooltip_text"
msgid "Spherical"
msgstr "Sferies"
#. a9hYr
#: svx/uiconfig/ui/docking3deffects.ui:613
-#, fuzzy
msgctxt "docking3deffects|invertnormals|tooltip_text"
msgid "Invert Normals"
-msgstr "Keer normale om"
+msgstr "Normaal omgekeerd"
#. kBScz
#: svx/uiconfig/ui/docking3deffects.ui:627
-#, fuzzy
msgctxt "docking3deffects|doublesidedillum|tooltip_text"
msgid "Double-Sided Illumination"
msgstr "Tweesydige beligting"
#. Jq33F
#: svx/uiconfig/ui/docking3deffects.ui:641
-#, fuzzy
msgctxt "docking3deffects|doublesided|tooltip_text"
msgid "Double-Sided"
-msgstr "Dubbellyn"
+msgstr "Dubbelsydig"
#. 2xzfy
#: svx/uiconfig/ui/docking3deffects.ui:667
-#, fuzzy
msgctxt "docking3deffects|label11"
msgid "Normals"
-msgstr "~Normaal"
+msgstr "Normale"
#. XjqvC
#: svx/uiconfig/ui/docking3deffects.ui:699
-#, fuzzy
msgctxt "docking3deffects|to3d|tooltip_text"
msgid "Convert to 3D"
-msgstr "Skakel om in 3D"
+msgstr "Omset na 3D"
#. v5fdY
#: svx/uiconfig/ui/docking3deffects.ui:712
-#, fuzzy
msgctxt "docking3deffects|tolathe|tooltip_text"
msgid "Convert to Rotation Object"
-msgstr "Skakel om in draaibankobjek"
+msgstr "Omskakel na rotasie-objek"
#. Tk7Vb
#: svx/uiconfig/ui/docking3deffects.ui:725
-#, fuzzy
msgctxt "docking3deffects|perspective|tooltip_text"
msgid "Perspective On/Off"
-msgstr "Perspektief aan/af"
+msgstr "Perspektief aan/af-skakel"
#. S27FV
#: svx/uiconfig/ui/docking3deffects.ui:765
msgctxt "docking3deffects|preview-atkobject"
msgid "3D Preview"
-msgstr ""
+msgstr "3D Voorskou"
#. snUGf
#: svx/uiconfig/ui/docking3deffects.ui:797
msgctxt "tp_3D_SceneIllumination|CTL_LIGHT_PREVIEW|tooltip_text"
msgid "Light Preview"
-msgstr ""
+msgstr "Ligte Voorskou"
#. c86Xg
#: svx/uiconfig/ui/docking3deffects.ui:802
msgctxt "docking3deffects|lightpreview-atkobject"
msgid "Color Light Preview"
-msgstr ""
+msgstr "Ligte Kleure Voorskou"
#. ysdwL
#: svx/uiconfig/ui/docking3deffects.ui:893
-#, fuzzy
msgctxt "docking3deffects|label8"
msgid "_Mode"
msgstr "Modus"
@@ -14119,7 +14009,6 @@ msgstr "Phong"
#. D6L7i
#: svx/uiconfig/ui/docking3deffects.ui:910
-#, fuzzy
msgctxt "docking3deffects|mode"
msgid "Gouraud"
msgstr "Gouraud"
@@ -14259,49 +14148,49 @@ msgstr "Ligbron 8"
#: svx/uiconfig/ui/docking3deffects.ui:1363
msgctxt "docking3deffects|lightcolor1|tooltip_text"
msgid "Light 1 color"
-msgstr ""
+msgstr "Lig 1 Kleur"
#. EBVTG
#: svx/uiconfig/ui/docking3deffects.ui:1383
msgctxt "docking3deffects|lightcolor2|tooltip_text"
msgid "Light 2 color"
-msgstr ""
+msgstr "Lig 2 Kleur"
#. wiDjj
#: svx/uiconfig/ui/docking3deffects.ui:1403
msgctxt "docking3deffects|lightcolor3|tooltip_text"
msgid "Light 3 color"
-msgstr ""
+msgstr "Lig 3 Kleur"
#. zZSLi
#: svx/uiconfig/ui/docking3deffects.ui:1423
msgctxt "docking3deffects|lightcolor4|tooltip_text"
msgid "Light 4 color"
-msgstr ""
+msgstr "Lig 4 Kleur"
#. bPGBH
#: svx/uiconfig/ui/docking3deffects.ui:1443
msgctxt "docking3deffects|lightcolor5|tooltip_text"
msgid "Light 5 color"
-msgstr ""
+msgstr "Lig 5 Kleur"
#. mCg85
#: svx/uiconfig/ui/docking3deffects.ui:1463
msgctxt "docking3deffects|lightcolor6|tooltip_text"
msgid "Light 6 color"
-msgstr ""
+msgstr "Lig 6 Kleur"
#. Lj2HV
#: svx/uiconfig/ui/docking3deffects.ui:1483
msgctxt "docking3deffects|lightcolor7|tooltip_text"
msgid "Light 7 color"
-msgstr ""
+msgstr "Kleur Lig 7"
#. aNZDv
#: svx/uiconfig/ui/docking3deffects.ui:1503
msgctxt "docking3deffects|lightcolor8|tooltip_text"
msgid "Light 8 color"
-msgstr ""
+msgstr "Kleur Lig 8"
#. HqaQ2
#: svx/uiconfig/ui/docking3deffects.ui:1528
@@ -14598,7 +14487,7 @@ msgstr "Bronkleur"
#: svx/uiconfig/ui/dockingcolorreplace.ui:73
msgctxt "dockingcolorreplace|label3"
msgid "Tolerance"
-msgstr ""
+msgstr "Toleransie"
#. hpBPk
#: svx/uiconfig/ui/dockingcolorreplace.ui:85
@@ -14650,25 +14539,25 @@ msgstr "Deursigtigheid"
#: svx/uiconfig/ui/dockingcolorreplace.ui:199
msgctxt "dockingcolorreplace|tol1-atkobject"
msgid "Tolerance 1"
-msgstr ""
+msgstr "Toleransie 1"
#. dCyn7
#: svx/uiconfig/ui/dockingcolorreplace.ui:217
msgctxt "dockingcolorreplace|tol2-atkobject"
msgid "Tolerance 2"
-msgstr ""
+msgstr "Toleransie 2"
#. bUkAc
#: svx/uiconfig/ui/dockingcolorreplace.ui:235
msgctxt "dockingcolorreplace|tol3-atkobject"
msgid "Tolerance 3"
-msgstr ""
+msgstr "Toleransie 3"
#. Wp3Q3
#: svx/uiconfig/ui/dockingcolorreplace.ui:253
msgctxt "dockingcolorreplace|tol4-atkobject"
msgid "Tolerance 4"
-msgstr ""
+msgstr "Toleransie 4"
#. CTGcU
#: svx/uiconfig/ui/dockingcolorreplace.ui:275
@@ -14716,7 +14605,7 @@ msgstr "(Vervang)"
#: svx/uiconfig/ui/dockingcolorreplace.ui:480
msgctxt "dockingcolorreplace|pipette"
msgid "Pipette"
-msgstr ""
+msgstr "Pipet"
#. cXHxL
#: svx/uiconfig/ui/dockingfontwork.ui:42
@@ -14960,7 +14849,7 @@ msgstr "%PRODUCTNAME %PRODUCTVERSION-dokumentherwinning"
#: svx/uiconfig/ui/docrecoverysavedialog.ui:76
msgctxt "docrecoverysavedialog|label1"
msgid "Due to an error, %PRODUCTNAME crashed. All the files you were working on will now be saved. The next time %PRODUCTNAME is launched, your files will be recovered automatically."
-msgstr ""
+msgstr "%PRODUCTNAME het aborteer weens 'n fout. Enige lêers waaraan u gewerk het, sal gestoor word. Die volgende keer as u met %PRODUCTNAME begin, word u dokumente outomaties herstel."
#. JEJdG
#: svx/uiconfig/ui/docrecoverysavedialog.ui:98
@@ -15019,241 +14908,241 @@ msgstr "I~s nie nul nie"
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:8
msgctxt "findreplacedialog-mobile|FindReplaceDialog"
msgid "Find & Replace"
-msgstr ""
+msgstr "Vind & Vervang"
#. eByBj
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:141
msgctxt "findreplacedialog-mobile|label4"
msgid "_Find:"
-msgstr ""
+msgstr "Vind:"
#. oNJkY
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:195
msgctxt "findreplacedialog-mobile|matchcase"
msgid "Ma_tch case"
-msgstr ""
+msgstr "Vergelyk kas"
#. uiV7G
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:211
msgctxt "findreplacedialog-mobile|searchformatted"
msgid "For_matted display"
-msgstr ""
+msgstr "Geformatterde skou"
#. 3KibH
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:231
msgctxt "findreplacedialog-mobile|wholewords"
msgid "Whole wor_ds only"
-msgstr ""
+msgstr "Slegs Heelgetalle"
#. BRbAi
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:249
msgctxt "findreplacedialog-mobile|entirecells"
msgid "_Entire cells"
-msgstr ""
+msgstr "Volle selle"
#. xFvzF
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:267
msgctxt "findreplacedialog-mobile|allsheets"
msgid "All _sheets"
-msgstr ""
+msgstr "Alle blaaie"
#. 8a3TB
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:306
msgctxt "findreplacedialog-mobile|label1"
msgid "_Search For"
-msgstr ""
+msgstr "Soek na"
#. aHAoN
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:391
msgctxt "findreplacedialog-mobile|label5"
msgid "Re_place:"
-msgstr ""
+msgstr "Vervang:"
#. PhyMv
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:431
msgctxt "findreplacedialog-mobile|label2"
msgid "Re_place With"
-msgstr ""
+msgstr "Vervang met"
#. gi3jL
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:457
msgctxt "findreplacedialog-mobile|searchall"
msgid "Find _All"
-msgstr ""
+msgstr "Vind Alles"
#. xizGS
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:471
msgctxt "findreplacedialog-mobile|backsearch"
msgid "Find Pre_vious"
-msgstr ""
+msgstr "Vind Vorige"
#. Fnoy9
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:485
msgctxt "findreplacedialog-mobile|search"
msgid "Find Ne_xt"
-msgstr ""
+msgstr "Vind Volgende"
#. 4xbpA
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:501
msgctxt "findreplacedialog-mobile|replace"
msgid "_Replace"
-msgstr ""
+msgstr "Vervang"
#. LXUGG
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:515
msgctxt "findreplacedialog-mobile|replaceall"
msgid "Replace A_ll"
-msgstr ""
+msgstr "Vervang Alles"
#. 8pjvL
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:671
msgctxt "findreplacedialog-mobile|selection"
msgid "C_urrent selection only"
-msgstr ""
+msgstr "Slegs Huidige Seleksie"
#. kXCyp
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:686
msgctxt "findreplacedialog-mobile|regexp"
msgid "Re_gular expressions"
-msgstr ""
+msgstr "Meta-uitdrukkings"
#. PHsrD
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:708
msgctxt "findreplacedialog-mobile|attributes"
msgid "Attribut_es..."
-msgstr ""
+msgstr "Attribute..."
#. GRaeC
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:722
msgctxt "findreplacedialog-mobile|format"
msgid "For_mat..."
-msgstr ""
+msgstr "Formatteer..."
#. cx7u7
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:736
msgctxt "findreplacedialog-mobile|noformat"
msgid "_No Format"
-msgstr ""
+msgstr "Geen Formaat"
#. TnTGs
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:757
msgctxt "findreplacedialog-mobile|layout"
msgid "Search for st_yles"
-msgstr ""
+msgstr "Soek vir style"
#. QZvqy
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:772
msgctxt "findreplacedialog-mobile|includediacritics"
msgid "Diac_ritic-sensitive"
-msgstr ""
+msgstr "Diakrities-sensitief"
#. jgEBu
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:787
msgctxt "findreplacedialog-mobile|includekashida"
msgid "_Kashida-sensitive"
-msgstr ""
+msgstr "Kashida-sensitief"
#. HEtSQ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:802
msgctxt "findreplacedialog-mobile|matchcharwidth"
msgid "Match character _width"
-msgstr ""
+msgstr "Pas Karakter wydte"
#. PeENq
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:822
msgctxt "findreplacedialog-mobile|similarity"
msgid "S_imilarity search"
-msgstr ""
+msgstr "Ooreenkomstige soek"
#. BxPGW
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:838
msgctxt "findreplacedialog-mobile|similaritybtn"
msgid "Similarities..."
-msgstr ""
+msgstr "Ooreenkomstighede..."
#. z8Uiz
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:865
msgctxt "findreplacedialog-mobile|soundslike"
msgid "Sounds like (_Japanese)"
-msgstr ""
+msgstr "Klink soos (_Japanees)"
#. e7EkJ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:881
msgctxt "findreplacedialog-mobile|soundslikebtn"
msgid "Sounds..."
-msgstr ""
+msgstr "Klink soos..."
#. ZvWKZ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:907
msgctxt "findreplacedialog-mobile|wildcard"
msgid "Wil_dcards"
-msgstr ""
+msgstr "Meta terme"
#. jCtqG
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:923
msgctxt "findreplacedialog-mobile|notes"
msgid "_Comments"
-msgstr ""
+msgstr "Opmerkings"
#. CABZs
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:945
msgctxt "findreplacedialog-mobile|replace_backwards"
msgid "Replace _backwards"
-msgstr ""
+msgstr "Vervang terugwaarts"
#. EjXBb
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:981
msgctxt "findreplacedialog-mobile|searchinlabel"
msgid "Search i_n:"
-msgstr ""
+msgstr "Soek in:"
#. vHG2V
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:996
msgctxt "findreplacedialog-mobile|calcsearchin"
msgid "Formulas"
-msgstr ""
+msgstr "Formules"
#. BC8U6
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:997
msgctxt "findreplacedialog-mobile|calcsearchin"
msgid "Values"
-msgstr ""
+msgstr "Waardes"
#. BkByZ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:998
msgctxt "findreplacedialog-mobile|calcsearchin"
msgid "Notes"
-msgstr ""
+msgstr "Notas"
#. a8BE2
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1023
msgctxt "findreplacedialog-mobile|searchdir"
msgid "Direction:"
-msgstr ""
+msgstr "Rigting:"
#. GPC8q
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1040
msgctxt "findreplacedialog-mobile|rows"
msgid "Ro_ws"
-msgstr ""
+msgstr "Rye"
#. xCeTz
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1060
msgctxt "findreplacedialog-mobile|cols"
msgid "Colum_ns"
-msgstr ""
+msgstr "Kolomme"
#. fPE4f
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1107
msgctxt "findreplacedialog-mobile|label3"
msgid "Other _options"
-msgstr ""
+msgstr "Ander Opsies"
#. 2B7FQ
#: svx/uiconfig/ui/findreplacedialog.ui:8
msgctxt "findreplacedialog|FindReplaceDialog"
msgid "Find and Replace"
-msgstr ""
+msgstr "Soek en Vervang"
#. bathy
#: svx/uiconfig/ui/findreplacedialog.ui:141
@@ -15271,7 +15160,7 @@ msgstr "S_elfde kas"
#: svx/uiconfig/ui/findreplacedialog.ui:211
msgctxt "findreplacedialog|searchformatted"
msgid "For_matted display"
-msgstr ""
+msgstr "Geformatterde vertoon"
#. eTjvm
#: svx/uiconfig/ui/findreplacedialog.ui:231
@@ -15379,19 +15268,19 @@ msgstr "Soek vir st_yle"
#: svx/uiconfig/ui/findreplacedialog.ui:767
msgctxt "findreplacedialog|includediacritics"
msgid "Diac_ritic-sensitive"
-msgstr ""
+msgstr "Diarakties sensitief"
#. J8Zou
#: svx/uiconfig/ui/findreplacedialog.ui:782
msgctxt "findreplacedialog|includekashida"
msgid "_Kashida-sensitive"
-msgstr ""
+msgstr "Kashida sensitief"
#. AtLV3
#: svx/uiconfig/ui/findreplacedialog.ui:797
msgctxt "findreplacedialog|matchcharwidth"
msgid "Match character _width"
-msgstr ""
+msgstr "Vergelyk karakterwydte"
#. WCsiC
#: svx/uiconfig/ui/findreplacedialog.ui:817
@@ -15421,7 +15310,7 @@ msgstr "Klank..."
#: svx/uiconfig/ui/findreplacedialog.ui:902
msgctxt "findreplacedialog|wildcard"
msgid "Wil_dcards"
-msgstr ""
+msgstr "Vergelyk metatekens"
#. Eyo7o
#: svx/uiconfig/ui/findreplacedialog.ui:918
@@ -15457,7 +15346,7 @@ msgstr "Waardes"
#: svx/uiconfig/ui/findreplacedialog.ui:993
msgctxt "findreplacedialog|calcsearchin"
msgid "Comments"
-msgstr ""
+msgstr "Opmerkings"
#. K4WuW
#: svx/uiconfig/ui/findreplacedialog.ui:1018
@@ -15493,43 +15382,43 @@ msgstr "_Hoek:"
#: svx/uiconfig/ui/floatingareastyle.ui:76
msgctxt "floatingareastyle|angle|tooltip_text"
msgid "Specify the angle of rotation for the gradient shading style."
-msgstr ""
+msgstr "Kies die rotasiehoek vir die gradiënt kleurskadu."
#. JjgJw
#: svx/uiconfig/ui/floatingareastyle.ui:99
msgctxt "floatingareastyle|left|tooltip_text"
msgid "Rotate counterclockwise by 45 degrees."
-msgstr ""
+msgstr "Draai 45 grade antikloksgewys."
#. 3ijiX
#: svx/uiconfig/ui/floatingareastyle.ui:124
msgctxt "floatingareastyle|right|tooltip_text"
msgid "Rotate clockwise by 45 degrees."
-msgstr ""
+msgstr "Draai 45 grade kloksgewys."
#. msZVT
#: svx/uiconfig/ui/floatingareastyle.ui:167
msgctxt "floatingareastyle|label4"
msgid "_Start value:"
-msgstr ""
+msgstr "Beginwaarde:"
#. AD585
#: svx/uiconfig/ui/floatingareastyle.ui:181
msgctxt "floatingareastyle|label5"
msgid "_End value:"
-msgstr ""
+msgstr "Eindwaarde:"
#. xms3E
#: svx/uiconfig/ui/floatingareastyle.ui:194
msgctxt "floatingareastyle|start|tooltip_text"
msgid "Enter a transparency value for the beginning point of the gradient, where 0% is fully opaque and 100% is fully transparent."
-msgstr ""
+msgstr "Voer die deursigtigheidswaarde in van die kleurgradiënt se beginpunt, waar 0% geen- tot 100% volle- deursigtigheid is."
#. fPaB7
#: svx/uiconfig/ui/floatingareastyle.ui:206
msgctxt "floatingareastyle|end|tooltip_text"
msgid "Enter a transparency value for the endpoint of the gradient, where 0% is fully opaque and 100% is fully transparent."
-msgstr ""
+msgstr "Voer die deursigtigheidswaarde in van die kleurgradiënt se eindpunt, waar 0% geen- tot 100% volle- deursigtigheid is."
#. PgT4m
#: svx/uiconfig/ui/floatingareastyle.ui:230
@@ -15542,19 +15431,19 @@ msgstr "Grense"
#: svx/uiconfig/ui/floatingareastyle.ui:243
msgctxt "floatingareastyle|border|tooltip_text"
msgid "Specify the border value of gradient transparency."
-msgstr ""
+msgstr "Voer die grenswaarde in van die kleurgradiënt se deursigtigheid."
#. hrDvA
#: svx/uiconfig/ui/floatingareastyle.ui:268
msgctxt "floatingareastyle|label2"
msgid "Center _X:"
-msgstr ""
+msgstr "Middel _X:"
#. 2edDC
#: svx/uiconfig/ui/floatingareastyle.ui:282
msgctxt "floatingareastyle|label3"
msgid "Center _Y:"
-msgstr ""
+msgstr "Middel _Y:"
#. C7FRC
#: svx/uiconfig/ui/floatingareastyle.ui:295
@@ -15880,10 +15769,9 @@ msgstr "Hernoem"
#. T7dN7
#: svx/uiconfig/ui/formnavimenu.ui:88
-#, fuzzy
msgctxt "formnavimenu|props"
msgid "Propert_ies"
-msgstr "Eienskappe: "
+msgstr "Eienskappe:"
#. E4cAk
#: svx/uiconfig/ui/formnavimenu.ui:96
@@ -15974,10 +15862,9 @@ msgstr "Wys ID toe"
#. eTopW
#: svx/uiconfig/ui/gallerymenu1.ui:62
-#, fuzzy
msgctxt "gallerymenu1|properties"
msgid "Propert_ies..."
-msgstr "Eienskappe: "
+msgstr "Eienskappe:"
#. EdDyv
#: svx/uiconfig/ui/gallerymenu2.ui:12
@@ -16048,17 +15935,15 @@ msgstr ""
#. 7EUPX
#: svx/uiconfig/ui/headfootformatpage.ui:160
-#, fuzzy
msgctxt "headfootformatpage|labelLeftMarg"
msgid "_Left margin:"
-msgstr "Linkerkantlyn: "
+msgstr "Linkerkantlyn:"
#. ABGki
#: svx/uiconfig/ui/headfootformatpage.ui:189
-#, fuzzy
msgctxt "headfootformatpage|labelRightMarg"
msgid "R_ight margin:"
-msgstr "Regterkantlyn: "
+msgstr "Regterkantlyn:"
#. F2C4E
#: svx/uiconfig/ui/headfootformatpage.ui:218
@@ -16315,7 +16200,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
@@ -16946,10 +16831,9 @@ msgstr "Datum:"
#. EnyT2
#: svx/uiconfig/ui/redlinefilterpage.ui:51
-#, fuzzy
msgctxt "redlinefilterpage|author"
msgid "_Author:"
-msgstr "Outeur: "
+msgstr "Outeur:"
#. G36HS
#: svx/uiconfig/ui/redlinefilterpage.ui:66
@@ -16972,24 +16856,21 @@ msgstr ""
#. fdw75
#: svx/uiconfig/ui/redlinefilterpage.ui:128
-#, fuzzy
msgctxt "redlinefilterpage|actionlist-atkobject"
msgid "Action"
-msgstr "Aksie: "
+msgstr "Aksie:"
#. c4doe
#: svx/uiconfig/ui/redlinefilterpage.ui:139
-#, fuzzy
msgctxt "redlinefilterpage|action"
msgid "A_ction:"
-msgstr "Aksie: "
+msgstr "Aksie:"
#. r9bBY
#: svx/uiconfig/ui/redlinefilterpage.ui:164
-#, fuzzy
msgctxt "redlinefilterpage|authorlist-atkobject"
msgid "Author"
-msgstr "Outeur: "
+msgstr "Outeur:"
#. mGrjp
#: svx/uiconfig/ui/redlinefilterpage.ui:191
@@ -17097,10 +16978,9 @@ msgstr ""
#. p8TCX
#: svx/uiconfig/ui/redlineviewpage.ui:71 svx/uiconfig/ui/redlineviewpage.ui:180
-#, fuzzy
msgctxt "redlineviewpage|action"
msgid "Action"
-msgstr "Aksie: "
+msgstr "Aksie:"
#. j2BA9
#: svx/uiconfig/ui/redlineviewpage.ui:86
@@ -17111,10 +16991,9 @@ msgstr "Posisie"
#. BCWpJ
#: svx/uiconfig/ui/redlineviewpage.ui:101
#: svx/uiconfig/ui/redlineviewpage.ui:200
-#, fuzzy
msgctxt "redlineviewpage|author"
msgid "Author"
-msgstr "Outeur: "
+msgstr "Outeur:"
#. tFbAs
#: svx/uiconfig/ui/redlineviewpage.ui:116
@@ -18341,19 +18220,19 @@ msgstr ""
#: svx/uiconfig/ui/surfacewindow.ui:94
msgctxt "surfacewindow|RID_SVXSTR_METAL"
msgid "Me_tal"
-msgstr ""
+msgstr "Metaal"
#. ECSGJ
#: svx/uiconfig/ui/tablewindow.ui:35
msgctxt "tablewindow|moreoptions"
msgid "_More Options"
-msgstr ""
+msgstr "Meer Opsies"
#. BsL29
#: svx/uiconfig/ui/tablewindow.ui:39
msgctxt "tablewindow|moreoptions|tooltip_text"
msgid "More Options"
-msgstr ""
+msgstr "Meer Opsies"
#. DJ6vY
#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:17
@@ -18385,28 +18264,27 @@ msgstr "~Lossies"
#. 4kdQx
#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:81
-#, fuzzy
msgctxt "textcharacterspacingcontrol|very_loose"
msgid "Very Loose"
-msgstr "~Baie lossies"
+msgstr "Baie lossies"
#. hsu3c
#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:97
msgctxt "textcharacterspacingcontrol|last_custom"
msgid "Last Custom Value"
-msgstr ""
+msgstr "Laaste Aangepaste Waarde"
#. pZZ9u
#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:132
msgctxt "textcharacterspacingcontrol|kerning"
msgid "0.0"
-msgstr ""
+msgstr "0.0"
#. 6kNQD
#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:143
msgctxt "textcharacterspacingcontrol|label2"
msgid "Custom Value"
-msgstr ""
+msgstr "Aangepaste waarde"
#. dmyBS
#: svx/uiconfig/ui/textcontrolchardialog.ui:8
@@ -18442,7 +18320,7 @@ msgstr "Paragraaf"
#: svx/uiconfig/ui/textcontrolparadialog.ui:135
msgctxt "textcontrolparadialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
-msgstr ""
+msgstr "Inspringingen en spesiëring"
#. EGGHM
#: svx/uiconfig/ui/textcontrolparadialog.ui:181
@@ -18454,26 +18332,25 @@ msgstr "Belyning"
#: svx/uiconfig/ui/textcontrolparadialog.ui:229
msgctxt "textcontrolparadialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
-msgstr ""
+msgstr "Asiatiese Tipografie"
#. YMTHT
#: svx/uiconfig/ui/textcontrolparadialog.ui:276
msgctxt "textcontrolparadialog|labelTP_TABULATOR"
msgid "Tabs"
-msgstr ""
+msgstr "Tabel stoppe"
#. hHwzA
#: svx/uiconfig/ui/textunderlinecontrol.ui:19
msgctxt "textunderlinecontrol|none"
msgid "(Without)"
-msgstr ""
+msgstr "(Sonder)"
#. 9VDo4
#: svx/uiconfig/ui/textunderlinecontrol.ui:37
-#, fuzzy
msgctxt "textunderlinecontrol|single|tooltip_text"
msgid "Single"
-msgstr "Enkel"
+msgstr "Enkelvoudig"
#. czS3W
#: svx/uiconfig/ui/textunderlinecontrol.ui:54
@@ -18533,11 +18410,10 @@ msgstr "Golf"
#: svx/uiconfig/ui/textunderlinecontrol.ui:204
msgctxt "textunderlinecontrol|moreoptions"
msgid "_More Options..."
-msgstr ""
+msgstr "Meer opsies..."
#. QWLND
#: svx/uiconfig/ui/xformspage.ui:36
-#, fuzzy
msgctxt "xformspage|TBI_ITEM_ADD"
msgid "Add Item"
msgstr "Voeg item by"
@@ -18568,7 +18444,6 @@ msgstr "Skrap"
#. LMM8D
#: svx/uiconfig/ui/xmlsecstatmenu.ui:12
-#, fuzzy
msgctxt "xmlsecstatmenu|signatures"
msgid "Digital Signatures..."
msgstr "Digitale handtekeninge..."
@@ -18589,7 +18464,7 @@ msgstr "Bladsywydte"
#: svx/uiconfig/ui/zoommenu.ui:28
msgctxt "zoommenu|optimal"
msgid "Optimal View"
-msgstr ""
+msgstr "Optimale aansig"
#. tMYhp
#: svx/uiconfig/ui/zoommenu.ui:36
diff --git a/source/af/sw/messages.po b/source/af/sw/messages.po
index e773c65dfac..8611b0ed77f 100644
--- a/source/af/sw/messages.po
+++ b/source/af/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
-"PO-Revision-Date: 2020-07-31 23:14+0000\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
+"PO-Revision-Date: 2020-08-06 08:40+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/af/>\n"
"Language: af\n"
@@ -575,7 +575,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Genommerde paragrawe"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -583,1304 +583,1340 @@ msgstr "Genommerde paragrawe"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
+msgstr "Rand Afstand"
+
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
msgstr ""
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
-msgstr ""
+msgstr "Onderste Rand"
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
-msgstr ""
+msgstr "Onderste Rand Afstand"
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
-msgstr ""
+msgstr "Tipe Breek"
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
-msgstr ""
+msgstr "Kategorie"
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
-msgstr ""
+msgstr "Sel"
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
-msgstr ""
+msgstr "Karakter Outo Uitbreek"
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
-msgstr ""
+msgstr "Karakter Outo Spasiëring"
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
-msgstr ""
+msgstr "Karakter Outo Styl Naam"
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
-msgstr ""
+msgstr "Karakter Agtergrond Kleur"
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
-msgstr ""
+msgstr "Karakter Agtergrond Deursigtig"
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
-msgstr ""
+msgstr "Karakter Rand Afstand"
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
-msgstr ""
+msgstr "Karakter Onderste Rand"
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
-msgstr ""
+msgstr "Karakter Onderste Rand Afstand"
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
-msgstr ""
+msgstr "Karakter Kas Patroon"
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
-msgstr ""
+msgstr "Karakter Kleur"
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
-msgstr ""
+msgstr "Karakter Kombinasie Aan"
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
-msgstr ""
+msgstr "Karakter Kombinasie Voorvoegsel"
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
-msgstr ""
+msgstr "Karakter Kombinasie Agtervoegsel"
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
-msgstr ""
+msgstr "Karakter Gekontoer"
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
-msgstr ""
+msgstr "Karakter Gedeurstreep"
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
-msgstr ""
+msgstr "Karakter Hoogte Verskil"
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
-msgstr ""
+msgstr "Karakter Hoogte Verskil Asiaties"
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
-msgstr ""
+msgstr "Karakter Hoogte Verskil Kompleks"
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
-msgstr ""
+msgstr "Karakter Beklemtoning"
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
-msgstr ""
+msgstr "Karakter Uitbreek"
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
-msgstr ""
+msgstr "Karakter Uitbreek Hoogte"
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
-msgstr ""
+msgstr "Karakter Flitsend"
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
-msgstr ""
+msgstr "Karakter Font Karakter Stel"
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
-msgstr ""
+msgstr "Karakter Font Karakter Stel Asiaties"
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
-msgstr ""
+msgstr "Karakter Font Karakter Stel Kompleks"
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
-msgstr ""
+msgstr "Karakter Font Familie"
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
-msgstr ""
+msgstr "Karakter Font Familie Asiaties"
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
-msgstr ""
+msgstr "Karakter Font Familie Kompleks"
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
-msgstr ""
+msgstr "Karakter Font Naam"
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
-msgstr ""
+msgstr "Karakter Font Naam Asiaties"
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
-msgstr ""
+msgstr "Karakter Font Naam Kompleks"
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
-msgstr ""
+msgstr "Karakter Font Lynspasiëring"
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
-msgstr ""
+msgstr "Karakter Font Lynspasiëring Asiaties"
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
-msgstr ""
+msgstr "Karakter Font Lynspasiëring Kompleks"
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
-msgstr ""
+msgstr "Karakter Font Styl Naam"
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
-msgstr ""
+msgstr "Karakter Font Styl Naam Asiaties"
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
-msgstr ""
+msgstr "Karakter Font Styl Naam Kompleks"
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
-msgstr ""
+msgstr "Karakter Hoogte"
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
-msgstr ""
+msgstr "Karakter Hoogte Asiaties"
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
-msgstr ""
+msgstr "Karakter Hoogte Kompleks"
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
-msgstr ""
+msgstr "Karakter Versteek"
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
-msgstr ""
+msgstr "Karakter Beklemtoon"
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
-msgstr ""
+msgstr "Karakter \"Interoperability Grab Bag\""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
-msgstr ""
+msgstr "Karakter Spasiëring"
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
-msgstr ""
+msgstr "Karakter Linker Rand"
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
-msgstr ""
+msgstr "Karakter Links Randafstand"
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
-msgstr ""
+msgstr "Karakter Lokaliteit"
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
-msgstr ""
+msgstr "Karakter Lokaliteit Asiaties"
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
-msgstr ""
+msgstr "Karakter Lokaliteit Kompleks"
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
-msgstr ""
+msgstr "Karakter geen Koppelteken"
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
-msgstr ""
+msgstr "Karakter Oorstreep"
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
-msgstr ""
+msgstr "Karakter Oorstreep Kleur"
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
-msgstr ""
+msgstr "Karakter Oorstreep het Kleur"
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
-msgstr ""
+msgstr "Karakter Postuur"
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
-msgstr ""
+msgstr "Karakter Postuur Asiaties"
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
-msgstr ""
+msgstr "Karakter Postuur Kompleks"
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
-msgstr ""
+msgstr "Karakter Hoogte Eienskap"
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
-msgstr ""
+msgstr "Karakter Eienskap Hoogte Asiaties"
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
-msgstr ""
+msgstr "Karakter Eienskap Hoogte Kompleks"
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
-msgstr ""
+msgstr "Karakter Reliëf"
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
-msgstr ""
+msgstr "Karakter Regter Rand"
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
-msgstr ""
+msgstr "Karakter Regter Rand Afstand"
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
-msgstr ""
+msgstr "Karakter Rotasie"
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
-msgstr ""
+msgstr "Karakter Rotasie rig na Lyn"
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
-msgstr ""
+msgstr "Karakter Skaal Wydte"
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
-msgstr ""
+msgstr "Karakter Skadu Waarde"
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
-msgstr ""
+msgstr "Karakter Skadu Formaat"
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
-msgstr ""
+msgstr "Karakter Geskadu"
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
-msgstr ""
+msgstr "Karakter Deurstreep"
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
-msgstr ""
+msgstr "Karakter Styl Naam"
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
-msgstr ""
+msgstr "Karakter Styl Name"
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
-msgstr ""
+msgstr "Karakter Boonste Rand"
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
-msgstr ""
+msgstr "Karakter Boonste Rand Afstand"
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
-msgstr ""
+msgstr "Karakter Deursigtigheid"
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
-msgstr ""
+msgstr "Karakter Onderstreep"
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
-msgstr ""
+msgstr "Karakter Onderstreep Kleur"
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
-msgstr ""
+msgstr "Karakter Onderstreep het Kleur"
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
-msgstr ""
+msgstr "Karakter Gewig"
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
-msgstr ""
+msgstr "Karakter Gewig Asiaties"
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
-msgstr ""
+msgstr "Karakter Gewig Kompleks"
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
-msgstr ""
+msgstr "Karakter Woord Modus"
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
-msgstr ""
+msgstr "Vorige Boomstruktuur Voorsetting"
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
-msgstr ""
+msgstr "Vertoning Naam"
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
-msgstr ""
+msgstr "Dokument Indeks"
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
-msgstr ""
+msgstr "Dokument Indeks Merk"
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
-msgstr ""
+msgstr "Kleinletter Karakter Stylnaam"
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
-msgstr ""
+msgstr "Kleinletter Formaat"
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
-msgstr ""
+msgstr "Kleinletter Heel Woord"
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
-msgstr ""
+msgstr "Eindnota"
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
-msgstr ""
+msgstr "Vul Agtergrond"
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
-msgstr ""
+msgstr "Vul Bispatroon"
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
-msgstr ""
+msgstr "Vul Bispatroon Logiese Grootte"
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
-msgstr ""
+msgstr "Vul Bispatroon Modus"
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
-msgstr ""
+msgstr "Vul Bispatroon Naam"
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
-msgstr ""
+msgstr "Vul Bispatroon Afset X"
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
-msgstr ""
+msgstr "Vul Bispatroon Afset Y"
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
-msgstr ""
+msgstr "Vul Bispatroon Posisie Afset X"
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
-msgstr ""
+msgstr "Vul Bispatroon Posisie Afset Y"
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
-msgstr ""
+msgstr "Vul Bispatroon Reghoekpunt"
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
-msgstr ""
+msgstr "Vul Bispatroongrootte X"
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
-msgstr ""
+msgstr "Vul Bispatroon Grootte Y"
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
-msgstr ""
+msgstr "Vul Bispatroon Strekking"
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
-msgstr ""
+msgstr "Vul Bispatroon Teël"
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
-msgstr ""
+msgstr "Vul Bispatroon URL"
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
-msgstr ""
+msgstr "Vul Kleur"
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
-msgstr ""
+msgstr "Vul Kleur2"
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
-msgstr ""
+msgstr "Vul Gradiënt"
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
-msgstr ""
+msgstr "Vul Gradiënt Naam"
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
-msgstr ""
+msgstr "Vul Gradiënt Stap-aantal"
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
-msgstr ""
+msgstr "Vul Merk"
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
-msgstr ""
+msgstr "Vul Merk Naam"
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
-msgstr ""
+msgstr "Vul Styl"
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
-msgstr ""
+msgstr "Vul Deursigtigheid"
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
-msgstr ""
+msgstr "Vul Deursigtigheid Gradiënt"
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
-msgstr ""
+msgstr "Vul Deursigtigheid Gradiënt Naam"
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
-msgstr ""
+msgstr "Volg Styl"
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
-msgstr ""
+msgstr "Voetnota"
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
-msgstr ""
+msgstr "Versteek"
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
-msgstr ""
+msgstr "Hiperskakel Insidente"
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
-msgstr ""
+msgstr "Hiperskakel Naam"
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
-msgstr ""
+msgstr "Hiperskakel Doelwit"
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
-msgstr ""
+msgstr "Hiperskakel URL"
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
-msgstr ""
+msgstr "Is Outo Hersiening"
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
-msgstr ""
+msgstr "Is Fissies"
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
-msgstr ""
+msgstr "Linker Rand"
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
-msgstr ""
+msgstr "Linker Rand Afstand"
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
-msgstr ""
+msgstr "Lys Outo Formaat"
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
-msgstr ""
+msgstr "Lys Id"
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
-msgstr ""
+msgstr "Lysetiket String"
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
-msgstr ""
+msgstr "Geneste Teks Inhoud"
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
-msgstr ""
+msgstr "Numering is Nommer"
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
-msgstr ""
+msgstr "Numering Vlak"
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
-msgstr ""
+msgstr "Numering Reëls"
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
-msgstr ""
+msgstr "Numering Beginwaarde"
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
-msgstr ""
+msgstr "Numering Stylnaam"
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
-msgstr ""
+msgstr "Raamwerk Inhoud Sigbaar"
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
-msgstr ""
+msgstr "Raamwerk Vlak"
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
-msgstr ""
+msgstr "Bladsybeskrywing Naam"
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
-msgstr ""
+msgstr "Bladsy Nommer Afset"
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
-msgstr ""
+msgstr "Bladsy Styl Naam"
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
-msgstr ""
+msgstr "Para Rsid"
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
-msgstr ""
+msgstr "Para Verstel"
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
-msgstr ""
+msgstr "Para Outo Styl Naam"
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
-msgstr ""
+msgstr "Para Agtergrond Naam"
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
-msgstr ""
+msgstr "Para Agtergrond Grafika"
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
-msgstr ""
+msgstr "Para Agtergrond Grafika Filter"
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
-msgstr ""
+msgstr "Para Agtergrond Grafika Posisie"
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
-msgstr ""
+msgstr "Para Agtergrond Grafika URL"
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
-msgstr ""
+msgstr "Para Agtergrond Deursigtigheid"
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
-msgstr ""
+msgstr "Para Onderste Kantstrook"
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
-msgstr ""
+msgstr "Para Onderste Kantstrook Relatief"
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
-msgstr ""
+msgstr "Para Hoofstuk Numering Vlak"
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
-msgstr ""
+msgstr "Para Voorwaardelike Styl Naam"
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
-msgstr ""
+msgstr "Para Konteks Kantstrook"
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
-msgstr ""
+msgstr "Para Uitbreiding Enkelwoord"
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
-msgstr ""
+msgstr "Para Eerste Lyn Inkeping"
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
-msgstr ""
+msgstr "Para Eerste Inkeping Relatief"
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
-msgstr ""
+msgstr "Para Koppelteken Maks Koppelteken"
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
-msgstr ""
+msgstr "Para Koppelteken Maks Voorkarakters"
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
-msgstr ""
+msgstr "Para Koppelteken Maks Agterkarakters"
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
-msgstr ""
+msgstr "Para Koppelteken Kleinletters"
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
-msgstr ""
+msgstr "Para \"Interoperability Grab Bag\""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
-msgstr ""
+msgstr "Para is Outo Eerste Lyninsprong"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
-msgstr ""
+msgstr "Para is Karakter Afstand"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
-msgstr ""
+msgstr "Para is Verbind Rande"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
-msgstr ""
+msgstr "Para is verbode Reëls"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
-msgstr ""
+msgstr "Para is hangende Leestekens"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
-msgstr ""
+msgstr "Para is Koppeltekens"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
-msgstr ""
+msgstr "Para is Numering Herbegin"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
-msgstr ""
+msgstr "Para is Hou Bymekaar"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
-msgstr ""
+msgstr "Para is Laaste Lyn Aanpas"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
-msgstr ""
+msgstr "Para Linker Kantstrook"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
-msgstr ""
+msgstr "Para Linker Kantstrook Relatief"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
-msgstr ""
+msgstr "Para Lyn Nommer Teller"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
-msgstr ""
+msgstr "Para Lyn Nommer Begin Waarde"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
-msgstr ""
+msgstr "Para Lyn Spasiëring"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
-msgstr ""
+msgstr "Para Geskeide"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
-msgstr ""
+msgstr "Para Register Modus Aktief"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
-msgstr ""
+msgstr "Para Regter Kantstrook"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
-msgstr ""
+msgstr "Para Regter Kantstrook Relatief"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
-msgstr ""
+msgstr "Para Skadu Formaat"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
-msgstr ""
+msgstr "Para Splitsing"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
-msgstr ""
+msgstr "Para Stylnaam"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
-msgstr ""
+msgstr "Para Tabulasie Stoppe"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
-msgstr ""
+msgstr "Para Boonste Kantstrook"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
-msgstr ""
+msgstr "Para Boonste Kantstrook Relatief"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
-msgstr ""
+msgstr "Para Gebruikergedefineerde Attribute"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
-msgstr ""
+msgstr "Para Vertikale Belyning"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
-msgstr ""
+msgstr "Para Windows"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
-msgstr ""
+msgstr "Verwysingsmerk"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
-msgstr ""
+msgstr "Regter Rand"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
-msgstr ""
+msgstr "Regter Rand Afstand"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
-msgstr ""
+msgstr "Rsid"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
-msgstr ""
+msgstr "Ruby Verstel"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
-msgstr ""
+msgstr "Ruby Karakter Styl Naam"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
-msgstr ""
+msgstr "Ruby is boontoe"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
-msgstr ""
+msgstr "Ruby Posisie"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
-msgstr ""
+msgstr "Ruby Teks"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
-msgstr ""
+msgstr "Trek na Rooster"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
-msgstr ""
+msgstr "Styl \"Interoperability Grab Bag\""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
-msgstr ""
+msgstr "Teks Veld"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
-msgstr ""
+msgstr "Teks Raam"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
-msgstr ""
+msgstr "Teks Paragraaf"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
-msgstr ""
+msgstr "Teks Seksie"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
-msgstr ""
+msgstr "Teks Tabel"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
-msgstr ""
+msgstr "Teks Gebruikergedefinieerde Attribute"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
-msgstr ""
+msgstr "Boonste Rand"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
-msgstr ""
+msgstr "Boonste Rand Afstand"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
-msgstr ""
+msgstr "Ongesiende Karakter Styl Naam"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
-msgstr ""
+msgstr "Gesiende Karakter Styl Naam"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
-msgstr ""
+msgstr "Skryf Modus"
#. QBR3s
#: sw/inc/mmaddressblockpage.hrc:27
@@ -5671,49 +5707,49 @@ msgstr "Af"
#: sw/inc/strings.hrc:646
msgctxt "STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY"
msgid "Toggle Outline Content Visibility"
-msgstr ""
+msgstr "Wissel Raamwerkinhoud Visueel"
#. CwzRG
#: sw/inc/strings.hrc:647
msgctxt "STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT"
msgid "hold Ctrl or right-click to include sub levels"
-msgstr ""
+msgstr "Hou Ctrl of regsmuisklik om subvlakke in te sluit"
#. 2Ndnj
#: sw/inc/strings.hrc:648
msgctxt "STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY"
msgid "Click to Toggle Outline Content Visibility"
-msgstr ""
+msgstr "Kliek om Raamwerkinhoud se Sigbaarheid te wissel"
#. rkD8H
#: sw/inc/strings.hrc:649
msgctxt "STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT"
msgid "right-click to include sub levels"
-msgstr ""
+msgstr "regsmuisklik om subvlakke in te sluit"
#. JZgRD
#: sw/inc/strings.hrc:650
msgctxt "STR_OUTLINE_CONTENT"
msgid "Outline Content Visibility"
-msgstr ""
+msgstr "raamwerkinhoud se sigbaarheid"
#. oBH6y
#: sw/inc/strings.hrc:651
msgctxt "STR_OUTLINE_CONTENT_VISIBILITY_TOGGLE"
msgid "Toggle"
-msgstr ""
+msgstr "Wissel"
#. 7UQPv
#: sw/inc/strings.hrc:652
msgctxt "STR_OUTLINE_CONTENT_VISIBILITY_SHOW_ALL"
msgid "Show All"
-msgstr ""
+msgstr "Vertoon Alles"
#. ZUuCQ
#: sw/inc/strings.hrc:653
msgctxt "STR_OUTLINE_CONTENT_VISIBILITY_HIDE_ALL"
msgid "Hide All"
-msgstr ""
+msgstr "Verberg Alles"
#. 9Fipd
#: sw/inc/strings.hrc:655
@@ -10507,7 +10543,7 @@ msgstr "e-posadres"
#: sw/uiconfig/swriter/ui/businessdatapage.ui:236
msgctxt "extended tip | email"
msgid "Type your company email address."
-msgstr ""
+msgstr "Tik in u Maatskappy se e-pos adres."
#. CCKWa
#: sw/uiconfig/swriter/ui/businessdatapage.ui:255
@@ -10948,127 +10984,127 @@ msgid "Width:"
msgstr "Wydte:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Spasiëring:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Wydte en spasiëring"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "St_yl:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Wydte:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "Hoogt_e:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_Posisie:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Bo"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Middel"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Onder"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Kleur:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Skeilyn"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Kolomme:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Verdeel inhoud eweredig _tussen al die kolomme"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Seleksie"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Huidige afdeling"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Gemerkte afdeling"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Raam"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Bladsystyl: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "P_as toe op:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "Teks_rigting:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Instellings"
@@ -12800,67 +12836,67 @@ msgid "Space to text"
msgstr "Spasie tot by teks"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Voetnoot-area"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_Posisie"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_Styl"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "Dik_te"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Kleur"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_Lengte"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "_Spasiëring tot by inhoud van voetnoot"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Links"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Middel"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Regs"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "Skeilyn"
@@ -16151,7 +16187,7 @@ msgstr "Verwyder Alles"
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:189
msgctxt "navigatorcontextmenu|STR_OUTLINE_CONTENT"
msgid "Outline Content Visibility"
-msgstr ""
+msgstr "Raamwerkinhoud se Sigbaarheid"
#. EBK2E
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:209
@@ -19095,7 +19131,7 @@ msgid "_More Options"
msgstr "_Meer opsies"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Meer opsies"
@@ -20010,7 +20046,7 @@ msgstr "e-posadres"
#: sw/uiconfig/swriter/ui/privateuserpage.ui:290
msgctxt "extended tip | email"
msgid "Type your email address."
-msgstr ""
+msgstr "Tik in u e-pos adres."
#. Qxb4Q
#: sw/uiconfig/swriter/ui/privateuserpage.ui:309
@@ -21277,43 +21313,43 @@ msgid "Remaining space:"
msgstr "Oorblywende spasie:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Kolom 2 se wydte"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Kolom 3 se wydte"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Kolom 4 se wydte"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Kolom 5 se wydte"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Kolom 6 se wydte"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Kolom 1 se wydte"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Kolomwydte"
@@ -22834,7 +22870,7 @@ msgstr "Wenke by aangetekende veranderinge"
#: sw/uiconfig/swriter/ui/viewoptionspage.ui:187
msgctxt "viewoptionspage|outlinecontentvisibilitybutton"
msgid "_Show outline content visibility button"
-msgstr ""
+msgstr "Vertoon die raamwerkinhoud Sigbaarheidsknoppie"
#. ZPSpD
#: sw/uiconfig/swriter/ui/viewoptionspage.ui:208
diff --git a/source/am/chart2/messages.po b/source/am/chart2/messages.po
index 7f0143af68c..0534f06c51e 100644
--- a/source/am/chart2/messages.po
+++ b/source/am/chart2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-06-05 20:56+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-09 12:35+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/am/>\n"
"Language: am\n"
@@ -1812,7 +1812,7 @@ msgstr "አርእስቶች"
#: chart2/uiconfig/ui/sidebarelements.ui:104
msgctxt "sidebarelements|checkbutton_legend"
msgid "Show legend"
-msgstr ""
+msgstr "መግለጫ ማሳያ"
#. XxG3r
#: chart2/uiconfig/ui/sidebarelements.ui:108
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "የ ጽሁፍ አቅጣጫ"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "እቅ_ድ"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "ቀላል"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "ትክክለኛ"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "ማስተካከያ"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "እቅ_ድ"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_ጥላ"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "_የ እቃ ድንበሮች"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "_የተከበቡ ጠርዞች"
diff --git a/source/am/cui/messages.po b/source/am/cui/messages.po
index 64604a8af2a..f13bb130b6e 100644
--- a/source/am/cui/messages.po
+++ b/source/am/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-11 01:10+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/am/>\n"
@@ -4341,45 +4341,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "_ጽሁፍ ብቻ"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/am/dbaccess/messages.po b/source/am/dbaccess/messages.po
index a4cc0ad5e93..844361c1132 100644
--- a/source/am/dbaccess/messages.po
+++ b/source/am/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-05 20:56+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/am/>\n"
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "ስራዎች"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "መግለጫ"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "ቅድመ እይታ"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"ሁሉንም ሰነዶች አሁን መዝጋት ይፈልጋሉ?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "የፎ~ርሙ ስም"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~የመግለጫው ስም"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "የፎ~ልደሩ ስም"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "ሰነዱ በ ውስጡ ፎርሞች እና መግለጫዎች እንዲሁም የ ተጣበቁ ማክሮስ ይዟል"
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"ያስታውሱ ማክሮስ ማክሮስ አይችሉም ወደ ዳታቤዝ ሰነዶች ውስጥ: የ ማክሮስ ማዘዋወሩ ሂደት እስከሚካሄድ ድረስ "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "የ ተጣበቀ ዳታቤዝ"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "የተለያዩ ምድቦች መምረጥ አይችሉም"
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "የማይደገፍ አይነት እቃ ተገኝቷል ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "የ ረቀቁ ባህሪዎች"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "ተጨማሪ ማሰናጃዎች"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "ግንኙነት ማሰናጃዎች"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "~የ ሰንጠረዥ ስም"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "~የ ጥያቄ ስም"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "እንደገና መሰየሚያ ወደ"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "ማስገቢያ እንደ"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "የተመረጠውን ዳታ ማጥፋት ይፈልጋሉ?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "ስህተት መለያ መመዘኛ በማሰናዳት ላይ"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "ስህተት ማጣሪያ መመዘኛ በማሰናዳት ላይ"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "ግንኙነቱ ተቋርጧል"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "ጥያቄዎች"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "ሰንጠረዦች"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "ማጥፋቱን ማረጋገጫ"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "ሰንጠረዡን ማጥፋት ይፈልጋሉ '%1'?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "ወደ ዳታ ቤዝ ግንኙነቱ ተቋርጧል: እንደገና መገናኘት ይፈልጋሉ?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "ማስጠንቀቂያ ተፈጥሯል"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "ሰንጠረዡ በሚፈልግበት ጊዜ: የ ማስጠንቀቂያ መግለጫ ተሰጥቷል ዳታቤዝ ግንኙነት ውስጥ"
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "በመገናኘት ላይ ወደ \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "ጥያቄውን በመጫን ላይ $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "ሰንጠረዡን በመጫን ላይ $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "የ ሰንጠረዥ አቀራረብ ማግኘት አልተገኘም"
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "ወደ ዳታ ምንጩ ግንኙነት \"$name$\" መፍጠር አልተቻለም"
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "ያልታወቀ: ጽሁፍ: ቁጥር: ቀን/ሰአት: ቀን: ሰአት: አዎ/አይ: ገንዘብ: ማስታወሻ: መቁጠሪያ: ምስል: ጽሁፍ (መጠገኛ):ዴሲማል: Binary (መጠገኛ);Binary;BigInt;ድርብ: ማንሳፈፊያ ;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "ቀዳሚ ቁልፍ ማስገቢያ/ማስወገጃ"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "አዎ"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "አይ"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<ምንም>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "የ ሜዳው ስም"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "የ ሜዳው አይነት"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "መግለጫ"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "የአምድ መግለጫ"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "የ ሜዳ ባህሪዎች"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "ክፍል ማሻሻያ"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "ረድፍ ማጥፊያ"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "የ ሜዳውን አይነት ማሻሻያ"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "ረድፍ ማስገቢያ"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "አዲስ ረድፍ ማስገቢያ"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~ነባር ዋጋ"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"ሜዳው ነባር ዋጋ ካልነበረው: ባዶ ሀረግ ይምረጡ"
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"በኋላ ሰንጠረዥ ውስጥ ዳታ ሲያስገቡ: ይህን ሀረግ ይጠቀማል ሜዳው ለ ተመረጠው ለ እያንዳንዱ መዝገብ: ስለዚህም ለ ተመረጠው ክፍል አቀራረብ ግንኙነት ያደርጋል ከ ታች ማስገባት ለሚፈልጉት"
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "ለ ጽሁፍ የ ተፈቀደውን ከፍተኛ እርዝመት ያስገቡ"
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "የ ቁጥር አቀራረብ ያስገቡ"
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"ዋጋው እንደ አስፈላጊነቱ ይታረማል ለዚህ ዳታቤዝ ከ ተመደበው መጠኑ ሲያልፍ"
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "ለዚህ ሜዳ የ ተፈቀደውን የ ዴሲማል ቦታዎች እዚህ ይወስኑ"
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "እዚህ ነው ዳታው በ አሁኑ አቀራረብ እንዴት እንደሚታይ የሚያዩት (አቀራረቡን ለማሻሻል በቀኝ በኩል ያለውን ቁልፍ ይጠቀሙ)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "እዚህ ነው የዳታውን አቀራረብ ውጤት የሚወስኑት"
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"በ እንደዚህ አይነት ሜዳዎች ውስጥ ዳታ ማስገባት አይችሉም: የተዘማዱ ዋጋዎች ይመደባሉ ለ እያንዳንዱ አዲስ መረጃ ራሱ በራሱ (የሚጨምሩትን ውጤት ቀደም ካለው መረጃ)"
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "ሰንጠረዡን ማስቀመጥ አይቻልም ምክንያቱም የሰንጠረዡ ስም \"$column$\" ሁለት ጊዜ ተመድቧል"
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "አምዱ \"$column$\" የሚገባው ለቀዳሚ ቁልፍ ነው ፡ አምዱ ከጠፋ ቀዳሚ ቁልፉም አብሮ ይጠፋል ፡ በእርግጥ መቀጠል ይፈልጋሉ?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "ቀዳሚ ቁልፍ ተፅእኖ አለው"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "አምድ"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "ለማናቸውም ልቀጥል"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "ሰንጠረዡን ማስቀመጥ አልተቻለም የ ዳታቤዙን መገናኘት ባለመቻል"
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "የ ሰንጠረዥ ማጣሪያውን ማስተካከል አይቻልም ምክንያቱም የ ዳታ ምንጩ ጠፍቷል"
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"ለውጦቹን አሁን ማስቀመጥ ይፈልጋሉ?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "ቀዳሚ ቁልፍ የለም"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"ቀዳሚ ቁልፍ አሁን ይፈጠር?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "አምዱን \"$column$\" መቀየር አይቻልም: በምትኩ አምዱ ይጥፋ እና አዲሱ አቀራረብ ይያያዝ?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "ስህተት የሰንጠረዥ ንድፉን በማስቀመጥ ላይ"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "አምዱን $column$ ማጥፋት አይቻልም"
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"ይህ አነጋገር በቀጥታ ወደ ዳታቤዝ ይተላለፋል ሰንጠረዥ ሲፈጠር"
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"ለዚህ ዳታ ምንጭ የ ሰንጠረዡ ንድፍ ዘዴ አልተገኘም"
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "የ ሜዳ ስም መቀየሪያ"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "የ ሜዳ አይነት መቀየሪያ"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "የ ሜዳ መግለጫ መቀየሪያ"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "የ ሜዳ ባህሪ መቀየሪያ"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "የ መግቢያ ቃል ያስፈልጋል ከ ዳታው ምንጩ ጋር ለ መገናኘት \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"አልነበረም: አሁን ይፈጠር?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "ዳይሬክቶሪውን $name$ መፍጠር አልተቻለም"
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ፋይሉ ቀደም ሲል ነበር በላዩ ላይ ደርቤ ልጻፍበት?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "ፎልደር"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "የ ዳታቤዝ ባህሪዎች"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "የ ዳታ ምንጩ ባህሪዎች: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "እባክዎን ይምረጡ 'ግንኙነት ወደ ነበረው ዳታቤዝ' ለ መገናኘት ወደ ነበረው ዳታቤዝ በሱ ምትክ"
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "የ ፕሮግራሙን መጻህፍት ቤት መጫን አልተቻለም #lib# ወይንም የ ተበላሸ ነው የ ODBC ዳታ ምንጭ ምርጫ አልተገኘም"
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"ማሰናጃውን መቀየር ይችላሉ: ነገር ግን ምናልባት ወደ ዳታቤዝ መገናኘት አይችሉም"
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{ምንም}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 መዘጋጀት አለበት"
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 እና #2 ልዩ መሆን አለበት"
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "ሁለገብ እንደ የ ?,* ያሉ አይፈቀድም በ #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "ግንኙነት መሞከሪያ"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "ግንኙነት በሚገባ ተሳክቶ ተመስርቷል"
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "ግንኙነት መፍጠር አልተቻለም"
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "የ JDBC driver ተሳክቶ ተጭኗል"
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "የ JDBC driver መጫን አልተቻለም"
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access file"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007 file"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "የ ፋየርበርድ ዳታቤዝ"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "ስርአት"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "ስህተት ተፈጥሯል በመፍጠር ላይ እንዳለ"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "ስህተት ተፈጥሯል: ተግባሩን መፈጸም አይቻልም"
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "ሰነዱን \"$file$\" መክፈት አልተቻለም"
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "ሰንጠረዡን ማጥፋት አይቻልም ምክንያቱም የ ዳታቤዝ ግንኙነት ይህን አይደግፍም"
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~ሁሉንም"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "መተው:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "እንደገና መስሪያ:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "ምንም አይነት ተመሳሳይ አምድ አልተገኘም ለ አምዱ '#1'."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "ፋይሉን \"$file$\" ማግኘት አልተቻለም"
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "ማስጠንቀቂያ ተሰጥቷል ወደ ዳታ ምንጩ ጋር ለመገናኘት በሞመከር ላይ እንዳለ: ይጫኑ \"$buttontext$\" መልእክቱን ለማየት"
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "መግለጫው \"$file$\", ተጨማሪ የ ገጽታ መገንቢያ ይፈልጋል"
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "መገናኘት አልተቻለም ወደ SDBC driver አስተዳዳሪ (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "አካሉ አልተመዘገበም ለ URL #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "በሚገባ ተገናኝቷል: ነገር ግን ስለ ዳታቤዝ ሰንጠረዥ መረጃ አልተገኘም"
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "ሁሉንም ሰንጠረዦች"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "ሁሉንም መመልከቻዎች"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "ሁሉንም ሰንጠረዦች እና መመልከቻዎች"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "የሰንጠረዡ ስም"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "ዳታ ማስገቢያ"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "ዳታ ማጥፊያ"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "ዳታ ማሻሻያ"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "አካሉን መለወጫ"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "ዳታ ማንበቢያ"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "ማመሳከሪያዎችን ማሻሻያ"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "አካሉን መጣያ"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "መንገድ ወደ የ dBASE ፋይሎች"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "ወደ ጽሁፍ ፋይሎች መንገድ"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "ወደ ሰንጠረዥ ሰነድ መንገድ"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "የ ODBC ዳታ ምንጭ ስም በ እርስዎ ስርአት ውስጥ"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "ወደ መጻፊያ ሰነድ መንገድ"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "ስም ለ MySQL ዳታቤዝ"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "የ Oracle database ስም"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft Access database file"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "ምንም አይነት ማሰናጃ አያስፈልግም: ግንኙነቱ እንደሚሰራ ለማረጋገጥ: ይጫኑ '%test' ቁልፉን"
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "Datasource URL (e.g. host=$host:$port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~የጋባዥ ስም"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "~Mozilla profile name"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "~Thunderbird profile name"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "ሰንጠረዦች መጨመሪያ"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "ሰንጠረዥ ወይንም ጥያቄ መጨመሪያ"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "አምዶቹን መፈጸሚያ"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "የ አቀራረብ አይነት"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"የሚቀጥለውን ስም በቅድሚያ ተጠቅመውበታል:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "አምዶች መመደቢያ"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~ወደ ኋላ"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~ይቀጥሉ>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "መ~ፍጠሪያ"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "ሰንጠረዥ ኮፒ ማድረጊያ"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "ሰንጠረዥ ኮፒ ማድረጊያ"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "በ አሁኑ ዳታቤዝ ውስጥ ይህ የ ስንጠረዥ ስም ዋጋ የለውም"
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "ይህን ምርጫ ይምረጡ 'ዳታ መጨመሪያ' በ መጀመሪያው ገጽ ላይ ወደ ነበረው ሰንጠረዥ ውስጥ ዳታ ለመጨመር"
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "እባክዎን የ ሰንጠረዡን ስም ይቀይሩ: ስሙ በጣም ረጅም ነው"
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "የ ዳታቤዝ አዋቂ"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "ዳታቤዝ ይምረጡ"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "የ dBASE ግንኙነት ማሰናጃ"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "ወደ ጽሁፍ ፋይሎች ግንኙነት ማሰናጃ"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "የ Microsoft Access ግንኙነት ማሰናጃ"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "የ LDAP ግንኙነት ማሰናጃ"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "የ ADO ግንኙነት ማሰናጃ"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "የ JDBC ግንኙነት ማሰናጃ"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "የ Oracle database ግንኙነት ማሰናጃ"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "የ MySQL ግንኙነት ማሰናጃ"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "የ ODBC ግንኙነት ማሰናጃ"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "የ መጻፊያ ሰነድ ወይንም ሰንጠረዥ ግንኙነት ማሰናጃ"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "የተጠቃሚ ማረጋገጫ ማሰናጃ"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "የ MySQL server data ማሰናጃ"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "ማስቀመጫ እና መቀጠያ"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "አዲስ ዳታቤዝ"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "ግንኙነት ማሰናጃ ወደ MySQL ዳታቤዝ JDBC ን በመጠቀም"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ:"
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC d~river class:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "ነባር : 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "ወደ dBASE ፋይሎች ግንኙነት ማሰናጃ"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "የ dBASE files የሚቀመጡበትን ይምረጡ"
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "ወደ ጽሁፍ ፋይሎች ግንኙነት ማሰናጃ"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "ፎልደር ይምረጡ የ CSV (Comma Separated Values) የ ጽሁፍ ፋይል የሚጠራቀምበት %PRODUCTNAME Base እነዚህን ፋይሎች ለንባብ-ብቻ ዘዴ ይከፍታቸዋል"
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "ወደ ጽሁፍ ፋይሎች መንገድ"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "ወደ Microsoft ዳታቤዝ መድረሻ ማሰናጃ"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "እባክዎን ይምረጡ የ Microsoft መድረሻ ፋይል ማስኬድ የሚፈልጉትን"
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "ግንኙነት ማሰናጃ ወደ ADO database"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ ሰለዚህ ማሰናጃ እርግጠኛ ካልሆኑ:"
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "ግንኙነት ማሰናጃ ወደ ODBC database"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ ሰለዚህ ማሰናጃ እርግጠኛ ካልሆኑ:"
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "ግንኙነት ማሰናጃ ወደ JDBC database"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ:"
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "ግንኙነት ማሰናጃ ወደ Oracle ዳታቤዝ"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "ነባር : 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle JDBC ~driver class"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ:"
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "ወደ ሰንጠረዥ ግንኙነት ማሰናጃ"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME ለማንበብ-ዘዴ ብቻ ይከፈታል"
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "የ ፋይል ስም እና ~አካባቢው"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "ትእዛዙ በሚገባ ተፈጽሟል"
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "ወደ ዳታቤዝ የነበረው ግንኙነት ተቋርጧል: ይህ ንግግር ይዘጋል"
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "ደንብ መለያ"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "የ ማውጫ ሜዳ"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "እየጨመረ የሚሄድ"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "እየቀነሰ የሚሄድ"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "በእርግጥ ማውጫውን ማጥፋት ይፈልጋሉ '$name$'?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "ማውጫ"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "ማውጫው ቢያንስ አንድ ሜዳ መያዝ አለበት"
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "በዚህ ስም ቀደም ሲል ሌላ ማውጫ ነበር \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "በ ማውጫ መግለጫ ውስጥ ምንም የ ሰንጠርዥ አምድ ከ አንድ ጊዜ በላይ መኖር የለበትም: ነገር ግን እርስዎ አምዱን ሁለት ጊዜ \"$name$\" አስገብተዋል"
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "ማስገቢያውን መቀየር አልተቻለም ወደ ዋጋ ያለው ዋጋ ለ \"$name$\" ደንብ"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "SQL Status"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "የ ስህተት ኮድ"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "ብዙ ጊዜ ይህ ስህተት የሚፈጠረው ለ ዳታቤዙ ቋንቋ አግባብ ያልሆነ ባህሪዎች ሲዘጋጁ ነው ማሰናጃውን ይምረጡ እና ይመርምሩ ማረሚያ - ዳታቤዝ - ባህሪዎች"
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "ስህተት"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "ማስጠንቀቂያ"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "መረጃ"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "ዝርዝሮች"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "በእርግጥ ተጠቃሚውን ማጥፋት ይፈልጋሉ?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "ይህ ዳታቤዝ የ ተጠቃሚ አስተዳዳሪን አይደግፍም:"
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "የመግቢያ ቃሉ አይመሳሰልም ፡ እባክዎን የመግቢያ ቃሉን እንደገና ያስገቡ"
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "እባክዎን ያስታውሱ አንዳንድ ዳታቤዞች እንደዚህ አይነት አገናኞች አይደግፉም"
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "መዝገቦችን ብቻ ማካተቻ ይዞታቸው ከ ሜዳዎቹ ጋር የሚዛመደውን የ ሁለቱንም ተመሳሳይ ሰንጠረዦች"
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "ሁሉንም መዝገቦች ይዟል ከ ሰንጠረዦች ውስጥ '%1' ነገር ግን መዝገቦችን ብቻ ከሰንጠረዥ ውስጥ '%2' ዋጋቸው በተዛመደው ሜዳዎች ውስጥ የሚመሳሰለውን"
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "ሁሉንም መዝገቦች ይዟል ከ '%1' እና ከ '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "ሁሉንም የ cartesian product መዝገብ ይይዛል ከ '%1' እና እስከ '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "መድረሻው ዳታቤዝ መመልከቻን አይደግፍም"
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "መድረሻው ዳታቤዝ ቀዳሚ ቁልፎችን አይደግፍም"
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "ምንም የ ዳታ መድረሻ መግለጫ አልተገኘም: ወይንም የ ዳታ መድረሻ መግለጫ አስፈላጊ መረጃ አልተገኘም"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "ለጊዜው የተደገፉት ሰንጠረዦች እና ጥያቄዎች ብቻ ናቸው"
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "የ ኮፒ ምንጮች ውጤት ማሰናጃ ምልክት ማድረጊያዎችን መደገፍ አለበት"
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "ያልተደገፈ የምንጭ አምድ አይነት ($type$) በ አምድ ቦታ $pos$"
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "ዋጋ የሌላቸው የ ቁጥር ማስነሻ ደንቦች"
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "ስህተት ተፈጥሯል በማስነሳት ላይ እንዳለ"
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "በምንጭ መግለጫው ኮፒ ውስጥ ያልተደገፈ ማሰናጃ : $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "ጥያቄዎችን ኮፒ ለማድረግ: የ እርስዎ ግንኙነት ጥያቄ መጠየቅ አለበት"
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "የ ተሰጠው ተጽእኖ ያዢ ዋጋ የለውም"
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "ይህ ዝምድና ቀደም ሲል ነበር ፡ ሊያርሙት ይፈልጋሉ ወይስ አዲስ ይፈጠር?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "ማረሚያ..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "መፍጠሪያ..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: የ ተዛመደ ንድፍ"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "ዳታቤዙ ግንኙነት አይደግፍም"
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "ደህና ልቀጥል?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "ለመተግበሪያው የሚታየውን ሰንጠርዥ ምልክት ያድርጉ"
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "ሰንጠረዦች እና የ ሰንጠረዦች ማጣሪያ"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "ሰንጠረዥ ወይንም ጥያቄ መጨመሪያ"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/am/desktop/messages.po b/source/am/desktop/messages.po
index ff0f840a147..cd0e55e3f9a 100644
--- a/source/am/desktop/messages.po
+++ b/source/am/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2019-01-03 22:16+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "ተጨማሪ"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO Dynamic Library Component"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java Component"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python Component"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Components"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB Type Library"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java Type Library"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG መጻሕፍት ቤት"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "እርዳታ"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "ተጨማሪውን መግጠም አይቻልም ምክንያቱም :\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "ተጨማሪውን መግጠም አይቻልም ምክንያቱም በእርዳታ ፋይሎች ውስጥ ስህተት ተፈጥሯል :\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "ተጨማሪ(ዎች) መጨመሪያ"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~ማስወገጃ"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~ማስቻያ"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~ማሰናከያ"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~ማሻሻያ..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "በ መጨመር ላይ %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "በ ማስወገድ ላይ %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "በ ማስቻል ላይ %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "በ ማሰናከል ላይ %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "ፍቃዱን ይቀበሉ ለ %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "ስህተት: የ ተጨማሪው ሁኔታ የማይታወቅ ነው"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "መዝጊያ"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "ማጥፊያ"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"የሚካፈሉዋቸውን ተጨማሪዎች ለ ማሻሻል የ አስተዳዳሪ ፍቃድ ያስፈልጋል: የ ስር አት አስተዳዳሪውን ያነጋግሩ የሚካፈሉዋቸውን ተጨማሪዎች ለማሻሻል:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "እነዚህ ጥገኞች እስካልተሟሉ ድረስ ተጨማሪውን ማስቻል አይቻልም :"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "ይህ ተጨማሪ ተሰናክሏል ምክንያቱም የፍቃድ ስምምነቱን ስላልተቀበሉ\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "ፍቃዱን ማሳያ"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "ተጨማሪ መግጠሚያ አሁን ተሰናክሏል: እባክዎን ለ በለጠ መረጃ የ ስርአት አስተዳዳሪውን ያማክሩ"
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "ተጨማሪ ማስወገጃ አሁን ተሰናክሏል: እባክዎን ለ በለጠ መረጃ የ ስርአት አስተዳዳሪውን ያማክሩ"
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' ተጨማሪ ማስወገጃውን ለማስቆም"
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' ተጨማሪ ማስወገጃውን ለማስቆም"
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' ተጨማሪ ማስወገጃውን ለማስቆም"
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"ይጫኑ 'መሰረዣ' ተጨማሪ ማሰናከያውን ለማስቆም"
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "ተጨማሪው '%Name' በዚህ ኮምፒዩተር ላይ መስራት አይችልም"
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "ተጨማሪዎችን በመግጠም ላይ..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "መግጠሙ ተፈጽሟል"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "ስህተቶች የሉም"
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "ስህተት ተጨማሪዎችን በማውረድ ላይ %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "የ ስህተቱ መልእክት ይህ ነው: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "ስህተት ተጨማሪዎችን በ መግጠም ላይ %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "ለ ተጨማሪው የ ፍቃድ ስምምነቱን %NAME አልተቀበሉም "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "ተጨማሪዎች አይገጠሙም"
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "ያልታወቀ"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "ተጨማሪው ቢያንስ ይህን OpenOffice.org ማመሳከሪያ እትም ይፈልጋል %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "ተጨማሪው ድጋፍ አይሰጥም ለ OpenOffice.org ማመሳከሪያ እትሞች ይህን ለሚበልጡ %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "ተጨማሪው ቢያንስ ይህን እትም ይፈልጋል %PRODUCTNAME version %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"ይጫኑ 'መሰረዣ' የሚለውን መግጠሙን ለማስቆም"
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "አዲስ ማሻሻያ የለም"
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "ምንም የሚገጠም ማሻሻያ የለም ፡ የተተዉ ወይም የተሰናከሉ ማሻሻያዎችን ለማየት በምልክት ማሳያው ሳጥን ውስጥ ምልክት ያድርጉ 'ሁሉንም ማሻሻያ ማሳያ'"
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "ስህተት ተፈጥሯል:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "ያልታወቀ ስህተት"
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "ለዚህ ማሻሻያ ምንም ተጨማሪ ዝርዝር የለም"
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "ተጨማሪውን ማሻሻል አይቻልም ምክንያቱም:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "ያስፈልጋል %PRODUCTNAME የእትም አለመስማማት :"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "የእርስዎ %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "መቃኛን መሰረት ያደረገ ማሻሻያ"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "እትም"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "ይህ ማሻሻያ ይተዋል\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "መተግበሪያውን ማስጀመር አልተቻለም "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "የማዋቀሪያ ዳይሬክቶሪው \"$1\" አልተገኘም"
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "የ መግጠሚያው መንገድ ዋጋ የለውም"
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "የ ውስጥ ስህተት ተፈጥሯል"
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "የማዋቀሪያ ፋይሉ \"$1\" የተበላሸ ነው"
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "ማዋቀሪያ ፋይሉ \"$1\" አልተገኘም"
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "ማዋቀሪያ ፋይሉ \"$1\" የአሁኑን እትም አይደግፍም"
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "የ ተጠቃሚውን መስሪያ ቋንቋ ማወቅ አልተቻለም"
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "የተጠቃሚውን አገጣጠም መፈጸም አልተቻለም "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "የማዋቀሪያ ግልጋሎት አልተገኘም"
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "የመግጠሚያ መተግበሪያውን ያስጀምሩ አገጣጠሙን ከ CD ለመጠገን ወይም የጥቅል መግጠሚያዎችን የያዘውን ፎልደር"
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "ባጠቃላይ ስህተት ተፈጥሯል ማእከላዊ ማዋቀሪያው ጋር ለመድረስ ሲሞከር "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ"
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "ይህ የውስጥ ስህተት ተፈጥሯል: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "%PRODUCTNAME ከ ተገጠም ወይንም ከ ተሻሻለ በኋላ በ እጅ እንደገና ማስነሳት ያስፈልጋል"
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"በእርግጥ መቀጠል ይፈልጋሉ?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "ማተሚያው ተሰናክሏል ፡ ምንም ሰነድ ማተም አይቻልም"
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "የ መንገድ አስተዳዳሪ አልተገኘም\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "የ ተጨማሪ ሶፍትዌር ፍቃድ ስምምነት ከ $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "ከላይ የሚታየውን ሙሉ የ ፍቃድ ስምምነት ያንብቡ: የ ፍቃድ ስምምነቱን ይቀበሉ \"አዎ\" በ መጻፍ እና በ ማስገባት: ወይንም ይጻፉ \"አይ\" የ ፍቃድ ስምምነቱን ላለመቀበል እና ከ ተጨማሪው መግጠሚያ ማሰናጃ ለ መውጣት"
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[ያስገቡ \"አዎ\" ወይም \"አይ \"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "ያስገቡት ትክክል አይደለም: እባክዎን ያስገቡ \"አዎ\" ወይም \"አይ\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "አዎ"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "አዎ"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "አይ"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "አይ"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg ማስጀመር አልተቻለም: የ መቆለፊያ ፋይል የሚያሳየው እየሰራ እንዳለ ነው: ይህ ካልተፈጸመ: የ መቆለፊያ ፋይሉን ያጥፉት በ:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ስህተት : "
diff --git a/source/am/helpcontent2/source/text/sbasic/shared.po b/source/am/helpcontent2/source/text/sbasic/shared.po
index 2643cefc078..46020ef004a 100644
--- a/source/am/helpcontent2/source/text/sbasic/shared.po
+++ b/source/am/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8161,14 +8161,14 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
-msgstr "የ ማተሚያ አረፍተ ነገር"
+msgid "Print# Statement"
+msgstr ""
#. addUg
#: 03010103.xhp
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "የ ተወሰነ ሀረግ ውጤት ወይንም የ ቁጥር መግለጫ ለ ንግግር ወይንም ለ ፋይል"
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9745,14 +9754,14 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>እንደ ነበር መመለሻ መግለጫ</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">አረፍተ ነገር እንደ ነበር መመለሻ</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
+msgstr ""
#. iLCKn
#: 03020104.xhp
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "ሁሉንም የ ተከፈቱ ፋይሎች መዝጊያ እና ይዞታዎችን መጻፊያ: ሁሉንም ፋይሎች ወደ ሀርድ ዲስክ"
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,50 +10024,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "ከ ተከፈተ ተከታታይ ፋይል ውስጥ ዳታ ማንበቢያ"
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "ማስገቢያ #የ ፋይል ቁጥር እንደ ኢንቲጀር; ተለዋዋጭ1[, ተለዋዋጭ2[, ተለዋዋጭ3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>የ ፋይል ቁጥር:</emph> እርስዎ ማንበብ የሚፈልጉትን ዳታ የያዘው የ ፋይል ቁጥር: ፋይሉ መከፈት አለበት በ መክፈቻ አረፍተ ነገር ቁልፍ ቃል ማስገቢያ በ መጠቀም"
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>ተለዋዋጭ:</emph> የ ቁጥር ወይንም የ ሀረግ ተለዋዋጭ እርስዎ የ መደቡት ዋጋዎች የሚያነእው ከ ተከፈተ ፋይል ውስጥ ነው ወደ"
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "የ ዳታ አካሉን በሚያነብ ጊዜ ፋይሉ መጨረሻ ላይ ከ ደረሰ: ስህተት ይፈጠራል እና ሂደቱ ይቋረጣል"
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,14 +10114,14 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr "' የ ዳታ ፋይል ማንበቢያ ማስገቢያ በ መጠቀም"
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
-msgstr "መስመር ማስገቢያ # አረፍተ ነገር"
+msgid "Line Input# Statement"
+msgstr ""
#. CCEuD
#: 03020203.xhp
@@ -10150,68 +10132,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>የ መስመር ማስገቢያ መግለጫ</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">መስመር ማስገቢያ # አረፍተ ነገር</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
+msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "ሀረጎች ከ ተከታታይ ፋይል ወደ ተለዋዋጭ ማንበቢያ"
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "መስመር ማስገቢያ #የ ፋይል ቁጥር እንደ ኢንቲጀር, ተለዋዋጭ እንደ ሀረግ"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>የ ፋይል ቁጥር:</emph> እርስዎ ማንበብ የሚፈልጉትን ዳታ የያዘው የ ፋይል ቁጥር: ፋይሉ በ ቅድሚያ መከፈት አለበት በ መክፈቻ አረፍተ ነገር ቁልፍ ቃል ማስገቢያ በ መጠቀም"
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>ተለዋዋጭ:</emph> የ ተለዋዋጭ ስም ውጤቱን የሚያስቀምጠው"
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10222,41 +10186,14 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "በ <emph>መስመር ማስገቢያ#</emph> አረፍተ ነገር ውስጥ: እርስዎ ማንበብ ይችላሉ ሀረጎች ከ ተከፈተ ፋይል ውስጥ ወደ ተለዋዋጭ ውስጥ: የ ተለዋዋጭ ሀረጎች የሚነበቡት በ መስመር-በ-መስመር ላይ ነው እስከ መጀመሪያው መመለሻ ድረስ ነው (Asc=13) ውይንም መስመር መመገቢያ (Asc=10). ተ መስመር መጨረሻ ምልክት በ ውጤት ሀረጎች ውስጥ አይካተቱም"
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"This is a line of text\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"This is another line of text\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
-msgstr "አረፍተ ነገር ማስቀመጫ"
+msgid "Put# Statement"
+msgstr ""
#. psWQE
#: 03020204.xhp
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>አረፍተ ነገር ማስገቢያ</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,14 +10222,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "መዝገብ ወደ አንፃራዊ ፋይል መጻፊያ ወይንም ተከታታይ ባይቶች ወደ ባይነሪ ፋይል ውስጥ መጻፊያ"
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "ይህን ይመልከቱ: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\"> ማግኛ </item></link> አረፍተ ነገር"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "ለ binary ፋይሎች (binary access), በ ፋይል ውስጥ የ ባይት ቦታ ነው እርስዎ መጻፍ መጀመር የሚፈልጉበት"
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,68 +10321,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>መጻፊያ መግለጫ</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">አረፍተ ነገር መጻፊያ</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
+msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "ዳታ ወደ ተከታታይ ፋይል መጻፊያ"
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "መጻፊያ [#የ ፋይል ስም], [የ መግለጫ ዝርዝር]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>የ ፋይል ስም:</emph> ማንኛውም የ ቁጥር መግለጫ የ ፋይል ቁጥር የያዘ እና የ ተሰናዳ የ Open statement ለ ተመሳሳይ ፋይል"
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>የ መግለጫ ዝርዝር:</emph> ተለዋዋጭ ወይንም መግለጫ እርስዎ ማስገባት የሚፈልጉት ወደ ፋይል ውስጥ: በ ኮማ የ ተለያየ"
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "ቁጥሮች ከ ዴሲማል ቅደም ተከተል ጋር ይቀየራሉ እንደ ተሰናዳው ቋንቋ አይነት"
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,14 +10942,14 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>የ ፋይል ቁጥር:</emph>የ ዳታ ጣቢያ ቁጥር የ ተጠቀሙት በ መክፈቻ አረፍተ ነገር ውስጥ"
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
-msgstr "ተግባር መፈለጊያ"
+msgid "Seek# Statement"
+msgstr ""
#. vLW2K
#: 03020305.xhp
@@ -11041,14 +10960,14 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>መግለጫ መፈለጊያ</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">ተግባር መፈለጊያ</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
+msgstr ""
#. RBPKW
#: 03020305.xhp
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "ለ ሌሎች ሁሉም ፋይሎች: ተግባር ይመልሳል የ ባይት ቦታ የሚቀጥለው እንቅስቃሴ የሚፈጠርበትን"
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "ይህን ይመልከቱ: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\"> መክፈቻ </link> <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\"> መፈለጊያ </link>"
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "መፈለጊያ[#የ ፋይል ቁጥር] ቦታ (እስከ)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>የ ፋይል ቁጥር:</emph>የ ዳታ ጣቢያ ቁጥር የ ተጠቀሙት በ መክፈቻ አረፍተ ነገር ውስጥ"
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>ቦታ: </emph>ቦታ ለሚቀጥለው መጻፊያ ወይንም ማንበቢያ: ቦታ ቁጥር መሆን ይችላል በ 1 እና በ 2,147,483,647. መካከል: እንደ ፋይሉ አይነት: ቦታው የሚያሳየው የ ቁጥር መዝገብ ነው: (ፋይሎች በ ደፈናው ዘዴ ውስጥ) ወይንም የ ባይት ቦታ (ፋይሎች በ Binary, ውጤት ይጨመራል ወይንም ማስገቢያ ዘዴ ውስጥ). የ መጀመሪያው ባይት በ ፋይል ቦታ ውስጥ 1, ሁለተኛው የ ባይት ቦታ 2, እና ወዘተ"
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39391,13 +39310,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/am/helpcontent2/source/text/sdatabase.po b/source/am/helpcontent2/source/text/sdatabase.po
index 2d4c3a3caf6..8790dd9b661 100644
--- a/source/am/helpcontent2/source/text/sdatabase.po
+++ b/source/am/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -157,13 +157,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -175,13 +175,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -193,13 +193,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -211,13 +211,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -292,13 +292,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -319,13 +319,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -364,6 +364,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sdraw/01.po b/source/am/helpcontent2/source/text/sdraw/01.po
index 14e1f82cf6e..c074fb5be8c 100644
--- a/source/am/helpcontent2/source/text/sdraw/01.po
+++ b/source/am/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-05-09 15:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr ""
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/00.po b/source/am/helpcontent2/source/text/shared/00.po
index 2d437d6d6e6..9a2657b42de 100644
--- a/source/am/helpcontent2/source/text/shared/00.po
+++ b/source/am/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-17 21:27+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr "ሁሉንም ለውጦች ማስወገጃ እና የ ምርጫውን ንግግር መዝጊያ:"
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index 96eed973def..5454c8a1830 100644
--- a/source/am/helpcontent2/source/text/shared/01.po
+++ b/source/am/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-03-18 16:16+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/am/>\n"
@@ -25801,32 +25801,14 @@ msgctxt ""
msgid "Add"
msgstr "መጨመሪያ"
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">የ አሁኑን ማሰናጃ በ መጠቀም አዲስ የ መስመር ዘዴ መፍጠሪያ </ahelp>"
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "ስም"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
-msgstr "<ahelp hid=\".\">ስም ያስገቡ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
+msgstr ""
#. 6Yvch
#: 05200200.xhp
@@ -27259,14 +27241,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr "<ahelp hid=\".uno:FillShadow\">ለ ተመረጠው እቃ ጥላ መጨመሪያ: እቃው ቀደም ብሎ ጥላ ከ ነበረው: ጥላው ይወገዳል: እርስዎ ይህን ምልክት ከ ተጫኑ ምንም እቃ ሳይመረጥ: ጥላው የሚጨመረው እርስዎ ለሚስሉት ለሚቀጥለው እቃ ይሆናል:</ahelp>"
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
+msgstr ""
#. 6XJUi
#: 05210600.xhp
@@ -47275,13 +47257,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47464,24 +47446,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47491,15 +47455,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49561,6 +49516,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/02.po b/source/am/helpcontent2/source/text/shared/02.po
index 344067475ac..03cff890946 100644
--- a/source/am/helpcontent2/source/text/shared/02.po
+++ b/source/am/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-02-05 07:21+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/am/>\n"
@@ -8809,14 +8809,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "የ ንዑስ ፎርም መሰረት ያደረገው የ <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\"> SQL </link> ጥያቄ ነው: በ ተለይ በ <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\"> ደንቦች ጥያቄ </link> ላይ ነው: የ ሜዳ ስም ካስገቡ በ <emph> ዋናው ሜዳዎች አገናኝ </emph> ሳጥን ውስጥ: በዛ ሜዳ ውስጥ ያለው ዳታ በ ዋናው ፎርም ውስጥ ይነበባል ለ ተለዋዋጭ እርስዎ ለሚያስገቡት በ <emph> አገልጋይ ሜዳዎች አገናኝ </emph> ውስጥ: በ ተገቢው የ SQL አረፍተ ነገር ውስጥ: ይህ ተላዋዋጭ ይወዳደራል ከ ሰንጠረዥ ዳታ ጋር ንዑስ ፎርም ከ ሚያመሳክረው ጋር: በ አማራጭ: እርስዎ ማስገባት ይችላሉ የ አምድ ስም በ <emph> ዋናው ሜዳዎች አገናኝ </emph> ሳጥን ውስጥ:"
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10528,14 +10528,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr ""
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11761,14 +11761,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "የ <emph> ቀስት ዘዴ </emph> ምልክት የሚታየው እርስዎ በሚስሉ ጊዜ ነው: በ መሳያ ተግባሮች: በበለጠ ለመረዳት ይህን ይመልከቱ የ <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph> መስመር ዘዴዎች </emph></link> ክፍል በ እርዳታ ውስጥ"
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -17026,13 +17026,13 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "የ SQL ትእዛዝ በቀጥታ ማስኬጃ"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
msgstr ""
#. tTG7m
@@ -17053,13 +17053,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">ተግባሮች</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
msgstr ""
#. iGFfH
@@ -17098,13 +17098,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">የ ሰንጠረዡ ስም</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. t48DA
@@ -17143,13 +17143,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">የ ሀሰት ስም</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. CcbaZ
@@ -17197,13 +17197,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">የተለዩ ዋጋዎች</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
msgstr ""
#. EXAFG
@@ -19240,14 +19240,41 @@ msgctxt ""
msgid "Limit"
msgstr "መጠን"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
-msgstr "<ahelp hid=\".\">ማስፊያ የ ተፈጠረውን እና የ ተመረጠውን በ <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL ጥያቄ </link> በ LIMIT X clause</ahelp> እርስዎ ይህን መጠቀም ይችላሉ ለ መወሰን የ SQL ጥያቄ ውጤት በ መጀመሪያ X ቁጥር ውስጥ ለሚወድቁ"
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
+msgstr ""
#. Ae3Qb
#: paintbrush.xhp
diff --git a/source/am/helpcontent2/source/text/shared/explorer/database.po b/source/am/helpcontent2/source/text/shared/explorer/database.po
index 112e53662da..e4720dc237d 100644
--- a/source/am/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/am/helpcontent2/source/text/shared/explorer/database.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-12-10 01:28+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1544405296.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "የ ጥያቄ ንድፍ"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>መመልከቻ; ዳታቤዝ መመልከቻ መፍጠሪያ (ቤዝ)</bookmark_value> <bookmark_value>ጥያቄዎች; በ ንድፍ መመልከቻ ውስጥ መፍጠሪያ (ቤዝ)</bookmark_value> <bookmark_value>መንደፊያ; ጥያቄዎች (ቤዝ)</bookmark_value> <bookmark_value>ንድፍ መመልከቻ; ጥያቄዎች/መመልከቻ (ቤዝ)</bookmark_value> <bookmark_value>መጋጠሚያ;ሰንጠረዦች (ቤዝ)</bookmark_value> <bookmark_value>ሰንጠረዦች ከ ዳታቤዞች ውስጥ; መጋጠሚያ ለ ጥያቄዎች (ቤዝ)</bookmark_value> <bookmark_value>ጥያቄዎች; መጋጠሚያ: ሰንጠረዦች (ቤዝ)</bookmark_value> <bookmark_value>ሰንጠረዦች ከ ዳታቤዞች ውስጥ; ግንኙነት (ቤዝ)</bookmark_value> <bookmark_value>ግንኙነት; መጋጠሚያ: ሰንጠረዦች (ቤዝ)</bookmark_value> <bookmark_value>ጥያቄዎች: የ ሰንጠረዦች አገናኞች ማጥፊያ (ቤዝ)</bookmark_value> <bookmark_value>መመዘኛ ለ ጥያቄ ንድፍ (ቤዝ)</bookmark_value> <bookmark_value>ጥያቄዎች; የ መቀመሪያ ማጣሪያ ሁኔታዎች (ቤዝ)</bookmark_value> <bookmark_value>ሁኔታዎች ማጣሪያ; በ ጥያቄዎች ውስጥ (ቤዝ)</bookmark_value> <bookmark_value>ደንቦች; ጥያቄዎች (ቤዝ)</bookmark_value> <bookmark_value>ጥያቄዎች; ደንብ ጥያቄዎች (ቤዝ)</bookmark_value> <bookmark_value>SQL; ጥያቄዎች (ቤዝ)</bookmark_value> <bookmark_value>native SQL (ቤዝ)</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">የ ጥያቄ ንድፍ</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr "<ahelp hid=\".\">የ <emph> ጥያቄ ንድፍ መመልከቻ </emph> እርስዎን የ ዳታቤዝ ጥያቄ መፍጠር እና ማረም ያስችሎታል </ahelp>"
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "በርካታ የ ዳታቤዞች ጥያቄዎችን እንደ ማጣሪያ ይጠቀማሉ: ወይንም የ ዳታቤዝ ሰንጠረዥ መለያ ለ መመዝገብ በ እርስዎ ኮምፒዩተር ውስጥ: መመልከቻ ተመሳሳይ ተግባር ያቀርባል እንደ ጥያቄዎች: ነገር ግን በ ሰርቨር በኩል: የ እርስዎ ዳታቤዝ በ ሰርቨር ላይ ከሆነ እና መመልከቻን የሚደግፍ ከሆነ: እርስዎ መመልከቻን መጠቀም ይችላሉ ለማጣራት መዝገቦችን በ ሰርቨሩ ላይ ለማፍጠን የ ማሳያውን ጊዜ"
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "በ መምረጥ የ <emph> መመልከቻ መፍጠሪያ </emph> ትእዛዝ ከ <emph> ሰንጠረዥ </emph> tab ገጽ የ ዳታቤዝ ሰነድ ውስጥ: ይህ ይታያል በ <emph> ንድፍ መመልከቻ </emph> መስኮት የሚመስል የ <emph> ጥያቄ ንድፍ </emph> መስኮት እዚህ የተገለጸውን ነው"
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr "የ ጥያቄ ንድፍ መስኮት እቅድ የሚጠራቀመው በ ተፈጠረው ጥያቄ ውስጥ ነው: ነገር ግን በ ተፈጠረው መመልከቻ ውስጥ ማጠራቀም አይቻልም"
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "የ ንድፍ መመልከቻ"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "ጥያቄ ለ መፍጠር ይጫኑ በ <emph> ጥያቄዎች </emph> ምልክት ላይ: ከ ዳታቤዝ ሰነድ ውስጥ እና ከዛ ይጫኑ <emph> ጥያቄ መፍጠሪያ በ ንድፍ መመልከቻ ውስጥ </emph>"
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "በ ጥያቄ ንድፍ መመልከቻ መስኮት ውስጥ ከ ላይ በኩል: <link href=\"text/shared/main0214.xhp\" name=\"icons\"> ምልክት </link> በ <emph> ጥያቄ ንድፍ </emph> መደርደሪያ እና የ <emph> ንድፍ </emph> መደርደሪያ ላይ ይታያል"
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "እርስዎ ጥያቄን መሞከር ከፈለጉ: ሁለት ጊዜ-ይጫኑ የ ጥያቄውን ስም ከ ዳታቤዝ ሰነድ ውስጥ: የ ጥያቄው ውጤት ይታያል በ ሰንጠረዥ ውስጥ ተመሳሳይ ነው ከ ዳታ ምንጭ መመልከቻ ማስታወሻ ጋር: ሰንጠረዡ የሚታየው ጊዚያዊ ነው"
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr "ቁልፎች በ ጥያቄ ንድፍ መመልከቻ"
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr "ቁልፍ"
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "ተግባር"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "ቅድመ እይታ"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "ጥያቄ ማስኬጃ"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "ሰንጠረዥ ወይም ጥያቄ መጨመሪያ"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "መቃኛ"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr "እርስዎ የ ጥያቄ ንድፍ ለ መጀመሪያ ጊዜ ሲከፍቱ: ለ እርስዎ ንግግር ይታያል: እርስዎ መምረጥ አለብዎት ሰንጠረዥ ወይንም ጥያቄ ለ እርስዎ ጥያቄ መሰረት የሚሆን"
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">ሁለት ጊዜ-ይጫኑ ሜዳዎቹ ላይ ለ መጨመር ወደ ጥያቄ: መጎተቻ-እና-መጣያ ግንኙነት ለ መግለጽ </ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "ጥያቄ በሚፈጥሩ ጊዜ የተመረጠውን ሰንጠረዥ ማሻሻል አይችሉም"
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "ሰንጠረዦች ማስወገጃ"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "ሰንጠረዥ ከ ንድፍ መመልከቻ ውስጥ ለ ማስወገድ: ይጫኑ የ ላይኛውን ድንበር የ ሰንጠረዡን መስኮት እና የ አገባብ ዝርዝር ማሳያ: እርስዎ መጠቀም ይችላሉ የ <emph> ማጥፊያ </emph> ትእዛዝ ሰንጠረዥ ለ ማስወገድ ከ ንድፍ መመልከቻ ውስጥ: ሌላው ምርጫ የ ማጥፊያ ቁልፍ መጫን ነው"
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "ሰንጠረዥ ማንቀሳቀሻ እና የ ሰንጠረዥ መጠን ማሻሻያ"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "እርስዎ እንደገና መመጠን እና ማዘጋጀት ይችላሉ ሰንጠረዦችን የ እርስዎን ፍላጎት እንዲያሟላ አድርገው: ሰንጠረዥ ለማንቀሳቀውስ: ይጎትቱ የ ላይኛውን ድንበር የሚፈለገውን ቦታ: መጠኑን ማሳደግ ወይንም ማሳነስ ይችላሉ ሰንጠረዡ የሚታይበትን ቦታ በ አይጥ መጠቆሚያ በ ድንበሩ ወይንም በ ድንበሩ ጠርዝ ላይ አድርገው በ መጎተት ሰንጠረዡ የሚፈልጉት መጠን ላይ እስኪደርስ ድረስ"
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "የ ሰንጠረዥ ግንኙነት"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "የ ዳታ ግንኙነት ካለ በ ሜዳ ስም መካከል በ አንድ ሰንጠረዥ ውስጥ እና የ ሜዳ ስም በሌላ ሰንጠረዥ ውስጥ: እርስዎ መጠቀም ይችላሉ እነዚህን ግንኙነቶች በ እርስዎ ጥያቄ ውስጥ"
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr ""
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr ""
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "ጥያቄ መፍጠር በርካታ የ ተዛመዱ ወረቀቶን መሰረት ያደረገ የሚቻለው እርስዎ ከ ተጠቀሙ ነው $[officename] እንደ ገጽታ ለ ተዛመዱ ዳታቤዞች"
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "እርስዎ በ ጥያቄ ውስጥ ወደ ተለያዩ የ ዳታቤዝ ውስጥ መድረስ አይችሉም: ጥያቄዎች በርካታ ሰንጠረዦች የሚያካትቱ መፍጠር የሚቻለው ከ አንድ ዳታቤዝ ውስጥ ብቻ ነው"
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr ""
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr ""
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">ማረሚያ ባህሪዎች ማጋጠሚያ </ahelp> በ አማራጭ ይጫኑ Tab መስመሩ እስከሚመረጥ ድረስ: እና ከዛ ይጫኑ Shift+F10 ለ ማሳየት የ አገባብ ዝርዝር እና ከዛ ይምረጡ ትእዛዝ <emph> ማረሚያ </emph> አንዳንድ ዳታቤዞች የሚደግፉት ንዑስ ስብስብ ብቻ ነው የሚቻለውን የ መጋጠሚያ አይነት"
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "ግንኙነት ማጥፊያ"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "በ ሁለት ሰንጠረዦች መካከል ያለውን ግንኙነት ለማጥፋት: ይጫኑ በ መገናኛው መስመር ላይ እና ከዛ ይጫኑ ማጥፊያ ቁልፍ"
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "በ አማራጭ: ማጥፊያ የ ተወሰነ ማስገቢያ በ <emph> ሜዳዎች ዙሪያ </emph> በ <emph> ግንኙነት </emph> ንግግር ውስጥ: ወይንም ይጫኑ Tab አገናኙ አቅጣጫ እስከሚታይ እና እስከሚደምቅ ድረስ: እና ከዛ ይጫኑ Shift+F10 ለ መክፈት የ አገባብ ዝርዝር እና ይምረጡ <emph> ማጥፊያ </emph> ትእዛዝ"
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr ""
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">ሁኔታዎች ይምረጡ ጥያቄውን ለ መግለጽ </ahelp> እያንዳንዱ አምድ በ ንድፍ ሰንጠረዥ ውስጥ የ ዳታ ሜዳ ይቀበላል ለ ጥያቄ: ሁኔታዎቹ በ አንድ ረድፍ ላይ ተገናኝተዋል ከ ቡልያን እና ጋር"
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr ""
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr "መጀመሪያ ይምረጡ ሁሉንም የ ሜዳ ስሞች ከ ሰንጠረዥ ውስጥ እርስዎ ወደ ጥያቄ ውስጥ መጨመር የሚፈልጉትን: ይህን ለማድረግ ይጎትቱ-እና-ይጣሉ ወይንም ሁለት ጊዜ-ይጫኑ በ ሜዳው ስም ላይ ሰንጠረዥ መስኮት ላይ: በ መጎተቻ-እና-መጣያ ዘዴ አይጡን ይጠቀሙ የ ሜዳ ስም ከ ሰንጠረዥ መስኮት ውስጥ ወደ ታችኛው የ ጥያቄ ንድፍ ቦታ: ይህን ሲያደርጉ: እርስዎ መወሰን ይችላሉ የትኛውን አምድ መጨመር እንደሚፈልጉ ወደ ሜዳው: ይምረጡ የ ሜዳ ስም ሁለት ጊዜ-በመጫን ከዛ ወደሚቀጥለው ነፃ አምድ ይጨመራል"
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "የ ሜዳ ስሞችን ማጥፊያ"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "የ ሜዳ ስም ከ ጥያቄ ውስጥ ለማስወገድ: ይጫኑ በ አምድ ራስጌ ሜዳ ላይ እና ይምረጡ የ <emph> ማጥፊያ </emph> ትእዛዝ ከ አምድ አገባብ ዝርዝር ውስጥ"
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr "ጥያቄ ማስቀመጫ"
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr "ይጠቀሙ የ <emph> ማስቀመጫ </emph> ምልክት በ መደበኛ መደርደሪያ ላይ ጥያቄ ለ ማስቀመጥ: ለ እርስዎ ይህ ንግግር ይታያል እና ይጠይቃል ስም እንዲያስገቡ ለ ጥያቄው: የ ዳታቤዝ ንድፍ የሚደግፍ ከሆነ: እርስዎ ንድፍ ማስገባት ይችላሉ"
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "እቅድ"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">ስም ያስገቡ ለ ንድፍ ለ ጥያቄው ለ ተመደበው ወይንም ለ ሰንጠረዥ መመልከቻ</ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "የ ጥያቄው ስም ወይንም የ ሰንጠረዥ መመልከቻ ስም"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">የ ጥያቄው ወይንም የ ሰንጠረዥ መመልከቻ ስም</ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "ዳታ ማጣሪያ"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr "ለ ጥያቄው ዳታ ለማጣራት: የሚፈለገውን ምርጫ ያሰናዱ ከ ታች በኩል በ ንድፍ መመልከቻ ውስጥ: የሚቀጥሉት መስመሮች ዝግጁ ናቸው:"
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "ሜዳ"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">የ ዳታ ሜዳ ስም ያስገቡ እርስዎ በ ጥያቄ ውስጥ ያመሳከሩትን: ሁሉም ማሰናጃዎች በ ታችኛው ረድፍ በኩል ያሉት የሚያመሳክሩት ይህን ሜዳ ነው </ahelp> እርስዎ በ አይጥ ክፍል ካስጀመሩ ይጫኑ ለ እርስዎ የ ቀስት ቁልፍ ይታያል: እርስዎን ሜዳ መምረጥ ያስችሎታል: የ \"ሰንጠረዥ ስም:*\" ምርጫ ይመርጣል ሁሉንም የ ዳታ ሜዳዎች እና መለያው ለ ሁሉም ሰንጠረዥ ሜዳዎች ዋጋ አለው"
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "የ ሀሰት ስም"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">ሀሰት መወሰኛ: ይህ ሀሰት በ ጥያቄ ዝርዝር ውስጥ ይቀመጣል በ ሜዳ ስም ውስጥ ከ ማስቀመጥ ይልቅ: ይህ ሁኔታ በተጠቃሚ-የሚገለጽ የ አምድ ምልክቶች መጠቀም ያስችለዋል </ahelp> ለምሳሌ: የ ዳታ ሜዳው ስም ካለው የ አካል ቁጥር እና ከ ስም ይልቅ: እርስዎ እንዲታይ ከ ፈለጉ የ አካል ቁጥር በ ጥያቄ ውስጥ ይታያል: ያስገቡ የ አካል ቁጥር እንደ ሀሰት"
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr "በ SQL አረፍተ ነገር ውስጥ: ሀሰቶች የሚገለጹት እንደሚከተለው ነው:"
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "ይምረጡ አምድ እንደ ሀሰት ከ ሰንጠረዥ ውስጥ"
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "ለምሳሌ:"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "ይምረጡ \"የ አካል ቁጥር\" እንደ \"የ አካል ቁጥር\" ከ \"አካል\" ውስጥ"
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "ሰንጠረዥ"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">ተመሳሳይ የ ዳታቤዝ ሰንጠረዥ ለ ተመረጠው የ ዳታ ሜዳ እዚህ ተዘርዝሯል </ahelp> እርስዎ ክፍሉን ካስጀመሩ አይጥ በ መጫን: ለ እርስዎ የ ቀስት ቁልፍ ይታያል: እርስዎን ሌላ ሰንጠረዥ መምረጥ ያስችሎታል ለ አሁኑ ጥያቄ"
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "መለያ"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">እርስዎ ክፍል ከ ተጫኑ የ መለያ ምርጫዎች መምረጥ ይችላሉ: እየጨመረ በሚሄድ: እየቀነሰ በሚሄድ እና አለመምረጥ </ahelp> የ ጽሁፍ ሜዳዎች የሚለዩት በ ፊደል ቅደም ተከተል እና በ ቁጥር ሜዳ ነው: የ በርካታ ዳታቤዝ አስተዳዳሪዎች የ መለያ ምርጫ ማሰናዳት ይችላሉ"
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "የሚታይ"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">እርስዎ ምልክት ካደረጉ <emph> የሚታይ </emph> ባህሪዎች ለ ዳታ ሜዳ: ሜዳው ይታያል በ ጥያቄ ውስጥ </ahelp> እርስዎ የሚጠቀሙ ከሆነ የ ዳታ ሜዳ ለ ሁኔታዎች መቀመሪያ: እርስዎ ማሳየት የለብዎትም"
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "መመዘኛ"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "ወይንም"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr ""
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr ""
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "ተግባሮች"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr ""
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr ""
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "ምርጫ"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "ተፅእኖ"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "ተገባር የለም"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "ምንም አይነት ተግባር አይፈጸምም"
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "መካከለኛ"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "አማካይ ዋጋ ማስሊያ በ ሜዳ ውስጥ"
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "መቁጠሪያ"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr ""
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "a) መቁጠሪያ(*): ኮከብ ማለፍ እንደ ክርክር ሁሉም መዝገቦች በ ሰንጠረዥ ውስጥ ይቆጥራል"
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr ""
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "ከፍተኛ"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr ""
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "ዝቅተኛ"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr ""
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "ድምር"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr ""
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "ቡድን"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr ""
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "እርስዎ የ ተግባር መጥሪያዎች በ ቀጥታ ማስገባት ይችላሉ ወደ SQL አረፍተ ነገር: አገባቡም እንደሚከተለው ነው:"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "ይምረጡ ተግባር(አምድ) ከ ሰንጠረዥ ውስጥ"
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "ለምሳሌ: የ ተግባር መጥሪያ ለ SQL ድምር ለ ማስሊያ ይህ ነው:"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "ይምረጡ ድምር(\"ዋጋ\") ከ \"ጽሁፍ\" ውስጥ"
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr ""
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr ""
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr ""
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "ተመሳሳዩ ተግባር ለ SQL አረፍተ ነገር ነው:"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "ይምረጡ ተግባር() እንደ ሀሰት ከ ሰንጠረዥ ውስጥ"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "ይምረጡ መቁጠሪያ(*) እንደ መቁጠሪያ ከ \"እቃ\" ውስጥ"
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr "ይህን ተግባር የሚያስኬዱ ከሆነ: እርስዎ ማስገባት አይችሉም ተጨማሪ አምዶች ለ ጥያቄ እነዚህን አምዶች ከ መቀበል ይልቅ እንደ \"ቡድን\" ተግባር"
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>ምሳሌዎች</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "በሚቀጥለው ምሳሌ ውስጥ: ጥያቄ በ ሁለት ሰንጠረዥ ውስጥ ይሄዳል: የ \"እቃ\" ሰንጠረዥ በ \"እቃ_ቁጥር\" ሜዳ ጋር እና ከ \"አቅራቢ\" ሰንጠረዥ ጋር በ \"አቅራቢ_ስም\" ሜዳ ጋር: በ ተጨማሪ ሁለቱም ሰንጠረዦች የ ጋራ ሜዳ ስም አላቸው የ \"አቅራቢ_ቁጥር\""
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "የሚቀጥሉት ደረጃዎች አስፈላጊ ናቸው ጥያቄ ለ መፍጠር: ከ ሶስት እቃ በላይ ለሚያቀርቡ አቅራቢዎችን የያዘ"
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "ያስገቡ የ \"እቃ\" እና \"አቅራቢዎች\" ሰንጠረዥ ወደ ጥያቄ ንድፍ ውስጥ"
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "አገናኝ የ \"አቅራቢ_ቁጥር\" ሜዳዎች ለ ሁለቱ ሰንጠረዦች እስከ አሁን ካልነበረ የዚህ አይነት ግንኙነት"
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr "ሁለት ጊዜ-ይጫኑ በ \"እቃ_ቁጥር\" ሜዳ ላይ በ \"እቃ\" ሰንጠረዥ ላይ: ማሳያ የ <emph> ተግባር </emph> መስመር በ መጠቀም የ አገባብ ዝርዝር እና ይምረጡ የ መቁጠሪያ ተግባር"
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "ያስገቡ >3 እንደ ደንብ እና የሚታዩ ሜዳዎችን ያሰናክሉ"
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "ሁለት ጊዜ-ይጫኑ በ \"አቅራቢ_ስም\" ሜዳ ላይ በ \"አቅራቢዎች\" ሰንጠረዥ ላይ: እና ይምረጡ የ ቡድን ተግባር"
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "ጥያቄ ማስኬጃ"
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "ይህ \"ዋጋ\" (ለ እያንዳንዱ እቃ ዋጋ) እና \"አቅራቢው_ቁጥር\" (ለ እቃ አቅራቢው) ሜዳዎች የሚኖረው በ \"እቃ\" ሰንጠረዥ ውስጥ ነው: እርስዎ መከከለኛ ዋጋ ማግኘት ይችላሉ አቅራቢው የሚያቀርበውን በሚቀጥሉት ጥያቄዎች:"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "ያስገቡ የ \"እቃ\" ሰንጠረዥ ወደ ጥያቄ ንድፍ ውስጥ"
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "ሁለት ጊዜ-ይጫኑ በ \"ዋጋ\" ላይ እና \"የ አቅራቢ_ቁጥር\" ሜዳዎች ላይ"
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "ማስቻያ የ <emph> ተግባር </emph> መስመር እና ይምረጡ የ መከከለኛ ተግባር ከ \"ዋጋ\" ሜዳ ውስጥ"
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "እርስዎ ማስገባት ይችላሉ \"መከከለኛ\" በ መስመር ላይ ለ ሀሰት ስም (ያለ ትምህርተ ጥቅስ)"
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "ይምረጡ ቡድን ለ \"አቅራቢ_ቁጥር\" ሜዳ"
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "ጥያቄ ማስኬጃ"
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "የሚቀጥሉት የ አገባብ ዝርዝር ትእዛዞች እና ምልክቶች ዝግጁ ናቸው:"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "ተግባሮች"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">ለ ተመረጡት ተግባሮች ረድፍ ማሳያ ወይንም መደበቂያ </ahelp>"
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "የ ሰንጠረዥ ስም"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">ለ ሰንጠረዥ ስም ረድፍ ማሳያ ወይንም መደበቂያ </ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "የ ሀስት ስም"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">ለ ሀስት ስም ረድፍ ማሳያ ወይንም መደበቂያ </ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "የተለዩ ዋጋዎች"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr ""
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "ለምሳሌ: ይህ ስም \"Smith\" በርካታ ጊዜ በ እርስዎ ዳታቤዝ ውስጥ ከታየ: እርስዎ መምረጥ ይችላሉ የ <emph> ዋጋዎች መለያ </emph> ትእዛዝ ለ መወሰን በ ጥያቄ ውስጥ ይህ ስም \"Smith\" አንድ ጊዜ ብቻ ይታያል"
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "ለ ጥያቄ በርካታ ሜዳዎች ለሚያካትት: የ መቀላቀያ ዋጋዎች ከ ሁሉም ሜዳዎች ውስጥ ልዩ መሆን አለበት ስለዚህ ውጤቱ መፍጠር ይቻላል ከ ተወሰነ መዝገብ: ለምሳሌ: እርስው አለዎት \"Smith in Chicago\" አንዴ ካለ በ እርስዎ አድራሻ ደብተር ውስጥ እና \"Smith in London\" ሁለት ጊዜ በ<emph> መለያ ዋጋዎች</emph> ትእዛዝ: ጥያቄ ሁለት ሜዳዎች ይጠቀማል \"የ አባት ስም\" እና \"ከተማ\" እና ይመልሳል የ ጥያቄውን ውጤት \"Smith in Chicago\" አንዴ እና \"Smith in London\" አንዴ"
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "በ SQL: ይህ ትእዛዝ ይመሳሰላል ከ የተለየ አንቀጽ ጋር"
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "መጠን"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr ""
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr ""
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "የ ማጣሪያ ሁኔታዎች መቀመሪያ"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr ""
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "አንቀሳቃሽ"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "ትርጉም"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "ሁኔታው ተሟልቷል ይህ ከሆነ..."
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "እኩል ነው"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "... የ ሜዳው ይዞታ ተመሳሳይ ይሆናል ለ ተጠቆመው መግለጫ"
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr ""
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "እኩል አይደለም"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "...የ ሜዳው ይዞታ ተመሳሳይ አይደለም ከ ተወሰነው መግለጫ ጋር"
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "ይበልጣል ከ"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "...የ ሜዳው ይዞታ ይበልጣል ከ ተወሰነው መግለጫ ጋር"
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "ያንሳል ከ"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "...የ ሜዳው ይዞታ ያንሳል ከ ተወሰነው መግለጫ ጋር"
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "ይበልጣል ወይንም እኩል ይሆናል ከ"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "...የ ሜዳው ይዞታ ይበልጣል ወይን እኩል ይሆናል ከ ተወሰነው መግለጫ ጋር"
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "ያንሳል ወይም እኩል ይሆናል ከ"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "...የ ሜዳው ይዞታ ያንሳል ወይንም እኩል ይሆናል ከ ተወሰነው መግለጫ ጋር"
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "$[officename] ትእዛዝ"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "የ SQL ትእዛዝ"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "ትርጉም"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "ሁኔታው ተሟልቷል ይህ ከሆነ..."
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "ባዶ ነው"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr ""
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "ባዶ አይደለም"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr ""
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr "(ቦታ ያዢ (*) ለማንኛውም ቁጥር ባህሪዎች"
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr "ቦታ ያዢ (?) ለ አንድ ባህሪ ብቻ"
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>ቦታ ያዢዎች: በ SQL ጥያቄዎች</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr "ቦታ ያዢ (%) ለማንኛውም ቁጥር ባህሪ"
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr "ቦታ ያዢ (_) ለ አንድ ባህሪ ብቻ"
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "አካል ነው ለ"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr ""
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr ""
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "አካል አይደለም የ"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr ""
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "በ ክፍተቱ ውስጥ ይወድቃል [x,y]"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr ""
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "በ ክፍተቱ ውስጥ አይወድቅም [x,y]"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr ""
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr ""
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "ይዟል a, b, c..."
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr ""
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "አልያዘም a, b, c..."
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr ""
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "ዋጋው እውነት ነው"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "... የ ሜዳ ስም የያዘው ዋጋ እውነት ነው"
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "ዋጋው ሀሰት ነው"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr ""
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "ምሳሌዎች"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "የ ሜዳ ስሞች ይመልሳል: የ ሜዳ ስም ይዞታ በ \"ወይዘሪት\""
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr "ከ ጥር 10, 2001 በፊት የሆኑ ቀኖች ይመልሳል"
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr ""
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr ""
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr ""
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr ""
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr ""
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "<emph>እንደ </emph>መዝለያ ቅደም ተከተል: {መዝለያ 'መዝለያ-ባህሪ'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "ለምሳሌ: ይምረጡ * ከ እቃዎች ውስጥ ከ እቃው ስም እንደ 'የ *%' {መዝለያ '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "ይህ ምሳሌ ለ እርስዎ ሁሉንም ማስገቢያዎች ይሰጣል የ እቃው ስም የሚጀምርበትን በ 'የ *': ይህ ማለት እርስዎ መፈለግ ይችላሉ ባህሪዎችን ያለበለዚያ እንደ ቦታ ያዢዎች የሚወሰዱ: እንደ *, ?, _, % ወይንም ነጥብ."
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "<emph>የ ውጭ ማገናኛ</emph> ሂደት መዝለያ: {oj የ ውጭ-ማገናኛ}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "ለምሳሌ: ይምረጡ ጽሁፍ.* ከ {oj እቃ ከ ግራ ውጪ አገናኝ ደንቦች በ እቃ.no=orders.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "የ ጽሁፍ ሜዳዎች ጥያቄ"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr "የ ጽሁፍ ሜዳ ይዞታ ለ መጠየቅ: እርስዎ ማስገባት አለብዎት ነጠላ ትምህርተ ጥቅስ በ አገላለጽ መካከል: መለያው የ ላይኛው ጉዳይ ፊደል እና የ ታችኛው ጉዳይ ፊደል መካከል እንደ ዳታቤዝ አጠቃቀም ይለያያል: እንደ ትርጉሙ: ፊደል-መመጠኛ ነው (አንዳንድ ዳታቤዝ ይህን መከልከያ አያዩትም)"
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "የ ቀን ሜዳዎች ጥያቄ"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr "<emph>የ ቀን ሜዳዎች</emph> የሚወከሉት በ #ቀን# በ ግልጽ ለ መለየት እንደ ቀን: ቀን: ሰአት: እና/ሰአት መደበኛ (የተለዩ) የሚጠቅሙት በ ሁኔታ ውስጥ ነው በ አንዱ በ SQL መዝለያ አገባብ ወይንም በ ነባር የ SQL2 አገባብ"
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr "የ ቀን አይነት አካል"
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr "የ SQL መዝለያ አገባብ #1 - አይሰራ ይሆናል"
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr "የ SQL መዝለያ አገባብ #2"
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr "የ SQL2 አገባብ"
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "ቀን"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "ሰአት"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "ቀን ሰአት"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "ለምሳሌ: ይምረጡ {d '1999-12-31'} ከ አለም አመቶች"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr "ለምሳሌ: ይምረጡ * ከ የ እኔ ሰንጠረዥ አመቶች='1999-12-31'"
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr ""
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "የ አዎ/አይ ሜዳዎች ጥያቄ"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "ለ ጥያቄ አዎ/አይ ሜዳዎች: የሚቀጥለውን አገባብ ከ ዳታቤዝ ሰንጠረዥ ውስጥ ይጠቀሙ:"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "ሁኔታው"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "የ ጥያቄ መመዘኛ"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "ለምሳሌ"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "አዎ"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "ከ ዳታቤዝ ሰንጠረዦች: እኩል አይደለም ከ ማንኛውም ዋጋ ጋር"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 ይመልሳል ለ ሁሉም መዝገቦች ለ አዎ/አይ ሜዳ አንዱን ሁኔታ \"አዎ\" ወይንም \"አይ\" (በ ተመረጠው ጥቁር ውስጥ)"
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "አይ"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 ይመልሳል ለ ሁሉም መዝገቦች ለ አዎ/አይ ሜዳ አንዱን ሁኔታ \"አዎ\" ወይንም \"አይ\" (ምርጫ የለም)"
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "ባዶ"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "ባዶ ነው"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "ባዶ ነው ይመልሳል ለ ሁሉም መዝገቦች ለ አዎ/አይ ሜዳ አንዱን ሁኔታ አዎ ወይንም አይ (በ ግራጫ የተመረጠውን)"
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "አገባቡ ይለያያል እንደ ዳታቤዝ ስርአት እንደሚጠቀሙት: እርስዎ ማስታወስ አለብዎት አዎ/አይ ሜዳዎች መግለጽ እንደሚቻል በ ተለያዩ (ለ 2 ብቻ ሁኔታዎች ከ 3 ይልቅ)"
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "የ ጥያቄዎች ደንብ"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr "የ ጥያቄዎች ደንብ ተጠቃሚውን የሚያስችለው ዋጋዎችን ማስገባት ነው በ ማስኬጃ-ሰአት ጊዜ: እነዚህ ዋጋዎች የሚጠቅሙት ለ መመዘኛ ነው ለ የሚታዩትን መዝገቦች ለ መምረጥ: እያንዳንዱ ዋጋ የተዛመደ የ ደንብ ስም አለው: የሚጠቅመው ተጠቃሚው ጥያቄ በሚያስኬድ ጊዜ ነው"
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr "የ ደንብ ስሞች የሚቀጥሉት በ ኮለን ነው በ ሁለቱም በ ንድፍ እና SQL መመልከቻ ጥያቄ ውስጥ: ይህን መጠቀም ይችላሉ ዋጋ በሚታይበት ቦታ ሁሉ: ተመሳሳይ ዋጋ የሚታይ ከሆነ ከ አንድ ጊዜ በላይ በ ጥያቄ ውስጥ: ተመሳሳይ የ ደንብ ስም ተጠቅመዋል ማለት ነው"
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr "በ ቀላሉ ጉዳይ: ተጠቃሚ ዋጋ በሚያስገባበት እኩል የሚሆን ከ ጥራት ጋር: የ ደንብ ስም ቀደም ያለው ኮለን (:) በ ቀላሉ ይገባል በ መመዘኛው ረድፍ ውስጥ: በ <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\"> SQL ዘዴ </link> ውስጥ: ይህ መጻፍ አለበት እንደ <item type=\"input\"> የት \"ሜዳ\" = :ደንብ_ስም </item>"
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr "የ ደንቦች ስም እነዚህን ባህሪዎች መያዝ የለበትም <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item> ተመሳሳይ የ ሜዳ ስሞች አይደሉም ወይንም የ SQL የ ተቀመጡ ቃሎች: ተመሳሳይ ሊሆኑ ይችላሉ በ ሀሰት"
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr "ለ ተመረጡት መዝገቦች ጠቃሚ መገንቢያ የ ጽሁፍ ሜዳዎች ይዞታ መሰረት ያደረገ የ ተደበቀ አምድ መጨመር ነው በ <item type=\"input\">\"እንደ '%' || :የ ሜዳ_አካል_ነው || '%'\"</item> እንደ መለያ: ይህ ተመሳሳይ መዝገቦች በ ትክክል ይመርጣል: የ ፊደል-መመጠኛ መሞከሪያ ካስፈለገ: አንድ የሚጠቀሙት መፍትሄ <item type=\"input\"> ዝቅተኛ (የ ሜዳ_ስም) </item> እንደ ሜዳ እና <item type=\"input\"> እንደ ዝቅተኛ ( '%' || : የ ሜዳ_አካል_ነው || '%' )</item> እንደ መለያ: ማስታወሻ ክፍተት እንደ መለያ በጣም አስፈላጊ ነው: ክፍተት ካላስገቡ የ SQL ተንታኝ የሚተረጉመው ጠቅላላ መለያው እንደ አንድ ሀረግ ተመሳሳይ እንደሚፈለግ ነው: በ <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\"> SQL mode </link> ይህ መጻፍ አለበት እንደ <item type=\"input\"> ዝቅተኛ ( \"የ ሜዳ_ስም\" ) እንደ ዝቅተኛ ( '%' || : የ ሜዳ_አካል_ነው || '%' )</item>"
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr "የ ጥያቄ ደንብ መጠቀም ይችላሉ ለ ዳታ ምንጭ ለ <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">ንዑስ ፎርሞች</link> ለ ማስቻል ለ መከልከል ተጠቃሚው የሚታየውን መዝገብ"
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "የ ማስገቢያ ደንብ"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">የ <emph> ደንብ ማስገቢያ </emph> ንግግር ተጠቃሚውን ይጠይቃል የ ደንብ ዋጋዎች እንዲያስገባ: ያስገቡ ዋጋ ለ እያንዳንዱ ጥያቄ ደንብ እና ያረጋግጡ በ መጫን <emph> እሺ </emph> ወይንም በ መጻፍ <emph> ማስገቢያ </emph>.</ahelp>"
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr "በ ተጠቃሚው የሚገቡ ዋጋዎች ማንኛውም ባህሪዎች መያዝ አለባቸው የሚፈቀድ ለ SQL ለ ተዛመደው መመዘኛ: ይህ ሁኔታ እንደ ዳታቤዝ ስርአት አይነት ይለያያል"
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr "ተጠቃሚው መጠቀም ይችላል የ SQL ሁለ-ገብ ባህሪዎች \"%\" (አሻሚ ሀረግ) ወይንም \"_\" (አሻሚ ነጠላ ሀረግ) እንደ ዋጋ ለ መዝገቦች ፈልጎ ማግኛ ለ ውስብስ መለያዎች"
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "የ SQL ዘዴ"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "SQL ማለት የ \"Structured Query Language\" እና መግለጫ ለ መምሪያ: ለ ማሻሻያ እና ለ ማስተዳደሪያ ተዛማጅ ዳታቤዞች"
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr ""
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr ""
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr ""
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,14 +3274,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "እርስዎ የ አስተዳዳሪ ትእዛዞች ብቻ ማስገባት ይችላሉ በዚህ ንግግር ውስጥ: እንደ እርዳታ: ሰንጠረዥ መፍጠሪያ: ወይንም ሰንጠረዥ መጣል እና ትእዛዞችን አለማጣራት: እርስዎ የሚያስገቡት ትእዛዞች እንደ ዳታ ምንጩ ይለያያል: ለምሳሌ: የ ዳታቤዝ አንዳንድ የ SQL ትእዛዞች ዝርዝር ማስኬድ ይችላል"
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "ለማስኬድ የ SQL ጥያቄ ዳታ እንዲያጣራ ከ ዳታቤዝ ውስጥ: ይጠቀሙ የ <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"> ጥያቄ ንድፍ መመልከቻ </link>"
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
diff --git a/source/am/helpcontent2/source/text/shared/guide.po b/source/am/helpcontent2/source/text/shared/guide.po
index f0e3ac7bbc4..ea9a89db291 100644
--- a/source/am/helpcontent2/source/text/shared/guide.po
+++ b/source/am/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-12-09 17:46+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6523,14 +6523,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "ይጫኑ የ <emph>ማስቀመጫ</emph> ወይንም <emph>ማስቀመጫ እንደ</emph> ምልክት <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">ምልክት</alt></image> ጥያቄውን ለማስቀመጥ"
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">የ ጥያቄ ንድፍ</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7081,14 +7081,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "ይጫኑ <emph> ጥያቄ መፍጠሪያ በ ንድፍ መመልከቻ </emph>"
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "ለ እርስዎ ይታያል የ <link href=\"text/shared/explorer/database/02010100.xhp\"> ጥያቄ ንድፍ መስኮት </link>"
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7747,14 +7747,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "የ ማጣሪያ ሁኔታ ያስገቡ ወደ አንዱ ከ በርካታ ሜዳዎች ውስጥ: ያስታውሱ እርስዎ የ ማጣሪያ ሁኔታዎች ካስገቡ ወደ በርካት ሜዳዎች: ሁሉም ያስገቡዋቸው ማጣሪያዎች መመሳሰል አለባቸው ከ (ቡሊያን እና) ጋር"
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "ተጨማሪ መረጃ ስለ ሁለ ገብ እዚህ ይገኛል በ <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"> የ ጥያቄ ንድፍ </link>"
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -8107,14 +8107,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "ይጫኑ <emph>የ ሰንጠረዥ መመልከቻ መፍጠሪያ</emph>."
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "የ ንድፍ መመልከቻ መስኮት ይታያል: በጣም ተመሳሳይ ነው ከ <link href=\"text/shared/explorer/database/02010100.xhp\"> ጥያቄ ንድፍ መስኮት ጋር </link>"
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -21058,14 +21058,14 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>ለውጦች: መጠበቂያ</bookmark_value><bookmark_value>መጠበቂያ: መዝገቦች ለውጦች</bookmark_value><bookmark_value>መዝገቦች: መጠበቂያ</bookmark_value><bookmark_value>መገምገሚያ ተግባሮች: መጠበቂያ መዝገቦች</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
-msgstr "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">ከ መቀየር መጠበቂያ</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
+msgstr ""
#. jVeUw
#: redlining_protect.xhp
diff --git a/source/am/helpcontent2/source/text/shared/optionen.po b/source/am/helpcontent2/source/text/shared/optionen.po
index 0510bb379e6..91004d290f0 100644
--- a/source/am/helpcontent2/source/text/shared/optionen.po
+++ b/source/am/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-12-10 01:08+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,14 +61,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "እርስዎ ያሰናዱት በሙሉ ራሱ በራሱ ይቀመጣል: ማስገቢያውን ለማስፋት ሁለት ጊዜ ይጫኑ ማስገቢያው ላይ ወይንም ይጫኑ መደመሪያ ምልክት ላይ: ማስገቢያውን ለማሳነስ ሁለት ጊዜ ይጫኑ ማስገቢያው ላይ ወይንም ይጫኑ መቀነሻ ምልክት ላይ"
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "ለ እርስዎ የሚታየው ማስገቢያ ለ አሁኑ ሰነድ መፈጸሚያ ብቻ ነው: የ አሁኑ ሰነድ የ ጽሁፍ ሰነድ ከሆነ: ለ እርስዎ ይህ ይታያል የ %PRODUCTNAME መጻፊያ ማስገቢያ: እና ለ ሁሉም ክፍሎች: %PRODUCTNAME. %PRODUCTNAME ማስደነቂያ እና %PRODUCTNAME መሳያ በዚህ ንግግር ውስጥ የሚታዩት እንደ አንድ ነው: መደበኛ ማስገቢያዎች ሁልጊዜ ይታያሉ"
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -79,14 +79,14 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">ማስገቢያ ይምረጡ ለማረም</ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
-msgstr "ማስታወሻ ለ: Mac OS ተጠቃሚዎች: እርዳታ ይገልጻል ስለ ዝርዝር መንገድ መሳሪያዎች - ምርጫ በ ተለያዩ ቦታዎች: ይህን መንገድ ይቀይሩ በ %PRODUCTNAME - ምርጫዎች በ እርስዎ የ Mac OS ዋና ዝርዝር ላይ: ሁለቱም ዝርዝር ማስገቢያዎች የሚከፍቱት የ ምርጫ ንግግር ሳጥን ነው"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
+msgstr ""
#. WS53M
#: 01000000.xhp
@@ -5245,42 +5245,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsecuritypage/cert\">መክፈቻ <emph>የ ምስክር ወረቀት መንገድ </emph> ንግግር </ahelp>"
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr "TSAs"
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr "እርስዎን መቆጣጠር ያስችሎታል የ ሰአት ማህተም ባለስልጣን (TSA) URLs. TSAs በ ዲጂታል የ ተፈረመ የ ሰአት ማህተም (RFC 3161) በ ምርጫ የ ተፈረመ PDF የ ተጠቀሙት የ ተላከ"
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr "TSAs"
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">መክፈቻ የ <emph>ጊዜ ማህተም ሀላፊ URLs</emph> ንግግር </ahelp>"
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7522,6 +7486,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">በ ጽሁፍ ሰነድ ውስጥ ለ ተቀየሩ መስመሮች ማድመቂያ ቀለም መወሰኛ </ahelp>"
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16747,41 +16873,41 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
-msgstr "Open CL"
+msgid "OpenCL"
+msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
-msgstr "<bookmark_value>Open CL: ማሰናጃ ምርጫ</bookmark_value><bookmark_value>ማሰናጃ ምርጫ: Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
+msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
-msgstr "Open CL ቴክኖሎጂ ነው የ ትልቅ ሰንጠረዥ ስሌቶች ማፍጠኛ"
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
+msgstr ""
#. ddvkj
#: opencl.xhp
diff --git a/source/am/helpcontent2/source/text/simpress.po b/source/am/helpcontent2/source/text/simpress.po
index b7de329e090..3b015fb2474 100644
--- a/source/am/helpcontent2/source/text/simpress.po
+++ b/source/am/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2019-01-13 02:16+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">የ ቦታ ዘዴ / መሙያ</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ጥላ</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "ለ ተመረጠው እቃ የ 3ዲ ውጤቶች ማብሪያ እና ማጥፊያ መቀያየሪያ"
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">ተፅእኖው</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/01.po b/source/am/helpcontent2/source/text/swriter/01.po
index c1c30860d50..2fc5a96ce6e 100644
--- a/source/am/helpcontent2/source/text/swriter/01.po
+++ b/source/am/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-12-09 17:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22777,14 +22777,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">በምጽፍበት ጊዜ</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">ራሱ በራሱ ሰነድ አቀራረብ በ ሰነድ ውስጥ እርስዎ በሚጽፉ ጊዜ: የ አቀራረብ ምርጫ ለማሰናዳት: ይምረጡ <emph> መሳሪያዎች - በራሱ አራሚ </emph><emph> ምርጫ </emph> እና ከዛ ይጫኑ የ <emph> ምርጫ </emph>tab.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
diff --git a/source/am/sfx2/messages.po b/source/am/sfx2/messages.po
index 4b5aaa5641c..cc49a814bb5 100644
--- a/source/am/sfx2/messages.po
+++ b/source/am/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-11 01:09+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/am/>\n"
@@ -924,8 +924,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "የ ምስል ማጣሪያ አልተገኘም"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -936,43 +942,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "የተሳሳተ የመግቢያ ቃል"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "OpenPGP key አይታመንም: የ ተበላሸ ነው: ወይንም መመስጠሪያው ተበላሽቷል: እባክዎን እንደገና ይሞክሩ"
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(አነስተኛ $(MINLEN) ባህሪዎች)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(አነስተኛ 1 ባህሪ)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(የመግቢያ ቃሉ ባዶ ሊሆን ይችላል)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "ተግባሩን ማስኬድ አልተቻለም የ %PRODUCTNAME ፕሮግራሙ ክፍል ለዚህ ተግባር እስከ አሁን አልተገጠመም"
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -982,7 +988,7 @@ msgstr ""
"ይህን አሁን መስራት ይፈልጋሉ?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -992,215 +998,215 @@ msgstr ""
"በ ድህረ ገጻችን እቃዎችን ለማዘዝ መረጃ ማግኘት ይችላሉ"
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "እንኳን ደህና መጡ ወደ %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "ሰነድ እዚህ ይጣሉ ወይንም መተግበሪያ ከ ግራ በኩል ያንሱ አዲስ ለ መፍጠር"
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "የአሁኑ እትም"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "መላኪያ"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "ማስገቢያ"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~ማስገቢያ"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<ሁሉንም ምስሎች>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "ኮፒ ማስቀመጫ"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "ማወዳደሪያ ከ"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "መቀላቀያ ከ"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME ሰነድ"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " አ: %1 ወ: %2 ቀ: %3 ሰ: %4 ደ: %5 ሰ: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1210,31 +1216,31 @@ msgstr ""
"ዋጋው እንደ ጽሁፍ ይቀመጣል"
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "ዘዴው ቀደም ሲል ነበር: በላዩ ላይ ደርቤ ልጻፍበት?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~እንደ ነበር መመለሻ"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "ይህን ስም ቀደም ሲል ተጠቅመውበታል"
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "ይህ ዘዴ አልተገኘም"
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1244,7 +1250,7 @@ msgstr ""
"ምክንያቱም የድግግሞሽ ማመሳከሪያ ውጤት ያስከትላል"
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1254,7 +1260,7 @@ msgstr ""
"እባክዎን ሌላ አዲስ ስም ይምረጡ"
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1263,73 +1269,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "የሚጠቀሙት ዘዴዎች: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "መቃኛ"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "የተሳሳተ የመግቢያ ቃል ማረጋገጫ"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "መላኪያ"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "ፊደል"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "የእትም አስተያየት መመልከቻ"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(ምንም ስም አልተሰናዳም)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "በ ቅደም ተከተል"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "በእርግጥ መመዝገቡን ማጥፋት ይፈልጋሉ? እስከ አሁን የተመዘገበው በሙሉ ይጠፋል"
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "ምዝገባውን መሰረዣ"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "ቴምፕሌቶቹ ለ መጀመሪያ-ጊዜ መጠቀሚያ በ መነሳት ላይ ናቸው"
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1339,7 +1345,7 @@ msgstr ""
"እባክዎን ማተሚያ ይምረጡ እና እንደገና ይሞክሩ"
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1349,19 +1355,19 @@ msgstr ""
"እባክዎን የማተሚያውን ማዋቀሪያ ይመርምሩ"
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "ማተሚያው በ ስራ ላይ ነው"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (ለማንበብ ብቻ)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1373,7 +1379,7 @@ msgstr ""
"ማስቀመጥ ይፈልጋሉ?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1385,7 +1391,7 @@ msgstr ""
"ማስቀመጥ ይፈልጋሉ?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1397,7 +1403,7 @@ msgstr ""
"ማስቀመጥ ይፈልጋሉ?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1407,7 +1413,7 @@ msgstr ""
" የህትመት ስራ እየተከናወነ ነው"
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1418,7 +1424,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1430,19 +1436,19 @@ msgstr ""
"የ ስህተቱ ኮድ ይህ ነው $1"
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr "ደብዳቤ በ መላክ ላይ ስህተት ተፈጥሯል"
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "ይህን ሰነድ ማረም አይቻልም ፡ ምክንያቱም በፍቃድ ማጣት ምክንያት: የሰነዱን ኮፒ ማረም ይፈልጋሉ?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1450,471 +1456,471 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "~ኮፒ መክፈቻ"
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr "~መክፈቻ"
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (የተጠገነ ሰነድ)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "ሰነዱ ከሰርቨሩ አልወጣም"
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr "እባክዎን %PRODUCTNAME የ ተሻለ እንድንሆን ይርዱን!"
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr "ይሳተፉ"
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "ሰነዱ የተከፈተው ለማንበብ-ብቻ ዘዴ ነው"
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "ይህ PDF የ ተከፈተው ለ ንባብ-ብቻ ነው የ ነበረውን ፋይል መፈረም እንዲችሉ"
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "ይህ የዚህ ሰነድ ምድብ ምልክት ነው %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "ይህ ሰነድ መመደብ አለበት ቁራጭ ሰሌዳ ከ መለጠፉ በፊት"
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "ይህ ሰነድ አነስተኛ መመደቢያ ደረጃ አለው ከ ቁራጭ ሰሌዳ ይልቅ"
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "ደረጃ"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "የ አገር ደህንነት:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "የ መላኪያ መቆጣጠሪያ:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "የ ወጣበት ጊዜ"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "ሰነድ ማረሚያ"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "ሰነድ መፈረሚያ"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "ይህ ሰነድ ዋጋ የሌለው ፊርማ አለው"
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "ፊርማው ዋጋ ያለው ነው: ነገር ግን ሰነዱ ተሻሽሏል:"
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "ፊርማው ጥሩ ነው: ነገር ግን የ ምስክር ወረቀቱን ማረጋገጥ አልተቻለም"
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "ፊርማው ጥሩ ነው: ነገር ግን ሰነዱ የ ተፈረመው በከፊል ነው"
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "ይህ ሰነድ ዲጂታሊ የ ተፈረመ ነው: እና ፊርማው ዋጋ ያለው ነው"
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "ፊርማዎች ማሳያ"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "ክፍል መዝጊያ"
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "ማሳረፊያ"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "አታሳርፍ"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "ተጨማሪ ምርጫዎች"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "የ ጎን መደርደሪያ መዝጊያ"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "የ ጎን መደርደሪያ ማሰናጃዎች"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "ማስተካከያ"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "ነባሩን መመለሻ"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "የ ጎን መደርደሪያ መዝጊያ"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "አሊዛሪን"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "የ ንብ እንጀራ"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "ሰማያዊ ክብ"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "የ ንድፍ እቅድ"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "ደማቅ ሰማያዊ"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "ቀይ"
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "DNA"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "ትኩረት"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "የ ጫካ ወፍ"
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "ማስደነቂያ"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "ቀስቃሽ"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "ብርሃን"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "ለምለም አረንጓዴ"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "ትልቅ ከተማ"
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "እኩለ ሌሊት ሰማያዊ"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "ተፈጥሮ ማሳያ"
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "እርሳስ"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "ፒያኖ"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "ቦርሳ"
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "ሂደት"
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "ፀሐይ መጥለቂያ"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "የ ጥንት"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "ደማቅ"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "ስራ ማመልከቻ"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "መቀጠያ"
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "ነባር"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "ዘመናዊ"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "ዘመናዊ የ ንግድ ደብዳቤ sans-serif"
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "ዘመናዊ የ ንግድ ደብዳቤ serif"
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "የ ንግድ ካርድ ከ አርማ ጋር"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "ማስወገጃ"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "ሁሉንም ማጽጃ"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "የ መግቢያ ቃል እርዝመት"
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "እርስዎ ያስገቡት የ መግቢያ ቃል የ መረጃ መለዋወጫ ችግር ይፈጥራል: እባክዎን የ መግቢያ ቃል ያስገቡ ያነሰ ከ 52 ባይትስ: ወይንም የ በለጠ ከ 55 ባይትስ:"
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/am/svx/messages.po b/source/am/svx/messages.po
index f3221c0f161..9ae6e483fce 100644
--- a/source/am/svx/messages.po
+++ b/source/am/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/am/>\n"
@@ -5311,1195 +5311,1227 @@ msgid "All formats"
msgstr "ሁሉንም አቀራረብ"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "ስኴር 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "ድርብ ቀስት"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "ክብ"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "ስኴር"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "ቀስት"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "ያልተሞላ ሶስት ማእዘን"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "ያልተሞላ አልማዝ"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "አልማዝ"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "ያልተሞላ ክብ"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "ስኴር 45 ያልተሞላ"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "ስኴር ያልተሞላ"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "ግልጽነት"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr "አረንጓዴ 1 (%PRODUCTNAME ዋናው ቀለም)"
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "አረንጓዴ ማጉሊያ"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "ሰማያዊ ማጉሊያ"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "ብርቱካንማ ማጉሊያ"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Purple"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "ወይን ጠጅ ማጉሊያ"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "ቢጫ ማጉሊያ"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "የ አዳራሽ ገጽታ"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "ተሳክተው ድነዋል"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "ዋናው የዳነው ስነድ"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "ማዳን አልተቻለም"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "ማዳን በሂደት ላይ"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "ማዳኑ ገና አልጨረሰም"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION የ እርስዎን ሰነድ ማዳን ይጀምራል: እንደ ሰነዶቹ መጠን ሂደቱ ትንሽ ጊዜ ይወስዳል"
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "የ እርስዎን ሰነድ ማዳኑን ጨርሷል ይጫኑ 'መጨረሻ' የሚለውን ሰነዶቹን ለማየት"
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~መጨረሻ"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "የ መጨረሻው ዋጋ ማስተካከያ"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "ነጥብ"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "ምስል መላኪያ"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "እንደ ምስል ማስቀመጫ"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "እቃ(ዎች) ማስገቢያ"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "3ዲ እቃ ማሽከርከሪያ"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "የ ማሾለኪያ እቃ መፍጠሪያ"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "የሚሽከረከር እቃ መፍጠሪያ"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "3ዲ እቃዎችን መክፈያ"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[All]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "ንድፎች ማጣሪያ"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "አዲስ አርእስት"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3ዲ ውጤቶች"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "እንቅስቃሴ"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "ነጥቦች"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "ቢሮ"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "ባንዲራዎች"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "የ ሂደት ቻርትስ"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "የስሜት ምልክቶች"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "ምስሎች"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "መደቦቹ"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "የ ገጽ ቤት"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "ተፅእኖው"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "ካርታዎች"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "ሰዎች"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "የውጪ ክፍል"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "ኮምፒዩተሮች"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "ስእላዊ መግለጫ"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "አካባቢ"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "ገንዘብ"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "መጓጓዣ"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "የጽሁፍ ቅርጾች"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "ድምጾች"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "ምልክቶች"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "የኔ አርእስት"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "ቀስቶች"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "ፊኛዎች"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "የ ፊደል ገበታ"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "ሰአት"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "ማቅረቢያ"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "ቀን መቁጠሪያ"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "መቃኛ"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "ግንኙነት"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "ገንዘብ"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "ኮምፒዩተሮች"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "የአየር ፀባይ"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "ትምህርት ቤት & ዩኒቨርስቲ"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "ችግር አፈታት"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Screen Beans"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "የህትመት ምርጫዎች"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "ጠቅላላ ሰነዱን ማተም ይፈልጋሉ ወይም የተመረጠውን?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~ሁሉንም"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~ምርጫ"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "ወደ ሰሜን-ምእራብ ማሾለኪያ"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "ወደ ሰሜን ማሾለኪያ"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "ወደ ሰሜን-ምስራቅ ማሾለኪያ"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "ወደ ምእራብ ማሾለኪያ"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "ወደ ኋላ ማሾለኪያ"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "ወደ ምስራቅ ማሾለኪያ"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "ወደ ደቡብ-ምእራብ ማሾለኪያ"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "ወደ ደቡብ ማሾለኪያ"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "ወደ ደቡብ-ምስራቅ ማሾለኪያ"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 ሴሚ"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 ሴሚ"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 ሴሚ"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 ሴሚ"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~ሴሚ"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 ኢንች"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.~5 ኢንች"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 ኢንች"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 ኢንች"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 ኢንች"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "መሙያ የለም"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "ግልጽነት"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "ነባር"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "ድንበሮች"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "የድንበሮች ዘዴ"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "ተጨማሪ ቁጥር መስጫ..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "ተጨማሪ ነጥቦች..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "በ ደራሲው"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "ገጾች"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "አቀራረብ ማጽጃ"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "ተጨማሪ ዘዴዎች..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "ተጫማሪ ምርጫዎች..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "የፊደሉ ስም"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "የ ፊደሉ ስም: የ አሁኑ ፊደል ዝግጁ አይደለም እና በሌላ ይቀየራል"
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "ማስተካከያ"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "የ ሰነድ ቀለሞች"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "የ ሰነድ ቀለሞች"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "ማሾለኪያ"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "ማሾለኪያ ማብሪያ/ማጥፊያ መፈጸሚያ"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "ወደ ታች ማዘንበያ"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "ወደ ላይ ማዘንበያ"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "ወደ ግራ ማዘንበያ"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "ወደ ቀኝ ማዘንበያ"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "የ ማሾለኪያ ጥልቀት መቀየሪያ"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "አቅጣጫ መቀየሪያ"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Change Projection Type"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "ብርሃን መቀየሪያ"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "ብሩህነቱን መቀየሪያ"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "የ ማሾለኪያ ገጽታ መቀየሪያ"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "የ ማሾለኪያ ቀለም መቀየሪያ"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "የምወዳቸው"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "የ ፊደል ስራ"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "የ ፊደል ስራ ቅርጽ መፈጸሚያ"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "የ ፊደል ስራ ተመሳሳይ የ ፊደል እርዝመት መፈጸሚያ"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "የ ፊደል ስራ ማሰለፊያ መፈጸሚያ"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "የ ፊደል ስራ ባህሪ ክፍተት መፈጸሚያ"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "ጋር"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "ዘዴ"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "እና"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "የጠርዝ መቆጣጠሪያ"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "የጠርዝ ነጥቦች መምረጫ"
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "ከ ላይ በ ግራ በኩል"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "ከ ላይ መሀከል"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "ከ ላይ በ ቀኝ በኩል"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "በ ግራ በኩል መሀከል"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "መሀከል"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "በ ቀኝ በኩል መሀከል"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "ከ ታች በ ግራ በኩል"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "ከ ታች መካከል"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "ከ ታች በ ቀኝ በኩል"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "ቅርጽ መቆጣጠሪያ"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "እዚህ ነው ቅርጹን የሚያርሙት"
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "የ ተለዩ ባህሪዎች ማረሚያ"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "የ ተለዩ ባህሪዎች ከዚህ አካባቢ ይምረጡ"
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "የ ባህሪዎች ኮድ "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "በ ሜዳው ውስጥ ማስገባት ያስፈልጋል '#'. እባክዎን ዋጋ ያስገቡ"
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "ፎርሞች"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "መቆጣጠሪያ አልተመረጠም"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "ባህሪዎች : "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "ባህሪዎች መፍጠሪያ"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "መቃኛ መፍጠሪያ"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "ፎርም"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "ፎርም"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "የተደበቀ መቆጣጠሪያ"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "መቆጣጠሪያ"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "መቅረጫ"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "ከ"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "ሜዳ መጨመሪያ :"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "ዳታ ወደ ዳታቤዝ ሲጻፍ ስህተት ተፈጥሯል"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Syntax error in query expression"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "1 መዝገብ ሊያጠፉ ነው"
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# መዝገብ ይጠፋል"
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6509,331 +6541,331 @@ msgstr ""
"ለማንኛውም መቀጠል ይፈልጋሉ?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "መቃኛ መደርደሪያ"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "አምድ"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "ባህሪ ማሰናጃ '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "በማጠራቀሚያው ውስጥ ያስገቡ"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "ማጥፊያ #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "እቃዎችን # ማጥፊያ"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "የማጠራቀሚያ አካል መቀየሪያ"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "መቆጣጠሪያ መቀየሪያ"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "ቁልፉን ይጫኑ"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "አማራጭ ቁልፍ"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "ሳጥኑ ውስጥ ምልክት ያድርጉ"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "የ ምልክት ሜዳ"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "የ ቡድን ሳጥን"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "የ ጽሁፍ ሳጥን"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "የ ሜዳ አቀራረብ"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "የ ዝርዝር ሳጥን"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "መቀላቀያ ሳጥን"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "የ ምስል ቁልፍ"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "ምስል መቆጣጠሪያ"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "የ ፋይል ምርጫዎች"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "የ ቀን ሜዳ"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "የ ሰአት ሜዳ"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "የ ቁጥር ሜዳ"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "የ ገንዘብ ሜዳ"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "የ ንድፍ ሜዳ"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "ሰንጠረዥ መቆጣጠሪያ "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "መሸብለያ መደርደሪያ"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "ማሽከርከሪያ ቁልፍ"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "መቃኛ መደርደሪያ"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "በርካታ ምርጫ"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "በ አሁኑ ፎርም ውስጥ ምንም ዳታ-የተዛመደ መቆጣጠሪያ የለም"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (ቀን)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (ሰአት)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "መቃኛ ማጣሪያ"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "ማጣሪያ ከ"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "ወይም"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "ዋጋ ያለው መዝለያ መቆጣጠሪያ በ ሰንጠረዥ መመልከቻ ውስጥ የሚጠቀሙበት በ አሁኑ ፎርም ውስጥ አልተገኘም"
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<በራሱ ሜዳ>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Syntax error in SQL statement"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "The value #1 cannot be used with LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE cannot be used with this field."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "ያስገቡት ዋጋ ያለው ቀን አይደለም: እባክዎን ዋጋ ያለው ቀን በ አቀራረብ ያስገቡ ለምሳሌ ወወ/ቀቀ/አአ"
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ሜዳው መወዳደር አይችልም ከቁጥር ጋር"
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ሰንጠረዥ የለም \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ሰንጠረዥ ወይንም የ ጥያቄ ስም አለ \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ሰንጠረዥ ወይንም መመልከቻ አለ \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ጥያቄ አለ \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "ይህ አምድ \"#1\" ያልታወቀ ሰንጠረዥ ነው \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ሜዳውን ማወዳደር አይቻልም ከተንሳፋፊ ነጥብ ቁጥር ጋር"
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "ያስገቡት ደንብ ከዚህ ሜዳ ጋር መወዳደር አይችልም"
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ዳታ መቃኛ"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (ለማንበብ-ብቻ)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ፋይሉ ቀድም ሲል ነበር ፡ በላዩ ላይ ደርቤ ልጻፍበት?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# label"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6843,7 +6875,7 @@ msgstr ""
"በእርግጥ ምሳሌውን ማጥፋት ይፈልጋሉ?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6853,7 +6885,7 @@ msgstr ""
"በእርግጥ ምሳሌውን ማጥፋት ይፈልጋሉ?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6863,13 +6895,13 @@ msgstr ""
"በእርግጥ አካሉን ማጥፋት ይፈልጋሉ?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "ባህሪውን ማጥፋት ይፈልጋሉ '$ATTRIBUTENAME'?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6881,7 +6913,7 @@ msgstr ""
"በእርግጥ ማስገቢያውን ማጥፋት ይፈልጋሉ?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6893,994 +6925,994 @@ msgstr ""
"በእርግጥ ማጣመሪያውን ማጥፋት ይፈልጋሉ?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "ስሙ '%1' ዋጋ የለውም በ XML አይደለም ፡ እባክዎን ሌላ የተለየ ስም ያስገቡ"
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "መነሻው '%1' ዋጋ የለውም በ XML. እባክዎን የተለየ መነሻ ያስገቡ"
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "ስሙ '%1' ቀደም ሲል ነበር ፡ እባክዎን ሌላ አዲስ ስም ያስገቡ"
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "ማስገቢያ ስም ያስፈልገዋል"
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "ማስቀመጫ"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "ማግኛ"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "ምንም"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "ምሳሌ"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "ሰነድ"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "መሸፈኛ : "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "ማመሳከሪያ: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "ተግባር : "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "ዘዴ : "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "መቀየሪያ: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "አካል መጨመሪያ"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "አካል ማረሚያ"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "አካል ማጥፊያ"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "ባህሪ መጨመሪያ"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "ባህሪ ማረሚያ"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "ባህሪ ማጥፊያ"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "ማጣመሪያ መጨመሪያ"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "ማጣመሪያ ማረሚያ"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "ማጣመሪያ ማጥፊያ"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "ማስገቢያ መጨመሪያ"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "ማቅረቢያ ማረሚያ"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "ማቅረቢያ ማጥፊያ"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "አካል"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "መለያ"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "ማጣመሪያ"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "መግለጫ ማጣመሪያ"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "በእርግጥ ሰነድ ማዳኑን %PRODUCTNAME መሰረዝ ይፈልጋሉ?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "በ ግራ"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "በ ቀኝ"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "መሀከል"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "ዴሲማል"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "ማስገቢያ ዘዴ: ይጫኑ ለመቀየር ወደ በላዩ ላይ ደርቦ መጻፊያ ዘዴ"
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "በላዩ ላይ ደርቦ መጻፊያ ዘዴ: ይጫኑ ለመቀየር ወደ ማስገቢያ ዘዴ"
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "በላዩ ላይ ደርቦ መጻፊያ"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "ማስገቢያ"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ትክክል ነው"
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ትክክል ነው: ነገር ግን የ ምስክር ወረቀቱን ማረጋገጥ አልተቻለም"
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "የ ዲጂታል ፊርማ: ሰነዱ አልተፈረመም"
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ትክክል ነው: ነገር ግን አንዳንድ የ ሰነዱ ክፍል አልተፈረመም"
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "ሰነዱ ተሻሽሏል: ይጫኑ ሰነዱን ለ ማስቀመጥ"
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "ሰነዱ አልተሻሻለም መጨረሻ ከ ተቀመጠ በኋላ"
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "ሰነዶችን በመጫን ላይ..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "ተንሸራታቹን በ አሁኑ መስኮት ልክ ማድረጊያ"
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "SmartArts. መጫን አልተቻለም: ማስቀመጥ በ Microsoft Office 2010 ወይንም ከዚያ በኋላ ያሉ ይህን ችግር ያስወግዳሉ"
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "የ ማሳያ መጠን: በቀኝ-ይጫኑ ለ መቀየር የ ማሳያ መጠን ወይንም ይጫኑ ለ መክፈት የ ማሳያ ንግግር"
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "በቅርብ ማሳያ"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "በርቀት ማሳያ"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "ጠቅላላ ገጹን"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "የ ገጽ ስፋት"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "አጥጋቢ መመልከቻ"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "ዘዴዎችን ማካተቻ"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "የ አንቀጽ ዘዴ~ዎች"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "የ ክፍል ዘዴ~ዎች"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "አቀራረብ መፈለጊያ"
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "በ አቀራረብ መቀየሪያ"
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "የ ሰነዱ መጨረሻ ላይ ደርሷል"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "የ ሰነዱ መጨረሻ ላይ ደርሷል: ከ መጀመሪያው ጀምሮ"
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "የ ወረቀቱ መጨረሻ ላይ ደርሷል"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "መፈለጊያ ቁልፍ አልተገኘም"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "ምንም የ መቃኛ አካል አልተገኘም"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "የ ሰነዱ መጀመሪያ ላይ ደርሷል"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "የ ሰነዱ መጀመሪያ ላይ ደርሷል: ከ መጨረሻው ጀምሮ"
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "ቀለም ማሰናጃ"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "ዋጋ የሌለው የ መግቢያ ቃል"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "የመግቢያ ቃሎቹ አይመሳሰሉም"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "ሙሉ ትንሽ ክብ ነጥቦች"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "ሙሉ ትልቅ ክብ ነጥቦች"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "ሙሉ የ አልማዝ ቅርጽ ነጥቦች"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "ሙሉ ትልቅ ስኴር ነጥቦች"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "የተሞላ ወደ ቀኝ የሚጠቁም ቀስት ነጥቦች"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "ወደ ቀኝ የሚጠቁም ቀስት ነጥቦች"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "ምልክት ማድረጊያ ነጥቦች"
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "ምልክት ማድረጊያ ነጥቦች"
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "ቁጥር 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "ቁጥር 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "ቁጥር (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "በትንንሹ በትልቅ በሮማን ቁጥር መጻፊያ I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "በትንንሹ በትልቅ ፊደል መጻፊያ A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "በትንንሽ ፊደል መጻፊያ a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "በትንንሽ ፊደል መጻፊያ (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "በትንንሽ ፊደል በሮማን ቁጥር መጻፊያ i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "ቁጥር: ቁጥር: በትንንሽ ፊደል መጻፊያ: ሙሉ በ ትንንሽ ነጥቦች"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "ቁጥር: ቁጥር: በትንንሽ ፊደል መጻፊያ: ሙሉ በ ትንንሽ ነጥቦች"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "ቁጥር: በትንንሽ ፊደል መጻፊያ: በትንንሽ ሮማን ፊደል: በትንንሹ በ አቢይ ፊደል መጻፊያ: ሙሉ በ ትንንሽ ነጥቦች"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "ቁጥር"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "በትንንሹ በ ሮማን አቢይ ፊደል መጻፊያ: በትንንሹ በ አቢይ ፊደል መጻፊያ: በትንንሹ በ ሮማን ፊደል መጻፊያ: በትንንሽ ፊደል መጻፊያ: በትንንሽ ሙሉ ክብ ነጥብ"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "በትንንሹ በ አቢይ ፊደል መጻፊያ: በትንንሹ በ ሮማን አቢይ ፊደል መጻፊያ: በትንንሽ ፊደል መጻፊያ: በትንንሹ በ ሮማን ፊደል መጻፊያ: በትንንሽ ሙሉ ክብ ነጥብ"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "የቁጥር ከሁሉም ንዑስ ደረጃዎች"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "ወደ ቀኝ የሚጠቁም ነጥብ: ወደ ቀኝ የሚጠቁም ቀስት ነጥብ: ሙሉ የ አልማዝ ቅርጽ ነጥብ: በትንንሽ ሙሉ ክብ ነጥብ"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "የ ማመቂያ ዚፕ ፋይል መፍጠር አልተቻለም"
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "የ ሰንጠረዥ ንድፍ ዘዴዎች"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "የሚተወው ተግባር: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "የሚተወው ተግባር: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "እንደገና የሚሰሩ ተግባሮች: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "እንደገና የሚሰሩ ተግባሮች: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "መፈለጊያ"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "ጉዳይ ማመሳሰያ"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "የ አቀራረብ ማሳያ"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(ስፋት) x $(እርዝመት) ($(ስፋት_በ_ፒክስል) x $(እርዝመት_በ_ፒክስል) ፒክስል)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(ስፋት) x $(እርዝመት) በ $(DPI) DPI"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) ኪባ"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "የ GIF ምስል"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "የ JPEG ምስል"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "የ PNG ምስል"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "የ TIFF ምስል"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "የ WMF ምስል"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "የ MET ምስል"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "የ PCT ምስል"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "የ SVG ምስል"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "የ BMP ምስል"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "ያልታወቀ"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "መቀየሪያ"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "የ ምስል ዘዴ"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "ቀይ"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "አረንጓዴ"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "ሰማያዊ"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "ብሩህነት"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "ማነጻጸሪያ"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "ግልጽነት"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Crop"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "ነባር አቅጣጫ"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "ከ ላይ ወደ ታች"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "ከ ታች ወደ ላይ"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "የተደረደሩ"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "የ ግራ መስመር: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "የ ላይ መስመር: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "የ ቀኝ መስመር: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "የታች መስመር : "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "የገጽ መግለጫ : "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Capitals"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "በትንንሽ ፊደል መጻፊያ"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "በትንንሹ በ አቢይ ፊደል መጻፊያ"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "በትንንሽ ፊደል መጻፊያ"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabic"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "ምንም"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "የመሬት አቀማመጥ"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "ምስል"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "በ ግራ"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "በ ቀኝ"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "ሁሉንም"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "የተንፀባረቀ"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "ደራሲው : "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "ቀን: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "ጽሁፍ : "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "የ ባህሪ መደብ"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "ቀለም ማሰናጃ"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7890,1916 +7922,1916 @@ msgstr ""
"እርስዎ የ ተሻሻለውን ምስል ማስቀመጥ ይፈልጋሉ?"
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Basic Latin"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latin-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latin Extended-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latin Extended-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA Extensions"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "የ ፊደሎች ክፍተት ማሻሻያ"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "የተለዩ ምልክቶችን መቀላቀያ"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Basic Greek"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Greek Symbols And Coptic"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cyrillic"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armenian"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Basic Hebrew"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebrew Extended"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Basic Arabic"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabic Extended"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengali"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Odia"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thai"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Basic Georgian"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgian Extended"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Latin Extended Additionals"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Greek Extended"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "ጠቅላላ ስርአተ ነጥብ"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "በትንንሹ ከፍ ብሎ እና በትንንሹ ዝቅ ብሎ መጻፊያ"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "የ ገንዘብ ምልክቶች"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "የተለዩ ምልክቶችን መቀላቀያ"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "የ ፊደል አይነት ምልክቶች"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "የ ቁጥር ፎርሞች"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "ቀስቶች"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "ሂሳብ አንቀሳቃሾች"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "የተለያዩ ቴክኒካል"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "ስእል መቆጣጠሪያ"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "የሚታይ ባህሪ መለያ"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "የተዘጉ ቁጥሮች እና ፊደሎች ቅልቅል"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "ሳጥን መሳያ"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "አካሎችን መከልከያ"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "ጂዮሜትሪክ ቅርጾች"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "የተለያዩ ምልክቶች"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "የ CJK ምልክቶች እና ስርአተ ነጥቦች"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangul Compatibility Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK Miscellaneous"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "የተዘጋ የ CJK ፊደሎች እና ወሮች"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "የ CJK ተስማሚነት"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK Unified Ideographs"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK Unified Ideographs Extension A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "የ ግል መጠቀሚያ ቦታ"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK Compatibility Ideographs"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "በ ፊደል ቅደም ተከተል ማቅረቢያ ፎርሞች"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Arabic Presentation Forms-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "ግማሽ ምልክቶች መቀላቀያ"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "የ CJK ተስማሚ ፎርሞች"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "ትንሽ የተለያየ ፎርም"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Arabic ማቅረቢያ ፎርሞች-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "ግማሽ-ስፋት እና ሙሉ-ስፋት ፎርሞች"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "የተለዩ"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Yi Syllables"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Yi Radicals"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Old Italic"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gothic"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Byzantine Musical Symbols"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "የ ሙዚቃ ምልክቶች"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "የ ሂሳብ እና የ ፊደል እና ቁጥር ምልክቶች"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK Unified Ideographs Extension B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK Unified Ideographs Extension C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK Unified Ideographs Extension D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK Compatibility Ideographs Supplement"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Tags"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Cyrillic Supplementary"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "መቀያየሪያ መምረጫ"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "በተጨማሪ የ ግል መጠቀሚያ ቦታ-A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "በተጨማሪ የ ግል መጠቀሚያ ቦታ-B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Khmer Symbols"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Phonetic Extensions"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "የተለያዩ ምልክቶች እና ቀስቶች"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Yijing Hexagram Symbols"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Linear B Syllabary"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Linear B Ideograms"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Aegean Numbers"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugaritic"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shavian"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanya"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhala"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetan"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Myanmar"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runic"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Syriac"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Ethiopic"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Canadian Aboriginal Syllables"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolian"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "የተለያዩ የ ሂሳብ ምልክቶች-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "ተጨማሪ ቀስቶች-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "የ ብሬል ንድፍ"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "ተጨማሪ ቀስቶች-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "የተለያዩ የ ሂሳብ ምልክቶች-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK Radical Supplement"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kangxi Radicals"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideographic Description Characters"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo Extended"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana Phonetics"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK Strokes"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Cypriot Syllabary"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Tai Xuan Jing Symbols"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Variation Selectors Supplement"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Ancient Greek Musical Notation"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Ancient Greek Numbers"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Arabic Supplement"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buginese"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "የተለዩ ምልክቶችን መቀላቀያ ተጨማሪ"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Coptic"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "የ ኢትዮጵያ የ ተስፋፋ"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "የ ኢትዮጵያ ተጨማሪ"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Georgian Supplement"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolitic"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharoshthi"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "የ ፊደሎች ጥራት ማሻሻያ"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "New Tai Lue"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Old Persian"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Phonetic Extensions Supplement"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Supplemental Punctuation"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "ፎርሞች በ ቁመት"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinese"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Latin Extended-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Latin Extended-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Phoenician"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Cuneiform"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Cuneiform Numbers And Punctuation"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Counting Rod Numerals"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sundanese"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Cyrillic Extended-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Cyrillic Extended-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Cham"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Ancient Symbols"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Phaistos Disc"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lycian"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Carian"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lydian"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Mahjong Tiles"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Domino Tiles"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritan"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Canadian Aboriginal Syllabics Extended"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Vedic Extensions"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Common Indic Number Forms"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari Extended"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo Extended-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javanese"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar Extended-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo Extended-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Imperial Aramaic"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Old South Arabian"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestan"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Inscriptional Parthian"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Inscriptional Pahlavi"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Old Turkic"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Rumi Numeral Symbols"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Egyptian Hieroglyphs"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Enclosed Alphanumeric Supplement"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Enclosed Ideographic Supplement"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandaic"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Ethiopic Extended-A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmi"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum Supplement"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana Supplement"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Playing Cards"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "የተለያዩ ምልክቶች እና ቀስቶች"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "የ ስሜት ምልክቶች"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "መጓጓዣ እና የ ካርታ ምልክቶች"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "አልኬሚካል ምልክቶች"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arabic Extended-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "የ አረብኛ የ ሂሳብ ፊደል ቅደም ተከተል ምልክቶች"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Meetei Mayek Extensions"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meroitic Cursive"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Meroitic Hieroglyphs"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sundanese Supplement"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Caucasian Albanian"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Coptic Epact Numbers"
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "የተለዩ ምልክቶችን መቀላቀያ የ ተስፋፉ"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Duployan"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Geometric Shapes Extended"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latin Extended-E"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Linear A"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Manichaean"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Myanmar Extended-B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabataean"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Old North Arabian"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Old Permic"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Ornamental Dingbats"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmyrene"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Psalter Pahlavi"
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Shorthand Format Controls"
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Sinhala Archaic Numbers"
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Supplemental Arrows-C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Anatolian Hieroglyphs"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Cherokee Supplement"
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK Unified Ideographs Extension E"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Early Dynastic Cuneiform"
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Hatran"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multani"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Old Hungarian"
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Supplemental Symbols And Pictographs"
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Sutton Signwriting"
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Adlam"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Cyrillic Extended-C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Glagolitic Supplement"
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Ideographic Symbols and Punctuation"
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Mongolian Supplement"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Newa"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Osage"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Tangut"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Tangut Components"
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK Unified Ideographs Extension F"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Kana Extended-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Masaram Gondi"
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Nushu"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Soyombo"
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Syriac Supplement"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "ዛናባዛር ስኴር"
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "የ ቼዝ ምልክት"
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "Dogra"
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "Gunjala Gondi"
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "Hanifi Rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Indic Siyaq Numbers"
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "Makasar"
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Mayan Numerals"
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "Medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "Old Sogdian"
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "Sogdian"
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "ከ ግራ-ወደ-ቀኝ (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "ከ ቀኝ-ወደ-ግራ (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "ከፍተኛ የ እቃ ማሰናጃዎችን መጠቀሚያ"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "ከ ግራ-ወደ-ቀኝ (በ አግድም)"
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "ከ ቀኝ-ወደ-ግራ (በ አግድም)"
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "ከ ቀኝ-ወደ-ግራ (በ ቁመት)"
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "ከ ግራ-ወደ-ቀኝ (በ ቁመት)"
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "ከ ታች-ወደ-ላይ: ከ ግራ-ወደ-ቀኝ (በ ቁመት)"
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10585,244 +10617,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "የ ሰያፍ ድንበር መስመር ከ ታች በ ግራ እስከ ላይ ቀኝ በኩል"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "ምንም"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "ነጥብ"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "ንድፍ"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "የ ተገናኙ ንድፎች"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "1ኛ, 2ኛ, 3ኛ, ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr "አንድ, ሁለት, ሶስት, ..."
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr "አንደኛ, ሁለተኛ, ሶስተኛ, ..."
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Native Numbering"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Bulgarian)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Bulgarian)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Bulgarian)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Bulgarian)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Russian)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Russian)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Russian)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Russian)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Serbian)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Serbian)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Serbian)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Serbian)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (Greek Upper Letter)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (Greek Lower Letter)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ, ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת, ..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١, ٢, ٣, ٤, ... (Arabic)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱, ۲, ۳, ۴, ... (Farsi)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16060,7 +16093,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/am/sw/messages.po b/source/am/sw/messages.po
index 95f1b323590..07980c6b545 100644
--- a/source/am/sw/messages.po
+++ b/source/am/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -573,7 +573,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "የ አንቀጾች ቁጥር"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -581,1301 +581,1337 @@ msgstr "የ አንቀጾች ቁጥር"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10946,127 +10982,127 @@ msgid "Width:"
msgstr "ስፋት:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "ክፍተት:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "ስፋት እና ክፍተት"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "ዘ_ዴ:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_ስፋት:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "እ_ርዝመት:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_ቦታ:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "ከ ላይ"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "መሀከል"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "ከ ታች"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_ቀለም:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "መለያያ መስመር"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "አምዶች:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "_ለ ሁሉም አምዶች ይዞታዎችን እኩል ማሰራጫ"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "ምርጫዎች"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "የአሁኑ ክፍል"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "የተመረጠው ክፍል"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "ክፈፍ"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "የ ገጽ ዘዴ: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_መፈጸሚያ ወደ:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "የ ጽሁፍ _አቅጣጫ:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "ማሰናጃዎች"
@@ -12798,67 +12834,67 @@ msgid "Space to text"
msgstr "ለ ጽሁፉ ክፍተት"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "የ ግርጌ ማስታወሻ ቦታ"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_አካባቢ"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_ዘዴ"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_ውፍረቱ"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_ቀለም"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_እርዝመት"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "ለ ግርጌ ማስታወሻ ይዞታዎች _ክፍተት"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "በ ግራ"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "መሀከል"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "በ ቀኝ"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "መለያያ መስመር"
@@ -19091,7 +19127,7 @@ msgid "_More Options"
msgstr "_ተጫማሪ ምርጫዎች"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "ተጨማሪ ምርጫዎች"
@@ -21273,43 +21309,43 @@ msgid "Remaining space:"
msgstr "ቀሪው ቦታ:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "አምድ 2 ስፋት"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "አምድ 3 ስፋት"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "አምድ 4 ስፋት"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "አምድ 5 ስፋት"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "አምድ 6 ስፋት"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "አምድ 1 ስፋት"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "የ አምድ ስፋት"
diff --git a/source/an/chart2/messages.po b/source/an/chart2/messages.po
index fecd9d8bfd2..23ef075ab3f 100644
--- a/source/an/chart2/messages.po
+++ b/source/an/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-21 08:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/an/>\n"
@@ -2398,46 +2398,46 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr ""
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr ""
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Sencilla"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Personalizau 1"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr ""
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr ""
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr ""
diff --git a/source/an/cui/messages.po b/source/an/cui/messages.po
index ece63ece63a..c40b117a1b4 100644
--- a/source/an/cui/messages.po
+++ b/source/an/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-07-29 22:03+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/an/>\n"
"Language: an\n"
@@ -4349,45 +4349,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr ""
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
@@ -15347,7 +15389,7 @@ msgstr ""
#: cui/uiconfig/ui/signatureline.ui:300
msgctxt "signatureline|label_more"
msgid "More"
-msgstr ""
+msgstr "Más"
#. C5dzF
#: cui/uiconfig/ui/signsignatureline.ui:8
@@ -15434,7 +15476,7 @@ msgstr ""
#: cui/uiconfig/ui/signsignatureline.ui:343
msgctxt "signsignatureline|label_more"
msgid "More"
-msgstr ""
+msgstr "Más"
#. 2LCZd
#: cui/uiconfig/ui/similaritysearchdialog.ui:26
diff --git a/source/an/dbaccess/messages.po b/source/an/dbaccess/messages.po
index fcbafab489e..6ccd8fc1e4f 100644
--- a/source/an/dbaccess/messages.po
+++ b/source/an/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-21 08:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/an/>\n"
@@ -957,20 +957,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr ""
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Descripción"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr ""
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -980,31 +974,31 @@ msgid ""
msgstr ""
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr ""
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr ""
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr ""
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr ""
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1015,265 +1009,265 @@ msgid ""
msgstr ""
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr ""
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr ""
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr ""
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr ""
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr ""
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr ""
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Ficar R²"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr ""
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr ""
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr ""
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr ""
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr ""
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
#, fuzzy
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tabla"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr ""
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr ""
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr ""
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr ""
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr ""
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr ""
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr ""
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr ""
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr ""
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr ""
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr ""
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr ""
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr ""
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr ""
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr ""
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
#, fuzzy
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Nombre d'o fichero"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr ""
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Descripción"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr ""
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr ""
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr ""
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
#, fuzzy
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Eliminar ringlera~s"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr ""
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
#, fuzzy
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "F~icar ringleras"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr ""
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr ""
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1281,7 +1275,7 @@ msgid ""
msgstr ""
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1290,19 +1284,19 @@ msgid ""
msgstr ""
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr ""
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr ""
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1312,25 +1306,25 @@ msgid ""
msgstr ""
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr ""
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr ""
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr ""
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1339,49 +1333,49 @@ msgid ""
msgstr ""
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr ""
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr ""
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr ""
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Columna"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr ""
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr ""
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr ""
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1389,13 +1383,13 @@ msgid ""
msgstr ""
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr ""
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1405,25 +1399,25 @@ msgid ""
msgstr ""
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr ""
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr ""
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr ""
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1432,7 +1426,7 @@ msgid ""
msgstr ""
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1440,37 +1434,37 @@ msgid ""
msgstr ""
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr ""
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr ""
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr ""
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr ""
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "S'amenista una clau de paso ta connectar a la base de datos «$name$»."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1481,49 +1475,49 @@ msgid ""
msgstr ""
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr ""
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr ""
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr ""
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr ""
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr ""
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr ""
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1531,153 +1525,153 @@ msgid ""
msgstr ""
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr ""
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ""
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr ""
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr ""
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr ""
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr ""
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr ""
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr ""
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr ""
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr ""
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr ""
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr ""
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr ""
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr ""
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr ""
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr ""
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr ""
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
#, fuzzy
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "Totz"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr ""
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr ""
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr ""
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr ""
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr ""
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1686,199 +1680,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr ""
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr ""
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr ""
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr ""
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr ""
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr ""
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr ""
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr ""
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr ""
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr ""
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr ""
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr ""
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr ""
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr ""
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr ""
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr ""
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr ""
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr ""
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr ""
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr ""
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr ""
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr ""
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr ""
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr ""
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr ""
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr ""
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr ""
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr ""
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1886,163 +1880,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr ""
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr ""
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr ""
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr ""
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr ""
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr ""
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr ""
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr ""
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr ""
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr ""
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr ""
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr ""
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr ""
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr ""
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr ""
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr ""
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr ""
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr ""
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr ""
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr ""
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr ""
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr ""
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr ""
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr ""
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr ""
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2050,67 +2044,67 @@ msgid ""
msgstr ""
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr ""
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr ""
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr ""
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr ""
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr ""
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr ""
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr ""
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr ""
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr ""
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr ""
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2119,13 +2113,13 @@ msgid ""
msgstr ""
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr ""
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2134,13 +2128,13 @@ msgid ""
msgstr ""
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr ""
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2148,25 +2142,25 @@ msgid ""
msgstr ""
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr ""
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr ""
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr ""
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2174,13 +2168,13 @@ msgid ""
msgstr ""
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr ""
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2188,282 +2182,282 @@ msgid ""
msgstr ""
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr ""
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr ""
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr ""
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr ""
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr ""
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
#, fuzzy
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "~Ascendent"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
#, fuzzy
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "~Descendent"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
#, fuzzy
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Ye seguro que deseya eliminar a formatación automatica #?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
#, fuzzy
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "Indiz"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr ""
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr ""
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr ""
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr ""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr ""
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr ""
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr ""
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "~Alvertencia"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Información"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr ""
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Ye seguro que deseya eliminar a formatación automatica #?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr ""
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr ""
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr ""
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr ""
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr ""
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr ""
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr ""
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr ""
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr ""
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr ""
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr ""
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr ""
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr ""
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr ""
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr ""
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr ""
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr ""
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
#, fuzzy
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "~Editar..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr ""
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr ""
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr ""
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr ""
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4511,7 +4505,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
@@ -4541,6 +4535,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/an/desktop/messages.po b/source/an/desktop/messages.po
index 6aca7a7bb09..83fb4cb5ce5 100644
--- a/source/an/desktop/messages.po
+++ b/source/an/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-21 08:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/an/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1535974853.000000\n"
#. v2iwK
@@ -124,147 +124,153 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr ""
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr ""
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr ""
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr ""
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr ""
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr ""
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr ""
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr ""
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Aduya"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr ""
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr ""
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr ""
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
#, fuzzy
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "Borrar"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr ""
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr ""
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr ""
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr ""
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr ""
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr ""
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr ""
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr ""
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr ""
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Zarrar"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr ""
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -273,25 +279,25 @@ msgid ""
msgstr ""
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr ""
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr ""
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr ""
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -300,19 +306,19 @@ msgid ""
msgstr ""
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -321,7 +327,7 @@ msgid ""
msgstr ""
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -330,7 +336,7 @@ msgid ""
msgstr ""
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -339,7 +345,7 @@ msgid ""
msgstr ""
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -348,91 +354,91 @@ msgid ""
msgstr ""
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr ""
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr ""
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr ""
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr ""
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr ""
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr ""
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr ""
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr ""
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr ""
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr ""
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -442,7 +448,7 @@ msgid ""
msgstr ""
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -452,7 +458,7 @@ msgid ""
msgstr ""
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -462,7 +468,7 @@ msgid ""
msgstr ""
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -472,7 +478,7 @@ msgid ""
msgstr ""
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -482,7 +488,7 @@ msgid ""
msgstr ""
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -492,145 +498,145 @@ msgid ""
msgstr ""
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr ""
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr ""
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr ""
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr ""
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr ""
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr ""
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr ""
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr ""
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr ""
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr ""
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr ""
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr ""
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr ""
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr ""
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr ""
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr ""
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr ""
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr ""
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr ""
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr ""
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr ""
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr ""
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr ""
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -639,19 +645,19 @@ msgid ""
msgstr ""
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr ""
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -661,25 +667,25 @@ msgid ""
msgstr ""
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr ""
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr ""
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -687,7 +693,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -695,61 +701,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr ""
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr ""
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr ""
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr ""
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr ""
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr ""
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr ""
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr ""
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr ""
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr ""
diff --git a/source/an/sfx2/messages.po b/source/an/sfx2/messages.po
index c4a186125cc..6727985027e 100644
--- a/source/an/sfx2/messages.po
+++ b/source/an/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-26 08:22+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/an/>\n"
@@ -902,8 +902,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -914,43 +920,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr ""
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr ""
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr ""
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr ""
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -958,7 +964,7 @@ msgid ""
msgstr ""
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -966,216 +972,216 @@ msgid ""
msgstr ""
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr ""
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr ""
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr ""
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr ""
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr ""
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr ""
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
#, fuzzy
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "Documentos de %PRODNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1183,32 +1189,32 @@ msgid ""
msgstr ""
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr ""
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
#, fuzzy
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "Res~tablir"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr ""
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr ""
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1216,7 +1222,7 @@ msgid ""
msgstr ""
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1224,7 +1230,7 @@ msgid ""
msgstr ""
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1233,73 +1239,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr ""
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Navegador"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr ""
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr ""
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Tipo de letra"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr ""
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr ""
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr ""
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr ""
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr ""
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1307,7 +1313,7 @@ msgid ""
msgstr ""
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1315,19 +1321,19 @@ msgid ""
msgstr ""
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr ""
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr ""
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1336,7 +1342,7 @@ msgid ""
msgstr ""
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1345,7 +1351,7 @@ msgid ""
msgstr ""
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1354,7 +1360,7 @@ msgid ""
msgstr ""
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1362,7 +1368,7 @@ msgid ""
msgstr ""
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1371,7 +1377,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1380,19 +1386,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr ""
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1400,472 +1406,472 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr ""
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Edita o comentario..."
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr ""
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr ""
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr ""
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr ""
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr ""
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Borrar"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/an/svx/messages.po b/source/an/svx/messages.po
index abe4268eb81..fc21c6a7e27 100644
--- a/source/an/svx/messages.po
+++ b/source/an/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-06-21 08:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/an/>\n"
@@ -5347,1204 +5347,1236 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr ""
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr ""
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr ""
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr ""
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr ""
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr ""
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr ""
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr ""
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr ""
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Transparencia"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr ""
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr ""
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr ""
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr ""
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr ""
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr ""
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr ""
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr ""
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr ""
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr ""
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr ""
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr ""
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr ""
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr ""
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr ""
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr ""
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr ""
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr ""
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr ""
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr ""
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
#, fuzzy
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Fichers graficos"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr ""
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr ""
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr ""
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr ""
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr ""
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr ""
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr ""
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr ""
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Imachens"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Fundo"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr ""
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr ""
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr ""
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Chent"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr ""
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Ordinadors"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr ""
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr ""
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr ""
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr ""
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Simbolos"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr ""
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr ""
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr ""
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr ""
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Hora"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Presentación"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Calandario"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navegador"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr ""
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finanzas"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Ordinadors"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr ""
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr ""
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr ""
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr ""
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr ""
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr ""
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
#, fuzzy
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "Totz"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
#, fuzzy
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "Selección"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr ""
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr ""
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr ""
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr ""
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr ""
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr ""
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr ""
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr ""
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr ""
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr ""
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr ""
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr ""
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr ""
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr ""
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr ""
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr ""
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr ""
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr ""
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr ""
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr ""
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr ""
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Por defecto"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Cantos"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr ""
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr ""
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Pachinas"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr ""
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr ""
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr ""
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr ""
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr ""
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr ""
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr ""
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr ""
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr ""
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr ""
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr ""
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr ""
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr ""
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr ""
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr ""
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr ""
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr ""
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr ""
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr ""
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr ""
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr ""
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr ""
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr ""
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr ""
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr ""
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr ""
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr ""
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
#, fuzzy
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "E~stilo"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr ""
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr ""
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr ""
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr ""
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr ""
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr ""
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr ""
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
#, fuzzy
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "~Centrau"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr ""
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr ""
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr ""
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr ""
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr ""
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr ""
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr ""
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr ""
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr ""
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr ""
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr ""
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr ""
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
#, fuzzy
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Propiedatz..."
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr ""
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr ""
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr ""
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr ""
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr ""
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr ""
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr ""
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr ""
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr ""
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr ""
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr ""
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr ""
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6552,333 +6584,333 @@ msgid ""
msgstr ""
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr ""
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr ""
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr ""
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr ""
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
#, fuzzy
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Eliminar R²"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr ""
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr ""
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr ""
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr ""
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr ""
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr ""
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr ""
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr ""
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr ""
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr ""
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr ""
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Campo de calendata"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Campo horario"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
#, fuzzy
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Campo numerico"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr ""
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr ""
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr ""
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr ""
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr ""
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr ""
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr ""
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr ""
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr ""
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr ""
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr ""
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr ""
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr ""
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr ""
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr ""
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr ""
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr ""
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr ""
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr ""
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr ""
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr ""
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6886,7 +6918,7 @@ msgid ""
msgstr ""
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6894,7 +6926,7 @@ msgid ""
msgstr ""
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6902,13 +6934,13 @@ msgid ""
msgstr ""
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr ""
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6917,7 +6949,7 @@ msgid ""
msgstr ""
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6926,1002 +6958,1002 @@ msgid ""
msgstr ""
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr ""
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr ""
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr ""
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr ""
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr ""
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr ""
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "~Garra"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr ""
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Documento"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr ""
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr ""
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
#, fuzzy
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Acción"
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr ""
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr ""
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr ""
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr ""
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr ""
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr ""
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr ""
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr ""
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr ""
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr ""
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr ""
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr ""
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr ""
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr ""
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr ""
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr ""
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr ""
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr ""
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr ""
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Enta la cucha"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Enta la dreita"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
#, fuzzy
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "~Centrau"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr ""
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr ""
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr ""
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr ""
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr ""
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr ""
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr ""
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "50%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr ""
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr ""
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr ""
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr ""
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Estilos de celda"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr ""
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr ""
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr ""
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr ""
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr ""
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr ""
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr ""
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr ""
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr ""
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr ""
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr ""
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr ""
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr ""
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr ""
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr ""
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Royo"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Verde"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Azul"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr ""
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Contraste"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr ""
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Transparencia"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr ""
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr ""
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr ""
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr ""
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr ""
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr ""
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr ""
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr ""
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr ""
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr ""
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr ""
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr ""
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr ""
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr ""
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr ""
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
#, fuzzy
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "~Garra"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr ""
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr ""
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Enta la cucha"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Enta la dreita"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
#, fuzzy
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Totz"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr ""
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
#, fuzzy
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor"
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr ""
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr ""
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr ""
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr ""
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7929,1919 +7961,1919 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr ""
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr ""
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr ""
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr ""
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr ""
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr ""
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr ""
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr ""
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr ""
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr ""
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr ""
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr ""
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr ""
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr ""
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr ""
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr ""
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr ""
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr ""
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr ""
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr ""
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr ""
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr ""
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr ""
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr ""
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Negocios"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr ""
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lista"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr ""
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr ""
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr ""
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Nuevo"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10629,6 +10661,7 @@ msgid "Diagonal border line from bottom left to top right"
msgstr ""
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10636,238 +10669,238 @@ msgid "None"
msgstr "~Garra"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr ""
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Graficos"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr ""
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr ""
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr ""
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr ""
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr ""
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr ""
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr ""
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr ""
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr ""
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr ""
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr ""
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr ""
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr ""
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr ""
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr ""
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr ""
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr ""
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr ""
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr ""
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr ""
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr ""
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr ""
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr ""
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16175,7 +16208,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/an/sw/messages.po b/source/an/sw/messages.po
index 09b334591a4..c3be146fac4 100644
--- a/source/an/sw/messages.po
+++ b/source/an/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
-"PO-Revision-Date: 2020-06-21 08:37+0000\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/an/>\n"
"Language: an\n"
@@ -589,7 +589,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr ""
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -597,1301 +597,1337 @@ msgstr ""
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -4826,13 +4862,13 @@ msgstr ""
#: sw/inc/strings.hrc:489
msgctxt "STR_START_QUOTE"
msgid "“"
-msgstr ""
+msgstr "«"
#. kZoAG
#: sw/inc/strings.hrc:490
msgctxt "STR_END_QUOTE"
msgid "”"
-msgstr ""
+msgstr "»"
#. wNZDq
#: sw/inc/strings.hrc:491
@@ -4862,7 +4898,7 @@ msgstr ""
#: sw/inc/strings.hrc:495
msgctxt "STR_YIELDS"
msgid "→"
-msgstr ""
+msgstr "→"
#. wNRhZ
#: sw/inc/strings.hrc:496
@@ -11109,133 +11145,133 @@ msgid "Width:"
msgstr ""
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr ""
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr ""
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "E~stilo"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr ""
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr ""
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "Posición"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Cobalto"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "~Centrau"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Cobaixo"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
#, fuzzy
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "~Color"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr ""
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Columna"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr ""
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Selección"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr ""
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr ""
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr ""
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Estilo d'a fuella"
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr ""
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr ""
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
#, fuzzy
msgctxt "columnpage|label2"
msgid "Settings"
@@ -13020,71 +13056,71 @@ msgid "Space to text"
msgstr ""
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr ""
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
#, fuzzy
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "Posición"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
#, fuzzy
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "E~stilo"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr ""
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
#, fuzzy
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "~Color"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr ""
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr ""
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Enta la cucha"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
#, fuzzy
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "~Centrau"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Enta la dreita"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr ""
@@ -19440,7 +19476,7 @@ msgid "_More Options"
msgstr ""
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr ""
@@ -21689,49 +21725,49 @@ msgid "Remaining space:"
msgstr ""
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Amplaria d'a col~umna..."
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Amplaria d'a col~umna..."
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Amplaria d'a col~umna..."
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Amplaria d'a col~umna..."
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Amplaria d'a col~umna..."
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Amplaria d'a col~umna..."
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
#, fuzzy
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
diff --git a/source/an/vcl/messages.po b/source/an/vcl/messages.po
index 92426b92c1d..0157de10712 100644
--- a/source/an/vcl/messages.po
+++ b/source/an/vcl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-27 13:25+0200\n"
-"PO-Revision-Date: 2020-01-24 17:01+0000\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/vclmessages/an/>\n"
"Language: an\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1542022411.000000\n"
#. k5jTM
@@ -532,7 +532,7 @@ msgstr "Numero de pachinas:"
#: vcl/inc/printaccessoryview.hrc:30
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "More"
-msgstr ""
+msgstr "Más"
#. QWCDs
#: vcl/inc/printaccessoryview.hrc:31
diff --git a/source/ar/chart2/messages.po b/source/ar/chart2/messages.po
index afa5e97bb5b..209f371b77c 100644
--- a/source/ar/chart2/messages.po
+++ b/source/ar/chart2/messages.po
@@ -3,10 +3,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2018-10-21 19:15+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-05 13:35+0000\n"
+"Last-Translator: صفا الفليج <safa1996alfulaij@gmail.com>\n"
+"Language-Team: Arabic <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -386,7 +386,7 @@ msgstr "نقاط بيانات"
#: chart2/inc/strings.hrc:81
msgctxt "STR_OBJECT_LEGEND_SYMBOL"
msgid "Legend Key"
-msgstr ""
+msgstr "مفتاح الرسم"
#. jNwC8
#: chart2/inc/strings.hrc:82
@@ -2361,45 +2361,45 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "اتّجاه النّصّ"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "الم_خطّط"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "بسيط"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "واقعي"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "مخصّص"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "الم_خطّط"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_تظليل"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "حدود ال_كائن"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "حوافّ م_دوّرة"
diff --git a/source/ar/cui/messages.po b/source/ar/cui/messages.po
index ff07d5f195c..73f8063dbf8 100644
--- a/source/ar/cui/messages.po
+++ b/source/ar/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-05-17 01:20+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-05 13:34+0000\n"
"Last-Translator: صفا الفليج <safa1996alfulaij@gmail.com>\n"
"Language-Team: Arabic <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/ar/>\n"
"Language: ar\n"
@@ -1136,7 +1136,7 @@ msgstr "اضبط كلمة السر بإدخال نفس كلمة السر في ا
#: cui/inc/strings.hrc:213
msgctxt "RID_SVXSTR_PASSWORD_LEN_INDICATOR"
msgid "Password length limit of %1 reached"
-msgstr ""
+msgstr "وصلت الحد الأقصى لطول كلمة السر (%1)"
#. Fko49
#: cui/inc/strings.hrc:215
@@ -1381,13 +1381,13 @@ msgstr "سمارت‌آرت إلى أشكال %PRODUCTNAME أو العكس"
#: cui/inc/strings.hrc:259
msgctxt "RID_SVXSTR_CHG_VISIO"
msgid "Visio to %PRODUCTNAME Draw or reverse"
-msgstr ""
+msgstr "ڤيزيو إلى %PRODUCTNAME درو أو العكس"
#. Zarkq
#: cui/inc/strings.hrc:260
msgctxt "RID_SVXSTR_CHG_PDF"
msgid "PDF to %PRODUCTNAME Draw or reverse"
-msgstr ""
+msgstr "ملف PDF إلى %PRODUCTNAME درو أو العكس"
#. dDtDU
#: cui/inc/strings.hrc:262
@@ -1406,6 +1406,8 @@ msgid ""
"The specified name is invalid.\n"
"Please enter a new name."
msgstr ""
+"الاسم المحدد غير صالح.\n"
+"من فضلك أدخِل واحدًا جديدًا."
#. fymG6
#. To translators:
@@ -1685,10 +1687,9 @@ msgstr "النمط:"
#. gDu75
#: cui/inc/strings.hrc:324
-#, fuzzy
msgctxt "RID_SVXSTR_CHARNAME_TYPEFACE"
msgid "Typeface:"
-msgstr "النسق"
+msgstr "الخط:"
#. BcWHA
#: cui/inc/strings.hrc:325
@@ -1712,7 +1713,7 @@ msgstr "ابدء كل جملة بحرف استهلالي"
#: cui/inc/strings.hrc:328
msgctxt "RID_SVXSTR_BOLD_UNDER"
msgid "Automatic *bold*, /italic/, -strikeout- and _underline_"
-msgstr ""
+msgstr "*ثخين* و/مائل/ و-مشطوب- و_مسطّر_ تلقائيًا"
#. a89xT
#: cui/inc/strings.hrc:329
@@ -1754,13 +1755,13 @@ msgstr "تنسيق لاحقات الأعداد الترتيبية (1st -> 1^st)"
#: cui/inc/strings.hrc:335
msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
-msgstr ""
+msgstr "نقحِر باستعمال الهنغارية القديمة لو كان اتجاه النص من اليمين إلى اليسار"
#. CNtDd
#: cui/inc/strings.hrc:336
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
msgid "Replace << and >> with angle quotes"
-msgstr ""
+msgstr "استبدِل << و >> بعلامات الاقتباس الزاويّة"
#. Rc6Zg
#: cui/inc/strings.hrc:337
@@ -1778,20 +1779,20 @@ msgstr "استبدال النماذج المخصصة"
#: cui/inc/strings.hrc:339
msgctxt "RID_SVXSTR_BULLET"
msgid "Replace bullets with: %1"
-msgstr ""
+msgstr "استبدِل النقط بِ‍: %1"
#. BvroE
#. To translators: %1 will be replaced with a percentage, e.g. "10%"
#: cui/inc/strings.hrc:341
msgctxt "RID_SVXSTR_RIGHT_MARGIN"
msgid "Combine single line paragraphs if length greater than %1"
-msgstr ""
+msgstr "ادمج الفقرات التي فيها سطر واحد فقط لو زاد طولها عن %1"
#. M9kNQ
#: cui/inc/strings.hrc:342
msgctxt "RID_SVXSTR_NUM"
msgid "Bulleted and numbered lists. Bullet symbol: %1"
-msgstr ""
+msgstr "القوائم العددية والنقطية. رمز النقطة: %1"
#. BJVGT
#: cui/inc/strings.hrc:343
@@ -1837,16 +1838,15 @@ msgstr "خط قياس"
#. Mxt3D
#: cui/inc/strings.hrc:350
-#, fuzzy
msgctxt "RID_SVXSTR_STARTQUOTE"
msgid "Start Quote"
-msgstr "_بداية الاقتباس:"
+msgstr "بداية الاقتباس"
#. o8nY6
#: cui/inc/strings.hrc:351
msgctxt "RID_SVXSTR_ENDQUOTE"
msgid "End Quote"
-msgstr ""
+msgstr "نهاية الاقتباس"
#. zvqUJ
#: cui/inc/strings.hrc:353
@@ -1972,13 +1972,13 @@ msgstr "قواعد البيانات المسجّلة"
#: cui/inc/strings.hrc:376
msgctxt "RID_SVXSTR_CANNOTCONVERTURL_ERR"
msgid "The URL <%1> cannot be converted to a filesystem path."
-msgstr ""
+msgstr "تعذّر تحويل المسار <%1> إلى مسار نظام ملفات."
#. XtUDA
#: cui/inc/strings.hrc:378
msgctxt "aboutdialog|copyright"
msgid "Copyright © 2000–2020 LibreOffice contributors."
-msgstr ""
+msgstr "الحقوق محفوظة © 2000-2020 لمساهمي ليبر أوفيس."
#. GesDU
#: cui/inc/strings.hrc:379
@@ -2008,7 +2008,7 @@ msgstr "‏%PRODUCTNAME مشتقّ من ليبر أوفيس المبني على
#: cui/inc/strings.hrc:383
msgctxt "aboutdialog|uilocale"
msgid "UI: $LOCALE"
-msgstr ""
+msgstr "الواجهة: $LOCALE"
#. 3vXzF
#: cui/inc/strings.hrc:385
@@ -2020,37 +2020,37 @@ msgstr "تحرير المسارات: %1"
#: cui/inc/strings.hrc:387
msgctxt "RID_SVXSTR_COMMANDLABEL"
msgid "Label"
-msgstr ""
+msgstr "اللصيقة"
#. GceL6
#: cui/inc/strings.hrc:388
msgctxt "RID_SVXSTR_COMMANDLABEL"
msgid "Command"
-msgstr ""
+msgstr "الأمر"
#. dRqYc
#: cui/inc/strings.hrc:389
msgctxt "RID_SVXSTR_COMMANDLABEL"
msgid "Tooltip"
-msgstr ""
+msgstr "التلميحة"
#. 3FZFt
#: cui/inc/strings.hrc:391
msgctxt "RID_SVXSTR_QRCODEDATALONG"
msgid "The URL or text is too long for the current error correction level. Either shorten the text or decrease the correction level."
-msgstr ""
+msgstr "المسار (أو النص) طويل جدا لمستوى تصحيح الأخطاء الحالي. قلّل من طول النص أو أنزِل مستوى التصحيح."
#. AD8QJ
#: cui/inc/strings.hrc:392
msgctxt "RID_SVXSTR_DELETEUSERCOLOR1"
msgid "You can only delete user-defined colors"
-msgstr ""
+msgstr "يمكنك حذف الألوان التي عرّفها المستخدم فقط"
#. 4LWGV
#: cui/inc/strings.hrc:393
msgctxt "RID_SVXSTR_DELETEUSERCOLOR2"
msgid "Please select the color to delete"
-msgstr ""
+msgstr "من فضلك اختر اللون الذي تريد حذفه"
#. FjQQ5
#: cui/inc/strings.hrc:395
@@ -4341,45 +4341,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "ال_نّصوص فقط"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/ar/dbaccess/messages.po b/source/ar/dbaccess/messages.po
index ccd1e07c29c..193018caeb1 100644
--- a/source/ar/dbaccess/messages.po
+++ b/source/ar/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-04-24 10:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "المهامّ"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "الوصف"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "المعاينة"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"هل تريد إغلاق كل المستندات الآن؟"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "اسم ال~نّموذج"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "اسم ال~تّقرير"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "اسم الم~جلّد"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "يحوي المستند نماذج أو تقارير بماكروهات مضمّنة."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"لاحظ أنك لن تتمكن من تضمين الماكروهات في مستند قاعدة البيانات ذاته حتى ينتهي هذا الترحيل. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "قاعدة بيانات مضمنة"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "لا يمكن تحديد فئات مختلفة."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "عُثر على نوع كائن ($type$) غير مدعوم."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "خصائص متقدّمة"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "إعدادات إضافيّة"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "إعدادات الاتّصال"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "اسم ال~جدول"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "اسم الاست~علام"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "غيّر الاسم إلى"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "أدرج كَـ"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "أتريد حذف البيانات المحدّدة؟"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "خطأ في تعيين معيار الفرز"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "خطأ في تعيين معيار التّرشيح"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "فُقد الاتّصال"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "الاستعلامات"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "الجداول"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "أكّد الحذف"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "أتريد حذف الجدول '%1'؟"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "فُقد الاتّصال بقاعدة البيانات. أتريد إعادة الاتّصال؟"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "صودفت تحذيرات"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "أثناء جلب الجداول، اتصال قاعدة البيانات أبلغ عن تحذيرات."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "يتّصل بـ \"$name$\"..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "يحمّل الاستعلام $name$..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "يحمّل الجدول $name$..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "لم يعثر على نسق جداول."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "تعذّرت إقامة الاتّصال بمصدر البيانات \"$name$\"."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr ""
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "إدراج/إزالة مفتاح أساسي"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "نعم"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "لا"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<بلا>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "اسم الحقل"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "نوع الحقل"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "الوصف"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "وصف العمود"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "خصائص الحقل"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "تعديل الخلية"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "حذف الصّفّ"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "تعديل نوع الحقل"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "إدراج الصّفّ"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "إدراج الصفّ الجديد"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "القيمة المب~دئيّة"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"إن لم يكن يفترض أن يحمل الحقل قيمة مبدئية، فاختر السلسلة الفارغة."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"عندما تُدخل لاحقا بيانات في الجدول، ستُستخدم هذه السلسلة في كل سجل جديد حسب الحقل المحدد. لهذا يجب أن تناسب تنسيق الحقل الذي يجب إدخاله أدناه."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "أدخِل أقصى طول مسموح به للنص."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "أدخِل تنسيق العدد."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"ستُصحح القيمة آليا عندما تفوق أقصى قيمة لقاعدة البيانات."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "حدد عدد الخانات العشرية المسموح بها في هذا الحقل."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "يمكن هنا رؤية كيفية ظهور البيانات بالتنسيق الحالي (استخدم الزر الموجود على اليسار لتعديل "
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "هنا حيث تحدد تنسيق خرج البيانات."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"لا يمكنك إدخال البيانات في هذا النوع من الحقول. ستُسند قيمة تزيادية لكل سجل آليا (تنتج عن زيادة الحقل السابقة)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "لا يمكن حفظ الجدول لأن العمود بالاسم ”$column$“ أُسند مرتين."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "ينتمي العمود ”$column$“ إلى المفتاح الرئيسي. إن حُذف العمود فسيُحذف المفتاح أيضا. أتريد المتابعة؟"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "المفتاح الرئيسي سيتأثر"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "عمود"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "أأتابع بأي حال؟"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "تعذر حفظ الجدول لمشاكل في الاتصال مع قاعدة البيانات."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "تعذر ضبط مرشّح الجدول لأن مصدر البيانات حُذف."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"أتريد حفظ التغييرات الآن؟"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "لا مفتاح رئيسي"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1431,25 +1425,25 @@ msgid ""
msgstr ""
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "تعذر تغيير العمود ”$column$“. أيجب أن يُحذف العمود ويُضاف التنسيق الجديد بدل ذلك؟"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "خطأ أثناء حفظ تصميم الجدول"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "تعذر حذف العمود $column$ ."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1461,7 +1455,7 @@ msgstr ""
"ستُنقل الإفادة مباشرة إلى قاعدة البيانات عند إنشاء الجدول."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1471,37 +1465,37 @@ msgstr ""
"وضع تصميم الجدول ليس متوفرا لمصدر البيانات هذا."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "غيّر اسم الحقل"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "غيّر نوع الحقل"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "غيّر وصف الحقل"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "غيّر صفة الحقل"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "كلمة السر مطلوبة للاتّصال بمصدر البيانات \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1517,49 +1511,49 @@ msgstr ""
"غير موجود. أيجب إنشائه؟"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "تعذّر إنشاء الدّليل $name$."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "الملفّ موجود بالفعل. أأكتب فوقه؟"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "مجلّد"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "خصائص قاعدة البيانات"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "خصائص مصدر البيانات: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "فضلًا اختر 'اتّصل بقاعدة بيانات موجودة' للاتّصال بقاعدة بيانات موجودة بدل ذلك."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "إما أنه تعذر تحميل مكتبة البرنامج #lib#، أو أنها تالفة. تحديد مصادر بيانات ODBC غير متوفر."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1569,152 +1563,152 @@ msgstr ""
"يُسمح لك بتعديل الإعدادات، لكن من المحتمل أن لا تكون قادرًا على الاتصال بقاعدة البيانات."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{بلا}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ""
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 يجب تعيينه."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 و #2 يجب أن يختلفا."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "رموز التعميم مثل ?,* غير مسموح بها في #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "اختبر الاتّصال"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "أُقيم الاتّصال بنجاح."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "تعذّرت إقامة الاتّصال."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "حُمّل مشغّل JDBC بنجاح."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "تعذّر تحميل مشغّل JDBC."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "ملف ماكروسوفت أكسِس"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "ملف ميكروسوفت أكسِس ٢٠٠٧"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "قاعدة بيانات فيربيرد"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "النظام"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "خطأ أثناء الإنشاء"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "تعذّر فتح المستند \"$file$\"."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "لا يمكن حذف الجدول لأنّ اتّصال قاعدة البيانات لا يدعم ذلك."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "ال~كل"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "تراجع عن:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "أعِد:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "تعذر إيجاد نوع العمود المناسب للعمود '#1'."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "الملفّ \"$file$\" غير موجود."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "صودفت تحذيرات أثناء الاتصال بمصدر البيانات. اضغط \"$buttontext$\" لعرضهم."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1725,199 +1719,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "تعذّر الاتّصال بمدير مشغّل SDBC ‏(#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "لا مشغّل مسجّل للعنوان #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "اتصل بنجاح، لكن المعلومات عن جداول قاعدة البيانات غير متوفرة."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "كلّ الجداول"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "كلّ المنظورات"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "كلّ الجداول والمنظورات"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "اسم الجدول"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "أدرج بيانات"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "احذف بيانات"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "عدل بيانات"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "عدل البنية"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "اقرأ البيانات"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "عدل المراجع"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "أسقط البنية"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "المسار إلى ملفّات dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "المسار إلى الملفّات النّصّيّة"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "المسار إلى مستند الجدول الممتدّ"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "اسم مصدر بيانات ODBC على نظامك"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "مسار مستند «رايتر»"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "اسم قاعدة بيانات MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "اسم قاعدة بيانات Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "ملفّ قاعدة بيانات ميكروسوفت أكسس"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "لا إعدادات أكثر ضروريّةٍ. للتّأكّد من عمل الاتّصال، انقر زرّ '%test'."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "اسم ال~مضيف"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "اسم ملفّ مو~زيلا الشّخصيّ"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "اسم ملفّ ~ثندربيرد الشّخصيّ"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "أضف جداولًا"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "أضف جدولًا أو استعلامًا"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "طبّق الأعمدة"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "تنسيق النوع"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1927,163 +1921,163 @@ msgstr ""
"الاسم الآتي مستخدم حاليا:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "إسناد الأعمدة"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ال~سّابق"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "ال~تّالي>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "أ~نشئ"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "انسخ الجدول"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "انسخ الجدول"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "اسم الجدول هذا غير صالح في قاعدة البيانات الحاليّة."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "اختر الخيار \"ألحق بيانات\" في الصّفحة الأولى لإلحاق بيانات بجدول موجود."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "فضلًا غيّر اسم الجدول. فالاسم طويل جدًّا."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "مُرشد قاعدة البيانات"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "حدّد قاعدة بيانات"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "أعدّ اتّصال dBASE"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "أعدّ اتّصالًا بملفّات نصّيّة"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "أعدّ اتّصال ميكروسوفت أكسس"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "أعدّ اتّصال LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "أعدّ اتّصال ADO"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "أعدّ اتّصال JDBC"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "أعدّ اتّصال قاعدة بيانات Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "أعدّ اتّصال MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "أعدّ اتّصال ODBC"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "أعدّ اتصال بمستند «رايتر» أو بجدول ممتد"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "أعدّ استيثاق المستخدم"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "أعدّ بيانات خادوم MySQL"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "احفظ وتقدّم"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "قاعدة بيانات جديدة"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "أعدّ اتّصالا بقاعدة بيانات MySQL باستخدام JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2093,67 +2087,67 @@ msgstr ""
"فضلًا راسل مدير نظامك إن لم تكن متأكّدًا من الإعدادات الآتية."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "صنف مش~غل MySQL JDBC:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "المبدئيّ: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "أعدّ اتّصالًا بملفّات dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "حدّد المجلّد حيث ملفّات dBASE مخزّنة فيه."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "أعدّ اتّصالًا بملفّات نصّيّة"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "اختر المجلد حيث تُخزّن فيه ملفات CSV (القيم المفصولة بفواصل) النصية. سسيفتح %PRODUCTNAME بيز هذه الملفات في وضع القراءة فقط."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "المسار إلى الملفّات النّصّيّة"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "أعدّ اتّصالًا بقاعدة بيانات ميكروسوفت أكسس"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "فضلًا حدّد ملفّ ميكروسوفت أكسس الذي تريد الوصول إليه."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "أعدّ اتّصالًا بقاعدة بيانات ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2165,13 +2159,13 @@ msgstr ""
"فضلًا راسل مدير نظامك إذا كنت غير متأكد من الإعدادات التالية."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "أعدّ اتّصالًا بقاعدة بيانات ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2183,13 +2177,13 @@ msgstr ""
"فضلًا راسل مدير نظامك إذا كنت غير متأكد من الإعدادات التالية."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "أعدّ اتّصالًا بقاعدة بيانات JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2199,25 +2193,25 @@ msgstr ""
"فضلًا راسل مدير نظامك إذا كنت غير متأكد من الإعدادات التالية."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "أعدّ اتّصالًا بقاعدة بيانات Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "المبدئيّ: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "صتف م~شغل Oracle JDBC"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2227,13 +2221,13 @@ msgstr ""
"فضلًا راسل مدير نظامك إذا لم تكن متأكّدًا من الإعدادات التالية."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "أعدّ اتّصالًا بجداول ممتدّة"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2243,277 +2237,277 @@ msgstr ""
"سيفتح %PRODUCTNAME هذا الملف في وضع القراءة فقط."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "الم~كان واسم الملفّ"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "نُفّذ الأمر بنجاح."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "فُقد الاتّصال بقاعدة البيانات. سيُغلق هذا الحواريّ."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "ترتيب الفرز"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "حقل الفهرس"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "تصاعدي"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "تنازلي"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "أمتأكّد من حذف الفهرس '$name$'؟"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "الفهرس"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "يجب أن يحتوي الفهرس على حقل واحد على الأقل."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "هناك فهرس آخر بالاسم \"$name$\" بالفعل."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "في تعريف الفهرس، يجب ألا يصادف عمود جدول أكثر من مرة. لكنك أدخلت العمود \"$name$\" مرتين."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "تعذر تحويل المدخلة لقيمة صالحة للمعامل \"$name$\""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "حالة SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "رمز الخطأ"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "سبب شائع لهذا الخطأ هو إعداد غير مناسب لمجموعة الأحرف لأجل لغة قواعد بياناتك. تفحص الإعدادات عبر اختيار تحرير- قاعدة البيانات - خصائص."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "خطأ"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "تحذير"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "معلومات"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "تفاصيل"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "أمتأكّد من أن تريد حذف المستخدم؟"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "قاعدة البيانات لا تدعم إدارة المستخدمين."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "كلمات السر لا تتطابق. فضلًا أدخل كلمة السر مجدّدًا."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "فضلًا لاحظ أن بعض قواعد البيانات لا تدعم نوع الانضمامة هذه."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "يحتوي فقط على السجلات التي تتطابق محتويات الحقول ذات العلاقة في الجدولين معا."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "يحتوي كل السجلات من الجدول ’%1‘ وفقط تلك من الجدول ’%2‘ التي تتطابق القيم بين الحقول ذات العلاقة."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "يحتوي كل السجلات من ’%1‘ ومن ’%2‘."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "يحتوي المضروب الديكارتي لكل السجلات من ’%1' ومن ’%2‘."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "قاعدة البيانات المقصد لا تدعم المنظورات."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "قاعدة البيانات المقصد لا تدعم المفاتيح الأساسيّة."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "لم يُعثر على واصف وصول للبيانات، أو أنه لا واصف وصول للبيانات قادرًا على تقديم كل المعلومات الأساسية."
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "فقط الجداول والاستعلامات مدعومة حاليًّا."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "يجب أن يدعم مصدر نسخ مجموعة النتائج العلامات."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "نوع العمود المصدر غير مدعوم ($type$) في موقع العمود $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "عدد معاملات التّمهيد غير قانونيّ."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "حدث خطأ أثناء التّمهيد."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "إعداد غير مدعوم في واصف مصدر النسخ: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "لنسخ استعلام، يجب أن يكون اتصالك قادرًا على توفير الاستعلامات."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "مقبض التفاعل المعطى غير صالح."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "هذه العلاقة موجودة بالفعل. أتريد تحريرها أم إنشاء جديدة؟"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "حرّر..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "أنشئ..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME بيز: تصميم العلاقات"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "قاعدة البيانات لا تدعم العلاقات."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "عندما تحذف هذا الجدول ستُحذف أيضًا كلّ العلاقات المقابلة. أأتابع؟"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4541,7 +4535,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "علّم الجداول التي يجب أن تكون مرئية للتطبيق."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
@@ -4570,6 +4564,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "أضف جدولًا أو استعلامًا"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/ar/desktop/messages.po b/source/ar/desktop/messages.po
index ed396d2ac57..3a48a874e57 100644
--- a/source/ar/desktop/messages.po
+++ b/source/ar/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "الامتداد"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "مكون المكتبة الديناميكية لـ UNO"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "مكون جافا لـ UNO"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "مكون UNO Python"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "مكون UNO"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "مكتبة أنواع UNO RDB"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "مكتبة أنواع جافا لـ UNO"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "مكتبة %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "مساعدة"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "لا يمكن تثبيت الامتداد بسبب:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "لن يُثبّت الامتداد نظرًا لحدوث خطأ في ملفات المساعدة:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "أضف امتداد (امتدادات)"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "إزا~لة"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "تم~كين"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~تعطيل"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "ت~حديث..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "يضيف %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "يزيل %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "تمكين %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "تعطيل %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "الموافقة على ترخيص %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "خطأ: حالة هذا الامتداد غير معروفة"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "إغلاق"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "أنهِ"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"يتطلب تحديث الامتداد المشترك امتيازات المسئول. اتصل بمسئول النظام لتحديث الامتدادات المشتركة التالية:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "يتعذر تمكين الامتداد نظرًا لعدم استكمال عناصر النظام التابعة التالية:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "تم تعطيل هذا الامتداد لأنك لم توافق على الترخيص بعد.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "اعرض الترخيص"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"انقر 'ألغِ' لإيقاف التّثبيت."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "تثبيت الامتدادات معطل حاليا. رجاء تواصل مع مدير النظام لمزيد من المعلومات."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "إزالة الامتدادات معطل حاليا. رجاء تواصل مع مدير النظام لمزيد من المعلومات."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"انقر 'ألغِ' لإيقاف إزالة الامتداد."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"انقر 'ألغِ' لإيقاف إزالة الامتداد."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"انقر 'ألغِ' لإيقاف تفعيل الامتداد."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"انقر 'ألغِ' لإيقاف تعطيل الامتداد."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "لا يعمل الامتداد '%Name' على هذا الحاسوب."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "يثبّت الامتدادات ..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "انتهى التثبيت"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "لا توجد أخطاء."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "حدث خطأ أثناء تنزيل الامتداد %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "رسالة الخطأ هي: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "حدث خطأ أثناء تثبيت الامتداد %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "تم رفض اتفاقية الترخيص للامتداد %NAME. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "لن يُثبّت الامتداد."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "غير معروف"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "يتطلب الامتداد الإصدارة %VERSION من أوبن وأوفيس.أورج على الأقل"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "يتطلب الامتداد إصدارة من أوبن وأوفيس.أورج أكبر من %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "تتطلب الإضافة على الأقل %PRODUCTNAME الاصدار %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"انقر 'ألغِ' لإيقاف التّثبيت."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"وانقر 'إلغاء الأمر' لإيقاف التثبيت."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"انقر 'ألغِ' لإيقاف التّثبيت."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"وانقر 'إلغاء الأمر' لإيقاف التثبيت."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"انقر 'ألغِ' لإيقاف التّثبيت."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"وانقر 'إلغاء الأمر' لإيقاف التثبيت."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "لا تتوفر تحديثات جديدة ."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "لا تحديثات متوفّرة يمكن تثبيتها. لرؤية كل التحديثات، أشّر على ”اعرض كل التحديثات“."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "حدث خطأ:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "خطأ غير معروف."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "لا تتوفر أي تفاصيل أخرى عن هذا التحديث."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "يتعذر تحديث الامتداد بسبب:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "إصدار %PRODUCTNAME المطلوب غير مطابق:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "لديك %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "تحديث مستند إلى المتصفح"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "الإصدار"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "سيُتجاهل هذا التحديث.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "لا يمكن بدء تشغيل التطبيق. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "تعذر العثور على دليل التكوين \"$1\"."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "مسار التثبيت غير صالح."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "حدث خطأ داخلي."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "ملف التكوين \"$1\" تالف."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "لم يُعثر على ملف الضبط ”$1“."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "ملف التهيئة \"$1\" لا يدعم الإصدار الحالي."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "لا يمكن تحديد لغة واجهة المتسخدم."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "تعذّر إكمال تثبيت المستخدم. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "خدمة التكوين غير متوفرة."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "ابدأ تطبيق الإعداد لإصلاح التثبيت من القرص المضغوط، أو من المجلد الذي يضم حزم التثبيت."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "حدث خطأ عام أثناء الوصول إلى التكوين المركزي. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"الرجاء الاتصال بمسؤول النظام."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "حدث الخطأ الداخلي التالي: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "يجب -للأسف- إعادة تشغيل %PRODUCTNAME مرة واحدة يدويًا بعد التثبيت أو التحديث."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"أتريد حقًّا المتابعة؟"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "الطباعة معطلة. لا يمكن طباعة أية مستندات."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "إدارة المسارات غير متوفرة.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -735,7 +741,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -743,61 +749,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "اتفاقية ترخيص برنامج الامتداد لـ $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "اقرأ اتفاقية الترخيص المعروضة أعلاه كاملة. واقبل اتفاقية الترخيص بكتابة \"نعم\" في وحدة التحكم، ثم اضغط على زر الإدخال. اكتب \"لا\" لرفض الاتفاقية وإلغاء إعداد الامتداد."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[أدخل \"نعم\" أو \"لا\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "البيانات التي أدخلتها غير صحيحة. الرجاء إدخال \"نعم\" أو \"لا\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "نعم"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "ن"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "لا"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "ل"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "تعذّر بدء unopkg. يشير ملف القفل أنه يعمل بالفعل. فإن لم يكن كذلك، فاحذف ملف القفل في:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "خطأ: "
diff --git a/source/ar/helpcontent2/source/text/sbasic/shared.po b/source/ar/helpcontent2/source/text/sbasic/shared.po
index c7aee3ad821..360548c5af4 100644
--- a/source/ar/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ar/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8161,13 +8161,13 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr ""
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
+msgid "Print# Statement"
msgstr ""
#. addUg
@@ -8179,22 +8179,31 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
msgstr ""
#. AhB82
@@ -9745,13 +9754,13 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr ""
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
msgstr ""
#. iLCKn
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr ""
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "مثال:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,49 +10024,40 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr ""
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
msgstr ""
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "المعاملات:"
-
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
msgstr ""
#. 23Pzt
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr ""
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "مثال:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,13 +10114,13 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr ""
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
+msgid "Line Input# Statement"
msgstr ""
#. CCEuD
@@ -10150,67 +10132,49 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr ""
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
+msgid "Reads a line from a sequential file into a variable."
msgstr ""
-#. NSBkr
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
msgstr ""
-#. h3tyw
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3145173\n"
-"help.text"
-msgid "Parameters:"
-msgstr "المعاملات:"
-
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
msgstr ""
#. foxtA
@@ -10222,40 +10186,13 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr ""
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "مثال:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr ""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
+msgid "Put# Statement"
msgstr ""
#. psWQE
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr ""
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,13 +10222,13 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr ""
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
msgstr ""
#. 9HgEG
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr ""
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,67 +10321,58 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr ""
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
+msgid "Writes data to a sequential text file with delimiting characters."
msgstr ""
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
-
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "المعاملات:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
msgstr ""
#. RERPn
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr ""
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "مثال:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,13 +10942,13 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr ""
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
+msgid "Seek# Statement"
msgstr ""
#. vLW2K
@@ -11041,13 +10960,13 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr ""
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
msgstr ""
#. RBPKW
@@ -11077,58 +10996,58 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr ""
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
+msgid "Parameters:"
msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "المعاملات:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
msgstr ""
#. Nwouh
@@ -39391,13 +39310,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/ar/helpcontent2/source/text/sdatabase.po b/source/ar/helpcontent2/source/text/sdatabase.po
index 2d4c3a3caf6..8790dd9b661 100644
--- a/source/ar/helpcontent2/source/text/sdatabase.po
+++ b/source/ar/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -157,13 +157,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -175,13 +175,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -193,13 +193,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -211,13 +211,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -292,13 +292,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -319,13 +319,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -364,6 +364,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/sdraw/01.po b/source/ar/helpcontent2/source/text/sdraw/01.po
index 56db7c27f95..1df624916e1 100644
--- a/source/ar/helpcontent2/source/text/sdraw/01.po
+++ b/source/ar/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-05-09 15:48+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr ""
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/00.po b/source/ar/helpcontent2/source/text/shared/00.po
index fd2fb0939cd..c30a738799a 100644
--- a/source/ar/helpcontent2/source/text/shared/00.po
+++ b/source/ar/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr ""
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/01.po b/source/ar/helpcontent2/source/text/shared/01.po
index 6f45024c4c8..aaac1ca315c 100644
--- a/source/ar/helpcontent2/source/text/shared/01.po
+++ b/source/ar/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25801,31 +25801,13 @@ msgctxt ""
msgid "Add"
msgstr ""
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr ""
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "اسم"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
msgstr ""
#. 6Yvch
@@ -27259,13 +27241,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr ""
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
msgstr ""
#. 6XJUi
@@ -47275,13 +47257,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47464,24 +47446,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47491,15 +47455,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49561,6 +49516,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/02.po b/source/ar/helpcontent2/source/text/shared/02.po
index d21f48bac59..5dbe9a6e051 100644
--- a/source/ar/helpcontent2/source/text/shared/02.po
+++ b/source/ar/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 13:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8809,13 +8809,13 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
msgstr ""
#. KAQ4c
@@ -10528,13 +10528,13 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr ""
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
msgstr ""
#. Cwybn
@@ -11761,13 +11761,13 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr ""
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
msgstr ""
#. RuXvo
@@ -17026,13 +17026,13 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr ""
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
msgstr ""
#. tTG7m
@@ -17053,13 +17053,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr ""
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
msgstr ""
#. iGFfH
@@ -17098,13 +17098,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr ""
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. t48DA
@@ -17143,13 +17143,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr ""
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. CcbaZ
@@ -17197,13 +17197,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr ""
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
msgstr ""
#. EXAFG
@@ -19240,13 +19240,40 @@ msgctxt ""
msgid "Limit"
msgstr ""
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
msgstr ""
#. Ae3Qb
diff --git a/source/ar/helpcontent2/source/text/shared/explorer/database.po b/source/ar/helpcontent2/source/text/shared/explorer/database.po
index 9795e3af240..e9873a73de8 100644
--- a/source/ar/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/ar/helpcontent2/source/text/shared/explorer/database.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 13:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542028547.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr ""
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr ""
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr ""
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr ""
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr ""
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr ""
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr ""
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr ""
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr ""
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr ""
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr ""
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr ""
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr ""
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "دوال"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr ""
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr ""
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr ""
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr ""
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr ""
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr ""
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr ""
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr ""
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr ""
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr ""
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr ""
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr ""
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr ""
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr ""
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr ""
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr ""
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr ""
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr ""
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr ""
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr ""
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr ""
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr ""
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr ""
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr ""
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr ""
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr ""
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr ""
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr ""
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr ""
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr ""
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr ""
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr ""
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr ""
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr ""
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr ""
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr ""
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr ""
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr ""
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr ""
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr ""
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr ""
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr ""
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr ""
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr ""
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr ""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr ""
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr ""
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr ""
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr ""
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr ""
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr ""
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr ""
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr ""
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr ""
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr ""
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "دوال"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr ""
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr ""
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr ""
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr ""
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr ""
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr ""
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr ""
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr ""
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr ""
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr ""
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr ""
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr ""
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr ""
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr ""
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr ""
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr ""
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr ""
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr ""
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr ""
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr ""
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr ""
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr ""
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr ""
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr ""
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr ""
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr ""
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr ""
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr ""
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr ""
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "مثال:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr ""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr ""
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr ""
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr ""
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr ""
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr ""
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr ""
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr ""
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr ""
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr ""
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr ""
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr ""
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr ""
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr ""
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr ""
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr ""
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr ""
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr ""
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr ""
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "دوال"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr ""
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr ""
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr ""
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr ""
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr ""
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr ""
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr ""
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr ""
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr ""
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr ""
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr ""
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr ""
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr ""
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr ""
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr ""
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr ""
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "معنى"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr ""
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr ""
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr ""
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr ""
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr ""
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr ""
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr ""
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr ""
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr ""
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr ""
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr ""
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr ""
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr ""
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr ""
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr ""
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr ""
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "معنى"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr ""
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr ""
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr ""
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr ""
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr ""
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr ""
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr ""
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr ""
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr ""
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr ""
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr ""
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr ""
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr ""
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr ""
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr ""
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr ""
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr ""
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr ""
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr ""
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr ""
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr ""
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr ""
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr ""
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr ""
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr ""
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr ""
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr ""
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr ""
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "مثال:"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr ""
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr ""
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr ""
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr ""
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr ""
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr ""
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr ""
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr ""
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr ""
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr ""
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr ""
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr ""
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr ""
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr ""
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr ""
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr ""
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr ""
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr ""
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr ""
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr ""
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "التاريخ"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr ""
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr ""
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr ""
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr ""
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr ""
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr ""
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr ""
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr ""
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr ""
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "مثال:"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "نعم"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr ""
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr ""
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "لا"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr ""
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr ""
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr ""
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr ""
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr ""
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr ""
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr ""
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr ""
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr ""
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr ""
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr ""
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr ""
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr ""
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr ""
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr ""
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr ""
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr ""
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr ""
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr ""
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,13 +3274,13 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr ""
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
msgstr ""
#. Ck9G4
diff --git a/source/ar/helpcontent2/source/text/shared/guide.po b/source/ar/helpcontent2/source/text/shared/guide.po
index e8d30285d36..8f32a2bdd36 100644
--- a/source/ar/helpcontent2/source/text/shared/guide.po
+++ b/source/ar/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6523,13 +6523,13 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr ""
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 2ArGc
@@ -7081,13 +7081,13 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr ""
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
msgstr ""
#. xGFGr
@@ -7747,13 +7747,13 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr ""
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
msgstr ""
#. cEDEo
@@ -8107,13 +8107,13 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr ""
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
msgstr ""
#. bTx8G
@@ -21058,13 +21058,13 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr ""
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
msgstr ""
#. jVeUw
diff --git a/source/ar/helpcontent2/source/text/shared/optionen.po b/source/ar/helpcontent2/source/text/shared/optionen.po
index 7de214d3c50..1f48d39bd85 100644
--- a/source/ar/helpcontent2/source/text/shared/optionen.po
+++ b/source/ar/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,13 +61,13 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr ""
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
msgstr ""
#. uYcBu
@@ -79,13 +79,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr ""
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr ""
#. WS53M
@@ -5245,42 +5245,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr ""
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr ""
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr ""
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7522,6 +7486,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr ""
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16747,40 +16873,40 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
+msgid "OpenCL"
msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
msgstr ""
#. ddvkj
diff --git a/source/ar/helpcontent2/source/text/simpress.po b/source/ar/helpcontent2/source/text/simpress.po
index 36681fb3131..d8019723795 100644
--- a/source/ar/helpcontent2/source/text/simpress.po
+++ b/source/ar/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2017-10-04 10:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr ""
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr ""
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr ""
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr ""
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/swriter/01.po b/source/ar/helpcontent2/source/text/swriter/01.po
index b46816a8c35..ceda48c9a59 100644
--- a/source/ar/helpcontent2/source/text/swriter/01.po
+++ b/source/ar/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 20:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22777,13 +22777,13 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr ""
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
msgstr ""
#. Ddr5r
diff --git a/source/ar/sfx2/messages.po b/source/ar/sfx2/messages.po
index 37c292e6d94..78a4ea60b73 100644
--- a/source/ar/sfx2/messages.po
+++ b/source/ar/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -924,8 +924,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "تعذّر العثور على مرشّح الصورة"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -936,43 +942,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "كلمة سر غير صحيحة"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "مفتاح OpenPGP غير موثوق به، أو أنه تالف، أو حدث به فشل في التعميةر. رجاءً أعِد المحاولة."
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "($(MINLEN) كحد أدني لعدد الأحرف)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(الأدنى هو محرف واحد)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(يمكن ترك حقل كلمة السر فارغًا)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "تعذر تنفيذ هذه العملية. وحدة %PRODUCTNAME النمطيّة المطلوبة لهذه العملية ليست مثبّتة حاليًّا."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -982,7 +988,7 @@ msgstr ""
"أتريد تثبيته الآن؟"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -992,215 +998,215 @@ msgstr ""
"يمكنك العثور على معلومات حول الطلبات في صفحتنا الرئيسية."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "مرحبًا بك في %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "أفلت مستندا هنا أو اختر تطبيقا من الجهة اليسرى لإنشاء واحد."
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "الإصدارة الحالية"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "تصدير"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "إدراج"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "أ~درج"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "حفظ نسخة"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "قارن بِ‍"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "ادمج مع"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "مستند %PRODUCTNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " سنة: %1 شهر: %2 يوم: %3 ساعة: %4 دقيقة: %5 ثانية: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1210,31 +1216,31 @@ msgstr ""
"ستُخزّن القيمة كنص."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "النمط موجود بالفعل. أأستبدله؟"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~صفّر"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "هذا الاسم مستخدم حاليًا."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "هذا النمط غير موجود."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1244,7 +1250,7 @@ msgstr ""
"لأنه سيتسبب بمرجع تكراري."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1254,7 +1260,7 @@ msgstr ""
"رجاء اختر اسما آخر."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1263,73 +1269,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "الأنماط المستخدمة: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "الملاح"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "تأكيد غير صحيح لكلمة السر"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "أرسل"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "الخط"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "إدراج تعليق الإصدار"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(لم يعيّن اسم)"
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "هيكلي"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "أمتأكد من إلغاء التسجيل؟ ستفقد كل الخطوات المسجلة حتى الآن."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "إلغاء التسجيل"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "يهيّأ الآن المكونات للمرة الأولى."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1339,7 +1345,7 @@ msgstr ""
"الرجاء اختيار طابعة و المحاولة من جديد."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1349,19 +1355,19 @@ msgstr ""
"الرجاء مراجعة إعدادات الطابعة."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "الطابعة مشغولة"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (للقراءة فقط)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1373,7 +1379,7 @@ msgstr ""
"المستند النشط؟"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1385,7 +1391,7 @@ msgstr ""
"في المستند النشط ؟"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1397,7 +1403,7 @@ msgstr ""
"المستند النشط؟"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1407,7 +1413,7 @@ msgstr ""
"وجود مهمة طباعة قيد التنفيذ. "
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1416,7 +1422,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1425,19 +1431,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "لا يمكن تحرير المستند، ربما بسبب حقوق الوصول المفقودة. هل تريد تحرير نسخة من المستند؟"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1445,473 +1451,473 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (مستند تم إصلاحه)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "لم يُفحص هذا المستند على الخادوم."
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "هذا المستند مفتوح للقراءة فقط."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "فُتح ملف PDF هذا بوضع القراءة فقط لإتاحة توقيع الملف الموجود."
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "تصنيف هذا المستند هو %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "يجب تصنيف هذا المستند قبل لصق محتوى الحافظة."
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "‫لهذا المستند تصنيفا أقل مستوى من الحافظة."
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
#, fuzzy
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "التحكم في التصدير:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
#, fuzzy
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "اجلب"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "حرّر المستند"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "وقّع المستند"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "لهذا المستند توقيع غير صالح."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "كان التوقيع صالحا، ولكن المستند عُدّل"
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "التوقيع يبدو جيدا إلا أنه تعذر التحقق من الشهادة."
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "التوقيع يبدو جيدا إلا أن المستند موقّع جزئيا فقط."
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "هذا المستند موقّع رقميا والتوقيع صالح."
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "اعرض التواقيع"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "إرساء"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "ألغِ الإرساء"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "خيارات أكثر"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "أغلق الشريط الجانبي المرصوف"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "إعدادات الشريط الجانبي"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "التخصيص"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "استعد المبدئيات"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "أغلق الشريط الجانبي"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "أليزارين"
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "خلية نحل"
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "منحنى أزرق"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "خرائط أولية"
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "أزرق فاتح"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "الحمض النووي"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "تركيز"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "إمبريس"
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "إلهام"
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "أضواء"
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "أخضر مورق"
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "أزرق ليلي"
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "قلم رصاص"
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "بيانو"
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "الغروب"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "عتيق"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "سيرة ذاتية"
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "المبدئي"
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "عصري"
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "بطاقة أعمال فيها شعار"
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "أزل"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "امسح الكل"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/ar/svx/messages.po b/source/ar/svx/messages.po
index 3433ebf6e15..77cb1677c9b 100644
--- a/source/ar/svx/messages.po
+++ b/source/ar/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Arabic <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/ar/>\n"
@@ -5341,1199 +5341,1231 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "مربع 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "سهم مزدوج"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "دائرة"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "مربع"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "سهم"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "مثلث غير معبأ"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "معين غير معبأ"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "معين"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "دائرة مفرغة"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "مربع قائم غير معبأ"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "مربع مفرغ"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "الشفافية"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "علامة نقطية خضراء"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "علامة نقطية زرقاء"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "علامة نقطية برتقالية"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "بنفسجي"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "علامة نقطية بنفسجية"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "علامة نقطية صفراء"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "سمة المعرض"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "نجحت الاستعادة"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "استُعيد المستند الأصلي"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "فشلت الاستعادة"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "تقدّم الاستعادة"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "لم تتم الاستعادة بعد"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "بدأ %PRODUCTNAME %PRODUCTVERSION باستعادة مستنداتك. يختلف وقت انتهاء العملية حسب حجم المستندات."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "اكتملت استعادة مستنداتك. انقر ’أنهِ‘ لرؤيتها."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "إ~نهاء"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
#, fuzzy
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "القيم المخصّصة الأخيرة"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "نقطة"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "تصدير الصورة"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "احفظ كصورة"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "إدراج كائن(ات)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "تدوير الكائن ثلاثي الأبعاد"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "إنشاء كائن نتوء"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "إنشاء كائن الدوران"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "تقسيم كائن ثلاثي الأبعاد"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[All]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "مرشّح الرسوم"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "سمة جديدة"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "تأثيرات ثلاثية الأبعاد"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "حركات"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "نقاط"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "مكتب"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "أعلام"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "تخطيطات انسيابية"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "صور تعبيرية"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "الصور"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "خلفيات"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "الصفحة الرئيسية"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "تفاعل"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "خرائط"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "أشخاص"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "أسطح"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "الحواسيب"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "مخططات"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "بيئة"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "مالية"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "نقل"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "أشكال نصية"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "أصوات"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "رموز"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "سِمَتي"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "الأسهم"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "بالونات"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "لوحة المفاتيح"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "الوقت"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "عرض تقديمي"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "التقويم"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "الملاحة"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "اتصال"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "مالية"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "الحواسيب"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "الطقس"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "المدرسة والجامعة"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "حل المشاكل"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Screen Beans"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "طباعة التحديد"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "هل تريد طباعة التحديد فقط أم المستند بأكمله؟"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "ال~كل"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "ال~تحديد"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "نتوء شمالي-غربي"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "نتوء شمالي"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "نتوء شمالي-شرقي"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "نتوء غربي"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "نتوء للخلف"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "نتوء شرقي"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "نتوء جنوبي-غربي"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "نتوء جنوبي"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "نتوء جنوبي-شرقي"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 سم"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 سم"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 سم"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 سم"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~سم"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 إنش"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.~5 إنش"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 إنش"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 إنش"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 إنش"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "بلا تعبئة"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "الشفافية"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "المبدئيّ"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "الحدود"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "نمط الحدود"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "بقية أنواع الترقيم…"
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
#, fuzzy
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "حسب المؤلف"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "الصفحات"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "مسح التنسيق"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "أنماط أكثر..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "خيارات أكثر..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "اسم الخط"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "اسم الخط. اسم الخط الحالي غير متوفّر وسيُستبْدَل."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "مخصّصة"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "ألوان المستند"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "لون المستند"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "النتوء"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "تطبيق تشغيل/إيقاف النتوء"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "إمالة لأسفل"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "إمالة لأعلى"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "إمالة لليسار"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "إمالة لليمين"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "تغيير عمق النتوء"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "تغيير الاتجاه"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "تغيير نوع التوجيه"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "تغيير الإضاءة"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "تغيير البياض"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "تغيير سطح النتوء"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "تغيير لون النتوء"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "المفضل"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "أحمر:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "أخضر:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "أزرق:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "معمل الخطوط"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "تطبيق شكل معمل الخطوط"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "تطبيق ارتفاع الأحرف نفسه لمعمل الخطوط"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "تطبيق محاذاة معمل الخطوط"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "تطبيق تباعد أحرف معمل الخطوط"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "مع"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "النمط"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "و"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "عنصر تحكم الزاوية"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "تحديد نقطة زاوية."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "أعلى اليسار"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "أعلى الوسط"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "أعلى اليمين"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "يسار الوسط"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "وسط"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "يمين الوسط"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "أسفل اليسار"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "أسفل الوسط"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "أسفل اليمين"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "عنصر تحكم خط كفافي"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "يمكنك هنا تعديل الخط الكفافي."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "اختيار الأحرف الخاصة"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "اختيار الأحرف الخاصة في هذه المساحة."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "رمز الحرف "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "مطلوب إدخال في الحقل '#'. الرجاء كتابة قيمة."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "النماذج"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "لم يتم تحديد عنصر تحكم"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "الخصائص: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "خصائص النموذج"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "ملاح النموذج"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "النموذج"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "النموذج"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "وحدة تحكم مخفية"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "عنصر تحكم"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "السجل"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "من"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "إضافة حقل:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "حدث خطأ أثناء الكتابة في قاعدة البيانات"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "خطأ في بنية عبارة الاستعلام"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "تنوي حذف سجل واحد."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "سيتم حذف # سجل."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6543,331 +6575,331 @@ msgstr ""
"هل تريد المتابعة على أي حال؟"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "شريط الملاحة"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "العمود"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "تعيين الخاصية '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "إدراج في حاوية"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "حذف #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "حذف # كائن"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "استبدال أحد عناصر الحاوية"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "استبدال عنصر تحكم"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "زر الضغط"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "زر خيار"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "خانة اختيار"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "فشلت التسمية"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "مربع مجموعة"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "مربع نص"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "حقل مُنسَّق"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "مربع قائمة"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "مربع تحرير وسرد"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "زر صورة"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "التحكم بالصورة"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "تحديد الملف"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "حقل التاريخ"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "حقل الوقت"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "حقل رقمي"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "حقل العملة"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "حقل النمط"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "التحكم بالجدول "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "شريط التمرير"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "زر زيادة ونقصان"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "شريط الملاحة"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "تحديد متعدد"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "لا يوجد عناصر تحكم مرتبطة في النموذج الحالية!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (التاريخ)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (الوقت)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "ملاح الترشيح"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "مرشّح"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "أو"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "في النموذج الحالي، لا توجد عناصر تحكم صالحة يمكن استخدامها في طريقة عرض الجدول!"
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<حقل تلقائي>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "خطأ في بناء الجملة بعبارة SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "لا يمكن استخدام القيمة #1 مع LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "لا يمكن استخدام LIKE في هذا الحقل."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "القيمة المدخلة ليست بالتاريخ الصالح. الرجاء إدخال تاريخ بتنسيق صالح على سبيل المثال MM/DD/YY."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "لا يمكن مقارنة الحقل بعدد صحيح."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "قاعدة البيانات لا تحتوي على الجدول المسمى \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "قاعدة البيانات لا تحتوي على جدول مسمى أو حتى استعلام \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "قاعدة البيانات تحتوي مسبقا على جدول أو عرض باسم \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "قاعدة البيانات تحتوي مسبقا على استعلام باسم \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "العمود \"#1\" مجهول في الجدول \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "لا يمكن مقارنة الحقل مع رقم ذي نقطة عائمة!"
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "لا يمكن مقارنة المعيار الذي تم إدخاله بهذا الحقل."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ملاح البيانات"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (للقراءة فقط)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "الملف موجود بالفعل. هل تريد استبداله؟"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "تسمية #object#"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6877,7 +6909,7 @@ msgstr ""
"أتريد حقًّا حذف هذا النّموذج؟"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6887,7 +6919,7 @@ msgstr ""
"أمتأكد من حذف السيرورة؟"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6897,13 +6929,13 @@ msgstr ""
"أمتأكد من حذف العنصر؟"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "هل ترغب بالفعل في حذف هذه الصفة '$ATTRIBUTENAME'؟"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6915,7 +6947,7 @@ msgstr ""
"أمتأكد من حذف التسليم؟"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6927,1001 +6959,1001 @@ msgstr ""
"أمتأكد من حذف الرابط؟"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "الاسم '%1' غير صالح في XML. الرجاء إدخال اسم مختلف."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "البادئة '%1' غير صالحة في XML. الرجاء إدخال بادئة مختلفة."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "الاسم '%1' موجود بالفعل. الرجاء إدخال اسم جديد."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "التسليم يجب أن يكون له اسم."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "إرسال"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "إحضار"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "لا شيء"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "السيرورة"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
#, fuzzy
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "المستندات:"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "الربط: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "مرجع: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "إجراء: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "طريقة: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "استبدال: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "إضافة عنصر"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "تحرير العنصر"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "حذف العنصر"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "إضافة صفة"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "تحرير الصفة"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "حذف الصفة"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "إضافة ربط"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "تحرير الربط"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "حذف الربط"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "إضافة طلب"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "تحرير التسليم"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "حذف التسليم"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "العناصر"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "السمات"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "روابط"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
#, fuzzy
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "ت_عبير الرّبط:"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "أتريد حقًّا إهمال استرجاع مستند %PRODUCTNAME؟"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "يسار"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "يمين"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "وسط"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "عشري"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "وضع الإدراج. انقر للتّغيير إلى وضع الكتابة الفوقيّة."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "وضع الكتابة الفوقيّة. انقر للتّغيير إلى وضع الإدراج."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "الكتابة على"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "التوقيع الرقمي: توقيع المستند مقبول."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "التوقيع الرقمي: توقيع المستند مقبول ولكن الشهادات تعذر تحقق منها."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "التوقيع الرقمي: هذا المستند غير موقع."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "التوقيع الرقمي: توقيع المستند والشهادة صحيحان، لكن لم يتم توقيع جميع أجزاء المستند."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "لقد عُدّل المستند. انقر لحفظه."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "لم يتم أي تعديل في المستند منذ آخر عملية حفظ."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "يحمّل المستند..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "لائم الشّريحة إلى النّافذة الحاليّة."
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "قرّب"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "بعّد"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "٥٠٪"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "١٠٠٪"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "١٥٠٪"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "٢٠٠٪"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "صفحة كاملة"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "عرض الصفحة"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "المنظور الأمثل"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "بما في ذلك الأنماط"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "أنما~ط الفقرات"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "أنما~ط الخلايا"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "وصلت إلى نهاية المستند"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "وصلت إلى نهاية الورقة"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "لم يُعثر على مفتاح البحث"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "وصلت إلى بداية المستند"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "لوح الألوان"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "كلمة السر غير صحيحة"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "كلمتا السر غير متطابقتين"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "تنقيط دائرية صغيرة صلبة"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "تنقيط دائرية كبيرة صلبة"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "تنقيط ألماس صلب"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "تنقيط مربعة كبيرة صلبة"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "تنقيط سهم التأشير الأيمن ملئت "
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "تنقيط سهم التأشير اﻷيمن"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "رقم 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "رقم 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "رقم (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "أرقام رومانية كبيرة I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "أحرف كبيرة ‪A) B) C)‬"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "أحرف صغيرة ‪a) b) c)‬"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "أحرف صغيرة ‪(a) (b) (c)‬"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "أرقام رومانية صغيرة ‪i. ii. iii.‬"
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "عددي وعددي وأحرف صغيرة ونقطة دائرية صغيرة صلبة"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "عددي وأحرف صغيرة ونقطة دائرية صغيرة صلبة"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "عددي - حروف صغيرة - رومانية صغيرة - حروف كبيرة نقط دائرية صغيرة صلبة"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "عددي"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "حروف رومانية كبيرة - حروف صغيرة - حروف رومانية صغيرة - حروف صغيرة - نقطة دائرية صغيرة صلبة"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "حروف كبيرة - حروف رومانية كبيرة - حروف صغيرة - حروف رومانية صغيرة - نقطة دائرية صغيرة صلبة"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "عددي مع كل المستويات الفرعية"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "نقطة تأشير يمين، نقطة سهم تأشير يمين، نقطة ألماسية صلبة، نقطة دائرية صغيرة صلبة"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "تعذر إنشاء ملف zip."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "أنماط تصميم الجدول"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "الإجراءات التي سيتم التراجع عنها: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "الإجراءات التي سيتم التراجع عنها: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "الإجراءات التي ستتم إعادتها: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "الإجراءات التي ستتم إعادتها: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "بحث"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "مطابقة الحالة"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) f بكسل)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) بدقّة $(DPI) نقطة لكل بوصة"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) ك.بايت"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "صورة GIF"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "صورة JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "صورة PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "صورة TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "صورة WMF"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "صورة MET"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "صورة PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "صورة SVG"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "صورة BMP"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "مجهول"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "حوّل"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "وضع الصورة"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "أحمر"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "أخضر"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "أزرق"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "الإضاءة"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "التباين"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "جاما"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "الشفافية"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "اقتصاص"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "الاتجاه المبدئيّ"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "من أعلى إلى أسفل"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "من أسفل إلى أعلى"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "متراكم"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "الهامش الأيسر: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "الهامش العلوي: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "الهامش الأيمن: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "الهامش السفلي: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "وصف الصفحة: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "أحرف كبيرة"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "أحرف صغيرة"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "أحرف استهلالية رومانية"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "أحرف صغيرة رومانية"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "العربية"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "بلا"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "بالعرض"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "بالطول"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "اليسار"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "اليمين"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "الكل"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "منعكس"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "المؤلف: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "التاريخ: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "النص: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "خلفية الحرف"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "لوح الألوان"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7929,1932 +7961,1932 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "لاتيني أساسي"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "لاتيني-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "لاتيني موسّع-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "لاتيني موسّع-A"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "ملحقات IPA "
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "أحرف معدّل المسافات"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "ضم علامات المميزة"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "يوناني أساسي"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "رموز يونانية وقبطية"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "السيريلية"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "الأرمنية"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "عبري أساسي"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "عبري موسّع"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "عربي أساسي"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "عربي موسّع"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "ديفاناغاري"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "البنغالية"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "غورموكي"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "الجيوجاراتية"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "الأورية"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "التاميلية"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "التيلوجو"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "الكانادية"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "المالايلامية"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "التايلاندية"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "اللاوية"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "الجورجية الأساسية"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "الجورجية الموسّعة"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "هانغول جامو"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "إضافات لاتينية موسعة"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "يوناني موسّع"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "علامات تنقيط عامّة"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "مرتفع ومنخفض"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "رموز العملة"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "ضم الرموز المميزة"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "رموز كالأحرف"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "أشكال الأرقام"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "الأسهم"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "مُعاملات رياضية"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "تقنية متنوعة"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "تحكم بالصور"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "تعرف بصري على الأحرف"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "تضمين النظام الذي يحوي الحروف والأرقام معا"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "رسم مربع"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "عناصر الكتلة"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "أشكال هندسية"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "رموز مختلفة"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "رموز تزيينية"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "رموز وعلامات تنقيط صينية ويابانية وكورية"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "هيراجانا"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "كاتاكانا"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "بوبوموفو"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "جامو المتوافق مع هانغول"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "متفرقات صينية ويابانية وكورية"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "أحرف وأشهر صينية ويابانية وكورية في دائرة"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "توافق الصينية واليابانية والكورية"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "هانغول"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "أيديوغرام موحّد صيني وياباني وكوري"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات أ)"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "منطقة استعمال خاص"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "توافق إيديوغرام الصينية واليابانية والكورية"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "نماذج عروض تقديمية أبجدية"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "نماذج عروض تقديمية عربية-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "ضم علامات النصف"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "نماذج توافق الصينية واليابانية والكورية"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "أنواع النماذج الصغيرة"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "نماذج عروض تقديمية عربية-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "نماذج نصف العرض وكامل العرض"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "خاصة"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "مقاطع يي"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "جذور يي"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "إيطالي قديم"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "القوطية"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "الديسيريت"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "رموز موسيقية بيزنطية"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "رموز موسيقية"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "رموز رياضية أبجدية رقمية"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات ب)"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات ج)"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات د)"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "إديوگرافات ص‌ي‌ك توافقية (تكميلي)"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "الوسوم"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "سريلي تكميلي"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "تحديدات مختلفة"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "مساحة تكميلية للاستعمال الخاص-أ"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "مساحة تكميلية للاستعمال الخاص-ب"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "اللمبو"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "تاي لي"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "رموز الخمارية"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "امتدادات صوتية"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "رموز وأسهم متفرقة"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "رموز يي جِن السداسية"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "مقاطع خطية ب"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "صور معنوية خطية ب"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "أرقام إيجية"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "الأوغاريتية"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "الشفيانية"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "العثمانية"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "سينهالا"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "التيبتية"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "ميانمار"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "الخميرية"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "الأوغمية"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "روني"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "السريانية"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "تانا"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "الحبشية"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "شيروكي"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "مقاطع الأرومي الكاناديين"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "المنغولية"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "رموز رياضية متفرقة-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "أسهم إضافية-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "أحرف بريل"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "أسهم إضافية-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "رموز رياضية متفرقة-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "تحميل العلامات الجذرية الصينية واليابانية والكورية"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "جذور كانغ سي"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "أحرف وصف إيديوغرامية"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "فلبينية"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "هانونو"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "تاغبانوا"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "بوهِد"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "كانبَن"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "بوبوموفو موسّع"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "صوتيّات كاتاكانا "
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "تركيبات ص‌ي‌ك"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "مقاطع القبرصية"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "رموز تاي زوان دجن"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "تكميليات منتقيات التنويعات"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "رموز موسيقية يونانية قديمة"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "أرقام يونانية قديمة"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "عربي تكميلي"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "البجينيزية"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "تكميلة علامات تشكيل مركبة"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "القبطية"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "إثيوبي ممتد"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "إثيوبي تكميلي"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "جورجي تكميلي"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "گلاگولي"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "خاروشذي"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "حروف النغمات المغيرة"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "تاي لو الجديد"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "فارسية قديمة"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "امتدادات صوتية تكميلية"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "ترقيم تكميلي"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "سيولتي ناگري"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "تيفيناغ"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "نماذج رأسية"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "إنكو"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "بالينية"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "لاتيني موسّع-ج"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "لاتيني موسّع-د"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "فاگس-با"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "فينيقية"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "مسماري"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "أعداد وترقيم مسماري"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "تعداد أرقام رود"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "سُنداني"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "ليبشا"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "أُول تشيكي"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "سريلي موسّع-أ"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "ڤاي"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "سريلي موسّع-ب"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "سوراشترا"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "كاياه لي"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "ريجانگ"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "تشام"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "رموز أثرية"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "قرص فستوس"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "ليشياني"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "كاريان"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "ليديان"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "مربعات ماهجونغ"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "مربعات دومينو"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "سامري"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "مقاطع الكنديين الأصليين موسع"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "تاي ثام"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "امتدادات ڤيدية"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "ليسو"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "باموم"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "أشكال الأعداد الهندية الشائعة"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "ديفاناغاري موسّع"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "هنگول جامو موسّع-أ"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "جاوية"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "ميانمار موسّع-أ"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "تاي ڤيت"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "ميتي مايك"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "هنگول جامو موسّع-ب"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "آرامي ملكي"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "عربي جنوبي قديم"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "أڤستانية"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "بارثيان نحتي"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "بهلوي نحتي"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "تركي قديم"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "رموز أرقام رومية"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "كياثي"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "هيروغليفي مصري"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "أبجدي رقمي محاط تكميلي"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "إديوگرافات محاطة تكميلي"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "مندياني"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "باتاك"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "إثيوبي موسّع-أ"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "برهمي"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "باموم تكميلي"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "كانا تكميلي"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "أوراق لعب"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "رموز وبكتوجرافات متنوعة"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "صور تعبيرية"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "رموز السفر والخرائط"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "رموز الخيميا"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "عربي موسّع-أ"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "رموز رياضية عربية أبجدية"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "شاكما"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "ميتي مايك تكميلي"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "مروية متصلة"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "مروية هيروغليفية"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "مياو"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "شارادا"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "سورا سُمپِنگ"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "سُنداني تكميلي"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "تاكري"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "تكميلة علامات تشكيل مركبة"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "لاتيني موسّع-A"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "خطّي"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "وضع"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "ميانمار موسّع-أ"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "عربي جنوبي قديم"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "أسهم إضافية-A"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات أ)"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "سريلي موسّع-أ"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "جورجي تكميلي"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "جديد"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "الإستخدام"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات أ)"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "ميانمار موسّع-أ"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "سريلي تكميلي"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10658,6 +10690,7 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "خط حد قطري من أسفل اليسار إلى أعلى اليمين"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10665,7 +10698,7 @@ msgid "None"
msgstr "لا شيء"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10673,14 +10706,14 @@ msgid "Bullet"
msgstr "نقاط"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "الرسومات"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10688,217 +10721,217 @@ msgid "Linked graphics"
msgstr "الصور المرتبطة"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "‏1، ‏2، ‏3، ‏..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "‏A، ‏B، ‏C، ‏..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "‏a، ‏b، ‏c، ‏..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "‏I، ‏II، ‏III، ‏..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "‏i، ‏ii، ‏iii، ‏..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "‏A، ..، ‏AA، ..، ‏AAA، ‏..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "‏a، ..، ‏aa، ..، ‏aaa، ‏..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "الأرقام المحلية"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "‏А، ‏Б، ..، ‏Аа، ‏Аб، ‏... (بلغاري)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "‏а، ‏б، ..، ‏аа، аб، ‏... (بلغاري)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "‏А، ‏Б، ..، ‏Аа، ‏Бб، ‏... (بلغاري)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "‏а، ‏б، ..، ‏аа، ‏бб، ‏... (بلغاري)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "‏А، ‏Б، ..، ‏Аа، ‏Аб، ‏... (روسي)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "‏а، ‏б، ..، ‏аа، ‏аб، ‏... (روسي)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "‏А، ‏Б، ..، ‏Аа، ‏Бб، ‏... (روسي)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "‏а، ‏б، ..، ‏аа، ‏бб، ‏... (روسي)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "‏А، ‏Б، ..، ‏Аа، ‏Аб، ‏... (صربي)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "‏а، ‏б، ..، ‏аа، ‏аб، ‏... (صربي)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "‏А، ‏Б، ..، ‏Аа، ‏Бб، ‏... (صربي)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "‏а، ‏б، ..، ‏аа، ‏бб، ‏... (صربي)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "‏Α، ‏Β، ‏Γ، ‏... (حروف يونانية كبيرة)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "‏α، ‏β، ‏γ، ‏... (حروف يونانية صغيرة)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr "١، ٢، ٣، ٤، … (عربي)"
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr "۱، ۲، ۳، ۴، … (فارسي)"
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16270,7 +16303,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/ar/sw/messages.po b/source/ar/sw/messages.po
index 33dc8b3ae12..ab00cd38569 100644
--- a/source/ar/sw/messages.po
+++ b/source/ar/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2020-06-26 08:22+0000\n"
"Last-Translator: صفا الفليج <safa1996alfulaij@gmail.com>\n"
"Language-Team: Arabic <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/ar/>\n"
@@ -573,7 +573,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "عدد الفقرات:"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -581,1301 +581,1337 @@ msgstr "عدد الفقرات:"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11013,127 +11049,127 @@ msgid "Width:"
msgstr "العرض:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "التّباعد:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "العرض والتباعد"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "النّ_مط:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "ال_عرض:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "الا_رتفاع:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "الم_وضع:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "الجزء العلوي"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "وسط"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "الجزء السفلي"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "ال_لون:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "سطر الفاصل"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "الأعمدة:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "توزيع المحتويات على _كل الأعمدة بالتساوي"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "التحديد"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "القسم الحالي"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "الأقسام المحددة"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "الإطار"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "نمط الصفحة: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_طبّق على:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "اتّ_جاه النّصّ:"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "إعدادات"
@@ -12866,67 +12902,67 @@ msgid "Space to text"
msgstr "المسافة حتى النص"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "منطقة الحاشية"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "الم_وضع"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "ال_نمط"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "ال_سمك"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "ال_لون"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "ال_طول"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "المسا_فة حتى محتويات الحاشية"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "يسار"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "وسط"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "يمين"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "السطر الفاصل"
@@ -19276,7 +19312,7 @@ msgid "_More Options"
msgstr "_خيارات أخرى"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "خيارات أكثر"
@@ -21500,43 +21536,43 @@ msgid "Remaining space:"
msgstr "المساحة المتبقّية:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "عرض عمود ٢"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "عرض عمود ٣"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "عرض عمود ٤"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "عرض عمود ٥"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "عرض عمود ٦"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "عرض عمود ١"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "عرض العمود"
diff --git a/source/as/chart2/messages.po b/source/as/chart2/messages.po
index 4581b85a061..ef5da8d00ae 100644
--- a/source/as/chart2/messages.po
+++ b/source/as/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2409,47 +2409,47 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "লিখনীৰ দিশ"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr ""
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "সাধাৰণ"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "স্বনিৰ্বাচিত"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr ""
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "ব্যৱধান (_S)"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
diff --git a/source/as/cui/messages.po b/source/as/cui/messages.po
index 9e7e47ffd3f..7a7b435fdd4 100644
--- a/source/as/cui/messages.po
+++ b/source/as/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4396,45 +4396,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "কেৱল টেক্সট (_T)"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/as/dbaccess/messages.po b/source/as/dbaccess/messages.po
index 250ac17b6c8..5ee010e3f2a 100644
--- a/source/as/dbaccess/messages.po
+++ b/source/as/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Assamese <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/as/>\n"
@@ -973,20 +973,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "কামবোৰ"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "বিৱৰণ"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "পূৰ্বদৃশ্য"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
@@ -1001,31 +995,31 @@ msgstr ""
"আপুনি সকলো ডকুমেন্ট বন্ধ কৰিবলৈ বিচাৰেনেকি?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "ফর্মৰ নাম (~o)"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "ৰিপর্টৰ নাম (~R)"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "ফোল্ডাৰৰ নাম (~o)"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "এই আলেখ্যনত প্ৰোথিত থকা macros থকা ফৰ্ম বা প্ৰতিবেদন আছে ।"
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1041,261 +1035,261 @@ msgstr ""
"মন কৰিব যে প্ৰব্ৰজন শেষ নোহোৱালৈকে আপুনি ডাটাবেইচৰ দস্তাবেজত মেক্ৰ'সমূহ প্ৰোথিত কৰিব নোৱাৰে। "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "প্ৰোথিত তথ্যভঁৰদাল"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "আপুনি বিভিন্ন বিভাগ বাচিব নোৱাৰে।"
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "অসমৰ্থিত অবজেক্ট ধৰণ পোৱা গৈছে ($type$)।"
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "উন্নত বৈশিষ্ট্যসমূহ"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "অতিৰিক্ত ছেটিংছ্"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "সংযোগ ছেটিংছ্"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "টেবুলৰ নাম (~T)"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "প্ৰশ্নৰ নাম (~Q)"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "চিহ্নিত নামলৈ পুনৰ নামকৰণ কৰক"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "চিহ্নিত ৰূপে সুমুৱাওক"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "আপুনি নিৰ্বাচিত ডাটাটো ডিলিট কৰিব বিচাৰেনেকি ?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "বৰ্গীকৰণ নিৰ্ণায়কটো ছেটিং কৰোঁতে ভুল হৈছে"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "ফিল্টাৰ নিৰ্ণায়কটো ছেটিং কৰোঁতে ভুল হৈছে"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "সংযোগ নষ্ট হ'ল"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "প্ৰশ্নবোৰ"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "টেবুলবোৰ"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "ডিলিট কৰাটো নিশ্চিত কৰক"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "'%1' টেবুলখন আপুনি ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
#, fuzzy
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "ডাটাবেছটোলৈ সংযোগ হেৰাই গৈছে. আপুনি পুনৰ সংযোগ কৰিবলৈ বিচাৰেনেকি?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "সঁকিয়নিবোৰৰ সন্মুখীন হ'ল"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "টেবুলবোৰ সংশোধন কৰোতে, সঁকিয়নিবোৰ ডাটাবেছ সংযোগটোৰ দ্বাৰা ৰিপৰ্ট কৰা হ'ল."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "\"$name$\" লৈ ল'ড কৰি আছে ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "$name$ ল'ড কৰি আছে ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "$name$ টেবুল ল'ড কৰি আছে ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "কোনো টেবুল ফৰমেট পাব পৰা নগ'ল."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "ডাটা উত্স\"$name$\" টো স্থাপন কৰিব পৰা নগ'ল."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "অজ্ঞাত;টেক্সট্;সংখ্যা;তাৰিখ/সময়;তাৰিখ;সময়;হয়/নহয়;মুদ্ৰা;মেম';কাউন্টাৰ;ছবি;টেক্সট (নিৰ্দিষ্ট);দশমিক;বাইনেৰী (নিৰ্দিষ্ট);বাইনেৰী;BigInt;দ্বৈত;ফ্লট্;প্ৰকৃত;অখণ্ড সংখ্যা;সৰু অখণ্ড সংখ্যা;অতি ক্ষুদ্ৰ অখণ্ড সংখ্যা;SQL বাতিল;বস্তু;স্পষ্ট;গাথঁনি;ফিল্ড;BLOB;CLOB;REF;OTHER"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "প্ৰাথমিক চাবি ভৰাওক/আঁতৰাওক"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "হয়"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "নহয়"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<none>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "ফিল্ড নাম"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "ফিল্ড প্রকাৰ"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "বিৱৰণ"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "স্তম্ভ বিৱৰণ"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "ফিল্ড বৈশিষ্ট্যবোৰ"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "কক্ষ সলনি কৰক"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "শাৰী ডিলিট কৰক"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "ফিল্ড প্রকাৰ সলনি কৰক"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "শাৰী ভৰাওক"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "নতুন শাৰী ভৰাওক"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "অবিকল্পিত মান (~D)"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1305,7 +1299,7 @@ msgstr ""
"ফিল্ডখনত ডিফল্ট মূল্য নাথাকিবলৈ খালী ষ্ট্ৰীংটো নিৰ্বাচন কৰক."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1317,19 +1311,19 @@ msgstr ""
"আপুনি পাছত যেতিয়া টেবুলত ডাটা ভৰায়, নিৰ্বাচিত ফাইলৰ কাৰণে এই ষ্ট্ৰীং প্ৰতিটো নতুন ৰেকৰ্ডত ব্যৱহৃত হব. এইটো , সেইকাৰণে, কক্ষ ফৰমেটটোৰ লগত সামঞ্জস্য ৰাখি সেইটো তলত এন্টাৰ কৰাটো প্ৰয়োজন."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "অনুমতি থকা সৰ্বাধিক টেকস্টৰ দৈৰ্ঘ্য দিয়ক ।"
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "নাম্বাৰ ফৰমেটটো ভৰাওক."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1343,25 +1337,25 @@ msgstr ""
"মূল্যটো যথাক্ৰমে শুদ্ধ কৰা হ'ব যেতিয়া ই এই ডাটাবেছৰ সৰ্বাধিকটো অতিক্ৰম কৰে."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "এই ফিল্ডত অনুমোদিত দশমিক স্থানবোৰৰ সংখ্যাটো নিৰ্দিষ্ট কৰক."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "বৰ্তমানৰ ফৰমেটটোত কেনেকৈ ডাটা প্ৰদৰ্শিত হ'ব এইখিনিতেই আপুনি দেখে (ফৰমেটটো ৰূপান্তৰ কৰিবলৈ সোঁফালে থকা বাটনটো ব্যৱহাৰ কৰক)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "এইখিনিতেই আপুনি ডাটাটোৰ আউটপুট ফৰমেটটো নিৰ্ধাৰণ কৰে."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1373,49 +1367,49 @@ msgstr ""
"এইধৰণৰ ফিল্ডবোৰত আপুনি ডাটা ভৰাব নোৱাৰে. প্ৰতিটো নতুন ৰেকৰ্ডলৈ এটা অন্তনিৰ্হিত মূল্য স্বয়ংক্ৰিয়ভাৱে নিৰ্ধাৰণ কৰা হ'ব(পূৰ্বৱৰ্তী ৰেকৰ্ডৰ বৃদ্ধিৰ পৰা ওলোৱা)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "টেবুলখন ছেভ কৰিব নোৱাৰি কাৰণ স্তম্ভ \"$column$\" ৰ নাম দুবাৰ নিৰ্ধাৰণ কৰা হৈছে."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "\"$column$\" স্তম্ভটো প্ৰাইমেৰী চাবিটোৰ অন্তৰ্ভূক্ত.যদি স্তম্ভটো ডিলিট কৰা হয়, প্ৰাথমিক চাবিটোও ডিলিট হ'ব. আপুনি সঁচাকৈয়ে অব্যাহত ৰাখিবলৈ বিচাৰেনেকি?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "প্রাথমিক চাবি প্ৰভাৱিত"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "স্তম্ভ"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "যিকোনো উপায়ে অব্যাহত ৰাখিবনে?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "ডাটাবেছলৈ সংযোগ কৰোঁতে হোৱা সমস্যাৰ কাৰণে টেবুলখন ছেভ কৰিব পৰা নগ'ল."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "ডাটা উত্সটো ডিলিট কৰা হৈছে বাবেই টেবুল ফিল্টাৰটো সমাযোজন কৰিব পৰা নগ'ল."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
#, fuzzy
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
@@ -1426,13 +1420,13 @@ msgstr ""
"আপুনি সলনিবোৰ এতিয়া ছেভ কৰিবলৈ বিচাৰেনেকি?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "কোনো প্রাইমেৰী চাবি নাই"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1446,25 +1440,25 @@ msgstr ""
"এতিয়াই এটা প্ৰাথমিক চাবি সৃষ্টি কৰা উচিতনে?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "\"$column$\" স্তম্ভটো সলনি কৰিব পৰা নগ'ল. স্তম্ভটো তথাপিও ডিলিট কৰা আৰু নতুন ফৰমেট সংলগ্ন কৰা উচিতনে?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "টেবুলৰ পৰিকল্পনা ৰক্ষা কৰোঁতে ভুল"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "$column$ স্তম্ভ আঁতৰাব পৰা ন'গ'ল ।"
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1476,7 +1470,7 @@ msgstr ""
"যেতিয়া টেবুলখন সৃষ্টি কৰা হয় এই বিবৃতিটো ডাটাবেছটোলৈ প্ৰত্যক্ষভাৱে বদলি কৰা হ'ব."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1486,37 +1480,37 @@ msgstr ""
"এই ডাটা উত্সৰ বাবে টেবুল ডিজাইন প্ৰকাৰ মজুত নাই."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "ফিল্ডৰ নাম সলনি কৰক"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "ফিল্ডৰ প্রকাৰ সলনি কৰক"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "স্তম্ভৰ বিৱৰণ সলনি কৰকে"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "ফিল্ডৰ এট্ৰিবিয়ুট সলনি কৰক"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "ডাটা উত্স \"$name$\" লৈ এটা পাছৱৰ্ড সংযোগ কৰা প্ৰয়োজন."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1532,49 +1526,49 @@ msgstr ""
"নাই. এইটো সৃষ্টি কৰা উচিতনে?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "$name$ নিৰ্দেশিকাখন সৃষ্টি কৰিব পৰা নগ'ল."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ফাইলটো ইতিমধ্যে আছে. আপুনি অভাৰৰাইট কৰিবলৈ বিচাৰেনেকি?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "ফল্ডাৰ"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "ডাটাবেছৰ বৈশিষ্ট্যবোৰ"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "ডাটা উত্স বৈশিষ্ট্যবোৰ: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "ইয়াৰ সলনি ইতিমধ্যে থকা তথ্যভঁৰাললৈ সংযোগ কৰিবলৈ অনুগ্ৰহ কৰি 'ইতিমধ্যে থকা তথ্যভঁৰাললৈ সংযোগ কৰক' নিৰ্ব্বাচন কৰক ।"
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "প্ৰগ্ৰেম লাইব্ৰেৰী #lib# টো ল'ড কৰিব পৰা নগ'ল নাইবা ই ক্ষতিগ্ৰস্থ হৈছে। ODBC তথ্য উৎসৰ নিৰ্বাচন মজুত নাই।"
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1584,152 +1578,152 @@ msgstr ""
"ছেটিংছটো সলনি কৰিবলৈ আপোনাক অনুমতি দিয়া হৈছে, কিন্তু আপুনি সম্ভৱতঃ ডাটাবেছটোলৈ সংযোগ কৰিবলৈ সমৰ্থ নহব."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{None}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 ছেট কৰাটো অপৰিহাৰ্য."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 আৰু #2 বেলেগ হোৱাটো অপৰিহাৰ্য."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "তেনেধৰণৰ ?,* ৱাইল্ডকাৰ্ডবোৰ #1ত অনুমোদিত নহয়."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "সংযোগ পৰীক্ষা"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "সংযোগটো সফলতাৰে প্ৰতিষ্ঠা কৰা হ'ল."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "সংযোগ স্থাপন কৰিব নোৱাৰি ।"
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC ড্ৰাইভাৰটো সফলতাৰে ল'ড কৰা হ'ল."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC ড্ৰাইভাৰটো ল'ড কৰিব পৰা নগ'ল."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS এক্সেছ ফাইল"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007 নথিপত্ৰ"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Firebird ডাটাবেইচ"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "ছিষ্টেম"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "সৃষ্টি কৰাৰ সময়ত ভুল"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "\"$file$\" আলেখ্যন খুলিব নোৱাৰি ।"
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "টেবুলখন ডিলিট কৰিব নোৱাৰি কাৰণ ডাটাবেছ সংযোগটোৱে এইটো সমৰ্থন নকৰে."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "সকলো (‌~A)"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "পূৰ্ব নিৰ্দেশ বাতিল কৰক:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "পুনৰ কৰক:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "স্তম্ভ '#1' ৰ কাৰণে কোনো সামঞ্জস্য থকা স্তম্ভৰ প্ৰকাৰ পোৱা নগ'ল."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "\"$file$\" ফাইলটোৰ অস্তিত্ব নাই."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "তথ্য উৎসলৈ সংযোগ কৰোঁতে সকীয়নি পোৱা গ'ল । সিহঁতক চাবলৈ \"$buttontext$\" টিপক ।"
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1740,199 +1734,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "SDBC ড্ৰাইভাৰ পৰিচালক (#servicename#) টো সংযোগ কৰিব নোৱাৰি."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "URL #connurl# টোৰ বাবে এটা ড্ৰাইভাৰ ৰেজিষ্টাৰ কৰা নাই।"
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "সফলতাৰে সংযোগ কৰা হ'ল, কিন্তু ডাটাবেছ টেবুলবোৰৰ বিষয়ে তথ্য মজুত নাই."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "সকলো টেবুল"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "সকলো দৃশ্য"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "সকলোবোৰ টেবুল আৰু দৃশ্য"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "টেবুলৰ নাম"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "ডাটা ভৰাওক"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "ডাটা ডিলিট কৰক"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "ডাটা ৰূপান্তৰ কৰক"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "গাঁথনিক পৰিৱর্তন"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "ডাটা পঢ়ক"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "প্রসংগবোৰ ৰূপান্তৰ কৰক"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "গাঁথনি আঁতৰ কৰক"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "dBASE ফাইলবোৰলৈ পথ"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "টেক্সট ফাইলবোৰলৈ পথ"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "স্প্ৰেডশ্বীট ডকুমেন্টটোলৈ পথ"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "আপোনাৰ ছিষ্টেমত ODBC ডাটা উত্সটোৰ নাম"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "MySQL ডাটাবেছটোৰ নাম"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "অৰেকল ডাটাবেছটোৰ নাম"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft Access ডাটাবেইচ ফাইল"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "আৰু কোনো ছেটিংৰ প্ৰয়োজন নাই। সংযোগে কাম কৰি আছে নে নিৰূপণ কৰিবলৈ '%test' বুটাম ক্লিক কৰক।"
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "হস্ট নাম (~H)"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Mozilla আলেখ্যৰ নাম (~M)"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Thunderbird আলেখ্যৰ নাম (~T)"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "টেবুলবোৰ যোগ কৰক"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "টেবুল বা প্ৰশ্ন যোগ কৰক"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "স্তম্ভবোৰ প্ৰয়োগ কৰক"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "প্ৰকাৰ ফৰমেট কৰা হৈছে"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1940,163 +1934,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "স্তম্ভ নির্ধাৰণ কৰক"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< পিছলৈ (~B)"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "পৰৱর্তী (~N) >"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "সৃষ্টি কৰক (~r)"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "টেবুলৰ প্ৰতিলিপি কৰক"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "টেবুলৰ প্ৰতিলিপি কৰক"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "বৰ্তমানৰ ডাটাবেছত এই টেবুলৰ নামটো কাৰ্যকৰী নহয়."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "বৰ্ত্তমানৰ টেবুলত তথ্য যোগ কৰিবলৈ প্ৰথম পৃষ্ঠাত 'তথ্য যোগ কৰক' বিকল্প নিৰ্ব্বাচন কৰক ।"
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "অনুগ্ৰহ কৰি টেবুলৰ নামটো সলনি কৰক. এইটো বহুত দীঘল."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "ডাটাবেছ উইজাৰ্ড"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "ডাটাবেছ বাছনী কৰক"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "dBASE সংযোগ ছেট আপ কৰক"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "টেক্সট ফাইলবোৰলৈ এটা সংযোগ ছেট আপ কৰক"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "মাইক্ৰ'ছফট এক্সেছ সংযোগ ছেট আপ কৰক"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "LDAP সংযোগ ছেট আপ কৰক"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "ADO সংযোগ ছেট আপ কৰক"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "JDBC সংযোগ ছেট আপ কৰক"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "অৰেকল ডাটাবেছ সংযোগ ছেট আপ কৰক"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "MySQL সংযোগ ছেট আপ কৰক"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "ODBC সংযোগ ছেট আপ কৰক"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "ব্যৱহাৰকৰ্তাৰ বিশ্বাসযোগ্যকৰণ ছেট আপ কৰক"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "MySQL চাৰ্ভাৰ তথ্য সংহতি কৰক"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "সংৰক্ষণ কৰক আৰু আগবাঢ়ক"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "নতুন ডাটাবেছ্"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "JDBC ব্যৱহাৰ কৰি এটা MySQL ডাটাবেছলৈ সংযোগ ছেট আপ কৰক"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
#, fuzzy
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
@@ -2107,68 +2101,68 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ ছিষ্টেম এডমিনিষ্ট্ৰেটৰক যোগাযোগ কৰক যদিহে আপুনি তলৰ ছেটিংছৰ বিষয়ে নিশ্চিত নহয়।"
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC ড্ৰাইভাৰ শ্ৰেণী (~r):"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "অবিকল্পিত: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "dBASE ফাইলবোৰলৈ এটা সংযোগ ছেট আপ কৰক"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "ফাইলটো নিৰ্বাচন কৰক য'ত dBASE ফাইলবোৰ ষ্টৰ কৰা আছে."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "টেক্সট ফাইলবোৰলৈ এটা সংযোগ ছেট আপ কৰক"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
#, fuzzy
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "ফল্ডাৰটো নিৰ্বাচন কৰক য'ত CSV (কমা ছেপাৰেটেড ভেল্যুজ) টেক্সট ফাইলবোৰ ষ্টৰ কৰা আছে. %PRODUCTNAME আধাৰে কেৱল পঢ়িব পৰা প্ৰকাৰতহে এই ফাইলবোৰ খুলিব."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "টেক্সট ফাইলবোৰলৈ পথ"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "মাইক্ৰছফট এক্সেছ ডাটাবেছলৈ এটা সংযোগ ছেট আপ কৰক"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "অনুগ্ৰহ কৰি আপুনি প্ৰবেশ কৰিবলৈ বিচৰা মাইক্ৰছফট এক্সেছ ফাইলটো নিৰ্বাচন কৰক."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "এটা ADO ডাটাবেছলৈ এটা সংযোগ ছেট আপ কৰক"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
#, fuzzy
msgctxt "STR_ADO_HELPTEXT"
msgid ""
@@ -2181,13 +2175,13 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ ছিষ্টেম প্ৰশাসকক যোগাযোগ কৰক যদিহে আপুনি তলৰ ছেটিংছবোৰৰ বিষয়ে নিশ্চিত নহয়."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "এটা ODBC ডাটাবেছলৈ এটা সংযোগ ছেট আপ কৰক"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
#, fuzzy
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
@@ -2200,13 +2194,13 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ ছিষ্টেম প্ৰশাসকক যোগাযোগ কৰক যদিহে আপুনি তলৰ ছেটিংছবোৰৰ বিষয়ে নিশ্চিত নহয়।"
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "এটা JDBC ডাটাবেছলৈ এটা সংযোগ ছেট আপ কৰক"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
#, fuzzy
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
@@ -2217,25 +2211,25 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ ছিষ্টেম এডমিনিষ্ট্ৰেটৰক যোগাযোগ কৰক যদিহে আপুনি তলৰ ছেটিংছবোৰৰ বিষয়ে নিশ্চিত নহয়।"
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "এটা অৰেকল ডাটাবেছলৈ এটা সংযোগ ছেট আপ কৰক"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "ডিফল্ট: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle JDBC ড্ৰাইভাৰ শ্ৰেণী (~d)"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
#, fuzzy
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
@@ -2246,13 +2240,13 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ ছিষ্টেম প্ৰশাসকৰ সৈতে যোগাযোগ কৰক যদিহে আপুনি তলৰ ছেটিংছবোৰৰ বিষয়ে নিশ্চিত নহয়।"
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "স্প্ৰেডশ্বীটলৈ এটা সংযোগ ছেট আপ কৰক"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
#, fuzzy
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
@@ -2263,278 +2257,278 @@ msgstr ""
"কেৱল পঢ়িব পৰা প্ৰকাৰত %PRODUCTNAME য়ে এই ফাইলটটো খুলিব."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "অৱস্থান আৰু ফাইলৰ নাম (~L)"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "নিৰ্দেশ সফলতাৰে কাৰ্যকৰী কৰা হল."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "ডাটাবেছলৈ সংযোগ হেৰাই গৈছে. এই সংলাপটো বন্ধ কৰা হব."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "ক্ৰম বৰ্গীকৰণ কৰক"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "অনুক্রমণিকা ফিল্ড"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "আৰোহণ কৰি আছে"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "অৱৰোহণ কৰি আছে"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "আপুনি সচাকৈয়ে '$name$' অনুক্ৰমণিকাটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "অনুক্রমণিকা"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "অনুক্ৰমণিকাটোত কমপক্ষেও এখন ফিল্ড থকাটো অপৰিহাৰ্য ."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "\"$name$\" নামৰ এটা অনুক্ৰমণিকা আগৰে পৰা আছে."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "এটা অনুক্ৰমণিকা সংজ্ঞাত, কোনো টেবুল স্তম্ভ এবাৰতকৈ বেছিকৈ নোলাব পাৰে. তথাপিও, আপুনি\"$name$\" স্তম্ভ দুবাৰ ভৰাইছে."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
#, fuzzy
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "\"$name$\" স্তম্ভটোৰ কাৰণে প্ৰৱিষ্টিটো এটা কাৰ্যকৰী মূল্যলৈ সলনি কৰিব পৰা নগ'ল"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "SQL অৱস্থা"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "ত্ৰুটি ক'ড"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "এই ভুলটোৰ এটা নিয়মীয়া কাৰণ হৈছে আপোনাৰ ডাটাবেছৰ ভাষাৰ কাৰণে অনুপযুক্ত আখৰ ছেট ছেটিং কৰাটো. সম্পাদনা-ডাটাবেছ-বৈশিষ্ট্য বাছনী কৰি ছেটিংটো পৰীক্ষা কৰক."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "ভুল"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "সতৰ্কবাৰ্তা"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "তথ্য"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "পুংখানুপূংখ বিৱৰণবোৰ"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "আপুনি সঁচাকৈয়ে ব্যৱহাৰকৰ্তাক ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "ডাটাবেছটোৱে ব্যৱহাৰকৰ্তাৰ প্ৰশাসন সমৰ্থন নকৰে."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "পাছৱৰ্ডবোৰ মিলা নাই. অনুগ্ৰহ কৰি পাছৱৰ্ডটো আকৌ ভৰাওক."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "অনুগ্ৰহ কৰি মন কৰক যে কিছুমান ডাটাবেছে এই জোৰা দিয়া প্ৰকাৰ সমৰ্থন নকৰিব পাৰে."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "কেৱল সেই ৰেকৰ্ডবোৰহে অন্তৰ্ভূক্ত কৰে যিবোৰৰ কাৰণে বিষয়বোৰৰ সম্বন্ধীয় ফিল্ডবোৰৰ দুয়োখন টেবুল একেধৰণঁৰ."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "'%1'ৰ পৰা ALL ৰেকৰ্ডবোৰ ধাৰণ কৰে কিন্তু '%2' টেবুলৰ পৰা সেই ৰেকৰ্ডবোৰহে ধাৰণ কৰে য'ত সম্বন্ধীয় ফিল্ডবোৰৰ মূল্যবোৰ মিলি আছে."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "'%1' আৰু '%2'ৰ পৰা ALL ৰেকৰ্ডবোৰ ধাৰণ কৰে."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "'%1' আৰু '%2' ৰ পৰা পোৱা সকলো ৰকৰ্ডৰ কাৰ্তেছিয়ান প্ৰ'ডাক্ট আছে।"
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "গন্তব্যৰ তথ্যভঁৰালে views ৰ সমৰ্থন নকৰে ।"
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "গন্তব্যৰ তথ্যভঁৰালে primary keys ৰ সমৰ্থন নকৰে ।"
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "কোনো data access descriptor পোৱা ন'গ'ল, বা কোনো data access descriptor এ সকলো প্ৰয়োজনীয় তথ্য দিব নোৱাৰিলে ।"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "এই সময়ত অকল টেবুল আৰু অনুসন্ধানৰহে সমৰ্থন দিয়া হয় ।"
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "নকল উৎসৰ ফলাফলৰ গোটে পত্ৰচিহ্ন সমৰ্থন কৰিব লাগিব ।"
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "অসমৰ্থিত উৎসৰ স্তম্ভৰ ধৰণ ($type$) স্তম্ভৰ স্থান $pos$ ত ।"
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "আৰম্ভ কৰা স্থিতিমাপত অবৈধ সংখ্যা ।"
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "আৰম্ভ কৰোঁতে এটা ভুল হ'ল ।"
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "উৎস কপি বিৱৰকৰ অসমৰ্থিত সংহতি: $name$।"
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "এটা প্ৰশ্ন কপি কৰিবলে, আপোনাৰ সংযোগৰ প্ৰশ্ন যোগান দিয়াৰ ক্ষমতা থাকিব লাগিব।"
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "যোগান দিয়া ভাব-বিনিময় হেন্ডলাৰ অবৈধ।"
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "এই সম্বন্ধ নাই । আপুনি ইয়াক সম্পাদন কৰিব খোজে নে নতুন এটা সৃষ্টি কৰিব খোজে ?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "সম্পাদনা..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "সৃষ্টি কৰক..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME আধাৰ: সম্বন্ধ ডিজাইন"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "ডাটাবেছটোৱে সম্বন্ধবোৰ সমৰ্থন নকৰে."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "আপুনি যেতিয়াই এই টেবুলখন ডিলিট কৰে সকলো সদৃশ সম্বন্ধও ডিলিট হব. আপুনি অব্যাহত ৰাখিবনে?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4716,7 +4710,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "এপ্লিকেচনসমূহৰ বাবে দৃশ্যমান থাকিব লগিয়া টেবুলসমূহ চিহ্নিত কৰক।"
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
#, fuzzy
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
@@ -4746,6 +4740,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "টেবুল বা প্ৰশ্ন যোগ কৰক"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
#, fuzzy
diff --git a/source/as/desktop/messages.po b/source/as/desktop/messages.po
index fbce8296650..707f657182a 100644
--- a/source/as/desktop/messages.po
+++ b/source/as/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -123,146 +123,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "সম্প্ৰসাৰণ"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO বহুমুখী লাইব্ৰেৰীৰ উপাংশ"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO জাভাৰ উপাংশ"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO পাইথনৰ উপাংশ"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO উপাদানসমূহ"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB টাইপ লাইব্ৰেৰী"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO জাভা টাইপ লাইব্ৰেৰী"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG লাইব্ৰেৰী"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "সহায়"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "সম্প্ৰসাৰণ সংস্থাপন কৰিব নোৱাৰি কাৰণ:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "সম্প্ৰসাৰণ সংস্থাপিত ন'হ'ব কাৰণ সহায়ৰ নথিপত্ৰত এটা ভুল হ'ল:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "সম্প্ৰসাৰণ(সমূহ) যোগ কৰক"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "আতৰাওক (~R)"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "সামৰ্থবান কৰক (~E)"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "অসামৰ্থবান কৰক (~D)"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "উন্নয়ন (~U)..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME যোগ কৰা হৈছে"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "%EXTENSION_NAME আঁতৰুৱা হৈছে"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME সক্ৰিয় কৰা হৈছে"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME নিষ্ক্ৰিয় কৰা হৈছে"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "%EXTENSION_NAME -ৰ কাৰণে অনুজ্ঞা গ্ৰহন কৰক"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "ভুল: এই সম্প্ৰসাৰণৰ অৱস্থা অজ্ঞাত"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "বন্ধ কৰক"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "বাদ দিয়ক"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -274,25 +280,25 @@ msgstr ""
"সেয়াৰ প্ৰসাৰনসমূহ আপডেইট কৰাৰ কাৰণে প্ৰসাশনীয় সুবিধাসমূহৰ প্ৰয়োজন। নিম্নলিখিত সেয়াৰ প্ৰসাৰনসমূহ আপডেইট কৰিবলে আপোনাৰ চিস্টেম প্ৰসাশকক যোগাযোগ কৰক:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "সম্প্ৰসাৰণ সামৰ্থবান কৰিব নোৱাৰি কাৰণ নিম্নলিখিত চিস্টেম নিৰ্ভৰশীলতাসমূহ পূৰণ কৰা হোৱা নাই:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "এই প্ৰসাৰন অসামৰ্থবান কাৰণ আপুনি অনুজ্ঞা এতিয়ালৈকে মানি লোৱা নাই।\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "অনুজ্ঞা দেখুৱাওক"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
#, fuzzy
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
@@ -305,19 +311,19 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
#, fuzzy
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
@@ -330,7 +336,7 @@ msgstr ""
"প্ৰসাৰণ আতৰোৱা বন্ধ কৰিবলে 'বাতিল কৰক' ক্লিক কৰক।"
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
#, fuzzy
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
@@ -343,7 +349,7 @@ msgstr ""
"সংস্থাপন আঁতৰুৱা বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
#, fuzzy
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
@@ -356,7 +362,7 @@ msgstr ""
"সংস্থাপন সক্ৰিয় কৰা বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
#, fuzzy
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
@@ -369,91 +375,91 @@ msgstr ""
"সংস্থাপন নিষ্ক্ৰিয় কৰা বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "'%Name' সম্প্ৰসাৰণ এই কম্পিউটাৰত কাম নকৰে।"
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "সম্প্ৰসাৰণ সংস্থাপন কৰা হৈছে..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "সংস্থাপন সম্পূৰ্ণ"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "কোনো ভুল নাই ।"
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "%NAME সম্প্ৰসাৰণ ডাউন্‌লোড কৰোঁতে ভুল। "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "ভুল সম্বাদ হ'ল: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "%NAME সম্প্ৰসাৰণ সংস্থাপন কৰোঁতে ভুল। "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "%NAME সম্প্ৰসাৰণৰ কাৰণে অনুজ্ঞাচুক্তি মানি লোৱা ন'গ'ল। "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "সম্প্ৰসাৰণ সংস্থাপন কৰা নহয় ।"
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "অজ্ঞাত"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "প্ৰসাৰণৰ অন্তত OpenOffice.org প্ৰসংগ সংস্কৰণ %VERSION ৰ প্ৰয়োজন"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "প্ৰসাৰণে %VERSION কে ডাঙৰ OpenOffice.org প্ৰসংগ সংস্কৰণ সমৰ্থন নকৰে"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "সম্প্ৰসাৰনৰ অন্তত %PRODUCTNAME সংস্কৰণ %VERSION ৰ প্ৰয়োজন"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
@@ -468,7 +474,7 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -482,7 +488,7 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
@@ -497,7 +503,7 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -511,7 +517,7 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
@@ -526,7 +532,7 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -540,145 +546,145 @@ msgstr ""
"সংস্থাপন বন্ধ কৰিবলৈ 'বাতিল কৰক' টিপক।"
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "কোনো নতুন উন্নয়ন নাই"
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "কোনো সংস্থাপনযোগ্য উন্নয়ন পোৱা ন'গ'ল । সকলো উন্নয়ন চাবলৈ, 'সকলো উন্নয়ন দেখুৱাওক' ছেক্‌ বাকচ্‌ চিহ্নিত কৰক ।"
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "এটা ত্ৰুটি দেখা দিছে:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "অজ্ঞাত ভুল ।"
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "এই আপডেইটৰ কাৰণে কোনো বিৱৰণ উপলব্ধ নহয়।"
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "সম্প্ৰসাৰণ সংস্থাপন কৰিব নোৱাৰি কাৰণ:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "প্ৰয়েজনীয় %PRODUCTNAME সংস্কৰণ মিল নাখায়:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "আপোনাৰ %PRODUCTNAME %VERSION আছে"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "চৰক ভিত্তিক উন্নয়ন"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "সংস্কৰণ"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "এই আপডেইট উপেক্ষা কৰা হব।\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "প্ৰয়োগটো আৰম্ভ কৰিব নোৱাৰি. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "ৰূপৰেখা নিৰ্দেশিকা \"$1\" খন পাব পৰা নগ'ল."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "ইনষ্টলেছন পথটো অকাৰ্যকৰী."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "এটা অভ্যন্তৰীক ত্ৰুটি দেখা দিছে।"
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "ৰূপৰেখা ফাইল\"$1\" টো ত্ৰুটিপূৰ্ণ."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "ৰূপৰেখা ফাইল\"$1\"টো পোৱা নগ'ল."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "ৰূপৰেখা ফাইল \"$1\"টোৱে বৰ্তমানৰ সংস্কৰণক সমৰ্থন নকৰে."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "ব্যৱহাৰকৰোঁতাৰ সংযোগমাধ্যমৰ ভাষা নিৰ্ধাৰণ কৰিব নোৱাৰি ।"
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "ব্যৱহাৰকাৰী ইনস্টলেষণ সম্পূৰ্ণ কৰিব পৰা নগল। "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "ৰূপৰেখা সেৱাটো মজুত নাই."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "CD ৰ পৰা ইনষ্টলেছন মেৰামতি কৰিবলৈ বা ইনষ্টলেছন পেকেজবোৰ ধাৰণ কৰি থকা ফল্ডাৰটোলৈ ছেট আপ প্ৰয়োগ আৰম্ভ কৰক."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "আপোনাৰ মুখ্য ৰূপৰেখা প্ৰবেশ কৰোঁতে এটা সাধাৰণ ভুল ওলাল. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -690,19 +696,19 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ ছিষ্টেম প্ৰশাসকক যোগাযোগ কৰক."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "তলৰ আভ্যন্তৰীণ ভুলটো ওলাল: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "%PRODUCTNAME ক ইনস্টলেষণ অথবা আপডেইটৰ পিছত হস্তচালিতভাৱে পুনাৰম্ভ কৰিব লাগিব।"
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
#, fuzzy
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
@@ -717,25 +723,25 @@ msgstr ""
"আপুনি সচাঁকৈয়ে অব্যাহত ৰাখিবনে?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "মূদ্ৰণ নিষ্ক্ৰিয় । কোনো আলেখ্যন মূদ্ৰণ কৰিব নোৱাৰি ।"
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "পথ পৰিচালক নাই ।\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -743,7 +749,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -751,62 +757,62 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "$NAME -ৰ প্ৰসাৰণ চফ্টওৱেৰ অনুজ্ঞা চুক্তি:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "ওপৰত দেখুৱা সম্পূৰ্ণ অনুজ্ঞা চুক্তি পঢ়ক । গ্ৰহণ কৰিবলৈ ক'ন্সোলত \"হয়\" লিখক আৰু তাৰ পিছত Return চাবি টিপক । অগ্ৰাহ্য কৰিবলৈ \"নহয়\" টিপক আৰু সম্প্ৰসাৰণৰ প্ৰতিষ্ঠা বাতি কৰক ।"
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[\"হয়\" বা \"নহয়\" লিখক]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "আপোনাৰ নিবেশ ভুল । অনুগ্ৰহ কৰি \"হয়\" বা \"নহয়\" টিপক:"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "হয়"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "নহয়"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
#, fuzzy
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg আৰম্ভ কৰিব নোৱাৰি। লক নথিপত্ৰয় ইয়াক ইতিমধ্যে চলি থকা বুলি দেখাই আছে। যদি ই প্ৰয়োগ নহয়, লক নথিপত্ৰক মচি দিয়ক:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ত্ৰুটি: "
diff --git a/source/as/sfx2/messages.po b/source/as/sfx2/messages.po
index 52a2c66e089..24b9e04898b 100644
--- a/source/as/sfx2/messages.po
+++ b/source/as/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -917,8 +917,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "ছবি ফিল্টাৰ পোৱা নগল"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -929,44 +935,44 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "ভুল পাছৱাৰ্ড"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(নূন্যতম $(MINLEN) আখৰসমূহ)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(পাছৱাৰ্ড ৰিক্ত হব পাৰে)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
#, fuzzy
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "কাৰ্যটো কাৰ্যকৰী কৰিব পৰা নগল. এই কাৰ্যটোৰ কাৰণে প্ৰয়োজনীয় %PRODUCTNAME প্ৰগ্ৰেম মডিউলটো বৰ্তমান ইনষ্টল নাই।"
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -976,7 +982,7 @@ msgstr ""
"আপুনি এইটো এতিয়াই কৰিবলৈ বিচাৰেনেকি?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -986,216 +992,216 @@ msgstr ""
"আমাৰ মুখ্য পৃষ্ঠাত আপুনি নিৰ্দেশবোৰৰ বিষয়ে তথ্য বিচাৰিব পাৰে."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "বর্তমানৰ সংস্কৰণ"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "ৰপ্তানি"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "ভৰাওক"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "সুমুৱাওক (~I)"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "এটা কপি সংৰক্ষণ কৰক"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
#, fuzzy
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "তুলনা #"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME দস্তাবেজ"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
#, fuzzy
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
@@ -1206,32 +1212,32 @@ msgstr ""
"মান টেকস্ট হিচাপে ৰখা হ'ব ।"
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
#, fuzzy
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "এই ফাইলটো ইতিমধ্যে আছে. পুনৰ লিখিবলৈ বিচাৰেনেকি?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "পুনৰ স্থাপন কৰক (~R)"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "এই নামটো ইতিমধ্যে ব্যৱহাৰ হৈছে."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "এই শৈলীটোৰ অস্তিত্ব নাই."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
#, fuzzy
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
@@ -1242,7 +1248,7 @@ msgstr ""
"কাৰণ এইটো আকৌ আগৰ প্ৰসংগ হিচাপে ওলাব."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1252,7 +1258,7 @@ msgstr ""
"অনুগ্ৰহ কৰি অন্য নাম নিৰ্বাচন কৰক."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1261,73 +1267,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "ব্যৱহৃত শৈলীবোৰ: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "নেভিগেটৰ"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "দোষযুক্ত পাছৱর্ডৰ সন্মতিকৰণ"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "পথাওক"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "আখৰ"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "সংস্কৰণ মন্তব্য দৰ্শন কৰক"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "ওপৰৰ পৰা তললৈকে ক্ৰমানুসাৰে"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "আপুনি সঁচাকৈয়ে ৰেকৰ্ডিংটো বাতিল কৰিবলৈ বিচাৰেনেকি? এই মুহূৰ্তলৈকে ৰেকৰ্ড কৰা যিকোনো ষ্টেপ হেৰাই যাব."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "ৰেকর্ডিং বাতিল কৰক"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "প্ৰথম ব্যৱহাৰৰ কাৰণে নমুনাবোৰ ইনিশ্বিয়েলাইজ কৰা হৈছে."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1337,7 +1343,7 @@ msgstr ""
"অনুগ্ৰহ কৰি এটা প্ৰিন্টাৰ নিৰ্বাচন কৰক আৰু পুনৰ চেষ্টা কৰক।"
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1347,19 +1353,19 @@ msgstr ""
"অনুগ্ৰহ কৰি আপোনাৰ প্ৰিন্টাৰৰ সংৰূপ পৰীক্ষা কৰক।"
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "প্ৰিন্টাৰ ব্যস্ত হৈ আছে"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (কেৱল পঢ়িবৰ বাবে)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1371,7 +1377,7 @@ msgstr ""
"নতুন ছেটিংছবোৰ ছেভ কৰিব লাগিবনেকি?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1383,7 +1389,7 @@ msgstr ""
"নতুন ছেটিংছবোৰ ছেভ কৰিব লাগিবনেকি?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1395,7 +1401,7 @@ msgstr ""
"নতুন ছেটিংছবোৰ ছেভ কৰিব লাগিবনেকি?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
#, fuzzy
msgctxt "STR_CANT_CLOSE"
msgid ""
@@ -1406,7 +1412,7 @@ msgstr ""
" দস্তাবেজটো বন্ধ কৰিব নোৱাৰি."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1415,7 +1421,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1424,20 +1430,20 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
#, fuzzy
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "প্ৰবেশৰ অধিকাৰ হেৰুৱাৰ বাবে সম্ভৱতঃ এই দস্তাবেজটো সম্পাদনা কৰিব নোৱাৰি. আপুনি দস্তাবেজটোৰ এটা প্ৰতিলিপি সম্পাদনা কৰিবলৈ বিচাৰেনেকি?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1445,479 +1451,479 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (দস্তাবেজ মেৰামতি কৰা হ'ল)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
#, fuzzy
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "দস্তাবেজক চাৰ্ভাৰত চেক আউট কৰা হোৱা নাই"
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
#, fuzzy
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "সংবাদ নিয়ন্ত্ৰণসমূহ"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
#, fuzzy
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "চেক-আউট"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "দস্তাবেজ সম্পাদনা কৰক"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
#, fuzzy
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "দস্তাবেজ স্বাক্ষৰ কৰক..."
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "ডক"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "আনডক"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "অধিক বিকল্প"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "কাষবাৰ ডেক বন্ধ কৰক"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "স্বনিৰ্বাচন"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "অবিকল্পিত পুনৰুদ্ধাৰ কৰক"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
#, fuzzy
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "আতৰাওক"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/as/svx/messages.po b/source/as/svx/messages.po
index ef64d56ca22..e981b11acd6 100644
--- a/source/as/svx/messages.po
+++ b/source/as/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Assamese <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/as/>\n"
@@ -5349,294 +5349,326 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "বৰ্গ 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "দ্বৈত কাঁড়"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "বৃত্ত"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "বৰ্গক্ষেত্ৰ বেভেল"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "কাঁড়"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "অপূৰ্ণ ত্ৰিভুজ"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "অপূৰ্ণ হিৰক"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "হীৰা"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "অপূৰ্ণ বৃত্ত"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "অপূৰ্ণ বৰ্গ 45"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "অপূৰ্ণ বৰ্গ"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "স্বচ্ছতা"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "গম্ভীৰ স্বৰাঘাত"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "জটিল স্বৰাঘাত"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "গম্ভীৰ স্বৰাঘাত"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "জামুকলীয়া"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "গেলেৰীৰ বিষয়বস্তু"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "সফলভাৱে পুনৰুদ্ধাৰ হ'ল"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "মূল দস্তাবেজ পুনৰুদ্ধাৰ হ'ল"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "পুনৰুদ্ধাৰ অসফল হ'ল"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "পুনৰুদ্ধাৰ চলি আছে"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "এতিয়ালৈকে পুনৰুদ্ধাৰ হোৱা নাই"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION এ আপোনাৰ আলেখ্যন উদ্ধাৰ কৰিব। আলেখ্যনৰ আকাৰ ওপৰত নিৰ্ভৰ কৰি সময় লাগিব।"
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
@@ -5645,518 +5677,518 @@ msgstr ""
"আপোনাৰ আলেখ্যন চাবলৈ 'শেষ' টিপক।"
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "সমাপ্ত (~F)"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
#, fuzzy
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "সৰ্বশেষ স্বনিৰ্বাচিত মানবোৰ"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "বস্তু(বোৰ) ভৰাওক"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "3D বস্তু আৱৰ্তন কৰক"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "নিঃসাৰিত বস্তু সৃষ্টি কৰক"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "আৱর্তমান বস্তু সৃষ্টি কৰক"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "3D বস্তুৰ বিভাজন কৰক"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[All]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "গ্রাফিক্স ফিল্টাৰ"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "নতুন বিষয়বস্তু"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3D প্রভাৱসমূহ"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "এনিমেশ্বনবোৰ"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "বুলেটবোৰ"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "অফিচ"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "পতাকাবোৰ"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "ফ্ল ছার্টবোৰ"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "ইমোটিকনবোৰ"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "ছবিসমূহ"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "পৃষ্ঠভূমিবোৰ"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "হ'মপেজ"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "ইন্টাৰেকশ্বন"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "মেপবোৰ"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "মানুহ"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "পৃষ্ঠবোৰ"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "কম্পিউটাৰ"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "চিত্ৰসমূহ"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "পৰিৱেশ"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "বিত্ত"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "পৰিবহন"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "লিখনীআকৃতিসমূহ"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "ধ্বনিবোৰ"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "প্ৰতীকবোৰ"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "মোৰ বিষয়বস্তু"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "কাঁড়বোৰ"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "বেলুনবোৰ"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "কীবর্ড"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "সময়"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "উপস্থাপন"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "কেলেণ্ডাৰ"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "নেভিগেশ্বন"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "যোগাযোগ"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "বিত্তবোৰ"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "কম্পিউটাৰ"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "জলবায়ু"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "বিদ্যালয় আৰু বিশ্ববিদ্যালয়"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "সমস্যা সমাধান কৰা"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "পর্দা বীনবোৰ"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "মুদ্ৰণৰ বাছনী"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "আপুনি নিৰ্বাচনটো বা সম্পূৰ্ণ দস্তাবেজটো মুদ্ৰণ কৰিবলৈ বিচাৰেনেকি?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "সকলো (~A)"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "নিৰ্বাচন (~S)"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "নিঃসাৰিত উত্তৰ-পশ্চিম"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "নিঃসাৰিত উত্তৰ"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "নিঃসাৰিত উত্তৰ-পূব"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "নিঃসাৰিত পশ্চিম"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "নিঃসাৰিত পিছফালে"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "নিঃসাৰিত পূব"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "নিঃসাৰিত দক্ষিণ-পশ্চিম"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "নিঃসাৰিত দক্ষিণ"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "নিঃসাৰিত দক্ষিণ-পূব"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "0 ছে.মি. (~0)"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "1 ছে.মি. (~1)"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "2.5 ছে.মি. (~2.5)"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "5 ছে.মি. (~5)"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ছে.মি. (~c)"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 ইঞ্চি"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.5 ইঞ্চি (~5)"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "1 ইঞ্চি (~1)"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "2 ইঞ্চি (~2)"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "4 ইঞ্চি (~4)"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "পূর্ণ কৰা নাই"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "স্বচ্ছতা"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "অবিকল্পিত"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "সীমাৰেখাবোৰ"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "সীমাৰেখাৰ শৈলী"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
#, fuzzy
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "ৰেখাৰ নাম্বাৰীং (~L)..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "পৃষ্ঠাবোৰ"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "ফৰমেটিং পৰিষ্কাৰ কৰক"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
#, fuzzy
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
@@ -6164,394 +6196,394 @@ msgstr "অধিক বিকল্প"
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "ফন্টৰ নাম"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "ফন্ট নাম। বৰ্তমান ফন্ট উপলব্ধ নাই আৰু ইয়াৰ পৰিৱৰ্তে অন্য এটা দিয়া হব।"
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "স্বনিৰ্বাচিত"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "নিঃসৰণ"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "নিঃসৰণৰ অন/অফ প্ৰয়োগ কৰক"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "তললৈ হেলনীয়া কৰক"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "ওপৰলৈ হেলনীয়া কৰক"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "বাঁওফালে হেলনীয়া কৰক"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "সোঁফালে হেলনীয়া কৰক"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "নিঃসৰণৰ গভীৰতা সলনি কৰক"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "অনুস্থাপন সলনি কৰক"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "প্ৰক্ষেপণৰ প্রকাৰ সলনি কৰক"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "লাইটিং সলনি কৰক"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "উজ্জ্বলতা সলনি কৰক"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "নিঃসৰণৰ উপৰিভাগ সলনি কৰক"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "নিঃসৰণৰ ৰং সলনি কৰক"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "প্রিয়"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "ফন্টৱর্ক"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "ফন্টৱর্কৰ আকৃতি প্ৰয়োগ কৰক"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "ফন্টৱর্কৰ একে আখৰৰ উচ্চতা প্ৰয়োগ কৰক"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "ফন্টৱর্ক শাৰীকৰণ প্ৰয়োগ কৰক"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "ফন্টৱর্ক আখৰৰ স্পেচিং প্ৰয়োগ কৰক"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "সৈতে"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "শৈলী"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "আৰু"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "চুক নিয়ন্ত্ৰণ"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "এটা চুক পইণ্টৰ নিৰ্বাচন."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "বাওঁফালে ওপৰৰ"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "মাজভাগৰ ওপৰত"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "সোঁফালৰ ওপৰত"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "বাওঁফালৰ কেন্দ্ৰ"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "কেন্দ্ৰ"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "সোঁফালৰ কেন্দ্ৰ"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "বাঁওফালে তলত"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "মাজভাগৰ তলত"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "সোঁফালে তলত"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "ৰূপৰেখা নিয়ন্ত্ৰণ"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "এইখিনিতেই আপুনি ৰূপৰেখা সম্পাদনা কৰিব পাৰিব."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "বিশেষ আখৰ নিৰ্বাচন"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "এই এৰিয়াটোত বিশেষ আখৰ নিৰ্বাচন কৰক."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "আখৰৰ ক'ড "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "'#' ফিল্ডত ইনপুটৰ প্ৰয়োজন. অনুগ্ৰহ কৰি মূল্য ভৰাওক."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "ফর্মবোৰ"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "কোনো নিয়ন্ত্ৰণ নিৰ্বাচন কৰা নাই"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "বৈশিষ্ট্যবোৰ: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "ফর্ম বৈশিষ্ট্যবোৰ"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "ফৰ্ম নেভিগেটৰ"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "ফৰ্ম"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "ফৰ্ম"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "লুকোৱাই থোৱা নিয়ন্ত্রণ"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "নিয়ন্ত্রণ"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "ৰেকৰ্ড"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "ৰ"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "ফিল্ড যোগ কৰক:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "ডাটাবেছলৈ ডাটা লিখোতে ভুল"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "প্ৰশ্ন প্ৰকাশ-ভংগীত ছিন্টেক্স ভুল"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "আপুনি 1 ৰেকৰ্ড ডিলিট কৰিব বিচাৰে."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# ৰেকৰ্ডবোৰ ডিল্ট কৰা হ'ব."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6561,331 +6593,331 @@ msgstr ""
"আপুনি তথাপিA অব্যাহত ৰাখিবলৈ বিচাৰেনেকি?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "নেভিগেশ্বন বাৰ"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "স্তম্ভ"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "'#' বৈশিষ্ট্যবোৰ ছেট কৰক"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "ধাৰকত ভৰাওক"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "# মচি পেলাওক"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "# বস্তুবোৰ মচি পেলাওক"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "এটা ধাৰক উপাদান প্ৰতিস্থাপন কৰক"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "নিয়ন্ত্ৰণ প্ৰতিস্থাপন কৰক"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "পুশ্ব বাটন"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "বিকল্প বাটন"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "পৰীক্ষা বাকছ"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "লেবেল ফিল্ড"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "গোট বাকছ"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "টেক্সটৰ বাকছ"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "ফৰমেট কৰি থোৱা ফিল্ড"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "তালিকা বাকছ"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "কোম্বো বাকছ"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "ছবি বাটন"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "ছবি নিয়ন্ত্ৰণ"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "ফাইল নির্বাচন"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "তাৰিখ ফিল্ড"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "সময় ফিল্ড"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "সংখ্যা ফিল্ড"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "মুদ্রা ফিল্ড"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "আৰ্হি ফিল্ড"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "টেবুল নিয়ন্ত্ৰণ "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "স্ক্ৰ'ল বাৰ"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "স্পিন বাটন"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "নেভিগেশ্বন বাৰ"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "বহু অংশবিশিষ্ট নির্বাচন"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "কোনো ডাটা সম্বন্ধীয় নিয়ন্ত্ৰণবোৰ বৰ্তমানৰ ফৰ্মত নাই!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Date)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Time)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "ফিল্টাৰ নেভিগেটৰ"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "ৰ বাবে ফিল্টাৰ"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "অথবা"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "বৈধ বাউণ্ড নিয়ন্ত্ৰণবোৰ যিবোৰ এই টেবুলৰ দৃশ্যত ব্যৱহাৰ কৰিব পাৰি বৰ্তমানৰ ফৰ্মত সেইবোৰ বৰ্তি থকা নাই."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutoField>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "SQL বিবৃতিত ছিন্টেক্স ভুল"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "#1 মানৰ সৈতে LIKE ব্যৱহাৰ কৰিব নোৱাৰি."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "এই ফিল্ডখনৰ সৈতে LIKE ব্যৱহাৰ কৰিব নোৱাৰি."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "এন্টাৰ কৰা মূল্যটো বৈধ তাৰিখ নহয়. অনুগ্ৰহ কৰি বৈধ ফৰমেটত তাৰিখ এন্টাৰ কৰক, উদাহৰণ স্বৰূপে, MM/DD/YY."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ফিল্ডখন এটা অখণ্ড সংখ্যাৰ সৈতে তুলনা কৰিব নোৱাৰি."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "ডাটাবেছত \"#\" নামৰ টেবুল নাই।"
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "ডাটাবেছত \"#\" নামৰ টেবুল বা প্ৰশ্ন নাই।"
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "ডাটাবেছত \"#\" নামৰ টেবুল বা প্ৰশ্ন ইতিমধ্যে আছে।"
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "ডাটাবেছত \"#\" নামৰ প্ৰশ্ন নাই।"
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "টেবুল \"#2\" ত স্তম্ভ \"#1\" অজ্ঞাত।"
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ফিল্ডখন এটা ফ্লটিং বিন্দু সংখ্যাৰ সৈতে তুলনা কৰিব নোৱাৰি।"
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "প্ৰৱেশ কৰা নির্ণায়কটো এই ফিল্ডখনৰ সৈতে তুলনা কৰিব নোৱাৰি."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ডাটা নেভিগেটৰ"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (কেৱল পঢ়িবৰ বাবে)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "এই ফাইলটো ইতিমধ্যে আছে. পুনৰ লিখিবলৈ বিচাৰেনেকি?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# লেবেল"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -6896,7 +6928,7 @@ msgstr ""
"আপুনি সঁচাকৈয়ে এই আৰ্হিটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -6907,7 +6939,7 @@ msgstr ""
"আপুনি সঁচাকৈয়ে এই উদাহৰণটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -6918,13 +6950,13 @@ msgstr ""
"আপুনি সঁচাকৈয়ে এই উপাদানটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "আপুনি সঁচাকৈয়ে এট্ৰিবিয়ুট '$ATTRIBUTENAME' টো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -6937,7 +6969,7 @@ msgstr ""
"আপুনি সঁচাকৈয়ে এই সমৰ্পণটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -6950,1009 +6982,1009 @@ msgstr ""
"আপুনি সচাকৈয়ে এই বাইন্ডিংটো ডিলিট কৰিব বিচাৰে নেকি?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "'%1' নামটো XML ত বৈধ নহয়. অনুগ্ৰহ কৰি আন এটা নাম ভৰাওক।"
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "'%1' উপসৰ্গটো XML ত বৈধ নহয়। অনুগ্ৰহ কৰি আন এটা উপসৰ্গ ভৰাওক।"
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "'%1' নামটো ইতিমধ্যে আছে। অনুগ্ৰহ কৰি আন এটা নাম ভৰাওক।"
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "সমৰ্পণটোৰ এটা নাম থকাটো অপৰিহাৰ্য."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "পোষ্ট"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "পোৱা"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "কোনো নহয়"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "উদাহৰণবোৰ (~I)"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
#, fuzzy
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "দস্তাবেজ"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "বাইন্ডিং: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "প্ৰসংগ: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "কার্য্য: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "পদ্ধতি: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "প্ৰতিস্থাপন কৰক: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "উপাদান যোগ কৰক"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "উপাদান সম্পাদনা কৰক"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "উপাদান মচি পেলাওক"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "এট্ৰিবিয়ুট"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "এট্রিবিয়ুট সম্পাদনা কৰক"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "এট্ৰিবিয়ুট মচি পেলাওক"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "বাইন্ডিং যোগ কৰক"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "বাইন্ডিং সম্পাদনা কৰক"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "বাইন্ডিং মচি পেলাওক"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "সমৰ্পণ যোগ কৰক"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "সমৰ্পণ সম্পাদনা কৰক"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "সমৰ্পণ মচি পেলাওক"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "উপাদান"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "এট্রিবিয়ুটবোৰ"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "বাইণ্ডিংবোৰ"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "বাইণ্ডিং অভিব্যক্তি"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "আপুনি নিশ্চিতনে যে আপুনি %PRODUCTNAME দস্তাবেজৰ উদ্ধাৰটো বাতিল কৰিবলৈ বিচাৰে?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "বাওঁফাল"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "সোঁফাল"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "কেন্দ্ৰ"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "দশমিক"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "পুনৰ লিখক"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "ডিজিটেল চহি: দস্তাবেজৰ চহি OK."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "ডিজিটেল চহি: দস্তাবেজৰ চহি OK, কিন্তু প্ৰমাণপত্ৰ পৰীক্ষা কৰিব পৰা ন'গ'ল।"
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "ডিজিটেল চহি: দস্তাবেজৰ চহি নাই।"
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "যুগ্মক স্বাক্ষৰ: দস্তাবেজ স্বাক্ষৰ আৰু প্ৰমাণপত্ৰ ঠিক আছে, কিন্তু দস্তাবেজৰ সকলো অংশ স্বাক্ষৰীত নহয়।"
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "দস্তাবেজ সলনি কৰা হৈছে। দস্তাবেজ সংৰক্ষণ কৰিবলে দুবাৰ-ক্লিক কৰক।"
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "সৰ্বশেষ সংৰক্ষণৰ পিছত দস্তাবেজটো সলনি কৰা হোৱা নাই।"
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "দস্তাবেজ ল'ড কৰা হৈ আছে..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "সৰুকৈ জুম কৰক"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "ডাঙৰকৈ জুম কৰক"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "সম্পূর্ণ পৃষ্ঠা"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "পৃষ্ঠাৰ প্রস্থ"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "উত্তম দৰ্শন"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "শৈলীবোৰ অন্তর্ভুক্ত কৰি"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "পেৰেগ্ৰাফ শৈলীবোৰ"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "শৈলীবোৰ"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "সন্ধান কৰা চাবি পোৱা ন'গ'ল"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "ৰঙৰ পেলেট"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
#, fuzzy
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "অকার্যকৰী পাছৱর্ড"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Solid small circular bullets"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Solid large circular bullets"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Solid diamond bullets"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Solid large square bullets"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Right pointing arrow bullets filled out"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Right pointing arrow bullets"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Number (1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Number 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Number (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Uppercase Roman number I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Uppercase letter A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lowercase letter a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lowercase letter (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Lowercase Roman number i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numeric, numeric, lowercase letters, solid small circular bullet"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numeric, lowercase letters, solid small circular bullet"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Numeric"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numeric with all sublevels"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ফাইল স্থাপন কৰিব পৰা নগ'ল."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "টেবুল ডিজাইনৰ ধৰন"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "পূৰ্ব নিৰ্দেশ বাতিল কৰক: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "পূৰ্ব নিৰ্দেশ বাতিল কৰক: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনৰ কৰক:$(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনৰ কৰক:$(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "বিচাৰক"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "ফলা মিলাওক"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(DPI) DPI ত $(WIDTH) x $(HEIGHT)"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) kiB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "অজ্ঞাত"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "চুইচ"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "ৰঙা"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "সেউজীয়া"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "নীলা"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "উজ্জ্বলতা"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "পার্থক্য"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "গামা"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "স্বচ্ছতা"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "ক্রপ"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "অবিকল্পিত অনুস্থাপন"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "ওপৰৰ পৰা তললৈ"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "তলৰ পৰা ওপৰলৈ"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "দ'ম কৰা হল"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "বাওঁফালৰ সীমা: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "ওপৰৰ সীমা: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "সোঁফালৰ সীমা: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "তলৰ সীমা: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "পৃষ্ঠা বিৱৰণ: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "বৰফলা আখৰবোৰ"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "তলৰ কেছ"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "ওপৰৰ কেছ ৰোমান"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "তলৰ কেছ ৰোমান"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "আৰবী"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "কোনো নহয়"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "নৈসর্গিক দৃশ্য"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "প্ৰতিকৃতি"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "বাওঁফাল"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "সোঁফাল"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "সকলো"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "প্রতিফলিত"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "লেখক: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "তাৰিখ: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "টেক্সট: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "আখৰৰ পৃষ্ঠভূমি"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "ৰঙৰ পেলেট"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7960,1932 +7992,1932 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "প্ৰাথমিক লেটিন"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "লেটিন-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "বিস্তৃত লেটিন-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "বিস্তৃত লেটিন-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA প্ৰসাৰণবোৰ"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "ৰূপান্তৰকাৰী আখৰবোৰৰ ব্যৱধান দি আছে"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "ডায়েক্রিটিকেল মার্কবোৰ সংযোগ কৰি"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "প্রাথমিক গ্রীক"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "গ্ৰীক প্ৰতীক আৰু কোপ্তিক"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "ছিৰিলিক"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "আৰ্মেনিয়ান"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "প্রাথমিক হিব্রু"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "হিব্রু বিস্তৃত"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "প্রাথমিক আৰবী"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "আৰবী বিস্তৃত"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "দেবনাগৰী"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "বাংলা"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "গুৰমুখী"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "গুজৰাটী"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "উৰিয়া"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "তামিল"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "টেলুগু"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "কানাড়া"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "মালায়ালম"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "থাই"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "লাও"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "প্রাথমিক জর্জীয়ান"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "জর্জিয়ান বিস্তৃত"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "হানগল জামো"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "অতিৰিক্ত বিস্তৃত লেটিন"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "বিস্তৃত গ্রীক"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "সাধাৰণ যতি চিহ্ন"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "ছুপাৰ স্ক্ৰিপ্ট আৰু ছাব স্ক্ৰিপ্টবোৰ"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "মুদ্রা প্রতীকবোৰ"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "ডায়েক্রিটিকেল প্রতীকবোৰ সংযোগ কৰি"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "আখৰৰ দৰে প্রতীকবোৰ"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "সংখ্যা ফর্মবোৰ"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "কাঁড়বোৰ"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "গাণিতিক অপাৰেটৰবোৰ"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "সানমিহলি কাৰিকৰী"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "চিত্রবোৰ নিয়ন্ত্রণ কৰক"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "অপ্তিকেল আখৰৰ চিনাক্তকৰণ"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "ঘেৰি ধৰা আলফা নিউমাৰিকবোৰ"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "বক্স ড্ৰয়িং"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "ব্লক এলিমেণ্টবোৰ"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "জ্যামিতিক আকাৰবোৰ"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "সানমিহলি প্রতীকবোৰ"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "ডিংবেটছ"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK প্ৰতীকবোৰ আৰু উচ্চাৰণ"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "হিৰাগানা"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "কটকানা"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "বোপোমোফো"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "হানগল যোগ্যতা জামো"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK সানমিহলি"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "সংলগ্ন CJK চিঠি আৰু মাহবোৰ"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK যোগ্যতা"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "হানগল"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰ"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰৰ প্ৰসাৰণ A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "ব্যক্তিগত ব্যৱহাৰৰ স্থান"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK ৰ যোগ্য আইডিঅ'গ্ৰাফবোৰ"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "বর্ণমালাক্রমিক প্রস্তুতিৰ ফর্ম"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "আৰবী প্রেজেণ্টেশ্বন ফর্মবোৰ-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "অর্ধ চিহ্নবোৰ সংযোগ কৰি"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK যোগ্যতা ফর্মবোৰ"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "সৰু ফৰ্মৰ পৃথক ৰূপবোৰ"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "আৰবী উপস্থাপন ফর্মবোৰ-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "অৰ্ধ-প্ৰস্থ আৰু পূৰ্ণ-প্ৰস্থৰ ফৰ্ম"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "বিশেষবোৰ"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Yi বৈশিষ্ট্যসূচক"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Yi ৰেডিকেলসমূহ"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "পুৰনি ইটালিক"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "গথিক"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "ডেচাৰেট"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "বাইজানটিন সংগীতৰ চিহ্ন"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "সংগীতৰ চিহ্ন"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "গাণিতিক আল্ফানিউমেৰিক চিহ্নসমূহ"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK সংযুক্ত প্ৰতিকচিহ্নসমূহ প্ৰসাৰণ B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK সংযুক্ত প্ৰতিকচিহ্নসমূহ বিস্তাৰন C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰৰ প্ৰসাৰণ D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK সংগতা আইডিঅ'গ্ৰাফবোৰ পৰিপূৰক"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "টেগবোৰ"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "ছিৰিলিক পৰিপূৰক"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "পৰিবৰ্তন নিৰ্বাচনকাৰী"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "পৰিপূৰক ব্যক্তিগত ব্যৱহাৰ স্থান-A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "পৰিপূৰক ব্যক্তিগত ব্যৱহাৰ স্থান-B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "লিম্বু"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "তাই লি"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "খমেৰ চিহ্নসমূহ"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "ধ্বনিতাত্বিক প্ৰসাৰণ"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "বিভিন্ন চিহ্ন আৰু কাঁড়চিহ্ন"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "ইজিং হেক্সাগ্ৰাম চিহ্ন"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "ৰৈখিক B ভগ্নশব্দ"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "ৰৈখিক B প্ৰতিকচিহ্নসমূহ"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "এজিয়ান সংখ্যাবোৰ"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "উগাৰিটিক"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "শাভিয়ান"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "ওচমানিয়া"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "সিংহলা"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "তিব্বতীয়"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "ম্যানমাৰ"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "খমেৰ"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "ঔঘম"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "ৰুনিক"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "ছিৰিয়াক্"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "থানা"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "ইথিয়োপিক"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "চেৰোকী"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "কানাডিয়ান স্বদেশীয় শব্দাংশ"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "মংগোলীয়"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "সানমিহলি গাণিতিক প্ৰতীকবোৰ-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "পৰিপূৰক কাঁড়বোৰ-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "ব্ৰেইল নমুনাবোৰ"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "পৰিপূৰক কাঁড়বোৰ-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "সানমিহলি গাণিতিক প্ৰতীকবোৰ-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK ৰেডিকেল পৰিপূৰক"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "কেঙচি ৰেডিকেলবোৰ"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "আইডিঅ'গ্ৰাফিক বিৱৰণ আখৰবোৰ"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "টেগাল'গ"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "হানুনো"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "টেগবানৱা"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "বুহিড"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "কানবুন"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "বোপোমোফো প্রসাৰিত কৰা হ'ল"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "কাটাকানা ধ্বনি বিজ্ঞান"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK স্ট্ৰোক্চ"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "চিপ্ৰিয়ট ভগ্নশব্দ"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "তাই জুয়ান জিঙ্গ চিহ্নসমূহ"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "পৰিবৰ্তন নিৰ্বাচনকাৰী পৰিপূৰক"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "প্ৰাচিন গ্ৰীক সংগীতৰ স্বৰলিপি"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "প্ৰাচিন গ্ৰীক সংখ্যা"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "আৰবি পৰিপূৰক"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "বুগিনিচ"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "সংযুক্তকাৰী বৈশিষ্টসূচক চিহ্ন পৰিপূৰক"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "কপটিক"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "ইথিওপিক প্ৰসাৰিত"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "ইথিওপিক পৰিপূৰক"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "জৰ্জিয়ান পৰিপূৰক"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "গ্লাগোলিটিক"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "খাৰোশতি"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "পৰিবৰ্তক ধ্বনি আখৰ"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "নতুন তাই লি"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "পুৰনি ফাৰ্চি"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "ধ্বনিতাত্বিক প্ৰসাৰণ পৰিপূৰক"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "অতিৰিক্ত যতিচিহ্ন"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "চিলোটি নাগৰি"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "টিফিনাগ"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "উলম্ব বিন্যাস"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "ন'কো"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "বালিনিছ"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "লেটিন প্ৰসাৰিত-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "লেটিন প্ৰসাৰিত-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "ফাগ্চ-পা"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "ফিনিচিয়ান"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "কিউনিফৰ্ম"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "কিউনিফৰ্ম সংখ্যা আৰু বিৰাম-চিহ্ন"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "কাউন্টিং ৰড সংখ্যা"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "চুণ্ডানিচ"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "লেপচা"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "ঔ চিকি"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "চিৰিলিক প্ৰসাৰিত-A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "ৱাই"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "চিৰিলিক প্ৰসাৰিত-B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "শৌৰাষ্ট্ৰ"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "কায়াহ লি"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "ৰেজাং"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "ছাম"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "প্ৰাচিন চিহ্নসমূহ"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "ফাইসটোচ ডিস্ক"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "লাইচিয়ান"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "কাৰিয়ান"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "লাইডিয়ান"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "মাহজোং টাইল"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "ডমিনো টাইল"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "চামাৰিটান"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "কানাডিয়ান আদিবাসী ভগ্নশাব্দিক বিস্তাৰিত"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "তাই থাম"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "বেদিয় বিস্তাৰণসমূহ"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "লিচু"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "বামুম"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "সাধাৰণ ইন্ডিক নম্বৰ সঁজাসমূহ"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "দেবনাগৰি প্ৰসাৰিত"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "হেঙুল জামো বিস্তাৰিত-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "জাভানিছ"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "মাৱানমাৰ বিস্তাৰিত-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "তাই ভিইয়ে"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "মিতিই মাইয়েক"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "হেঙুল জামো প্ৰসাৰিত-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "ৰাজকিয় আৰামাইক্"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "পুৰনি দক্ষিণ আৰবীয়"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "এভেছটান"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "ইনস্ক্ৰিপষণেল পাৰথিয়ান"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "ইনস্ক্ৰিপষণেল পাহলাভি"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "পুৰনি টাৰ্কিয়"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "ৰুমি সাংখ্যিক চিহ্নসমূহ"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "কাইথী"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "ইজিপটিয় হাইৰোগ্লিফসমূহ"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "বান্ধীত আল্ফানিউমেৰিক পৰিপূৰক"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "বান্ধীত প্ৰতিকচিহ্নিত পৰিপূৰক"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "মেনডেইক"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "বাটাক"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "ইথিওপিক প্ৰসাৰিত-A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "ব্ৰাহমী"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "বামুম পৰিপূৰক"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "কানা পৰিপূৰক"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "খেলা কাৰ্ডসমূহ"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "বিভিন্ন চিহ্ন আৰু ছবিলেখচিত্ৰসমূহ"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "ইমোটিকনবোৰ"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "পৰিবহন আৰু মানচিত্ৰ চিহ্নসমুহ"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "এলকেমিকেল চিহ্নসমূহ"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "আৰবীয় প্ৰসাৰিত-A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "আৰবীয় গাণিতিক আক্ষৰিক চিহ্নসমূহ"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "চাকমা"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "মিতিই মাইয়েক সম্প্ৰসাৰনসমূহ"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "মেৰোইটিক কাৰ্চিভ"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "মেৰোইটিক হাইৰোগ্লিফসমূহ"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "মিয়াও"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "শাৰদা"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "চৰা চমপেঙ"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "চুণ্ডানিচ পৰিপূৰিকা"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "টাক্ৰি"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "সংযুক্তকাৰী বৈশিষ্টসূচক চিহ্ন পৰিপূৰক"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "বিস্তৃত লেটিন-A"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "ৰৈখিক"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "অৱস্থা"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "মাৱানমাৰ বিস্তাৰিত-A"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "পুৰনি দক্ষিণ আৰবীয়"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "পৰিপূৰক কাঁড়বোৰ-A"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰৰ প্ৰসাৰণ A"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "চিৰিলিক প্ৰসাৰিত-A"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "জৰ্জিয়ান পৰিপূৰক"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "নতুন"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "ব্যৱহাৰ"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰৰ প্ৰসাৰণ A"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "মাৱানমাৰ বিস্তাৰিত-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "ছিৰিলিক পৰিপূৰক"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10689,13 +10721,14 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "তলৰ বাওঁফালৰ পৰা ওপৰৰ সোঁফাললৈ কৰ্ণ সীমাৰেখা"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "কোনো নহয়"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10703,14 +10736,14 @@ msgid "Bullet"
msgstr "বুলেটবোৰ"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "গ্রাফিক্স"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10718,7 +10751,7 @@ msgid "Linked graphics"
msgstr "সংযোগকৃত গ্রাফিক্স"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10726,7 +10759,7 @@ msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10734,7 +10767,7 @@ msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10742,7 +10775,7 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10750,7 +10783,7 @@ msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10758,28 +10791,28 @@ msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10787,7 +10820,7 @@ msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10795,14 +10828,14 @@ msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10810,7 +10843,7 @@ msgid "Native Numbering"
msgstr "নেটিভ নাম্বাৰীং"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10818,7 +10851,7 @@ msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Bulgarian)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10826,7 +10859,7 @@ msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Bulgarian)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10834,7 +10867,7 @@ msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Bulgarian)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10842,7 +10875,7 @@ msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Bulgarian)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10850,7 +10883,7 @@ msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Russian)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10858,7 +10891,7 @@ msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Russian)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10866,7 +10899,7 @@ msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Russian)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10874,7 +10907,7 @@ msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Russian)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10882,7 +10915,7 @@ msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Serbian)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10890,7 +10923,7 @@ msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Serbian)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10898,7 +10931,7 @@ msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Serbian)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10906,7 +10939,7 @@ msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Serbian)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10914,7 +10947,7 @@ msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (গ্ৰীক ডাঙৰ ফলা)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10922,35 +10955,35 @@ msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (গ্ৰীক সৰু ফলা)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16466,7 +16499,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/as/sw/messages.po b/source/as/sw/messages.po
index 0bfd0227ebb..a57576f1a50 100644
--- a/source/as/sw/messages.po
+++ b/source/as/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -620,7 +620,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "পেৰেগ্ৰাফবোৰৰ সংখ্যা:"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -628,1301 +628,1337 @@ msgstr "পেৰেগ্ৰাফবোৰৰ সংখ্যা:"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11231,137 +11267,137 @@ msgid "Width:"
msgstr "প্ৰস্থ"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
#, fuzzy
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "ব্যৱধান"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "প্ৰস্থ আৰু ব্যৱধান"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "শৈলী (_y)"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
#, fuzzy
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "প্ৰস্থ"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "উচ্চতা"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "স্থান (_P)"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "ওপৰ"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "কেন্দ্ৰীত"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "তলত"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
#, fuzzy
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "ৰং (_C)"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
#, fuzzy
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "পৃথক কৰোঁতা ৰেখা"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "স্তম্ভবোৰ (_C):"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "সকলোবোৰ স্তম্ভলৈ যুগ্মভাৱে বিষয়সূচী বিতৰণ কৰক (_t)"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "নিৰ্বাচন"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "বর্তমানৰ বিভাগ"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "নিৰ্বাচিত খণ্ড"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "ফ্ৰেম"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "পৃষ্ঠা শৈলী: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
#, fuzzy
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "লৈ প্ৰয়োগ কৰক (_A)"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
#, fuzzy
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "টেক্সটৰ দিশ (_d)"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "সংহতিসমূহ"
@@ -13175,68 +13211,68 @@ msgid "Space to text"
msgstr "টেক্সটলৈ ব্যৱধান"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
#, fuzzy
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "ফুটনোট এৰিয়া"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "স্থান (_P)"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "শৈলী (_S)"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "ডাঠ (_T)"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "ৰং (_C)"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "দৈর্ঘ্য (_L)"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "পাদটীকা বিষয়সূচীলৈ ব্যৱধান দি আছে (_S)"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "বাঁওফাল"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "কেন্দ্ৰীত"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "সোঁফাল"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
#, fuzzy
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
@@ -19763,7 +19799,7 @@ msgid "_More Options"
msgstr "অধিক বিকল্প"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "অধিক বিকল্প"
@@ -22045,49 +22081,49 @@ msgid "Remaining space:"
msgstr "অৱশিষ্ট স্থান "
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "স্তম্ভৰ %1 প্ৰস্থ"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "স্তম্ভৰ %1 প্ৰস্থ"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "স্তম্ভৰ %1 প্ৰস্থ"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "স্তম্ভৰ %1 প্ৰস্থ"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "স্তম্ভৰ %1 প্ৰস্থ"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "স্তম্ভৰ %1 প্ৰস্থ"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "স্তম্ভৰ প্ৰস্থ"
diff --git a/source/ast/chart2/messages.po b/source/ast/chart2/messages.po
index 7f8478fb53b..7647378cc0b 100644
--- a/source/ast/chart2/messages.po
+++ b/source/ast/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-22 11:13+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/ast/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1540149368.000000\n"
#. NCRDD
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Orientación del testu"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Cadar_ma"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Cenciellu"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Realista"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Personalizáu"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Cadar_ma"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_Solombríu"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "Berbesos del _oxetu"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Berbesos _redondeaos"
diff --git a/source/ast/connectivity/messages.po b/source/ast/connectivity/messages.po
index 1a30af107a7..58ff349b7a5 100644
--- a/source/ast/connectivity/messages.po
+++ b/source/ast/connectivity/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-03-10 13:36+0100\n"
-"PO-Revision-Date: 2020-03-11 17:15+0000\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/connectivitymessages/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1535974914.000000\n"
#. 9LXDp
@@ -100,7 +100,7 @@ msgstr "L'ingresu de cadena nun se definió."
#: connectivity/inc/strings.hrc:40
msgctxt "STR_NO_ELEMENT_NAME"
msgid "There is no element named '$name$'."
-msgstr "Nun hai un elementu denomáu '$name$'."
+msgstr "Nun hai dengún elementu col nome «$name$»."
#. CWktu
#: connectivity/inc/strings.hrc:41
@@ -184,31 +184,31 @@ msgstr "La consulta nun se pue executar. L'operador ye enforma complexu."
#: connectivity/inc/strings.hrc:54
msgctxt "STR_QUERY_INVALID_LIKE_COLUMN"
msgid "The query can not be executed. You cannot use 'LIKE' with columns of this type."
-msgstr "Nun se pue executar la consulta. Nun pues usar 'LIKE' con columnes d'esta triba."
+msgstr "Nun se pue executar la consulta. Nun pues usar «LIKE» con columnes d'esta triba."
#. EMgKF
#: connectivity/inc/strings.hrc:55
msgctxt "STR_QUERY_INVALID_LIKE_STRING"
msgid "The query can not be executed. 'LIKE' can be used with a string argument only."
-msgstr "Nun se pue executar la consulta. 'LIKE' namái se pue usar con un argumentu de cadena."
+msgstr "Nun se pue executar la consulta. «LIKE» namái se pue usar con un argumentu de cadena."
#. PBG3H
#: connectivity/inc/strings.hrc:56
msgctxt "STR_QUERY_NOT_LIKE_TOO_COMPLEX"
msgid "The query can not be executed. The 'NOT LIKE' condition is too complex."
-msgstr "Nun se pue executar la consulta. 'NOT LIKE' ye enforma complexu."
+msgstr "Nun se pue executar la consulta. «NOT LIKE» ye enforma complexu."
#. CWeME
#: connectivity/inc/strings.hrc:57
msgctxt "STR_QUERY_LIKE_WILDCARD"
msgid "The query can not be executed. The 'LIKE' condition contains wildcard in the middle."
-msgstr "Nun se pue executar la consulta. 'LIKE' contién un caráuter comodín nel mediu."
+msgstr "Nun se pue executar la consulta. «LIKE» contién un caráuter comodín nel mediu."
#. NK7eq
#: connectivity/inc/strings.hrc:58
msgctxt "STR_QUERY_LIKE_WILDCARD_MANY"
msgid "The query can not be executed. The 'LIKE' condition contains too many wildcards."
-msgstr "Nun se pue executar la consulta. 'LIKE' contién munchos caráuteres comodín."
+msgstr "Nun se pue executar la consulta. «LIKE» contién munchos caráuteres comodín."
#. nADdF
#: connectivity/inc/strings.hrc:59
@@ -226,7 +226,7 @@ msgstr "La declaración contién una seición invalida de columnes."
#: connectivity/inc/strings.hrc:61
msgctxt "STR_COLUMN_NOT_UPDATEABLE"
msgid "The column at position '$position$' could not be updated."
-msgstr "La columna na posición '$position$' nun pue anovase."
+msgstr "Nun pue anovase la columna na posición «$position$»."
#. iLNAb
#: connectivity/inc/strings.hrc:62
@@ -366,19 +366,19 @@ msgstr "Tipu inválidu de columna pa '$columnname$'."
#: connectivity/inc/strings.hrc:85
msgctxt "STR_INVALID_COLUMN_PRECISION"
msgid "Invalid precision for column '$columnname$'."
-msgstr "Precisión inválida por columna '$columnname$'."
+msgstr "Nun val la precisión de la columna «$columnname$»."
#. zJbtr
#: connectivity/inc/strings.hrc:86
msgctxt "STR_INVALID_PRECISION_SCALE"
msgid "Precision is less than scale for column '$columnname$'."
-msgstr "La precisión ye inferior a la escala de la columna '$columnname$'."
+msgstr "La precisión ye inferior a la escala de la columna «$columnname$»."
#. PDCV3
#: connectivity/inc/strings.hrc:87
msgctxt "STR_INVALID_COLUMN_NAME_LENGTH"
msgid "Invalid column name length for column '$columnname$'."
-msgstr "La llonxitú del nome de columna ye inválida pola columna '$columnname$'."
+msgstr "La llonxitú del nome de columna nun val pa la columna «$columnname$»."
#. NZWGq
#: connectivity/inc/strings.hrc:88
diff --git a/source/ast/cui/messages.po b/source/ast/cui/messages.po
index 64375112502..8244b520744 100644
--- a/source/ast/cui/messages.po
+++ b/source/ast/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-08-04 11:13+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/ast/>\n"
"Language: ast\n"
@@ -1840,13 +1840,13 @@ msgstr "Llinia de cota"
#: cui/inc/strings.hrc:350
msgctxt "RID_SVXSTR_STARTQUOTE"
msgid "Start Quote"
-msgstr "Comines d'apertura"
+msgstr "Comina d'apertura"
#. o8nY6
#: cui/inc/strings.hrc:351
msgctxt "RID_SVXSTR_ENDQUOTE"
msgid "End Quote"
-msgstr "Comines finales"
+msgstr "Comina de zarru"
#. zvqUJ
#: cui/inc/strings.hrc:353
@@ -4341,45 +4341,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Namái _testu"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr "Adiciones"
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
@@ -4562,7 +4604,7 @@ msgstr "Comines simples predeterminaes"
#: cui/uiconfig/ui/applylocalizedpage.ui:324
msgctxt "applylocalizedpage|endquoteft"
msgid "_End quote:"
-msgstr "Comina _final:"
+msgstr "Comina de _zarru:"
#. Am27U
#: cui/uiconfig/ui/applylocalizedpage.ui:347
@@ -4622,7 +4664,7 @@ msgstr "Comines dobles predeterminaes"
#: cui/uiconfig/ui/applylocalizedpage.ui:509
msgctxt "applylocalizedpage|label8"
msgid "_End quote:"
-msgstr "Comina _final:"
+msgstr "Comina de _zarru:"
#. 85hDi
#: cui/uiconfig/ui/applylocalizedpage.ui:532
@@ -7286,7 +7328,7 @@ msgstr ""
#: cui/uiconfig/ui/editdictionarydialog.ui:108
msgctxt "lang"
msgid "Assigns a new language to the current custom dictionary."
-msgstr ""
+msgstr "Atribúi una llingua nueva al diccionariu personalizáu actual."
#. PV8x9
#: cui/uiconfig/ui/editdictionarydialog.ui:121
@@ -7820,7 +7862,7 @@ msgstr ""
#: cui/uiconfig/ui/eventassigndialog.ui:8
msgctxt "eventassigndialog|EventAssignDialog"
msgid "Assign Macro"
-msgstr "Asinar macro"
+msgstr "Atribuyir macro"
#. BgFFN
#: cui/uiconfig/ui/eventassignpage.ui:85
@@ -7832,7 +7874,7 @@ msgstr "Socesu"
#: cui/uiconfig/ui/eventassignpage.ui:98
msgctxt "eventassignpage|assignft"
msgid "Assigned Action"
-msgstr ""
+msgstr "Aición atribuyida"
#. P3GeQ
#: cui/uiconfig/ui/eventassignpage.ui:117
@@ -7844,7 +7886,7 @@ msgstr "Atribuciones"
#: cui/uiconfig/ui/eventassignpage.ui:138
msgctxt "eventassignpage|assign"
msgid "Assign"
-msgstr "Atribuir"
+msgstr "Atribuyir"
#. nwUkL
#: cui/uiconfig/ui/eventassignpage.ui:153
@@ -7898,7 +7940,7 @@ msgstr "Socesu"
#: cui/uiconfig/ui/eventsconfigpage.ui:191
msgctxt "eventsconfigpage|actionft"
msgid "Assigned Action"
-msgstr ""
+msgstr "Aición atribuyida"
#. BvWSS
#: cui/uiconfig/ui/fmsearchdialog.ui:8
@@ -7922,13 +7964,13 @@ msgstr "_Testu:"
#: cui/uiconfig/ui/fmsearchdialog.ui:169
msgctxt "fmsearchdialog|rbSearchForNull"
msgid "Field content is _NULL"
-msgstr ""
+msgstr "El conteníu del campu ye _NULL"
#. zxjuF
#: cui/uiconfig/ui/fmsearchdialog.ui:187
msgctxt "fmsearchdialog|rbSearchForNotNull"
msgid "Field content is not NU_LL"
-msgstr ""
+msgstr "El conteníu del campu nun ye NU_LL"
#. X9FQy
#: cui/uiconfig/ui/fmsearchdialog.ui:217
@@ -7946,7 +7988,7 @@ msgstr ""
#: cui/uiconfig/ui/fmsearchdialog.ui:309
msgctxt "fmsearchdialog|rbAllFields"
msgid "_All fields"
-msgstr ""
+msgstr "_Tolos campos"
#. 64yD3
#: cui/uiconfig/ui/fmsearchdialog.ui:333
@@ -9849,27 +9891,25 @@ msgstr "Exemplu"
#: cui/uiconfig/ui/macroassigndialog.ui:8
msgctxt "macroassigndialog|MacroAssignDialog"
msgid "Assign Action"
-msgstr ""
+msgstr "Atribuyir aición"
#. NGu7X
#: cui/uiconfig/ui/macroassignpage.ui:64
-#, fuzzy
msgctxt "macroassignpage|eventft"
msgid "Event"
-msgstr "Eventos"
+msgstr "Socesu"
#. Z8XAp
#: cui/uiconfig/ui/macroassignpage.ui:88
msgctxt "macroassignpage|assignft"
msgid "Assigned Action"
-msgstr ""
+msgstr "Aición atribuyida"
#. jfate
#: cui/uiconfig/ui/macroassignpage.ui:107
-#, fuzzy
msgctxt "macroassignpage|libraryft1"
msgid "Assignments"
-msgstr "Atribución"
+msgstr "Atribuciones"
#. YG6nV
#: cui/uiconfig/ui/macroassignpage.ui:140
@@ -13448,7 +13488,7 @@ msgstr "Grande"
#: cui/uiconfig/ui/optviewpage.ui:318
msgctxt "optviewpage|label9"
msgid "Sidebar:"
-msgstr ""
+msgstr "Barra llateral:"
#. R5bS2
#: cui/uiconfig/ui/optviewpage.ui:334
@@ -14585,7 +14625,7 @@ msgstr "Alt_or:"
#: cui/uiconfig/ui/possizetabpage.ui:280
msgctxt "possizetabpage|CBX_SCALE"
msgid "_Keep ratio"
-msgstr "_Caltener proporciones"
+msgstr "_Caltener la proporción"
#. 4A7Le
#: cui/uiconfig/ui/possizetabpage.ui:340
@@ -15503,7 +15543,7 @@ msgstr ""
#: cui/uiconfig/ui/signsignatureline.ui:343
msgctxt "signsignatureline|label_more"
msgid "More"
-msgstr ""
+msgstr "Más"
#. 2LCZd
#: cui/uiconfig/ui/similaritysearchdialog.ui:26
@@ -16433,7 +16473,7 @@ msgstr "Columna"
#: cui/uiconfig/ui/textflowpage.ui:362
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
-msgstr "Anantes"
+msgstr "Enantes"
#. vMWKU
#: cui/uiconfig/ui/textflowpage.ui:363
diff --git a/source/ast/dbaccess/messages.po b/source/ast/dbaccess/messages.po
index b7482621c0c..d866953aa61 100644
--- a/source/ast/dbaccess/messages.po
+++ b/source/ast/dbaccess/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ast/>\n"
"Language: ast\n"
@@ -524,7 +524,7 @@ msgstr "Amestar columna"
#: dbaccess/inc/strings.hrc:104
msgctxt "RID_STR_FIELD_DOESNT_EXIST"
msgid "Invalid expression, field name '$name$' does not exist."
-msgstr "Espresión inválida, el nome de campu '$name$' nun esiste."
+msgstr "La espresión nun val porque nun esiste'l nome de campu «$name$»."
#. WiCaf
#: dbaccess/inc/strings.hrc:105
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Xeres"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Descripción"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Entever"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"¿Quies zarrar agora tolos documentos?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Nome del f~ormulariu"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Nome del ~informe"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "Nome de la c~arpeta"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "El documentu contién formularios o reportes con macros incrustaes."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Ten en cuenta que nun podrás integrar macros nel propiu documentu de base de datos fasta qu'esta migración tea fecha. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Base de datos incrustada"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "Nun pues esbillar categoríes distintes."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Alcontróse un tipu d'oxetu non almitíu ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Propiedaes avanzaes"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Axustes adicionales"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Axustes de la conexón"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Nome de la ~tabla"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "Nome de la ~consulta"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Renomar como"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Inxertar como"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "¿Quier desaniciar los datos esbillaos?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Fallu al afitar el criteriu d'ordenar"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Fallu al afitar el criteriu de peñera"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Perdióse la conexón"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Consultes"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tables"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Confirmar Desaniciar"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "¿Quies desaniciar la tabla «%1»?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Perdióse la conexón cola base de datos. ¿Quies volver a coneutar?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "S'atoparon avisos"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "La conexón a la base de datos unvió alvertencies durante la determinación de les tables."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Coneutando a \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Cargando consulta $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Cargando tabla $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Nun ye a atopase un formatu de tabla."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "La conexón col orixe de datos \"$name$\" nun se pudo establecer."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Desconocíu;Testu;Númberu;Data/Tiempu;Data;Tiempu;Sí/Non;Moneda;Nota;Cuntador;Imaxe;Testu (fixu);Decimal;Binariu(fixu);Binariu;Enteru grande;Doble precisión;Coma flotante;Real;Enteru;Enteru pequeñu;Enteru nanu;Valor nulu;Oxetu;Distintu;Cadarma;Campu;BLOB;CLOB;REF;OTHER (fixu)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Inxertar/desaniciar clave primaria"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Sí"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Non"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<nengún>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Nome del Campu"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Tipu de Campu"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Descripción"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Descripción de la columna"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Propiedaes del Campu"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Camudar caxella"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Desaniciar filera"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Tipu de campu modificáu"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Inxertar filera"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Inxertar una filera nueva"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~Valor predetermináu"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Escueyi una cadena balera si'l campu nun tien de tener un valor predetermináu."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Si dempués metes datos na tabla, en cada rexistru nuevu usaráse esta cadena de caráuteres pal campu seleicionáu. Poro, tien que corresponder col formatu de caxella a introducir más abaxo."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Meti'l llargor máximu de testu permitíu."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Meti'l formatu de númberu."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"Si'l valor fuera mayor que'l másimu permitíu pa esta base de datos, va correxise d'acuerdu al valor máximu correspondiente."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Indique'l númberu de decimales que tienen de contener los númberos nesti campu."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Equí pues ver cómo se veríen los datos col formatu definíu anguaño (usa'l botón de la drecha pa camudar el formatu)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Equí pue determinar el tipu de formatiáu pa la salida de los datos de la tabla."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"Nun vas poder escribir datos nesta triba de campu. A cada rexistru nuevu de datos se-y va dar automáticamente un valor propiu (resultáu del incrementu del rexistru anterior)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Nun se pue guardar la tabla porque'l nome de columna \"$column$\" asignóse dos veces."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "La columna \"$column$\" pertenez a la clave primaria. En casu d'eliminala, va eliminar tamién la clave primaria. ¿Desea continuar?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Clave Principal Afeutada"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Columna"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "¿Quies siguir de toles maneres?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Nun se pudo grabar la tabla porque nun se pudo coneutar cola base datos."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Nun se pudo axustar la peñera de tables porque desanicióse la fonte de datos."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"¿Quies guardar agora los cambios?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Denguna llave primaria"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"¿Quies crear agora una clave primaria?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "La columna \"$column$\" nun se pudo camudar. ¿Prefieres desaniciala y aplicar el formatu nuevu?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Fallu al grabar el diseñu de tabla"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Nun se puede desaniciar la columna $column$."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Esta espresión importaráse direutamente a la base datos dende que la tabla se cree."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"El mou diseñu de tabla nun ta a mano pa esta fonte de datos."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "camudar nome de campu"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "camudar tipu de campu"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "camudar descripción de campu"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "camudar atributu de campu"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Necesítase una contraseña pa coneutar cola fonte de datos \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"nun existe. ¿Tendría de crease?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Nun pudo crease la carpeta $name$."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Yá existe'l ficheru. ¿Reescribilu?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Carpeta"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Propiedaes de la base de datos"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Propiedaes de la Fonte de Datos: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Escueyi 'Coneutar con una base de datos esistente' pa coneutar con una base de datos esistente."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Nun se fue quien a cargar la biblioteca del programa #lib#, a lo meyor ta toyía. La esbilla de fonte de datos ODBC nun s'atopa."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"Puedes camudar los datos, pero de xuro nun vas ser quien a coneutar cola base datos."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Dengún}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Espaciu}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 tien de tar configuráu."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 y #2 deben ser diferentes."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "Nun se pueden usar comodinos como ?,* en #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Prueba de conexón"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Afitóse correchamente la conexón."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Nun pudo afitase la conexón."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "El controlador JDBC cargóse bien."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "El controlador JDBC nun pudo cargase."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "Ficheru MS Access"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "Ficheru de MS Access 2007"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Base de datos de Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Sistema"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Fallu al crear"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "Asocedió un error. Nun pudo executase la operación."
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "El documentu \"$file$\" nun se pudo abrir."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Imposible desaniciar la tabla porque la conexón cola base de datos nun ye pa con ello."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~Too"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Desfacer:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Refacer:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
-msgstr "Nun s'atopó denguna columna de la triba de columna '#1'."
+msgstr "Nun s'atopó denguna columna de la triba de columna «#1»."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Nun esiste'l ficheru «$file$»."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Xeneráronse alvertencies na conexón col orixe de datos. Calca \"$buttontext$\" pa veles."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "L'informe «$file$» rique'l Xenerador d'informes."
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Nun puede coneutase al alministrador del controlador SDBC (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Hai un controlador que nun ta rexistráu pa la URL #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Furruló la conexón, pero nun ta afayadiza la información de les tables de bases de datos."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Toles tables"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Toles vistes"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Toles tables y vistes"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Nome de tabla"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Inxertar datos"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Desaniciar datos"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Modificar datos"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Alterar la cadarma"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Lleer datos"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Modificar referencies"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Quitar cadarma"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Camín a los ficheros dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Camín a los ficheros de testu"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Camín del documentu de fueya de cálculu"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Nome de la fonte de datos ODBC nel so ordenador"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Camín al documentu de Writer"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Nome de la base de datos MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Nome de la base de datos Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Ficheru de base de datos Microsoft Access"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Nun se necesita más configuración. Calca nel botón «%test» pa comprobar si la conexón funciona."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "URL de la fonte de datos (p.ex.: host=$host:$port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "Nome del ag~ospiu"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Nome del perfil de ~Mozilla"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Nome del perfil de ~Thunderbird"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Amestar tables"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Amestar tabla o consulta"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Aplicar columnes"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Tipu formatu"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"El siguiente nome yá ta usándose:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Asignar columnes"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Atrás"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Siguiente>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "~Crear"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Copiar tabla"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Copiar tabla"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Esti nome de tabla nun val pa esta base datos."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Escueyi la opción 'Amestar datos' de la primera páxina pa incorporar datos a una tabla."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Camuda'l nome de la tabla. Ye enforma llargu."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Asistente pa bases de datos"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Escoyer base de datos"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Afitar una conexón dBASE"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Afitar una conexón con ficheros de testu"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Afitar una conexón Microsoft Access"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Afitar una conexón LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Afitar una conexón ADO"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Afitar una conexón JDBC"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Afitar una conexón base de datos Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Configurar conexón de MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Configurar conexón de ODBC"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Configurar la conexón a un documentu de Writer o fueya de cálculu"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Configurar autenticación del usuariu"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Configurar MySQL server data"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Grabar y siguir"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Base de Datos Nueva"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Configurar conexón con una base de datos MySQL usando JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"Comunícate col alministrador del sistema si nun tas seguru de la configuración siguiente."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "Cla~se de controlador MySQL JDBC:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Predetermináu: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Configura una conexón con ficheros dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Escueyi la carpeta onde se guarden los ficheros dBASE."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Afitar una conexón con ficheros de testu"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Escueyi la carpeta onde se guarden los ficheros de testu CSV (valores separtaos por comes). %PRODUCTNAME Base abrirá estos ficheros en mou de sólo llectura."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Camín de los ficheros de testu"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Configura una conexón con una base de datos de Microsoft Access"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Escueyi'l ficheru de Microsoft Access que quies abrir."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Configura una conexón con una base de datos ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Comunícate col alministrador del sistema si nun tas seguru de los parámetros siguientes."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Configura una conexón con una base de datos ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Comunícate col alministrador del sistema si nun tas seguru de la configuración siguiente."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Configura una conexón con una base de datos JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Comunícate col alministrador del sistema si nun tas seguru de la configuración siguiente."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Configura una conexón con una base de datos Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Predetermináu: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "~Clase de controlador Oracle JDBC"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"Comunícate col alministrador del sistema si nun tas seguru de la configuración siguiente."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Configura una conexón con fueyes de cálculu"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME abrirá esti ficheru en mou de sólo llectura."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "All~ugamientu y nome del ficheru"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Comandu bien executáu."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Perdióse la conexón a la base de datos. Esti diálogu va desapaecer."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Orde"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Campu d'índiz"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Ascendente"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Descendente"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
-msgstr "¿De verdá quies desaniciar l'índiz '$name$'?"
+msgstr "¿De verdá quies desaniciar l'índiz «$name$»?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "índiz"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "L'índiz tien que tener polo menos un campu."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Yá esiste otru índiz col nome «$name$»."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "Nuna definición d'índiz, cada columna de tabla pue apaecer como muncho una vegada. Yá emplegasti la columna \"$name$\" dos vegaes."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "La entrada nun pudo convertise a un valor válidu pal parámetru \"$name$\""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "Estáu de SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Códigu d'error"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Munches vegaes, esti fallu dalu por una mala configuración de tipos de lletra pal idioma de la base datos. Comprueba la configuración escoyendo: Editar - Base de datos - Propiedaes."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Fallu"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Avisu"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Información"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Detalles"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "¿De xuru que quies desaniciar l'usuariu?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "La base de datos nun almite l'alministración d'usuarios."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Les contraseñes nun coinciden. Escribi otra vuelta la contraseña."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Ten en cuenta que delles bases de datos pueden ser incompatibles con esta triba de combinación."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Contién sólo rexistros nos que los conteníos de los campos venceyaos de les dos tables son iguales."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Contién TOLOS rexistros de la tabla «%1» y sólo los rexistros de la tabla «%2» nos que los conteníos de los campos venceyaos de les dos tables son iguales."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Contién TOLOS rexistros de datos de «%1» y de «%2»."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Contién el productu cartesianu de TOLOS rexistros de «%1» y de «%2»."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "La base de datos de destín nun aguanta por vistes."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "La base de datos de destín nun aguanta por claves primaries."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "nun s'alcontró dengún descriptor d'accesu a datos, o dengún descriptor capaz d'apurrir la información necesaria"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Sólo tables y entrugues se soporten nesti momentu."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "El conxuntu de resultaos de la fonte de copia tien que tener por los marcadores."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Tipu de columna fonte ($type$) nun se soporta en la posición de columna $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Númberu illegal d'entamu de parámetros."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Asocedió un fallu mientres s'instalaba."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Nun s'almite la opción $name$ nel descriptor d'orixe pal copiáu."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "Pa copiar una consulta, la conexón tien de ser quien a proporcionar consultes."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "El remanador d'interaición proporcionáu ye inválidu."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Ésta rellación yá esiste. Quier editala o facer una nueva?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Editar..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Crear..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: Diseñu de rellación"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "La base de datos nun sofita denguna rellación."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Si desanicia esta tabla desaniciaránse tamién toles rellaciones correspondientes. ¿Deseya continuar?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4651,7 +4645,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Tables y peñera de tables"
@@ -4680,6 +4674,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
#, fuzzy
diff --git a/source/ast/desktop/messages.po b/source/ast/desktop/messages.po
index 208d732674a..b99797d852f 100644
--- a/source/ast/desktop/messages.po
+++ b/source/ast/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-02 14:00+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/ast/>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Estensión"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "Componente Biblioteca Dinámica UNO"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "Componente Java UNO"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "Componente Python UNO"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "Componentes UNO"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "Biblioteca de tipos RDB UNO"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "Biblioteca de tipos Java UNO"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "Biblioteca %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Ayuda"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "La estensión nun puede instalase por:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "La estensión nun s'instalará porque asocedió un fallu nos ficheros d'ayuda:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Amestar estensión(es)"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Desaniciar"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Habilitar"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Deshabilitar"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Anovar..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Amestar %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Desaniciar %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Activando %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Desactivar %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Aceutar la llicencia pa %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Fallu: Desconózse l'estáu d'esta estensión"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Zarrar"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Colar"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"L'anovamientu de la estensión compartía requier de privilexos d'alministrador. Ponte en contautu col alministrador del sistema p'anovar les siguientes estensiones compartíes:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "La estensión nun pudo instalase yá que les siguientes dependencies del sistema nun tán satisfeches:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Esta estensión ta desactivada porque aínda nun aceutaste la llicencia.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Amosar la llicencia"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Calca «Encaboxar» pa detener la instalación."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "La instalación de les estensiones ta desactivada. Consulta l'alministrador del sistema pa más información."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "El desaniciu d'estensiones ta desactiváu. Consulta al alministrador del sistema pa más información."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Calca «Encaboxar» pa detener el desaniciu de la estensión."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Calca «Encaboxar» pa detener el desaniciu de la estensión."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Calca «Encaboxar» pa detener l'activación de la estensión."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Calca «Encaboxar» pa detener la desactivación de la estensión."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "La estensión «%Name» nun funciona nesti ordenador."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Instalando estensiones..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Instalación finada"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Ensin errores."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Error descargando estensión %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "El mensaxe d'error ye: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Error instalando estensión %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Los términos de llicencia pa la estensión %NAME refugáronse. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "La estensión nun s'instalará."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Desconocíu"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "La estensión requier polo menos la versión de referencia d'OpenOffice.org %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "La estensión nun tien sofitu pa versiones de referencia a OpenOffice.org mayores que %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "La estensión rique polo menos %PRODUCTNAME versión %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Calca «Encaboxar» pa detener la instalación."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Calque «Encaboxar» pa detener la instalación."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Calca «Encaboxar» pa detener la instalación."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Calque «Encaboxar» pa detener la instalación."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Calca «Encaboxar» pa detener la instalación."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Calque «Encaboxar» pa encaboxar la instalación."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Nun hai anovamientos disponibles."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Nun hai anovamientos disponibles. Pa ver tolos anovamientos, conseña la caxella 'Ver tolos anovamientos'."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Asocedió un error:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Error desconocíu."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Nun hai más descripción disponible pa esti anovamientu."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "La estensión nun puede anovase porque:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "La versión necesaria de %PRODUCTNAME nun concasa:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "Tienes %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "anovamientu dende'l restolador"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Versión"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Esti anovamientu va inorase.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Nun se puede entamar l'aplicación. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Nun s'atopó'l direutoriu de configuración «$1»."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "El camín d'instalación nun val."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Hebo un fallu internu."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "El ficheru de configuración «$1» ta toyíu."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Nun s'atopó'l ficheru de configuración «$1»."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "El ficheru de configuración «$1» nun almite esta versión."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Nun se ye quien a pescanciar la llingua del interfaz d'usuariu."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Nun pudo completase la instalación del usuariu. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Nun se puede crear el xestor de configuración."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Anicia el programa d'instalación pa reparar la instalación dende'l CD o dende la carpeta que contién los ficheros d'instalación."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Hebo un fallu xeneral mentanto s'accedía a la configuración central. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Contauta col to alministrador de sistema."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Hebo'l siguiente fallu internu: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "Hai que reaniciar %PRODUCTNAME manualmente dempués de la instalación o anovamientu."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"¿Tas seguru de querer siguir?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Impresión desactivada. Nun se puen imprentar documentos."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "L'alministrador de camín nun ta disponible.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Alcuerdu de llicencia de la estensión de software $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Llei ensembre el contratu llicencia que s'amuesa arriba. Aceuta los términos del mesmu escribiendo \"sí\" na consola, darréu calca na tecla Intro. Escribi \"non\" pa refugar los términos del contratu o encaboxar la instalación de la estensión."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Escribi \"si\" o \"non\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "La entrada nun ta bien. Escribi \"sí\" o \"non\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "SÍ"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "S"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NON"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg nun se pue aniciar. El ficheru de bloquéu indica que yá ta executándose. Si esto nun s'aplica, desanicia'l ficheru de bloquéu de:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ERROR: "
diff --git a/source/ast/extensions/messages.po b/source/ast/extensions/messages.po
index 66071e78908..f4b1827815f 100644
--- a/source/ast/extensions/messages.po
+++ b/source/ast/extensions/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-05-19 12:41+0200\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/extensionsmessages/ast/>\n"
"Language: ast\n"
@@ -2195,8 +2195,8 @@ msgid ""
"Do you want to delete the data type '#type#' from the model?\n"
"Please note that this will affect all controls which are bound to this data type."
msgstr ""
-"¿Quier desaniciar la triba de datos '#type#' del modelu?\n"
-"Cuente qu'esto afeuta a tolos controles venceyaos a esta triba de datos."
+"¿Quies desaniciar la triba de datos «#type#» del modelu?\n"
+"Cuenta qu'esto afeuta a tolos controles venceyaos a esta triba de datos."
#. zaduD
#: extensions/inc/strings.hrc:265
@@ -2335,7 +2335,7 @@ msgstr "Formulariu maestru"
#: extensions/inc/strings.hrc:289
msgctxt "STR_ERROR_RETRIEVING_COLUMNS"
msgid "The columns of '#' could not be retrieved."
-msgstr "Les columnes de '#' nun puen ser recuperaes."
+msgstr "Nun puen recuperase les columnes de «#»."
#. w4wm8
#: extensions/inc/strings.hrc:291
diff --git a/source/ast/filter/messages.po b/source/ast/filter/messages.po
index 8f02014dfcf..6de957e9039 100644
--- a/source/ast/filter/messages.po
+++ b/source/ast/filter/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-04-27 15:54+0200\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"PO-Revision-Date: 2020-08-06 08:40+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/filtermessages/ast/>\n"
"Language: ast\n"
@@ -419,7 +419,6 @@ msgstr "Roblar con marca d'a_gua"
#. JtBsL
#: filter/uiconfig/ui/pdfgeneralpage.ui:398
-#, fuzzy
msgctxt "pdfgeneralpage|watermarklabel"
msgid "Text:"
msgstr "Testu:"
diff --git a/source/ast/forms/messages.po b/source/ast/forms/messages.po
index c3a9c41ebb1..76674f030cf 100644
--- a/source/ast/forms/messages.po
+++ b/source/ast/forms/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-02-25 19:15+0000\n"
-"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/formsmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1507237308.000000\n"
#. naBgZ
@@ -210,37 +210,37 @@ msgstr "Necesítase un valor."
#: forms/inc/strings.hrc:57
msgctxt "RID_STR_XFORMS_INVALID_CONSTRAINT"
msgid "The constraint '$1' not validated."
-msgstr "La llende '$1' nun ta validada."
+msgstr "La llende «$1» nun ta validada."
#. a2kvh
#: forms/inc/strings.hrc:58
msgctxt "RID_STR_XFORMS_VALUE_IS_NOT_A"
msgid "The value is not of the type '$2'."
-msgstr "El valor nun ye de la triba '$2'."
+msgstr "El valor nun ye de la triba «$2»."
#. xr8Fy
#: forms/inc/strings.hrc:59
msgctxt "RID_STR_XFORMS_VALUE_MAX_INCL"
msgid "The value must be smaller than or equal to $2."
-msgstr "El valor tien que ser menor que o igual a $2."
+msgstr "El valor tien de ser menor que o igual a $2."
#. 2FnXB
#: forms/inc/strings.hrc:60
msgctxt "RID_STR_XFORMS_VALUE_MAX_EXCL"
msgid "The value must be smaller than $2."
-msgstr "El valor tien que ser menor que $2."
+msgstr "El valor tien de ser menor que $2."
#. yFzvb
#: forms/inc/strings.hrc:61
msgctxt "RID_STR_XFORMS_VALUE_MIN_INCL"
msgid "The value must be greater than or equal to $2."
-msgstr "El valor tien que ser mayor que o igual a $2."
+msgstr "El valor tien de ser mayor que o igual a $2."
#. 8CqwC
#: forms/inc/strings.hrc:62
msgctxt "RID_STR_XFORMS_VALUE_MIN_EXCL"
msgid "The value must be greater than $2."
-msgstr "El valor tien que ser mayor que $2."
+msgstr "El valor tien de ser mayor que $2."
#. zcC3f
#: forms/inc/strings.hrc:63
@@ -354,7 +354,7 @@ msgstr "Fallu na evaluación"
#: forms/inc/strings.hrc:81
msgctxt "RID_STR_XFORMS_PATTERN_DOESNT_MATCH"
msgid "The string '$1' does not match the required regular expression '$2'."
-msgstr "La cadena '$1' nun coincido cola espresión regular que se necesita '$2'."
+msgstr "La cadena «$1» nun concasa cola espresión regular riquida «$2»."
#. GdrwE
#: forms/inc/strings.hrc:82
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared.po b/source/ast/helpcontent2/source/text/sbasic/shared.po
index 2dae947d1b4..686dd858d2d 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-21 00:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/ast/>\n"
@@ -8161,13 +8161,13 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr ""
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
+msgid "Print# Statement"
msgstr ""
#. addUg
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "Saca les cadenes o espresiones numericas especificaes a un diálogu o a un ficheru."
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9745,13 +9754,13 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>Reset;instrucción</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
msgstr ""
#. iLCKn
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "Zarra tolos ficheros abiertos y escribe el conteníu de toles memories entemedies de ficheru nel discu duru."
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -10024,50 +10024,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "Llee datos d'un ficheru secuencial abiertu."
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "Input #NúmberuFicheru As Integer; var1[, var2[, var3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>NúmberuFicheru:</emph> Númberu del ficheru que contenga los datos que se deseye lleer. El ficheru tien de tar abiertu cola instrucción Open por aciu la pallabra clave INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>var:</emph> Una variable numbérica o de cadena qu'a la que s'asigna los valores que se lleen del ficheru abiertu."
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "Si llégase a la fin del ficheru mientres se llee un elementu de datos, produzse un fallu y el procesu atáyase."
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,13 +10114,13 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr "' Lleer el ficheru de datos usando Input"
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
+msgid "Line Input# Statement"
msgstr ""
#. CCEuD
@@ -10150,68 +10132,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>Sentencia de llinia d'ingresu</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "Llee cadenes d'un ficheru secuencial nuna variable."
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "Line Input #NúmberuFicheru As Integer, Var As String"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber: </emph>Númberu del ficheru que contién los datos que quier lleer. El ficheru tien de tar abiertu anteriormente cola instrucción Open por aciu la pallabra clave INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>var:</emph> El nome de la variable qu'almacene la resultancia."
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10222,40 +10186,13 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "Cola instrucción <emph>Line Input#</emph>, pue lleer cadenes dende un ficheru abiertu nuna variable. Les variables de cadena lleen llinia a llinia hasta la primer torna de carru (Asc=13) o meyora de llinia (Asc=10). Les marques de final de llinia nun s'inclúin na cadena resultante."
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNúmberu, \"Esta ye una llinia de testu\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNúmberu, \"Esta ye otra llinia de testu\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
+msgid "Put# Statement"
msgstr ""
#. psWQE
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>Put;función</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,14 +10222,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "Escribe un rexistru nun ficheru relativu o una secuencia de bytes nun ficheru binariu."
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "Consulte tamién: instrucción <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link>"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "N'ficheros binarios (accesu binariu), la posición del byte del ficheru en que se deseye empezar a escribir."
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,68 +10321,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>instrucción Write</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "Escribe datos nun ficheru secuencial."
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "Write [#NomeFicheru], [ListaExpresión]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>FileName:</emph> Cualquier espresión numbérica que contenga'l númberu de ficheru que seya afitada pola instrucción Open del ficheru respectivu."
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>ListaExpresiones:</emph> Variables o espresiones que se deseye introducir nun ficheru, dixebraes por comes."
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "Númberos con dellimitadores decimales son convertíos d'alcuerdu nala configuración del idioma o rexonalización."
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,13 +10942,13 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>NúmberuFicheru:</emph> El númberu de canal de datos usáu na instrucción Open."
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
+msgid "Seek# Statement"
msgstr ""
#. vLW2K
@@ -11041,13 +10960,13 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>declaración Seek</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
msgstr ""
#. RBPKW
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "Pal restu de ficheros, la instrucción Seek define la posición de byte na que va asoceder la siguiente operación."
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "Consulte tamién: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Seek[#FileNumber], Position (como númberu Long)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>NúmberuFicheru: </emph> El númberu de canal de datos usáu na instrucción Open."
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>Posición: </emph>Posición pa la siguiente escritura o llectura. La posición pue ser un númberu ente 1 y 2.147.483.647. Según el tipu de ficheru, la posición indica'l númberu del rexistru (Ficheros en mou Random) o la posición del byte (Ficheros en mou Binary, Output, Append o Input). El primera byte d'un ficheru ye la posición 1, el segundu la posición 2, etc."
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39391,13 +39310,13 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/ast/helpcontent2/source/text/sdatabase.po b/source/ast/helpcontent2/source/text/sdatabase.po
index 2d4c3a3caf6..8790dd9b661 100644
--- a/source/ast/helpcontent2/source/text/sdatabase.po
+++ b/source/ast/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -157,13 +157,13 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr ""
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
#. 3JCfK
@@ -175,13 +175,13 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr ""
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
msgstr ""
#. ASeVi
@@ -193,13 +193,13 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr ""
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
msgstr ""
#. JTXBF
@@ -211,13 +211,13 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr ""
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
msgstr ""
#. FWCVa
@@ -292,13 +292,13 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
msgstr ""
#. DX2vA
@@ -319,13 +319,13 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr ""
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
msgstr ""
#. 2N4uG
@@ -364,6 +364,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr ""
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. kDhFD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/sdraw.po b/source/ast/helpcontent2/source/text/sdraw.po
index 62c55dae902..852e3b16846 100644
--- a/source/ast/helpcontent2/source/text/sdraw.po
+++ b/source/ast/helpcontent2/source/text/sdraw.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-22 17:23+0200\n"
-"PO-Revision-Date: 2020-01-24 14:55+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1507111981.000000\n"
#. dHbww
@@ -671,7 +671,7 @@ msgctxt ""
"par_id3155333\n"
"help.text"
msgid "Technical diagrams often show the dimensions of objects in the drawing. In $[officename] Draw, you can use dimension lines to calculate and display linear dimensions."
-msgstr "Los diagrames téunicos amuesen davezu les dimensiones de los oxetos nel dibuxu. En $[officename] Draw pue usar les llinies de dimensiones pa calcular y visualizar les dimensiones lliniales."
+msgstr "Los diagrames téunicos amuesen davezu les dimensiones de los oxetos nel dibuxu. En $[officename] Draw pue usar les llinies de cota pa calcular y visualizar les dimensiones lliniales."
#. s5vj3
#: main0503.xhp
diff --git a/source/ast/helpcontent2/source/text/sdraw/01.po b/source/ast/helpcontent2/source/text/sdraw/01.po
index 60d11f53b52..1ef6e740543 100644
--- a/source/ast/helpcontent2/source/text/sdraw/01.po
+++ b/source/ast/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-01-24 14:48+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw01/ast/>\n"
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr ""
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/sdraw/guide.po b/source/ast/helpcontent2/source/text/sdraw/guide.po
index ba908001502..b4b24309359 100644
--- a/source/ast/helpcontent2/source/text/sdraw/guide.po
+++ b/source/ast/helpcontent2/source/text/sdraw/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-01-22 13:00+0100\n"
-"PO-Revision-Date: 2020-02-11 12:27+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdrawguide/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1523977270.000000\n"
#. cZbDh
@@ -2480,7 +2480,7 @@ msgctxt ""
"par_id3150391\n"
"help.text"
msgid "Dimension Lines"
-msgstr ""
+msgstr "Llinies de cota"
#. Xy8FC
#: layers.xhp
@@ -2534,7 +2534,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Instructions for Using $[officename] Draw"
-msgstr "Instrucciones pa Utilizar $[officename] Draw"
+msgstr "Instrucciones pa utilizar $[officename] Draw"
#. aTz4K
#: main.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/00.po b/source/ast/helpcontent2/source/text/shared/00.po
index 5aadc936e57..5df046e10d3 100644
--- a/source/ast/helpcontent2/source/text/shared/00.po
+++ b/source/ast/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-08-04 11:16+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/ast/>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr ""
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/01.po b/source/ast/helpcontent2/source/text/shared/01.po
index 112f83c5963..3503134db18 100644
--- a/source/ast/helpcontent2/source/text/shared/01.po
+++ b/source/ast/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-04 11:16+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/ast/>\n"
"Language: ast\n"
@@ -25801,31 +25801,13 @@ msgctxt ""
msgid "Add"
msgstr "Amestar"
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr ""
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "Nome"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
msgstr ""
#. 6Yvch
@@ -27259,13 +27241,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr ""
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
msgstr ""
#. 6XJUi
@@ -36482,7 +36464,7 @@ msgctxt ""
"hd_id3159600\n"
"help.text"
msgid "Replace << and >> with angle quotes"
-msgstr ""
+msgstr "Trocar << y >> por comines angulares"
#. iNK4q
#: 06040400.xhp
@@ -36491,7 +36473,7 @@ msgctxt ""
"par_id3155273\n"
"help.text"
msgid "Automatically replaces double less-than and greater-than signs with double angle quotes « and » in several languages, and with single angle quotes ‹ and › in Swiss French."
-msgstr ""
+msgstr "Sustitúi automáticamente secuencies de signos de desigualdá matemática dobles (<lliteral><<</lliteral> y <lliteral>>></lliteral>) por comines angulares (« y ») en dellos idiomes, y por comines angulares simples (‹ y ›) en francés suizu."
#. YRQQD
#: 06040400.xhp
@@ -36536,7 +36518,7 @@ msgctxt ""
"hd_id3153750\n"
"help.text"
msgid "Start quote"
-msgstr ""
+msgstr "Comina d'apertura"
#. MBS7T
#: 06040400.xhp
@@ -36554,7 +36536,7 @@ msgctxt ""
"hd_id3159233\n"
"help.text"
msgid "End quote"
-msgstr ""
+msgstr "Comina de zarru"
#. mgdRK
#: 06040400.xhp
@@ -36581,7 +36563,7 @@ msgctxt ""
"par_id3166460\n"
"help.text"
msgid "<ahelp hid=\".\">Resets the quotation marks to the default symbols.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Reafita les comines a los signos predeterminaos.</ahelp>"
#. F9Eqa
#: 06040500.xhp
@@ -43025,7 +43007,7 @@ msgctxt ""
"hd_id171526467974440\n"
"help.text"
msgid "Title"
-msgstr "Títulu"
+msgstr "Cargu"
#. fyUJY
#: addsignatureline.xhp
@@ -47275,13 +47257,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47464,24 +47446,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47491,15 +47455,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -49561,6 +49516,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. 53EtS
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/02.po b/source/ast/helpcontent2/source/text/shared/02.po
index 14c421aa898..47c9c8b8e4f 100644
--- a/source/ast/helpcontent2/source/text/shared/02.po
+++ b/source/ast/helpcontent2/source/text/shared/02.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-08-04 11:16+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-05 15:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/ast/>\n"
"Language: ast\n"
@@ -8810,14 +8810,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "El subformulario basar nuna consulta <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link>; más en concretu, nuna <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">consulta paramétrica</link>. Si inxerta un nome de campu nel cuadru<emph>Enllazar campos maestros</emph>, los datos que figuren nesi campu del formulariu principal lleer nuna variable que se debe introducir en <emph>Enllazar con</emph>. Nuna instrucción SQL pertinente, esta variable comparar colos datos de tabla a los que fai referencia'l subformulario. Coles mesmes, el nome de la columna pue especificase nel cuadru <emph>Enllazar campos maestros</emph>."
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10529,14 +10529,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr ""
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Iconu</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11762,14 +11762,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "L'iconu <emph>Estilu de flecha</emph> namái s'amuesa al crear un dibuxu coles funciones de dibuxu. Pa llograr más información, consulte la seición <link href=\"text/shared/01/05200300.xhp\" name=\"Estilos de llinia\"><emph>Estilos de llinia</emph></link> de l'Ayuda."
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Iconu</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -15387,7 +15387,7 @@ msgctxt ""
"hd_id3153662\n"
"help.text"
msgid "Field content is NULL"
-msgstr "Conteníu del campu ye NULL"
+msgstr "El conteníu del campu ye NULL"
#. i8Bma
#: 12100200.xhp
@@ -15405,7 +15405,7 @@ msgctxt ""
"hd_id3153717\n"
"help.text"
msgid "Field content is not NULL"
-msgstr "Conteníu del campu nun ye NULL"
+msgstr "El conteníu del campu nun ye NULL"
#. fMFeY
#: 12100200.xhp
@@ -17027,13 +17027,13 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "Executar directamente comandu SQL"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
msgstr ""
#. tTG7m
@@ -17054,13 +17054,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Funciones</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
msgstr ""
#. iGFfH
@@ -17099,13 +17099,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Nome de la tabla</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. t48DA
@@ -17144,13 +17144,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alies</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. CcbaZ
@@ -17198,13 +17198,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Valores unívocos</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
msgstr ""
#. EXAFG
@@ -19241,14 +19241,41 @@ msgctxt ""
msgid "Limit"
msgstr "Llendes"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
-msgstr "<ahelp hid=\".\">Espande la declaración de seleición creada de la <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">consulta SQL</link> cola cláusula LIMIT X</ahelp>. Esto pue usase pa llendar los resultaos de la so Consulta SQL a les que caigan dientro del primer númberu X d'elles."
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
+msgstr ""
#. Ae3Qb
#: paintbrush.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/explorer/database.po b/source/ast/helpcontent2/source/text/shared/explorer/database.po
index c05618f14bd..2f007779b5b 100644
--- a/source/ast/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/ast/helpcontent2/source/text/shared/explorer/database.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-05-14 21:16+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/ast/>\n"
"Language: ast\n"
@@ -16,2220 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542028595.000000\n"
-#. E3MVS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design"
-msgstr "Diseñu de consulta"
-
-#. Ys2sC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3153323\n"
-"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
-msgstr "<bookmark_value>vistes;crear vistes de bases de datos (Base)</bookmark_value><bookmark_value>consultes; crear en vista de diseñu (Base)</bookmark_value><bookmark_value>diseñar; consultes (Base)</bookmark_value><bookmark_value>vista de diseñu; consultes/vistes (Base)</bookmark_value><bookmark_value>xunir;tables (Base)</bookmark_value><bookmark_value>tables de bases de datos; xunir pa consultes (Base)</bookmark_value><bookmark_value>consultes; xunir tables (Base)</bookmark_value><bookmark_value>tables de bases de datos; rellaciones (Base)</bookmark_value><bookmark_value>rellaciones; xunir tables (Base)</bookmark_value><bookmark_value>consultes; desaniciar enllaces de tables (Base)</bookmark_value><bookmark_value>criterios de diseñu de consultes (Base)</bookmark_value><bookmark_value>consultes; formular condiciones de filtru (Base)</bookmark_value><bookmark_value>condiciones de filtru;en consultes (Base)</bookmark_value><bookmark_value>parámetros; consultes (Base)</bookmark_value><bookmark_value>consultes; consultes de parámetros (Base)</bookmark_value><bookmark_value>SQL; consultes (Base)</bookmark_value><bookmark_value>SQL nativu (Base)</bookmark_value>"
-
-#. T4W7n
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153394\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Diseñar una consulta</link>"
-
-#. GU8Jd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156411\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
-msgstr "<ahelp hid=\".\">La vista <emph>Diseñu de consulta</emph> dexa la creación y edición de consultes de bases de datos.</ahelp>"
-
-#. vGBE5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7024140\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "La mayoría de les bases de datos utilicen consultes pa peñerar o ordenar les tables de bases de datos por qu'amuesen los rexistros nel equipu. Les vistes apurren les mesmes funciones que les consultes, pero nel sirvidor. Si la base de datos atopar nun sirvidor qu'almite vistes, pue utilizar felicidaes vistes pa peñerar los rexistros del sirvidor con cuenta d'acelerar el tiempu de visualización."
-
-#. WZcUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
-msgstr "Al escoyer el comandu <emph>Crear vista</emph> de la ficha <emph>Tables</emph> d'un documentu de base de datos, va ver la ventana <emph>Diseñu de vista</emph> que ye similar a la ventana <emph>Diseñu de consulta</emph> que se describe equí."
-
-#. JMyC7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8307138\n"
-"help.text"
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
-msgstr "Cuando se crea una consulta caltién la estructura de la ventana de Diseñu de consultes, lo cual nun asocede cuando se crea una vista."
-
-#. TEBj6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149233\n"
-"help.text"
-msgid "The Design View"
-msgstr "La vista Diseñu"
-
-#. zkTQc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145673\n"
-"help.text"
-msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
-msgstr "Pa crear una consulta, faiga clic nel iconu <emph>Consultes</emph> d'un documentu de base de datos y, de siguío, faiga clic en <emph>Crear consulta en vista Diseñu</emph>."
-
-#. MAraF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150255\n"
-"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
-
-#. GMVkG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152474\n"
-"help.text"
-msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
-msgstr "Na parte cimera de la ventana de la vista Diseñu de consulta, amuésense los <link href=\"text/shared/main0214.xhp\" name=\"iconos\">iconos</link> de les barres <emph>Diseñu de consulta</emph> y <emph>Diseñu</emph>."
-
-#. hYsxY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
-msgstr "Si deseya probar una consulta, faiga doble clic nel nome de la consulta nel documentu de base de datos. La resultancia de la consulta amosar nuna tabla similar a la vista d'orixe de datos. Nota: la tabla que s'amuesa ye temporal."
-
-#. B4HEH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id8226264\n"
-"help.text"
-msgid "Keys in Query Design View"
-msgstr "Tecles de la vista Diseñu de consulta"
-
-#. Cvd4o
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id2341074\n"
-"help.text"
-msgid "Key"
-msgstr "Tecla"
-
-#. mCy9S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id4384289\n"
-"help.text"
-msgid "Function"
-msgstr "Función"
-
-#. yybiC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id5839106\n"
-"help.text"
-msgid "F4"
-msgstr "F4"
-
-#. FMTZD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "Preview"
-msgstr "Vista previa"
-
-#. YQhGF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id1254921\n"
-"help.text"
-msgid "F5"
-msgstr "F5"
-
-#. C9yhE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id7636646\n"
-"help.text"
-msgid "Run Query"
-msgstr "Executar consulta"
-
-#. jdEeJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8579363\n"
-"help.text"
-msgid "F7"
-msgstr "F7"
-
-#. 6Y6Uw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3227942\n"
-"help.text"
-msgid "Add Table or Query"
-msgstr "Amestar tabla o consulta"
-
-#. WN7wR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154939\n"
-"help.text"
-msgid "Browse"
-msgstr "Esaminar"
-
-#. 5y4VZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148799\n"
-"help.text"
-msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
-msgstr ""
-
-#. FBQA9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Faiga doble clic nos campos p'amestalos a la consulta. Arrastre y coloque pa definir relaciones.</ahelp>"
-
-#. eG8FD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157894\n"
-"help.text"
-msgid "While designing a query, you cannot modify the selected tables."
-msgstr "Mientres el diseñu d'una consulta nun ye posible modificar les tables escoyíes."
-
-#. NLywF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149562\n"
-"help.text"
-msgid "Remove tables"
-msgstr "Desaniciar tables"
-
-#. TbQzA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
-msgstr "Pa desaniciar una tabla de la vista de diseñu, calque nel marxe cimeru de la ventana de la tabla y active el menú contestual. Cola orde <emph>Desaniciar</emph> va desaniciar la tabla de la vista de diseñu. Otra opción ye calcar la tecla (Supr)."
-
-#. VLTKB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150012\n"
-"help.text"
-msgid "Move table and modify table size"
-msgstr "Mover tables y modificar el so tamañu"
-
-#. amBsQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146922\n"
-"help.text"
-msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
-msgstr "Les tables y el so tamañu puen definise a voluntá. Pa mover una tabla calcar col mur'l marxe cimeru y llévase a la posición deseyada. P'aumentar o menguar el tamañu de presentación, arrastre'l borde escontra una de les esquines."
-
-#. UoCRG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145365\n"
-"help.text"
-msgid "Table Relations"
-msgstr "Relaciones ente tables"
-
-#. BFCxB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154145\n"
-"help.text"
-msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
-msgstr "Les relaciones de datos que puen haber ente un nome de campu d'una tabla y unu d'otra tabla puen utilizase pa les consultes."
-
-#. jcLbE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152577\n"
-"help.text"
-msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
-msgstr ""
-
-#. FspJi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155302\n"
-"help.text"
-msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
-msgstr ""
-
-#. FmAaU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153876\n"
-"help.text"
-msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
-msgstr "Namái pue crease una consulta basada en delles fueyes rellacionaes si utilízase $[officename] como interfaz pa una base de datos relacional."
-
-#. N2f8q
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
-msgstr "Nuna consulta nun ye posible aportar a tables de bases de datos distintes. Les consultes de delles tables namái puen crease dientro d'una mesma base de datos."
-
-#. nLSiq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153279\n"
-"help.text"
-msgid "Specifying the relation type"
-msgstr ""
-
-#. kDhFD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154791\n"
-"help.text"
-msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr ""
-
-#. rAkmw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150094\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
-msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edita Propiedaes de Conexón .</ahelp> Como alternativa, prima Tabulador hasta que la llinia escuéyase, depués prima MAYUSCULA+F10 p'amosar el menú contestual onde tien d'escoyer<emph>Editar</emph>. Delles bases de datos solo soporten un subconxuntu de posibles tipos de conexón."
-
-#. n3PMB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155851\n"
-"help.text"
-msgid "Deleting relations"
-msgstr "Desaniciar relaciones"
-
-#. jCb4H
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156178\n"
-"help.text"
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "Pa desaniciar los enllaces ente dos tables, escueya col mur la llinia de enllaz y calque la tecla (Supr)."
-
-#. 3UCig
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150715\n"
-"help.text"
-msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
-msgstr "Tamién pue desaniciar les respectives entraes en <emph>Campos usaos</emph> nel diálogu <emph>Relaciones</emph>. O pue calcar el tabulador hasta que'l vector de conexón quede destacáu y depués calcar Mayús+F10 p'abrir el menú contestual y escoyer la orde <emph>Desaniciar</emph>."
-
-#. pBybB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151208\n"
-"help.text"
-msgid "Defining the query"
-msgstr ""
-
-#. yGfhU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158416\n"
-"help.text"
-msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
-msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Escueya condiciones pa definir la consulta.</ahelp> Cada columna de la tabla de diseñu aceuta un campu de datos pa la consulta. Les condiciones d'una filera enllazar con una espresión lóxica Y."
-
-#. UB5nG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154161\n"
-"help.text"
-msgid "Specifying field names"
-msgstr ""
-
-#. jyKMG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146791\n"
-"help.text"
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
-msgstr ""
-
-#. 66Dcr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150750\n"
-"help.text"
-msgid "Deleting field names"
-msgstr "Desaniciar nomes de campos"
-
-#. AbhrW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154479\n"
-"help.text"
-msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
-msgstr "Pa desaniciar un campu de datos de la consulta, calque col mur na testera de la columna del campu y active el comandu <emph>Desaniciar</emph> del menú contestual de la columna."
-
-#. V92gB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155764\n"
-"help.text"
-msgid "Saving the query"
-msgstr ""
-
-#. 2kWoA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148481\n"
-"help.text"
-msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
-msgstr ""
-
-#. M9UQL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154362\n"
-"help.text"
-msgid "Schema"
-msgstr "Esquema"
-
-#. 4Jwm3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154754\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Escriba'l nome del esquema que s'asignó a la consulta o vista de tabla.</ahelp>"
-
-#. 6Q72c
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3156717\n"
-"help.text"
-msgid "Query name or table view name"
-msgstr "Nome de la consulta vista de tabla"
-
-#. Cw73K
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">Escriba'l nome de la vista de tabla o consulta.</ahelp>"
-
-#. qgbNu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3163805\n"
-"help.text"
-msgid "Filtering data"
-msgstr "Peneráu de datos"
-
-#. Q9pG5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154964\n"
-"help.text"
-msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
-msgstr ""
-
-#. xxoMA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3146916\n"
-"help.text"
-msgid "Field"
-msgstr "Campu"
-
-#. 4KDzZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156372\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
-msgstr ""
-
-#. Z3pwF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145150\n"
-"help.text"
-msgid "Alias"
-msgstr "Alies"
-
-#. EDa3A
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
-msgstr ""
-
-#. vvWbt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "In a SQL statement, aliases are defined as follows:"
-msgstr ""
-
-#. CGsBz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149922\n"
-"help.text"
-msgid "SELECT column AS alias FROM table."
-msgstr "SELECT column AS alíes FROM table."
-
-#. TWexq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159335\n"
-"help.text"
-msgid "For example:"
-msgstr "Por exemplu:"
-
-#. ynSGq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148478\n"
-"help.text"
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "SELECT \"Ref.\" AS Referencia FROM \"Artículos\""
-
-#. roTzi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148485\n"
-"help.text"
-msgid "Table"
-msgstr "Tabla"
-
-#. GM9Sp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3163665\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
-msgstr ""
-
-#. JGcfa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154207\n"
-"help.text"
-msgid "Sort"
-msgstr "Ordenar"
-
-#. uXuDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150979\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
-msgstr ""
-
-#. XsqW8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150384\n"
-"help.text"
-msgid "Visible"
-msgstr "Visible"
-
-#. AAZfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
-msgstr ""
-
-#. eQFRR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154714\n"
-"help.text"
-msgid "Criteria"
-msgstr "Criterios"
-
-#. JdqLq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
-
-#. qpADC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3152477\n"
-"help.text"
-msgid "or"
-msgstr "o"
-
-#. KFVy8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154585\n"
-"help.text"
-msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
-msgstr ""
-
-#. eXvp7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148800\n"
-"help.text"
-msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
-msgstr ""
-
-#. 5x8LE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148419\n"
-"help.text"
-msgid "Functions"
-msgstr "Funciones"
-
-#. Cxhjn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
-msgstr ""
-
-#. qFuqw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id8760818\n"
-"help.text"
-msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr ""
-
-#. 9tdDn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150307\n"
-"help.text"
-msgid "Option"
-msgstr "Opción"
-
-#. kBvXF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152993\n"
-"help.text"
-msgid "Effect"
-msgstr "Efeutu"
-
-#. zCunm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155377\n"
-"help.text"
-msgid "No function"
-msgstr "Ensin función"
-
-#. kZMTN
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155533\n"
-"help.text"
-msgid "No function will be executed."
-msgstr "Nun s'executa nenguna función"
-
-#. 6dWZZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3166420\n"
-"help.text"
-msgid "Average"
-msgstr "Promediu"
-
-#. NfRNs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154486\n"
-"help.text"
-msgid "Calculates the arithmetic mean of a field."
-msgstr "Calcula la media aritmética d'un campu."
-
-#. 6z2Kj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149979\n"
-"help.text"
-msgid "Count"
-msgstr "Count"
-
-#. rvWA5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155810\n"
-"help.text"
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
-msgstr ""
-
-#. UyAx2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151333\n"
-"help.text"
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "a) COUNT(*): Si introduz un asteriscu como argumentu calculen tolos rexistros de datos de la tabla."
-
-#. FNCC8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152889\n"
-"help.text"
-msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
-msgstr ""
-
-#. 2ubvb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153067\n"
-"help.text"
-msgid "Maximum"
-msgstr "Maximum"
-
-#. ds4ey
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159221\n"
-"help.text"
-msgid "Determines the highest value of a record for that field."
-msgstr ""
-
-#. EhSWy
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146866\n"
-"help.text"
-msgid "Minimum"
-msgstr "Mínimu"
-
-#. VxmeB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157982\n"
-"help.text"
-msgid "Determines the lowest value of a record for that field."
-msgstr ""
-
-#. CvkuF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154828\n"
-"help.text"
-msgid "Sum"
-msgstr "Sum"
-
-#. 82gAC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154536\n"
-"help.text"
-msgid "Calculates the sum of the values of records for the associated fields."
-msgstr ""
-
-#. zCzVC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148820\n"
-"help.text"
-msgid "Group"
-msgstr "Arrexuntar"
-
-#. tSPNG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
-msgstr ""
-
-#. qHfpD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156038\n"
-"help.text"
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "Tamién puen introducise llamaes a funciones directamente nuna espresión SQL. La sintaxis ye:"
-
-#. Qg6Ue
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156340\n"
-"help.text"
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "SELECT FUNCTION(column) FROM table."
-
-#. qAAoF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155075\n"
-"help.text"
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "En SQL la función pa sumar, por exemplu, presentar del mou siguiente:"
-
-#. VrHLf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154591\n"
-"help.text"
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
-msgstr "SELECT SUM(\"Precios\") FROM \"Artículos\"."
-
-#. dABCo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159205\n"
-"help.text"
-msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
-msgstr ""
-
-#. BVC6J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148651\n"
-"help.text"
-msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
-msgstr ""
-
-#. WkboS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155098\n"
-"help.text"
-msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
-msgstr ""
-
-#. 98GCC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155539\n"
-"help.text"
-msgid "The corresponding function in an SQL statement is:"
-msgstr "Na instrucción SQL l'activación de la función presentar cola forma siguiente:"
-
-#. WACG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149425\n"
-"help.text"
-msgid "SELECT FUNCTION() AS alias FROM table"
-msgstr "SELECT FUNCTION() AS alíes FROM table"
-
-#. EjzuD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3144431\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
-
-#. G9URE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154614\n"
-"help.text"
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
-msgstr "SELECT COUNT(*) AS cantidad FROM \"Artículos\""
-
-#. xiNnR
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154610\n"
-"help.text"
-msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
-msgstr ""
-
-#. EHACK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154644\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>Exemplos</emph>"
-
-#. N5CBE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151120\n"
-"help.text"
-msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "Nel siguiente exemplu realízase una consulta en dos tables: una tabla \"Artículos\" col campu \"Referencia\" y otra tabla, \"Provisores\", col campu \"nome_provisor\". Amás, dambes tables disponen d'un campu de datos común llamáu \"num_provisor\"."
-
-#. P5hJD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155144\n"
-"help.text"
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "Pa crear una consulta que contenga tolos provisores que suministren más de tres artículo, ye necesariu siguir los pasos siguientes:"
-
-#. ZhRQD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153240\n"
-"help.text"
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "Introducir les tables \"Artículos\" y \"Provisores\" nel diseñu de la consulta."
-
-#. LMRUV
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148807\n"
-"help.text"
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "Rellacionar los campos \"num_provisor\" de dambes tables, sacante si yá s'estableció una rellación ente elles."
-
-#. qWhFA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161652\n"
-"help.text"
-msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr ""
-
-#. TgPA2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151009\n"
-"help.text"
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "Introducir >3 como criteriu y anubrir el campu visible."
-
-#. VwEhF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145601\n"
-"help.text"
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "Faiga clic dos vegaes nel campu \"nome_provisor\" de la tabla \"Provisores\" y escoyer la función Arrexuntar."
-
-#. zsjaa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147512\n"
-"help.text"
-msgid "Run the query."
-msgstr "Execute la consulta."
-
-#. EzQsj
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148638\n"
-"help.text"
-msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
-msgstr "Si na tabla \"Artículu\" esiste'l campu \"Preciu\" (preciu unitariu d'un artículu) y \"Num_provisor\" (provisor del artículu), el preciu mediu qu'aplica un provisor calcular cola siguiente consulta:"
-
-#. qAByp
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153045\n"
-"help.text"
-msgid "Insert the \"Item\" table into the query design."
-msgstr "Inxertar la tabla \"Artículos\" en Diseñar consulta."
-
-#. tjfuE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149802\n"
-"help.text"
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "Calcar dos vegaes nel campu \"Preciu\" y nel campu \"Num_provisor\"."
-
-#. 6dBkt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153554\n"
-"help.text"
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "Activar la filera <emph>Función</emph> y escoyer la función Promediu nel campu \"Preciu\"."
-
-#. x8JB3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "Opcionalmente pue introducise l'alies \"Promediu\" na filera (ensin comines)."
-
-#. D4A9u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151191\n"
-"help.text"
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "Escoyer Arrexuntar nel campu \"Num_provisor\"."
-
-#. BUYS9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155547\n"
-"help.text"
-msgid "Run the query."
-msgstr "Execute la consulta."
-
-#. EkHzB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147549\n"
-"help.text"
-msgid "The following context menu commands and symbols are available:"
-msgstr "Esisten los comandos de menú y símbolos siguientes:"
-
-#. PesFs
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3154172\n"
-"help.text"
-msgid "Functions"
-msgstr "Funciones"
-
-#. BchuJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150414\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
-msgstr ""
-
-#. yx5XE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149872\n"
-"help.text"
-msgid "Table Name"
-msgstr "Nome de tabla"
-
-#. ELTGJ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Amuesa o anubre la filera del nome de la tabla.</ahelp>"
-
-#. DDFEA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145117\n"
-"help.text"
-msgid "Alias Name"
-msgstr "Nome del Alies"
-
-#. LDFZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155754\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Amuesa o anubre la filera del alies.</ahelp>"
-
-#. wnNhq
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153298\n"
-"help.text"
-msgid "Distinct Values"
-msgstr "Valores unívocos"
-
-#. 23sAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147500\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr ""
-
-#. RZED7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150436\n"
-"help.text"
-msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
-msgstr "Por exemplu, si'l nome \"Pérez\" apaez delles vegaes na base de datos de direiciones, escueya la opción <emph>Valores inequívocos</emph> pa especificar na consulta que'l nome \"Pérez\" apaeza una sola vegada."
-
-#. 2GvRf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152352\n"
-"help.text"
-msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
-msgstr "Nel casu d'una consulta qu'inclúi dellos campos, la combinación de valores de tolos campos tien de ser inequívoca, de cuenta que la resultancia pueda llograse a partir d'un rexistru específicu. Por exemplu, supongamos que la so axenda contién \"Pérez de Madrid\" una vegada y \"Pérez de Barcelona\" dos vegaes. La orde <emph>Valores inequívocos</emph> fai que la consulta utilice los campos \"apellíu\" y \"ciudá\" y devuelva como resultáu \"Pérez de Madrid\" una vegada y \"Pérez de Barcelona\" una vegada."
-
-#. m5UcG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149825\n"
-"help.text"
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "En SQL, esta orde correspuende al predicáu DISTINCT."
-
-#. GHsJd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153290\n"
-"help.text"
-msgid "Limit"
-msgstr "Llendes"
-
-#. MijJg
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147501\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
-msgstr ""
-
-#. B6S5f
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152350\n"
-"help.text"
-msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
-msgstr ""
-
-#. MGqK3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3148926\n"
-"help.text"
-msgid "Formulating filter conditions"
-msgstr "Formular condiciones de filtru"
-
-#. iFSpm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
-msgstr ""
-
-#. fXeDd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149044\n"
-"help.text"
-msgid "Operator"
-msgstr "Operador"
-
-#. mfdEx
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152471\n"
-"help.text"
-msgid "Meaning"
-msgstr "Significáu"
-
-#. mBZgC
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147407\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "La condición cúmplese si…"
-
-#. gqkRK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153026\n"
-"help.text"
-msgid "equal to"
-msgstr "equal to"
-
-#. hw7KZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148895\n"
-"help.text"
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "... el conteníu del campu ye idénticu a la espresión introducida."
-
-#. A8XJU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153120\n"
-"help.text"
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
-msgstr ""
-
-#. mWwUE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145223\n"
-"help.text"
-msgid "not equal to"
-msgstr "not equal to"
-
-#. Db7BG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145635\n"
-"help.text"
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "... el conteníu del campu nun se correspuende cola espresión introducida."
-
-#. dtjkU
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146815\n"
-"help.text"
-msgid "greater than"
-msgstr "greater than"
-
-#. gCWug
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149150\n"
-"help.text"
-msgid "... the content of the field is greater than the specified expression."
-msgstr "... el conteníu del campu ye mayor que la espresión introducida."
-
-#. QkAKk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147379\n"
-"help.text"
-msgid "less than"
-msgstr "less than"
-
-#. xxPdk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150375\n"
-"help.text"
-msgid "... the content of the field is less than the specified expression."
-msgstr "... el conteníu del campu ye menor que la espresión introducida."
-
-#. 4aJjX
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150636\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr "greater than or equal to"
-
-#. 2rwQm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154584\n"
-"help.text"
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "... el conteníu del campu ye idénticu o mayor que la espresión introducida."
-
-#. ADRZk
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154052\n"
-"help.text"
-msgid "less than or equal to"
-msgstr "less than or equal to"
-
-#. 9KtmZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157902\n"
-"help.text"
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "... el conteníu del campu ye menor o igual que la espresión introducida."
-
-#. DBXG9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154630\n"
-"help.text"
-msgid "$[officename] command"
-msgstr "<emph>Comandu de $[officename]</emph>"
-
-#. Yo7MG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150484\n"
-"help.text"
-msgid "SQL command"
-msgstr "<emph>Comandu SQL</emph>"
-
-#. pJay6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154158\n"
-"help.text"
-msgid "Meaning"
-msgstr "Significáu"
-
-#. qmaX5
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149433\n"
-"help.text"
-msgid "Condition is satisfied if..."
-msgstr "La condición cúmplese si…"
-
-#. do6XQ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3143236\n"
-"help.text"
-msgid "is null"
-msgstr "ye nulu"
-
-#. NPqBL
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154744\n"
-"help.text"
-msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
-msgstr ""
-
-#. 7Rfbd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151229\n"
-"help.text"
-msgid "is not empty"
-msgstr "is not empty"
-
-#. w3Tva
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3145304\n"
-"help.text"
-msgid "... the field is not empty, i.e it contains data."
-msgstr ""
-
-#. GGKUH
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153891\n"
-"help.text"
-msgid "placeholder (*) for any number of characters"
-msgstr ""
-
-#. gbEWB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148887\n"
-"help.text"
-msgid "placeholder (?) for exactly one character"
-msgstr ""
-
-#. tBQfA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"bm_id3157985\n"
-"help.text"
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>marcadores de posición en consultes SQL</bookmark_value>"
-
-#. agxhB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157985\n"
-"help.text"
-msgid "placeholder (%) for any number of characters"
-msgstr ""
-
-#. EE9ii
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147422\n"
-"help.text"
-msgid "Placeholder (_) for exactly one character"
-msgstr ""
-
-#. za5g2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154845\n"
-"help.text"
-msgid "is an element of"
-msgstr "is an element of"
-
-#. 2Y3zW
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156130\n"
-"help.text"
-msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
-msgstr ""
-
-#. CPJyr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150271\n"
-"help.text"
-msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
-msgstr ""
-
-#. AAEXi
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159141\n"
-"help.text"
-msgid "Is not an element of"
-msgstr "Is not an element of"
-
-#. 9vFBZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3161664\n"
-"help.text"
-msgid "... the field does not contain data having the specified expression."
-msgstr ""
-
-#. CD2Ra
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159184\n"
-"help.text"
-msgid "falls within the interval [x,y]"
-msgstr "entendíu nel intervalu [x,y]"
-
-#. cDe2u
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154395\n"
-"help.text"
-msgid "... the field contains a data value that lies between the two values x and y."
-msgstr ""
-
-#. KYAXv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155498\n"
-"help.text"
-msgid "Does not fall within the interval [x,y]"
-msgstr "non entendíu nel intervalu [x,y]"
-
-#. cVfAF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148992\n"
-"help.text"
-msgid "... the field contains a data value that does not lie between the two values x and y."
-msgstr ""
-
-#. DBBQE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159167\n"
-"help.text"
-msgid "Note that semicolons are used as separators in all value lists!"
-msgstr ""
-
-#. evEuh
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154809\n"
-"help.text"
-msgid "contains a, b, c..."
-msgstr "contains a, b, c..."
-
-#. eeFC2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148399\n"
-"help.text"
-msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
-msgstr ""
-
-#. JXq76
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150679\n"
-"help.text"
-msgid "does not contain a, b, c..."
-msgstr "does not contain a, b, c..."
-
-#. U5doB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3158439\n"
-"help.text"
-msgid "... the field does not contain one of the specified expressions a, b, c,..."
-msgstr ""
-
-#. cECKt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149248\n"
-"help.text"
-msgid "has the value True"
-msgstr "tien el valor True"
-
-#. fbgDt
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148524\n"
-"help.text"
-msgid "... the field name has the value True."
-msgstr "... el campu de datos tien el valor Verdaderu."
-
-#. 39zcD
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149955\n"
-"help.text"
-msgid "has the value false"
-msgstr "tien el valor False"
-
-#. fGHY6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146850\n"
-"help.text"
-msgid "... the field data value is set to false."
-msgstr ""
-
-#. qQETa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3155954\n"
-"help.text"
-msgid "Examples"
-msgstr "Exemplos"
-
-#. 8GaiA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150948\n"
-"help.text"
-msgid "returns field names with the field content \"Ms.\""
-msgstr "amuesa los campos de datos col conteníu \"Ms.\""
-
-#. C3BDE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315094A\n"
-"help.text"
-msgid "returns dates that occurred before January 10, 2001"
-msgstr ""
-
-#. T7ZhS
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147332\n"
-"help.text"
-msgid "returns records with field content such as \"give\" and \"gave\"."
-msgstr ""
-
-#. f6T3F
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155350\n"
-"help.text"
-msgid "returns records with field contents such as \"Sun\"."
-msgstr ""
-
-#. AvbKu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159406\n"
-"help.text"
-msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr ""
-
-#. 3tymM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149712\n"
-"help.text"
-msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
-msgstr ""
-
-#. uusce
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147279\n"
-"help.text"
-msgid "returns records that do not contain \"Smith\"."
-msgstr ""
-
-#. AJ8Xo
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146073\n"
-"help.text"
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "<emph>Like</emph>Secuencia d'escape: {escape 'escape-character'}"
-
-#. Cy7Cc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150661\n"
-"help.text"
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "Por exemplu: select * from Articulo where Nom_articulo like 'The *%' {escape '*'}"
-
-#. newGb
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3148541\n"
-"help.text"
-msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
-msgstr "Esti exemplu apurre toles entraes nes que'l nome del artículu empieza con 'The *'. Tamién ye posible guetar caráuteres, que de lo contrario s'interpreten como comodinos, por exemplu *, ?, _, % o'l puntu."
-
-#. bAP3N
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150572\n"
-"help.text"
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "<emph>Outer Join</emph> Secuencia d'escape: {oj outer-join}"
-
-#. VnKGf
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156052\n"
-"help.text"
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "Por exemplu: select articulo.* from {oj articulo LEFT OUTER JOIN pidíos ON referencia=pidíos.ANR}"
-
-#. mWG9p
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3153674\n"
-"help.text"
-msgid "Querying text fields"
-msgstr "Consultes en campos de testu"
-
-#. sxYQF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149134\n"
-"help.text"
-msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
-msgstr ""
-
-#. BEp4G
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Querying date fields"
-msgstr "Consultes en campos de feches"
-
-#. D5mjw
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157998\n"
-"help.text"
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
-msgstr ""
-
-#. Zzuo6
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537341\n"
-"help.text"
-msgid "Date Type Element"
-msgstr ""
-
-#. JKys2
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537342\n"
-"help.text"
-msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr ""
-
-#. AzkWz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537343\n"
-"help.text"
-msgid "SQL Escape syntax #2"
-msgstr ""
-
-#. UJ6VA
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31537344\n"
-"help.text"
-msgid "SQL2 syntax"
-msgstr ""
-
-#. 9V3Ky
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id315913111\n"
-"help.text"
-msgid "Date"
-msgstr "Date"
-
-#. YNF3S
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31559471\n"
-"help.text"
-msgid "Time"
-msgstr "Time"
-
-#. ssX5b
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id31509641\n"
-"help.text"
-msgid "DateTime"
-msgstr "DateTime"
-
-#. FqZXM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149539\n"
-"help.text"
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "Exemplu: select {d '1999-12-31'} from world.years"
-
-#. WJ4YB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149540\n"
-"help.text"
-msgid "Example: select * from mytable where years='1999-12-31'"
-msgstr ""
-
-#. CZdA4
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150510\n"
-"help.text"
-msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
-msgstr ""
-
-#. HXdKT
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3150427\n"
-"help.text"
-msgid "Querying Yes/No fields"
-msgstr "Consulta de campos Sí/Non"
-
-#. xWzix
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149523\n"
-"help.text"
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "Pa peñerar los campos Si/Non de tables dBase, use la siguiente sintaxis:"
-
-#. A4Uh7
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153180\n"
-"help.text"
-msgid "Status"
-msgstr "Estáu"
-
-#. FnXiE
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147481\n"
-"help.text"
-msgid "Query criterion"
-msgstr "Criteriu de consulta"
-
-#. e6DJr
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155187\n"
-"help.text"
-msgid "Example"
-msgstr "Exemplu"
-
-#. Guy7d
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3156092\n"
-"help.text"
-msgid "Yes"
-msgstr "Yes"
-
-#. p9WTn
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152414\n"
-"help.text"
-msgid "for dBASE tables: not equal to any given value"
-msgstr "en tables dBASE: nun ye igual a cualquier valor dáu"
-
-#. RFrvz
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3151265\n"
-"help.text"
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 apurre tolos rexistros de datos nos que'l campu Sí/Nun contién el criteriu \"Sí\" o \"activáu\" (caxellu señaláu)."
-
-#. 3P4ZB
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152450\n"
-"help.text"
-msgid "No"
-msgstr "Non"
-
-#. BzBAa
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150997\n"
-"help.text"
-msgid "."
-msgstr "."
-
-#. TFsQG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3155331\n"
-"help.text"
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 apurre tolos rexistros de datos nos que'l campu Sí/Nun contién el criteriu \"Non\" o \"desactiváu\" (caxellu non señaláu)."
-
-#. 9KXzK
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3154179\n"
-"help.text"
-msgid "Null"
-msgstr "Null"
-
-#. CwGZv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147035\n"
-"help.text"
-msgid "IS NULL"
-msgstr "IS NULL"
-
-#. dyXYc
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3159385\n"
-"help.text"
-msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "IS NULL amuesa tolos rexistros de datos nos que'l campu Sí/Non nun contién nin el criteriu Sí nin el criteriu Non (caxellu en gris)."
-
-#. YWk5J
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3157888\n"
-"help.text"
-msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
-msgstr "La sintaxis depende del sistema de base de datos utilizáu. Tien De tener en cuenta que los campos Sí/non puen definise de forma distinta (namái 2 estaos en llugar de 3)."
-
-#. mmVa8
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145772\n"
-"help.text"
-msgid "Parameter queries"
-msgstr "Consultes de parámetros"
-
-#. ND7xd
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905346795\n"
-"help.text"
-msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
-msgstr ""
-
-#. Be7XG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905439551\n"
-"help.text"
-msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr ""
-
-#. rSkkZ
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905518123\n"
-"help.text"
-msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
-
-#. DZCXm
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151905584287\n"
-"help.text"
-msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
-msgstr ""
-
-#. AY8e3
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151931441881\n"
-"help.text"
-msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
-
-#. sSSB9
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3150585\n"
-"help.text"
-msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr ""
-
-#. DRj78
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3151035\n"
-"help.text"
-msgid "Parameter Input"
-msgstr "Entrada de parámetros"
-
-#. BisCF
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3153596\n"
-"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
-msgstr ""
-
-#. eGETM
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151924165870\n"
-"help.text"
-msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr ""
-
-#. seFhG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id191120151939594217\n"
-"help.text"
-msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr ""
-
-#. wRe6v
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"hd_id3145181\n"
-"help.text"
-msgid "SQL Mode"
-msgstr "Mou SQL"
-
-#. 5avVu
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3147013\n"
-"help.text"
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "SQL son les sigles de \"Structured Query Language\" y ye un llinguaxe que define les instrucciones pa consultar, anovar y alministrar bases de datos relacionales."
-
-#. wDAAY
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152570\n"
-"help.text"
-msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
-msgstr ""
-
-#. hBQFv
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3152412\n"
-"help.text"
-msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr ""
-
-#. kkuBG
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3146842\n"
-"help.text"
-msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
-msgstr ""
-
-#. cBY6B
-#: 02010100.xhp
-msgctxt ""
-"02010100.xhp\n"
-"par_id3149632\n"
-"help.text"
-msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
-msgstr ""
-
#. fKBDD
#: 02010101.xhp
msgctxt ""
@@ -5488,14 +3274,14 @@ msgctxt ""
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "Nesti diálogu pue digitar namái comandos alministrativos, tales como Grant, Create Table, o Drop Table, y non comandos de peneráu. El comandu que digite va depender del orixe de datos, por exemplu, dBASE solo almite dellos comandos SQL de los llistaos equí."
-#. zMG8X
+#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "Pa executar una entruga SQL pa peñerar datos de la base de datos, usando el <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Diseña de Vista</link>."
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+msgstr ""
#. Ck9G4
#: 11080000.xhp
@@ -8393,7 +6179,7 @@ msgctxt ""
"hd_id561587405334695\n"
"help.text"
msgid "Server URL"
-msgstr ""
+msgstr "URL del sirvidor"
#. SshYk
#: dabawiz02mysql.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/guide.po b/source/ast/helpcontent2/source/text/shared/guide.po
index d285018c6d8..cdb89500ac1 100644
--- a/source/ast/helpcontent2/source/text/shared/guide.po
+++ b/source/ast/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-08-04 11:16+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/ast/>\n"
@@ -6523,14 +6523,14 @@ msgctxt ""
msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr "Faiga clic nel símbolu <emph>Guardar</emph> o <emph>Guardar como</emph><image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Iconu</alt></image> pa guardar la consulta."
-#. WiVpi
+#. CFL3H
#: data_enter_sql.xhp
msgctxt ""
"data_enter_sql.xhp\n"
"par_id3153223\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Diseñu de la consulta</link>"
+msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 2ArGc
#: data_forms.xhp
@@ -7081,14 +7081,14 @@ msgctxt ""
msgid "Click <emph>Create Query in Design View</emph>."
msgstr "Faiga clic en <emph>Crear consulta en vista Diseñu</emph>."
-#. 9nBBo
+#. xkwQQ
#: data_queries.xhp
msgctxt ""
"data_queries.xhp\n"
"par_idN1065F\n"
"help.text"
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Va Apaecer la <link href=\"text/shared/explorer/database/02010100.xhp\">ventana Diseñu de consulta</link>."
+msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
+msgstr ""
#. xGFGr
#: data_register.xhp
@@ -7747,14 +7747,14 @@ msgctxt ""
msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr "Especifique les condiciones de filtru n'unu o dellos campos. Tenga en cuenta que si especifica condiciones de filtru en dellos campos, toes elles tendrán de coincidir (operación booleana Y)."
-#. FjhEB
+#. sNJBm
#: data_search2.xhp
msgctxt ""
"data_search2.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr "Pue atopar más información sobre los comodinos y los operadores en <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Diseñu de consulta</link>."
+msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
+msgstr ""
#. cEDEo
#: data_search2.xhp
@@ -8107,14 +8107,14 @@ msgctxt ""
msgid "Click <emph>Create Table View</emph>."
msgstr "Faiga clic en <emph>Crear vista de tabla</emph>."
-#. oUbtR
+#. QEHKK
#: data_tables.xhp
msgctxt ""
"data_tables.xhp\n"
"par_idN10795\n"
"help.text"
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
-msgstr "Apaez la ventana de la vista Diseñu, prácticamente idéntica a la <link href=\"text/shared/explorer/database/02010100.xhp\">ventana Diseñu de consulta</link>."
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
+msgstr ""
#. bTx8G
#: data_view.xhp
@@ -21058,13 +21058,13 @@ msgctxt ""
msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr "<bookmark_value>cambeos; protexer</bookmark_value><bookmark_value>protexer; cambeos rexistraos</bookmark_value><bookmark_value>rexistros; protexer</bookmark_value><bookmark_value>función de revisión;protexer rexistros</bookmark_value>"
-#. 4cTt7
+#. Tj23h
#: redlining_protect.xhp
msgctxt ""
"redlining_protect.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
msgstr ""
#. jVeUw
diff --git a/source/ast/helpcontent2/source/text/shared/help.po b/source/ast/helpcontent2/source/text/shared/help.po
index ebfe08e2469..191b2372c2f 100644
--- a/source/ast/helpcontent2/source/text/shared/help.po
+++ b/source/ast/helpcontent2/source/text/shared/help.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-03-10 09:17+0000\n"
+"PO-Revision-Date: 2020-08-06 13:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedhelp/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1542028599.000000\n"
#. jdDhb
@@ -68,7 +68,7 @@ msgctxt ""
"par_id953832383493636\n"
"help.text"
msgid "<variable id=\"pholderall\">Search in all modules</variable>"
-msgstr ""
+msgstr "<variable id=\"pholderall\">Guetar en tolos módulos</variable>"
#. xgNrA
#: browserhelp.xhp
@@ -77,7 +77,7 @@ msgctxt ""
"par_id335427459543352\n"
"help.text"
msgid "<variable id=\"pholderchosen\">Search in chosen module</variable>"
-msgstr ""
+msgstr "<variable id=\"pholderchosen\">Guetar nel módulu escoyíu</variable>"
#. s5mK8
#: browserhelp.xhp
@@ -104,7 +104,7 @@ msgctxt ""
"par_id421525736799965\n"
"help.text"
msgid "<variable id=\"copyclip\">Click on text to copy to clipboard</variable>"
-msgstr ""
+msgstr "<variable id=\"copyclip\">Calca'l testu pa copialu nel cartafueyu</variable>"
#. sQafB
#: browserhelp.xhp
@@ -131,7 +131,7 @@ msgctxt ""
"par_id91525734616233\n"
"help.text"
msgid "<variable id=\"searchhelpcontents\">Search help contents</variable>"
-msgstr ""
+msgstr "<variable id=\"searchhelpcontents\">Guetar nel conteníu de l'ayuda</variable>"
#. ucD7E
#: browserhelp.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/optionen.po b/source/ast/helpcontent2/source/text/shared/optionen.po
index 6179fe6df09..31aec938485 100644
--- a/source/ast/helpcontent2/source/text/shared/optionen.po
+++ b/source/ast/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-04-27 12:16+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-11 08:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ast/>\n"
"Language: ast\n"
@@ -61,14 +61,14 @@ msgctxt ""
msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr "Tola configuración guardar automáticamente. P'abrir una entrada, faiga doble clic nella o faiga clic nel signu más (+). Pa contraer la entrada, faiga clic nel signu menos (-) o faiga doble clic na entrada."
-#. Dn9AL
+#. HMSEY
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
"par_idN10607\n"
"help.text"
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
-msgstr "Namái va ver les entraes aplicables al documentu actual. Si'l documentu actual ye un documentu de testu, va ver la entrada de %PRODUCTNAME Writer, y asina pa tolos módulos de %PRODUCTNAME. %PRODUCTNAME Impress y %PRODUCTNAME Draw reciben el mesmu tratamientu nesti cuadru de diálogu. Les entraes comunes siempres tán visibles."
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME."
+msgstr ""
#. uYcBu
#: 01000000.xhp
@@ -79,13 +79,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Escueya l'área que la so configuración predeterminada deseya ver o modificar.</ahelp>"
-#. qV89h
+#. cLKW2
#: 01000000.xhp
msgctxt ""
"01000000.xhp\n"
-"par_id1013200911280529\n"
+"par_id61597440155071\n"
"help.text"
-msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>"
msgstr ""
#. WS53M
@@ -5245,42 +5245,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>"
msgstr ""
-#. yZc9g
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106871\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. yxkXg
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068B1\n"
-"help.text"
-msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
-msgstr ""
-
-#. LBhZv
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN1068E1\n"
-"help.text"
-msgid "TSAs"
-msgstr ""
-
-#. 3GGAj
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_idN106921\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>"
-msgstr ""
-
#. tY5b3
#: 01030500.xhp
msgctxt ""
@@ -7522,6 +7486,168 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr ""
+#. BANMp
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Options"
+msgstr ""
+
+#. E6UnW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"bm_id481597340419434\n"
+"help.text"
+msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>"
+msgstr ""
+
+#. Bw9mZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id801597320214148\n"
+"help.text"
+msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>"
+msgstr ""
+
+#. DRYng
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id761597320214148\n"
+"help.text"
+msgid "Defines the comparison options for the document."
+msgstr ""
+
+#. vgLbk
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id101597332748471\n"
+"help.text"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
+msgstr ""
+
+#. mjJDZ
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id421597320817511\n"
+"help.text"
+msgid "Compare documents"
+msgstr ""
+
+#. uKiJe
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id821597320851919\n"
+"help.text"
+msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)."
+msgstr ""
+
+#. sG9SF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id771597320878668\n"
+"help.text"
+msgid "<emph>By word</emph>: compares documents segmenting contents word by word."
+msgstr ""
+
+#. BRvm7
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id431597320905536\n"
+"help.text"
+msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison."
+msgstr ""
+
+#. 8Pb46
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id521597320824763\n"
+"help.text"
+msgid "Random Number to improve accuracy of document comparison"
+msgstr ""
+
+#. CVid8
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id411597332706569\n"
+"help.text"
+msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters."
+msgstr ""
+
+#. SBPxy
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id631597333767341\n"
+"help.text"
+msgid "These options are enabled when the Compare documents options are by words or by characters."
+msgstr ""
+
+#. D8X8F
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id601597323591520\n"
+"help.text"
+msgid "Take it into account when comparing"
+msgstr ""
+
+#. AzAaF
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id191597335836486\n"
+"help.text"
+msgid "Activates the document comparison using By word and By character options."
+msgstr ""
+
+#. BRybW
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id1001597323596761\n"
+"help.text"
+msgid "Ignore pieces of length"
+msgstr ""
+
+#. jrR5L
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id751597333853235\n"
+"help.text"
+msgid "Set the minimum number of characters to trigger a valid comparison."
+msgstr ""
+
+#. hZ7bt
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"hd_id291597323603653\n"
+"help.text"
+msgid "Store it when changing the document"
+msgstr ""
+
+#. GgGrD
+#: 01040800.xhp
+msgctxt ""
+"01040800.xhp\n"
+"par_id421597332757267\n"
+"help.text"
+msgid "Stores the random number in the document."
+msgstr ""
+
#. CxgNP
#: 01040900.xhp
msgctxt ""
@@ -16313,7 +16439,7 @@ msgctxt ""
"par_idN10564\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the user information and server settings for when you send form letters as email messages.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Especifica la información d'usuariu y la configuración de sirvidor pa cuando unvíes cartes modelu como mensaxes de corréu electrónicu.</ahelp>"
#. vYkrk
#: mailmerge.xhp
@@ -16349,7 +16475,7 @@ msgctxt ""
"par_idN1058E\n"
"help.text"
msgid "<ahelp hid=\".\">Enter your name.</ahelp>"
-msgstr "<ahelp hid=\".\">Escriba'l so nome.</ahelp>"
+msgstr "<ahelp hid=\".\">Escribi'l to nome.</ahelp>"
#. pVBDV
#: mailmerge.xhp
@@ -16747,40 +16873,40 @@ msgctxt ""
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
msgstr ""
-#. uDvTG
+#. AN7zk
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"tit_opencl\n"
"help.text"
-msgid "Open CL"
+msgid "OpenCL"
msgstr ""
-#. enEVC
+#. sDXCB
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"bm_id4077578\n"
"help.text"
-msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
+msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>"
msgstr ""
-#. bVCo8
+#. RAY7n
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10558\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>"
-msgstr "<link href=\"text/shared/optionen/java.xhp\">Avanzao</link>"
+msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>"
+msgstr ""
-#. wKxGg
+#. KoASK
#: opencl.xhp
msgctxt ""
"opencl.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "Open CL is a technology to speed up calculation on large spreadsheets."
+msgid "OpenCL is a technology to speed up calculation on large spreadsheets."
msgstr ""
#. ddvkj
diff --git a/source/ast/helpcontent2/source/text/simpress.po b/source/ast/helpcontent2/source/text/simpress.po
index a3d465108d2..ba9aa8ac876 100644
--- a/source/ast/helpcontent2/source/text/simpress.po
+++ b/source/ast/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-06-22 17:23+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-02-10 17:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress/ast/>\n"
@@ -601,15 +601,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Área de estilu / Rellenar\">Área d'estilu / Rellenar</link>"
-#. nn7rV
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150048\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Sombra\">Solombra</link>"
-
#. qXLpG
#: main0203.xhp
msgctxt ""
@@ -1105,15 +1096,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "Activa y desactiva los efeutos 3D pa los oxetos escoyíos."
-#. G5r64
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3145350\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaición\">Interaición</link>"
-
#. NXNKE
#: main0211.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/simpress/00.po b/source/ast/helpcontent2/source/text/simpress/00.po
index 6164438ad87..98c959ed133 100644
--- a/source/ast/helpcontent2/source/text/simpress/00.po
+++ b/source/ast/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-01-24 14:46+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress00/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1523977283.000000\n"
#. sqmGT
@@ -752,7 +752,7 @@ msgctxt ""
"par_id3148489\n"
"help.text"
msgid "In the context menu of a dimension line, choose <emph>Dimensions</emph>."
-msgstr "Nel menú de contestu d'una llinia de dimensión, escueya <emph>Dimensiones</emph>."
+msgstr "Nel menú contestual d'una llinia de cota, escueyi <emph>Dimensiones</emph>."
#. t2Prp
#: 00000405.xhp
diff --git a/source/ast/helpcontent2/source/text/simpress/01.po b/source/ast/helpcontent2/source/text/simpress/01.po
index 1ab3d5901aa..e132b47c705 100644
--- a/source/ast/helpcontent2/source/text/simpress/01.po
+++ b/source/ast/helpcontent2/source/text/simpress/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-05-10 23:16+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress01/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1535978252.000000\n"
#. mu9aV
@@ -4235,7 +4235,7 @@ msgctxt ""
"par_id3156382\n"
"help.text"
msgid "If you want to modify the line style or the arrow style of a dimension line, choose <link href=\"text/shared/01/05200000.xhp\" name=\"Format - Line\"><emph>Format - Line</emph></link>."
-msgstr "Si deseya modificar los estilos de la llinia o la flecha d'una llinia de dimensiones, escueya <link href=\"text/shared/01/05200000.xhp\" name=\"Formatu - Llinia\"><emph>Formatu - Llinia</emph></link>."
+msgstr "Si deseyes modificar los estilos de la llinia o la flecha d'una llinia de cota, escueyi <link href=\"text/shared/01/05200000.xhp\" name=\"Formatu - Llinia\"><emph>Formatu - Llinia</emph></link>."
#. SUL4c
#: 05150000.xhp
@@ -8879,7 +8879,7 @@ msgctxt ""
"hd_id671535054437336\n"
"help.text"
msgid "<link href=\"text/simpress/01/remoteconnections.xhp\" name=\"remotedialog\">Remote Connections</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/remoteconnections.xhp\" name=\"remotedialog\">Conexones remotes</link>"
#. xGGek
#: remoteconnections.xhp
diff --git a/source/ast/helpcontent2/source/text/simpress/02.po b/source/ast/helpcontent2/source/text/simpress/02.po
index 5f291cda9c2..6f474404fb4 100644
--- a/source/ast/helpcontent2/source/text/simpress/02.po
+++ b/source/ast/helpcontent2/source/text/simpress/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-22 17:23+0200\n"
-"PO-Revision-Date: 2020-02-24 05:21+0000\n"
+"PO-Revision-Date: 2020-08-15 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress02/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1507112012.000000\n"
#. AiACn
@@ -4874,7 +4874,7 @@ msgctxt ""
"hd_id3154477\n"
"help.text"
msgid "Dimension Line"
-msgstr "Llinia de dimensiones"
+msgstr "Llinia de cota"
#. 5VR74
#: 10120000.xhp
@@ -4919,7 +4919,7 @@ msgctxt ""
"par_id3151259\n"
"help.text"
msgid "Dimension Line"
-msgstr "Llinia de dimensiones"
+msgstr "Llinia de cota"
#. FNGgg
#: 10120000.xhp
diff --git a/source/ast/helpcontent2/source/text/simpress/04.po b/source/ast/helpcontent2/source/text/simpress/04.po
index 88b7e1a34fa..0441298c686 100644
--- a/source/ast/helpcontent2/source/text/simpress/04.po
+++ b/source/ast/helpcontent2/source/text/simpress/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-03-13 12:06+0100\n"
-"PO-Revision-Date: 2020-06-16 20:22+0000\n"
+"PO-Revision-Date: 2020-08-06 13:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress04/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1513600491.000000\n"
#. mYCYv
@@ -437,7 +437,7 @@ msgctxt ""
"par_id3153906\n"
"help.text"
msgid "Go to the previous slide without playing effects."
-msgstr "Dir a la diapositiva anterior ensin efeutos de reproducción."
+msgstr "Dir a la diapositiva anterior ensin reproducir los efeutos."
#. EsHgS
#: 01020000.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/01.po b/source/ast/helpcontent2/source/text/swriter/01.po
index 007dd258601..3f623d390bb 100644
--- a/source/ast/helpcontent2/source/text/swriter/01.po
+++ b/source/ast/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-08-04 11:16+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/ast/>\n"
@@ -22777,14 +22777,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>"
msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"Al escribir\">Al escribir</link>"
-#. 2MCDP
+#. FArms
#: 05150100.xhp
msgctxt ""
"05150100.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">Aplica automáticamente formatu al documentu mientres escribe. Pa configurar les opciones de formatu, escueya <emph>Ferramientes - Autocorreición</emph> y, de siguío, faiga clic na ficha <emph>Opciones</emph>.</ahelp>"
+msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>"
+msgstr ""
#. Ddr5r
#: 05150100.xhp
diff --git a/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po
index a9f66889f9e..65155ecd83c 100644
--- a/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-03-31 10:35+0200\n"
-"PO-Revision-Date: 2020-02-25 19:15+0000\n"
-"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
+"PO-Revision-Date: 2020-08-05 13:34+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/instsetoo_nativeinc_openofficewindowsmsi_languages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1542022490.000000\n"
#. tBfTE
@@ -1778,7 +1778,7 @@ msgctxt ""
"OOO_CONTROL_108\n"
"LngText.text"
msgid "&Retry"
-msgstr "&Reintentar"
+msgstr "&Retentar"
#. hiJJD
#: Control.ulf
@@ -2498,7 +2498,7 @@ msgctxt ""
"OOO_CONTROL_210\n"
"LngText.text"
msgid "&Retry"
-msgstr "&Reintentar"
+msgstr "&Retentar"
#. DNgah
#: Control.ulf
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office.po b/source/ast/officecfg/registry/data/org/openoffice/Office.po
index 8db7fe14fe0..83864c63baa 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-23 01:46+0000\n"
+"PO-Revision-Date: 2020-08-06 08:40+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/ast/>\n"
"Language: ast\n"
@@ -1781,7 +1781,7 @@ msgctxt ""
"Text\n"
"value.text"
msgid "Exit"
-msgstr ""
+msgstr "Colar"
#. DghaJ
#: PresenterScreen.xcu
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
index ce576465f5f..ed0ee34be09 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-22 11:13+0000\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1542022492.000000\n"
#. W5ukN
@@ -11668,14 +11668,13 @@ msgstr "Flecha de llinia"
#. zfp2H
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/popupmenu/measure\n"
"UIName\n"
"value.text"
msgid "Dimension Line"
-msgstr "Llinia d'acotación"
+msgstr "Llinia de cota"
#. Dvg42
#: DrawWindowState.xcu
@@ -18639,7 +18638,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rotation Angle"
-msgstr "Ángulu de Rotación"
+msgstr "Ángulu de xiru"
#. ViV9E
#: GenericCommands.xcu
@@ -18971,14 +18970,13 @@ msgstr "Llinica con cuadráu/flecha"
#. asdeQ
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:MeasureLine\n"
"Label\n"
"value.text"
msgid "Dimension Line"
-msgstr "Llinia d'acotación"
+msgstr "Llinia de cota"
#. g5CBA
#: GenericCommands.xcu
@@ -20483,14 +20481,13 @@ msgstr ""
#. kk8gA
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:StyleNewByExample\n"
"Label\n"
"value.text"
msgid "New"
-msgstr "~Nuevu"
+msgstr "Nuevu"
#. 7FgWt
#: GenericCommands.xcu
@@ -26773,14 +26770,13 @@ msgstr "Flecha de llinia"
#. U3BsG
#: ImpressWindowState.xcu
-#, fuzzy
msgctxt ""
"ImpressWindowState.xcu\n"
"..ImpressWindowState.UIElements.States.private:resource/popupmenu/measure\n"
"UIName\n"
"value.text"
msgid "Dimension Line"
-msgstr "Llinia d'acotación"
+msgstr "Llinia de cota"
#. y3hEQ
#: ImpressWindowState.xcu
@@ -28376,7 +28372,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Styles Inspector"
-msgstr ""
+msgstr "Inspeutor d'estilos"
#. GEHrf
#: Sidebar.xcu
@@ -28504,14 +28500,13 @@ msgstr "Propiedaes"
#. B4iFE
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.StylesPropertyPanel\n"
"Title\n"
"value.text"
msgid "Style"
-msgstr "~Estilos"
+msgstr "Estilu"
#. zb84E
#: Sidebar.xcu
@@ -28531,7 +28526,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Styles Inspector"
-msgstr ""
+msgstr "Inspeutor d'estilos"
#. aCGNS
#: Sidebar.xcu
@@ -28545,14 +28540,13 @@ msgstr "Reproducción de medios"
#. VAX5E
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.PageStylesPanel\n"
"Title\n"
"value.text"
msgid "Styles"
-msgstr "~Estilos"
+msgstr "Estilos"
#. Enn95
#: Sidebar.xcu
@@ -28732,14 +28726,13 @@ msgstr "Disponible"
#. n7BmE
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.SdCustomAnimationPanel\n"
"Title\n"
"value.text"
msgid "Animation"
-msgstr "Animaciones"
+msgstr "Animación"
#. W2JmC
#: Sidebar.xcu
@@ -28821,7 +28814,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Lists"
-msgstr ""
+msgstr "Llistes"
#. Y8pTf
#: Sidebar.xcu
@@ -28877,14 +28870,13 @@ msgstr "~Xestionar Nomes..."
#. DC8Ky
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.StyleListPanel\n"
"Title\n"
"value.text"
msgid "Styles"
-msgstr "~Estilos"
+msgstr "Estilos"
#. ZA383
#: Sidebar.xcu
@@ -28918,7 +28910,6 @@ msgstr ""
#. Z4GcB
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.ChartElementsPanel\n"
@@ -33336,7 +33327,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Before"
-msgstr ""
+msgstr "Enantes"
#. LADWG
#: WriterCommands.xcu
@@ -33356,7 +33347,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "After"
-msgstr ""
+msgstr "Dempués"
#. b5mCd
#: WriterCommands.xcu
diff --git a/source/ast/reportdesign/messages.po b/source/ast/reportdesign/messages.po
index 41a948578c0..5ef326290d4 100644
--- a/source/ast/reportdesign/messages.po
+++ b/source/ast/reportdesign/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-04-18 14:18+0200\n"
-"PO-Revision-Date: 2020-07-02 14:00+0000\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/reportdesignmessages/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1516047320.000000\n"
#. FBVr9
@@ -614,7 +614,7 @@ msgstr "Amestar testera / pie d'informe"
#: reportdesign/inc/strings.hrc:98
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Change property '#'"
-msgstr "Camudar la propiedá '#'"
+msgstr "Camudar la propiedá «#»"
#. MCQSy
#: reportdesign/inc/strings.hrc:99
@@ -1010,7 +1010,7 @@ msgstr "Pie de grupu"
#: reportdesign/inc/strings.hrc:174
msgctxt "RID_STR_ERROR_WRONG_ARGUMENT"
msgid "You tried to set an illegal argument. Please have a look at '#1' for valid arguments."
-msgstr "Tentasti d'afitar un argumentu ilegal. Echa-y una güeyada a '#1' pa ver los argumentos válidos."
+msgstr "Tentasti d'afitar un argumentu ilegal. Echa-y una güeyada a «#1» pa ver los argumentos válidos."
#. NcNG6
#: reportdesign/inc/strings.hrc:175
diff --git a/source/ast/sc/messages.po b/source/ast/sc/messages.po
index 9395c591c8c..5afe5c6faf1 100644
--- a/source/ast/sc/messages.po
+++ b/source/ast/sc/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/scmessages/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1542022495.000000\n"
#. kBovX
@@ -2107,7 +2107,7 @@ msgstr "<vacíu>"
#: sc/inc/globstr.hrc:374
msgctxt "STR_CHANGED_CELL"
msgid "Cell #1 changed from '#2' to '#3'"
-msgstr "La caxella #1 camudóse de '#2' a '#3'"
+msgstr "La caxella #1 camudóse de «#2» a «#3»"
#. E7fW7
#: sc/inc/globstr.hrc:375
@@ -24534,7 +24534,7 @@ msgstr "Paralelu"
#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2122
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
-msgstr "Anantes"
+msgstr "Enantes"
#. H7zCN
#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2131
diff --git a/source/ast/sd/messages.po b/source/ast/sd/messages.po
index fc5dfe9105e..9e1bc683be7 100644
--- a/source/ast/sd/messages.po
+++ b/source/ast/sd/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/sdmessages/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1542022496.000000\n"
#. WDjkB
@@ -945,7 +945,7 @@ msgstr "¿Tresformar en curva l'oxetu escoyíu?"
#: sd/inc/strings.hrc:123
msgctxt "STR_UNDO_CHANGE_PRES_OBJECT"
msgid "Modify presentation object '$'"
-msgstr "Camudar oxetu de presentación '$'"
+msgstr "Camudar oxetu de presentación «$»"
#. s8VC9
#: sd/inc/strings.hrc:124
@@ -1871,7 +1871,7 @@ msgstr "Controles"
#: sd/inc/strings.hrc:281
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
-msgstr "Llinies de dimensión"
+msgstr "Llinies de cota"
#. z4wq5
#: sd/inc/strings.hrc:282
@@ -6982,17 +6982,15 @@ msgstr "Paralelu"
#. fAfKA
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1847
-#, fuzzy
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
-msgstr "A_ntes"
+msgstr "Enantes"
#. H7zCN
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1856
-#, fuzzy
msgctxt "notebookbar_groups|wrapright"
msgid "After"
-msgstr "_Tres"
+msgstr "Dempués"
#. PGXfq
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1865
@@ -8037,17 +8035,15 @@ msgstr "Amosar"
#. 7DgNY
#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:36
-#, fuzzy
msgctxt "sidebarslidebackground|label2"
msgid "_Format:"
-msgstr "_Formatu"
+msgstr "_Formatu:"
#. 497k8
#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:50
-#, fuzzy
msgctxt "sidebarslidebackground|label3"
msgid "Background:"
-msgstr "Fondu"
+msgstr "Fondu:"
#. bHhJV
#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:65
diff --git a/source/ast/sfx2/messages.po b/source/ast/sfx2/messages.po
index 0bd688595ab..c12f18a94e7 100644
--- a/source/ast/sfx2/messages.po
+++ b/source/ast/sfx2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
-"PO-Revision-Date: 2020-07-22 11:13+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/ast/>\n"
"Language: ast\n"
@@ -214,7 +214,7 @@ msgstr ""
#: include/sfx2/strings.hrc:56
msgctxt "STR_QRYTEMPL_MESSAGE"
msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
-msgstr "La plantía '$(ARG1)' na que se basa esti documentu, se camudó. ¿Quies anovar el formatu basáu n'estilos conforme a la plantía camudada?"
+msgstr "La plantía «$(ARG1)» na que se basa esti documentu, se camudó. ¿Quies anovar el formatu basáu n'estilos conforme a la plantía camudada?"
#. ABmvY
#: include/sfx2/strings.hrc:57
@@ -918,8 +918,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Nun s'alcontró el filtru d'imaxe"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -930,44 +936,44 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Contraseña incorreuta"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Mínimu $(MINLEN) caráuteres)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(La contraseña pue tar balera)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
#, fuzzy
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "Nun pudo executase l'aición. El módulu de programa %PRODUCTNAME necesariu pa esta aición anguaño nun ta instaláu."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -977,7 +983,7 @@ msgstr ""
"¿Quies facelo agora?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -987,216 +993,216 @@ msgstr ""
"Na nuesa páxina d'Internet alcontrarás les informaciones pa poder pidilos."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Damos-y la bienvenida a %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr "Testu"
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr "Desconocíu"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr "Triba"
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr "Conteníu"
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr "Sí"
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr "Non"
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr "Ríquense tolos campos"
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr "Yá esiste un destín con esti nome"
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr "Precísase LibreOffice Draw pa la censura. Cerciórate de que Draw tea instaláu y funcione afechiscamente."
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Versión actual"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Esportar"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Inxertar"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~Inxertar"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr "<Toles imáxenes>"
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Guardar una copia"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
#, fuzzy
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Comparar #"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "Documentu de %PRODUCTNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1206,31 +1212,31 @@ msgstr ""
"El valor atroxaráse como testu."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "L'estilu yá esiste. ¿Sustituilu?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Reafitar"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Esti nome yá s'usa."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Esti estilu nun esiste."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
#, fuzzy
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
@@ -1241,7 +1247,7 @@ msgstr ""
"porque produciría una referencia recursiva."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1251,7 +1257,7 @@ msgstr ""
"Escueyi otru nome, por favor."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1260,73 +1266,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Estilos n'usu: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Restolador"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Confirmación incorreuta de la contraseña"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Unviar"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Fonte"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Ver comentariu de la versión"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Xerárquicu"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "¿Daveres quier encaboxar la grabación? Tolos pasos grabaos fasta esti momentu van perdese."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Encaboxar grabación"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Les plantíes tán anicializándose pal primer usu."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1336,7 +1342,7 @@ msgstr ""
"Escueya una impresora y torne a intentalo."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1346,19 +1352,19 @@ msgstr ""
"Por favor verifique la configuración de la so imprentadora."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Impresora ocupada"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (sólo llectura)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1370,7 +1376,7 @@ msgstr ""
"nel documentu activu?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1382,7 +1388,7 @@ msgstr ""
"nel documentu activu?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1394,7 +1400,7 @@ msgstr ""
"nel documentu activu?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
#, fuzzy
msgctxt "STR_CANT_CLOSE"
msgid ""
@@ -1405,7 +1411,7 @@ msgstr ""
"darréu qu'entá se ta imprentando."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1414,7 +1420,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1423,20 +1429,20 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
#, fuzzy
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "Esti documentu nun se pue editar, dablemente porque nun tienes drechos d'accesu. ¿Quies editar una copia del documentu?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1444,477 +1450,476 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (documentu reparáu)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
#, fuzzy
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "El documentu nun ta baxáu del sirvidor"
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr "Notes del llanzamientu"
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Esti documentu abrióse nel mou de namái llectura."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "La etiqueta de clasificación d'esti documentu ye %1."
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr "Nivel"
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Seguridá nacional:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Control d'esportación:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
#, fuzzy
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Baxada"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Editar documentu"
#. FCeC5
-#: include/sfx2/strings.hrc:285
-#, fuzzy
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
-msgstr "Firmar el documentu..."
+msgstr "Roblar el documentu"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
-msgstr ""
+msgstr "La robla d'esti documentu nun ye válida."
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Anclar"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Desanclar"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Más opciones"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Zarrar el panel llateral"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Personalización"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Restaurar los predeterminaos"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Desaniciar"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(utilícenlu: %STYLELIST)"
diff --git a/source/ast/shell/source/win32/shlxthandler/res.po b/source/ast/shell/source/win32/shlxthandler/res.po
index da7e83a9c6c..88dd27b3b6d 100644
--- a/source/ast/shell/source/win32/shlxthandler/res.po
+++ b/source/ast/shell/source/win32/shlxthandler/res.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-01-17 18:10+0000\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/shellsourcewin32shlxthandlerres/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1390258684.000000\n"
#. nMHZG
@@ -41,7 +41,7 @@ msgctxt ""
"%SUBJECT%\n"
"LngText.text"
msgid "Subject"
-msgstr "Asuntu"
+msgstr "Tema"
#. Rqom8
#: shlxthdl.ulf
@@ -50,7 +50,7 @@ msgctxt ""
"%SUBJECT_COLON%\n"
"LngText.text"
msgid "Subject:"
-msgstr "Asuntu:"
+msgstr "Tema:"
#. BbVSy
#: shlxthdl.ulf
diff --git a/source/ast/svx/messages.po b/source/ast/svx/messages.po
index a01d6b60348..5c423905495 100644
--- a/source/ast/svx/messages.po
+++ b/source/ast/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-28 12:35+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/ast/>\n"
"Language: ast\n"
@@ -2410,13 +2410,13 @@ msgstr "Distancia entre guíes"
#: include/svx/strings.hrc:423
msgctxt "SIP_SA_MEASUREHELPLINE1LEN"
msgid "Backlog of dimension help line 1"
-msgstr "Atrasu de llinia de dimensión aux. 1"
+msgstr "Atrasu de llinia de cota aux. 1"
#. CYFg6
#: include/svx/strings.hrc:424
msgctxt "SIP_SA_MEASUREHELPLINE2LEN"
msgid "Backlog of dimension help line 2"
-msgstr "Atrasu de llinia de dimensión aux. 2"
+msgstr "Atrasu de llinia de cota aux. 2"
#. ocvCK
#: include/svx/strings.hrc:425
@@ -5338,816 +5338,848 @@ msgstr ""
#: include/svx/strings.hrc:927
msgctxt "RID_SVXSTR_DASH21"
msgid "Line Style"
-msgstr ""
+msgstr "Estilu de llinia"
#. iKAwD
#: include/svx/strings.hrc:928
msgctxt "RID_SVXSTR_IMAP_ALL_FILTER"
msgid "All formats"
-msgstr ""
+msgstr "Tolos formatos"
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Cuadráu 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
-msgstr ""
+msgstr "Llinies de cota"
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Flecha doble"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
-msgstr ""
+msgstr "Llinia de cota"
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Círculu"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Cuadráu"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Flecha"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Triángulu ensin rellenu"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Diamante ensin rellenu"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Diamante"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Círculu ensin rellenu"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Cuadráu 45 ensin rellenu"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Cuadráu ensin rellenu"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Tresparencia"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Acentu verde"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Acentu azul"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Acentu naranxa"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Púrpura"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "Acentu púrpura"
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "Acentu mariellu"
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Tema de la Galería"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Recuperáu dafechu"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Documentu orixinal recuperáu"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Recuperación incorreuta"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Recuperación en cursu"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Entá nun se recuperó"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION entama'l procesu de recuperación de documentos. Según el tamañu de los documentos, el procesu puede durar más o menos tiempu."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "Finó la recuperación de documentos. Calca «Finar» pa ver los documentos."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Finar"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
#, fuzzy
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Últimos valores personalizaos"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Esportación d'imaxe"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Inxertar oxetu(os)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Rotar un oxetu 3D"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Crear un oxetu d'estrusión"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Crear cuerpu de rotación"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Dixebrar oxetu 3D"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Too]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Peñera d'imaxe"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Tema nuevu"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "Efeutos 3D"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Animaciones"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Viñetes"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Oficina"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Banderes"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Diagrames de fluxu"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Fustax"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Imaxes"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Fondos"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Páxina principal"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Interaición"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Mapes"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Persones"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Superficies"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Ordenador"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diagrames"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Entornu"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Finances"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Tresporte"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Formes de testu"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Soníos"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Símbolos"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "Los mios temes"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Fleches"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Llamaes"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Tecláu"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Tiempu"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Presentación"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Calendariu"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navegación"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Comunicación"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finances"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Ordenador"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Clima"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Escuela y universidá"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Soluciones de problemes"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Screen Beans"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Imprentación de la escoyeta"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "¿Quies imprentar la seleición o'l documentu ensembre?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~Too"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "E~sbilla"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Estrusión haza'l noroeste"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Estrusión haza'l norte"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Estrusión haza'l noreste"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Estrusión haza l'oeste"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Estrusión haza atrás"
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Estrusión haza l'este"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Estrusión haza'l sudoeste"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Estrusión haza'l sur"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Estrusión haza'l sudeste"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2,5 cm"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 pulgaes"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0,~5 pulgaes"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 pulgada"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 pulgaes"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 pulgaes"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Ensin rellenu"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Tresparencia"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Predetermináu"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Borde"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Estilu de berbesu"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
#, fuzzy
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Numberación de ~llinies..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
#, fuzzy
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "Por autor"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Páxines"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Desaniciar formatu"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
#, fuzzy
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
@@ -6155,394 +6187,394 @@ msgstr "Más opciones"
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Nome de fonte"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Nome de la fonte. La fonte actual nun ta disponible y sustituiráse."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "personalizáu"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Estrusión"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Activar o desactivar estrusión"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Enclinar haza abaxo"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Enclinar haza arriba"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Enclinar haza la esquierda"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Enclinar haza la drecha"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Cambiar profundidá d'estrusión"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Cambiar orientación"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Cambiar triba de proyeición"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Cambiar illuminación"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Cambiar brillu"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Cambiar superficie d'estrusión"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Cambiar color d'estrusión"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Favoritu"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "B:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "V:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "A:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Aplicar forma de Fontwork"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Aplicar mesmu altor de lletres de Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Aplicar alliniación de Fontwork"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Aplicar espaciu ente caráuteres de Fontwork"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "con"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Estilu"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "y"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Control d'esquines"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Seleición d'un puntu de la esquina."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Arriba a la esquierda"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Centráu enriba"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Arriba a la drecha"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Centráu a la esquierda"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Centráu"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Centráu a la drecha"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Abaxo a la esquierda"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Centráu abaxo"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Abaxo a la drecha"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Elementu de control del contornu"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Equí ye onde pues editar el contornu."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Escoyeta de símbolos"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Esbilla los caráuteres especiales nesti área."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Códigu de caráuter "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
-msgstr "Ye obligatoria una entrada nel campu '#'. Escribi un valor."
+msgstr "Ye obligatoria una entrada nel campu «#». Escribi un valor."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formularios"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Dengún control escoyíu"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Propiedaes: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Propiedaes del formulariu"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Restolador de formulariu"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formulariu"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr "Anubríu"
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formulariu"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
-msgstr "Control tapecíu"
+msgstr "Control anubríu"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Elementu de control"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Rexistru"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "de"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Amestar campu:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Fallu al rexistrar datos na base de datos"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Hebo un fallu al analizar la espresión de la consulta"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Quies desaniciar 1 rexistru de datos."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# rexistros se desaniciarán."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6552,331 +6584,331 @@ msgstr ""
"¿Quier siguir de toles maneres?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Barra de navegación"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Columna"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
-msgstr "Afitar propiedá '#'"
+msgstr "Afitar propiedá «#»"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Inxertar nel contenedor"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Desaniciar #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Desaniciar # oxetos"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Camudar un elementu contenedor"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Camudar campu de control"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Botón pa calcar"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Campu d'opción"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Caxella de verificación"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Campu d'etiqueta"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Marcu de grupu"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Campu de testu"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Campu formatiáu"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Llistáu"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Campu combináu"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Botón gráficu"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Control d'imaxe"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Escoyeta de ficheru"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Campu de data"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Campu de tiempu"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Campu numbéricu"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Campu de moneda"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Campu mazcaritáu"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Control de tables "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Barra de desplazamientu"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Botón de Escoyeta"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Barra de navegación"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Escoyeta múltiple"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "¡Nel formulariu actual nun existen controles asociaos con datos!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Data)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Tiempu)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Restolador de peñeres"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Peñerar por"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "O"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "El formulariu actual nun caltién controles válidos que se puedan usar na vista de tabla."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<Campu automáticu>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Fallu de sintaxis na espresión SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "El valor #1 no se puede usar con LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "COMO nun se pue usar con esti campu."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "El valor especificáu nun ye una data válida. Pon una data con un formatu válidu, por exemplu, MM/DD/AA."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "El campu nun puede comparase con un enteru."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "La base datos nun contién una tabla denominada \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "La base de datos nun contién una tabla nin una consulta denominada \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "La base datos yá contién una tabla o vista denominada \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "La base datos yá caltién una consulta denominada \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "La columna \"#1\" nun se reconoz na tabla \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "El campu nun se pue comparar con un númberu de coma flotante."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "El criteriu indicáu nun se pue comparar con esti campu."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Restolador de datos"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (namái llectura)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "El ficheru yá existe. ¿Quies reemplazalu?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "etiqueta #object#"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -6887,7 +6919,7 @@ msgstr ""
"¿De verdá quies desaniciar esti modelu?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -6898,7 +6930,7 @@ msgstr ""
"¿De verdá quies desaniciar esta instancia?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6908,13 +6940,13 @@ msgstr ""
"¿Bramente quies desaniciar esti elementu?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "¿De verdá quies desaniciar l'atributu «$ATTRIBUTENAME»?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -6927,7 +6959,7 @@ msgstr ""
"¿Quies bramente desaniciar esti unviu?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -6940,1008 +6972,1008 @@ msgstr ""
"¿Quies bramente desaniciar esti enllaz?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "El nome «%1» nun val en XML. Escribi un nome distintu."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "El prefixu «%1» nun val en XML. Escribi un prefixu distintu."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Yá esiste'l nome «%1». Escribi un nome nuevu."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "L'unvíu tien de tener asignáu un nome."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Artículu"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Garrar"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Denguna"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "~Instancies"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Documentu"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Enllaz: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Referencia: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Actuación: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Métodu: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Camudar: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Amestar elementu"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Editar elementu"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Desaniciar elementu"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Amestar atributu"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Editar atributu"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Desaniciar atributu"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Amestar enllaz"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Editar enllaz"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Desaniciar enllaz"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Amestar unviu"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Editar unviu"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Desaniciar unviu"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Elementos"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Atributos"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Enllaces"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Espresión d'enllaz"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "¿Seguro que quier encaboxar la recuperación de documentos de %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Esquierda"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Mandrecha"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Centrar"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Sobrescribir"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Inxertar"
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Robla dixital: La robla del documentu ye correuta."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Robla dixital: La robla del documentu ye correuta, pero nun se pudieron validar los certificaos."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Robla Dixital: El documentu nun tien robla."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Robla dixital: La robla del documentu y el certificáu son correutos, pero nun tan roblaes toles partes del documentu."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "El documentu camudó. Fai doble click pa guardalu."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "El documentu nun camudó dende'l caberu guardáu."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Cargando documentu..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Agrandar"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Amenorgar"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Tola páxina"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Anchor de páxina"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Meyor vista"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Incluyendo estilos"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Estilos de párrafu"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Estilos de caxella"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Clave de busca non atopada"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "Nun s'alcontró l'elementu de navegación"
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Paleta de colores"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Trocador de colores"
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "Efeutos 3D"
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Contraseña incorreuta"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Les contraseñes nun concasen"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Viñetes pequeñes sólides circulares"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Viñetes grandes sólides circulares"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Viñetes sólides con forma de rombu"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Viñetes grandes sólides cuadraes"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Viñetes en forma de flecha a la drecha"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Viñetes en forma de flecha a la drecha"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Númberu (1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Númberu 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Númberu (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Númberu romanu en mayúscules I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Lletra mayúscula A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lletra minúscula a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lletra minúscula (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Númberu romanu en minúscules i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numbéricu, numbéricu, lletres minúscules, viñetes pequeñes sólides circulares"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numbéricu, lletres minúscules, viñetes pequeñes sólides circulares"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Numbéricu, lletres minúscules, númberos romanos en minúscules, lletres mayúscules, viñeta pequeña sólida circular"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Numbéricu"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Lletres llatines mayúscules, lletres mayúscules, lletres llatines minúscules, lletres minúscules, viñetes pequeñes sólides circulares"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Lletres mayúscules, lletres llatines mayúscules, lletres minúscules, lletres llatines minúscules, viñetes pequeñes sólides circulares"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numbéricu con tolos subniveles"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Viñeta hacia la drecha, viñeta en forma de flecha a la drecha, viñeta sólida en forma de rombu, viñeta pequeña sólida circular"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Nun pudo crease'l ficheru."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Estilos de diseñu de tables"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Aiciones que desfacer: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Aiciones que desfacer: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Aiciones que refacer: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Aiciones que refacer: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Guetar"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Distinguir mayúscules y minúscules"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) × $(HEIGHT) a $(DPI) PPP"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) kiB"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Desconocíu"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Conmutar"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Mou d'imaxe"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Proporción de colloráu"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Proporción de verde"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Proporción d'azul"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Brillu"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Contraste"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Tresparencia"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Recortar"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Orientación predeterminada"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "D'arriba haza abaxo"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "D'abaxo haza arriba"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Apiláu"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Marxe esquierdu: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Marxe superior: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Marxe drechu: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Marxe inferior: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Descripción de la páxina: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Mayúscules"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Minúscules"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Mayúscules romanes"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Minúscules romanes"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Árabe"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Dengún"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Apaisáu"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Retratu"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Esquierda"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Drecha"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Too"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Espeyau"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Data: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Testu: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Fondu de caráuter"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Paleta de colores"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7949,1932 +7981,1932 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Llatín básicu"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Llatín-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Llatín Estendíu A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Llatín Estendíu B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Estensiones IPA"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Lletres modificadores d'espaciáu"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Combinación de caráuteres diacríticos"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Griegu básicu"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Símbolos Griegos y Coptu"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cirílicu"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeniu"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebréu básicu"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebréu estendíu"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Árabe Básicu"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabe Estendíu"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengalí"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Guyarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Tailandés"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laosianu"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Xorxanu básicu"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Xorxanu Estendíu"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Llatín estendíu adicional"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Griegu estendíu"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Puntuación xeneral"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Superíndices y subíndices"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Símbolos monetarios"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Combinación de símbolos diacríticos"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Símbolos asemeyaos a lletres"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Símbolos numbéricos"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Fleches"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Operadores matemáticos"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Dellos caráuteres téunicos"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Imaxes de control"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Reconocimientu ópticu de caráuteres"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Alfanumbéricos axuntos"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Dibuxos de marcu"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Elementos de bloque"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Formes xeométriques"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Dellos símbolos"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "Símbolos y puntuación CJK"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofu"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Jamo con compatibilidá Hangul"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "Dellos caráuteres CJK"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Caráuteres y meses incluyíos en CJK"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK Compatibilidá"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Ideografíes unificaes CJK"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Ideogrames CJK unificaos estensión A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Área d'usu priváu"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "Ideogrames de compatibilidá CJK"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Formes de presentación alfabética"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Formes de presentación árabes A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Marques intermedies combinantes"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "Formes de compatibilidá CJK"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Variantes de formes pequeñes"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Formes de presentación árabes B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Formes anches y mediu anches"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Especiales"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Sílabes Yi"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Radicales yi"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Itálicu antiguu"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Góticu"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Símbolos musicales bizantinos"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Símbolos musicales"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Símbolos matemáticos alfanuméricos"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Estensiones ideográfiques unificaes CJK B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Estensiones ideográfiques unificaes CJK C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Estensiones ideográfiques unificaes CJK D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "Suplementu de compatibilidá ideográfica CJK"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Etiquetes"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Suplementu cirílicu"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Selectores de variación"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Área d'usu priváu suplementaria A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Área d'usu priváu suplementaria B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Símbolos khmer"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Estensiones fonétiques"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Símbolos y fleches diversos"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Símbolos d'hexagrama Yijing"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Sílabariu llinial B"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Ideogrames lliniales B"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Númberos exeos"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugaríticu"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shavianu"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanya"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Singalés"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetanu"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Birmanu"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "H.emer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Rúnicu"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siriu"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etíope"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cheroki"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Sílabes aboríxenes canadienses"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongol"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Dellos símbolos matemáticos A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Fleches suplementaries A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Patrones Braille"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Fleches suplementaries B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Dellos símbolos matemáticos B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "Radicales suplementarios de CJK"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Radicales Kangxi"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Caráuteres de descripción d'ideogrames"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalu"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofu estendíu"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Fonética de Katakana"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Trazos CJK"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Silabariu chipriota"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Símbolos Tai Xuan Jing"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Suplementu de selectores de variación"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Escritura musical griega antigua"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Númberos griegos antiguos"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Suplementu del árabe"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buxinés"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Suplementu de signos diacríticos pa combinar"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Cópticu"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etíope estendíu"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Suplementu etíope"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Suplementu xeorxanu"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolíticu"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharoshthi"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Lletres que camuden la entonación"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Tai Lue nuevu"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Persa antiguu"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Suplementu d'estensiones fonétiques"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Puntuación suplementaria"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Formes verticales"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinés"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Llatín estendíu-C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Llatín estendíu-D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Feniciu"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Cuneiforme"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Númberos y puntuación cuneiformes"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Numberales de contéu Rod"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sundanés"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Cirílicu estendíu A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Cirílicu estendíu B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Cham"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Símbolos antiguos"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Discu de Festos"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Liciu"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Carianu"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lidiu"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Fiches de Mahjong"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Fiches de dominó"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritanu"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Sílabes aboríxenes canadienses estendíes"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Estensiones védiques"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Formes numbériques comúnes del índicu"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari estendíu"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo estendíu-A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Xavanés"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar estendíu-A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo estendíu-B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Araméu imperial"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Árabe antiguu del sur"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestanu"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Partu inscripcional"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Pahlavi inscripcional"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Turcu antiguu"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Símbolos numbéricos rumi"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Xeroglíficos exipcios"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Suplementu alfa-numbéricu axuntu"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Suplementu ideográficu axuntu"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandaicu"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Etíope estendíu A"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmi"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Suplementu Bamum"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Suplementu Kana"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Xuegu de cartes"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Símbolos y pictogrames variaos"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Fustax"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Símbolos de tresporte y mapes"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Símbolos d'alquimia"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Árabe estendíu A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Símbolos alfabéticos matemáticos árabes"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Estensiones Meitei Mayek"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Cursives meroítiques"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Xeroglíficos meroíticos"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Suplementu de sundanés"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Suplementu de signos diacríticos pa combinar"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Llatín Estendíu A"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Llinial"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Mou"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Myanmar estendíu-A"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Árabe antiguu del sur"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Fleches suplementaries A"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Ideogrames CJK unificaos estensión A"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Cirílicu estendíu A"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Suplementu xeorxanu"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Nuevu"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Utilización"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Ideogrames CJK unificaos estensión A"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Myanmar estendíu-A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Suplementu cirílicu"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwork"
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr "Roblólu dixitalmente:"
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr "Data: %1"
@@ -10202,7 +10234,7 @@ msgstr "Caráuteres non permitíos"
#: include/svx/svxitems.hrc:86
msgctxt "RID_ATTR_NAMES"
msgid "Rotation"
-msgstr "Rotar"
+msgstr "Xiru"
#. W8gBY
#: include/svx/svxitems.hrc:87
@@ -10677,6 +10709,7 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Llinia de borde diagonal dende embaxo a la esquierda hasta enriba a la drecha"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10684,7 +10717,7 @@ msgid "None"
msgstr "Denguna"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10692,14 +10725,14 @@ msgid "Bullet"
msgstr "Viñetes"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Gráficos"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10707,63 +10740,63 @@ msgid "Linked graphics"
msgstr "Gráficos enllazaos"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr "1ᵘ, 2ᵘ, 3ᵘ, ..."
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10771,7 +10804,7 @@ msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10779,21 +10812,21 @@ msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr "*, †, ‡, §, **, ††, ..."
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Numberación nativa"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10801,7 +10834,7 @@ msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Búlgaru)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10809,7 +10842,7 @@ msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Búlgaru)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10817,7 +10850,7 @@ msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Búlgaru)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10825,7 +10858,7 @@ msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Búlgaru)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10833,7 +10866,7 @@ msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Rusu)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10841,7 +10874,7 @@ msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Rusu)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10849,7 +10882,7 @@ msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Rusu)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10857,7 +10890,7 @@ msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Rusu)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10865,7 +10898,7 @@ msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Serbiu)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10873,7 +10906,7 @@ msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Serbiu)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10881,7 +10914,7 @@ msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Serbiu)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10889,7 +10922,7 @@ msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Serbiu)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10897,7 +10930,7 @@ msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (Lletra mayúscula griega)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10905,35 +10938,35 @@ msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (Lletra minúscula griega)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16343,10 +16376,9 @@ msgstr "Marcu"
#. 5BPAy
#: svx/uiconfig/ui/imapdialog.ui:464
-#, fuzzy
msgctxt "imapdialog|textft"
msgid "Text:"
-msgstr "Testu: "
+msgstr "Testu:"
#. aHyrG
#: svx/uiconfig/ui/imapmenu.ui:12
@@ -16421,7 +16453,7 @@ msgid "Properties"
msgstr "Propiedaes"
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr "Valores"
@@ -16502,7 +16534,7 @@ msgstr "Volume:"
#: svx/uiconfig/ui/namespacedialog.ui:18
msgctxt "namespacedialog|NamespaceDialog"
msgid "Namespaces for Forms"
-msgstr ""
+msgstr "Espacios de nomes pa formularios"
#. WaBQW
#: svx/uiconfig/ui/namespacedialog.ui:119
@@ -16532,7 +16564,7 @@ msgstr "URL"
#: svx/uiconfig/ui/namespacedialog.ui:228
msgctxt "namespacedialog|label1"
msgid "Namespaces"
-msgstr ""
+msgstr "Espacios de nomes"
#. HD9wB
#: svx/uiconfig/ui/navigationbar.ui:128
@@ -16562,7 +16594,7 @@ msgstr ""
#: svx/uiconfig/ui/navigationbar.ui:210
msgctxt "navigationbar|new"
msgid "New"
-msgstr ""
+msgstr "Nuevu"
#. Z8rca
#: svx/uiconfig/ui/optgridpage.ui:74
@@ -18302,13 +18334,13 @@ msgstr "Dar vuelta na horizontal al oxetu seleicionáu."
#: svx/uiconfig/ui/sidebarpossize.ui:373
msgctxt "rotationtabpage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
-msgstr ""
+msgstr "Ángulu de xiru"
#. 5ZwVL
#: svx/uiconfig/ui/sidebarpossize.ui:381
msgctxt "sidebarpossize|orientationcontrol"
msgid "Rotation"
-msgstr ""
+msgstr "Xiru"
#. oBCCy
#: svx/uiconfig/ui/sidebarpossize.ui:407
diff --git a/source/ast/sw/messages.po b/source/ast/sw/messages.po
index 6bc3e52b84d..066ab8aa400 100644
--- a/source/ast/sw/messages.po
+++ b/source/ast/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
-"PO-Revision-Date: 2020-07-22 11:13+0000\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
+"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/ast/>\n"
"Language: ast\n"
@@ -86,13 +86,13 @@ msgstr ""
#: sw/inc/AccessibilityCheckStrings.hrc:28
msgctxt "STR_STYLE_NO_LANGUAGE"
msgid "Style '%STYLE_NAME%' has no language set"
-msgstr ""
+msgstr "L'estilu «%STYLE_NAME%» nun tien afitada denguna llingua"
#. FG4Vn
#: sw/inc/AccessibilityCheckStrings.hrc:29
msgctxt "STR_DOCUMENT_TITLE"
msgid "Document title is not set"
-msgstr ""
+msgstr "Nun s'afitó'l títulu del documentu"
#. DdjvG
#: sw/inc/app.hrc:29
@@ -598,7 +598,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Númberu de párrafos"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -606,1304 +606,1340 @@ msgstr "Númberu de párrafos"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
-msgstr ""
+msgstr "Mou d'escritura"
#. QBR3s
#: sw/inc/mmaddressblockpage.hrc:27
@@ -4806,13 +4842,13 @@ msgstr "Tabla/índiz camudáu"
#: sw/inc/strings.hrc:489
msgctxt "STR_START_QUOTE"
msgid "“"
-msgstr ""
+msgstr "«"
#. kZoAG
#: sw/inc/strings.hrc:490
msgctxt "STR_END_QUOTE"
msgid "”"
-msgstr ""
+msgstr "»"
#. wNZDq
#: sw/inc/strings.hrc:491
@@ -4842,7 +4878,7 @@ msgstr "Apegar del cartafueyu"
#: sw/inc/strings.hrc:495
msgctxt "STR_YIELDS"
msgid "→"
-msgstr ""
+msgstr "→"
#. wNRhZ
#: sw/inc/strings.hrc:496
@@ -8056,13 +8092,13 @@ msgstr "Paralelu"
#: sw/inc/strings.hrc:1088
msgctxt "STR_SURROUND_LEFT"
msgid "Before"
-msgstr ""
+msgstr "Enantes"
#. bGBtQ
#: sw/inc/strings.hrc:1089
msgctxt "STR_SURROUND_RIGHT"
msgid "After"
-msgstr ""
+msgstr "Dempués"
#. SrG3D
#: sw/inc/strings.hrc:1090
@@ -8379,10 +8415,9 @@ msgstr "Marca d'agua"
#. 8SwC3
#: sw/inc/strings.hrc:1139
-#, fuzzy
msgctxt "STR_ROTATION"
msgid "Rotation"
-msgstr "Encomilláu"
+msgstr "Xiru"
#. hWEeF
#: sw/inc/strings.hrc:1140
@@ -9141,7 +9176,7 @@ msgstr "Nun pudo atopase'l ficheru «%1» nel camín «%2»."
#: sw/inc/strings.hrc:1269
msgctxt "STR_USER_DEFINED_INDEX"
msgid "User-Defined Index"
-msgstr "Indiz Definíu pol Usuariu"
+msgstr "Índiz definíu pol usuariu"
#. t5uWs
#: sw/inc/strings.hrc:1270
@@ -11084,10 +11119,9 @@ msgstr "Nome:"
#. AwvtG
#: sw/uiconfig/swriter/ui/charurlpage.ui:61
-#, fuzzy
msgctxt "charurlpage|textft"
msgid "Text:"
-msgstr "_Testu:"
+msgstr "Testu:"
#. ujQMD
#: sw/uiconfig/swriter/ui/charurlpage.ui:75
@@ -11159,134 +11193,134 @@ msgid "Width:"
msgstr "Anchor:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Espaciáu:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Anchor y espaciáu"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Est_ilu"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
#, fuzzy
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Anchor"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "Al_tor"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_Posición"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Arriba"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Centráu"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Abaxo"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_Color:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
#, fuzzy
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Llinia de separtación"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Columnes:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Igualar espaciáu de conteníu en _toles columnes"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Esbilla"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Seición actual"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Seición esbillada"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Marcu"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Estilu Páxina: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
#, fuzzy
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_Aplicar a"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
#, fuzzy
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "_Direición testu"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Axustes"
@@ -13032,68 +13066,68 @@ msgid "Space to text"
msgstr "Espaciu al testu"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
#, fuzzy
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Área nota al pie"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_Posición"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "E_stilu"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_Grosor"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_Color"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_Llonxitú"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "_Espaciáu a los conteníos de nota al pie"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Esquierda"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Centráu"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Drecha"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
#, fuzzy
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
@@ -14687,10 +14721,9 @@ msgstr "Desaminar"
#. pmdTa
#: sw/uiconfig/swriter/ui/insertscript.ui:200
-#, fuzzy
msgctxt "insertscript|text"
msgid "Text:"
-msgstr "_Testu:"
+msgstr "Testu:"
#. hqFAX
#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:8
@@ -15070,10 +15103,9 @@ msgstr "Ver"
#. D8TER
#: sw/uiconfig/swriter/ui/linenumbering.ui:344
-#, fuzzy
msgctxt "linenumbering|text"
msgid "Text:"
-msgstr "_Testu:"
+msgstr "Testu:"
#. Lsj2A
#: sw/uiconfig/swriter/ui/linenumbering.ui:358
@@ -19515,7 +19547,7 @@ msgid "_More Options"
msgstr "Más opciones"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Más opciones"
@@ -20070,10 +20102,9 @@ msgstr "Án_gulu"
#. hBc6G
#: sw/uiconfig/swriter/ui/picturepage.ui:320
-#, fuzzy
msgctxt "picturepage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
-msgstr "Ángulu de Rotación"
+msgstr "Ángulu de xiru"
#. Q6xq6
#: sw/uiconfig/swriter/ui/picturepage.ui:333
@@ -20084,10 +20115,9 @@ msgstr "Preferencie_s predeterminaes"
#. HpCfF
#: sw/uiconfig/swriter/ui/picturepage.ui:358
-#, fuzzy
msgctxt "picturepage|label2"
msgid "Rotation Angle"
-msgstr "Ángulu de Rotación"
+msgstr "Ángulu de xiru"
#. fSmkv
#: sw/uiconfig/swriter/ui/previewzoomdialog.ui:22
@@ -21371,13 +21401,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/sidebarwrap.ui:112
msgctxt "sidebarwrap|wrapbefore|tooltip_text"
msgid "Before"
-msgstr ""
+msgstr "Enantes"
#. oKykv
#: sw/uiconfig/swriter/ui/sidebarwrap.ui:125
msgctxt "sidebarwrap|wrapafter|tooltip_text"
msgid "After"
-msgstr ""
+msgstr "Dempués"
#. Sw6vj
#: sw/uiconfig/swriter/ui/sidebarwrap.ui:138
@@ -21761,49 +21791,49 @@ msgid "Remaining space:"
msgstr "Espaciu disponible "
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Anchor de columna %1"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Anchor de columna %1"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Anchor de columna %1"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Anchor de columna %1"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Anchor de columna %1"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Anchor de columna %1"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Anchor Columna"
diff --git a/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 7114546307c..0f3cc005794 100644
--- a/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2019-12-06 10:36+0000\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://vm137.documentfoundation.org/projects/libo_ui-master/swextmediawikisrcregistrydataorgopenofficeofficecustom/ast/>\n"
+"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/swextmediawikisrcregistrydataorgopenofficeofficecustom/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.8\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1390272764.000000\n"
#. sc9Hg
@@ -44,7 +44,7 @@ msgctxt ""
"NoConnectionToURL\n"
"value.text"
msgid "A connection to the MediaWiki system at '$ARG1' could not be created."
-msgstr "Nun pudo crease una conexón al sistema MediaWiki de '$ARG1'."
+msgstr "Nun pudo crease una conexón al sistema MediaWiki de «$ARG1»."
#. Z4jaW
#: WikiExtension.xcu
@@ -214,7 +214,7 @@ msgctxt ""
"Dlg_NewWikiPage_Label1\n"
"value.text"
msgid "A wiki article with the title '$ARG1' does not exist yet. Do you want to create a new article with that name?"
-msgstr "Inda nun esiste un artículu col títulu '$ARG1'. ¿Quier crear un artículu nuevu con esi nome?"
+msgstr "Inda nun esiste un artículu col títulu «$ARG1». ¿Quies crear un artículu nuevu con esi nome?"
#. PiBrD
#: WikiExtension.xcu
@@ -334,4 +334,4 @@ msgctxt ""
"Dlg_WikiPageExists_Label1\n"
"value.text"
msgid "A wiki article with the title '$ARG1' already exists.&#13;&#13;Do you want to replace the current article with your article?&#13;&#13;"
-msgstr "Yá esiste un artículu wiki col títulu '$ARG1' .&#13;&#13;Quier trocar l'artículu esistente col so artículu?&#13;&#13;"
+msgstr "Yá esiste un artículu wiki col títulu «$ARG1» .&#13;&#13;¿Quies trocar l'artículu esistente col to artículu?&#13;&#13;"
diff --git a/source/ast/uui/messages.po b/source/ast/uui/messages.po
index 49bcffe309b..cd5d090837d 100644
--- a/source/ast/uui/messages.po
+++ b/source/ast/uui/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-02-10 17:55+0100\n"
-"PO-Revision-Date: 2020-01-22 12:09+0000\n"
+"PO-Revision-Date: 2020-08-12 05:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/uuimessages/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1522251360.000000\n"
#. DLY8p
@@ -383,7 +383,7 @@ msgid ""
"Configuration data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\n"
"Do you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"
msgstr ""
-"Los datos de configuración de '$(ARG1)' tán toyíos. Ensin ellos, seique, nun s'executen afayadizamente delles funciones.\n"
+"Los datos de configuración de «$(ARG1)» tán toyíos. Ensin ellos, seique, nun s'executen afayadizamente delles funciones.\n"
"¿Quies siguir arrancando %PRODUCTNAME ensin los datos de configuración toyíos?"
#. QCACp
@@ -393,14 +393,14 @@ msgid ""
"The personal configuration file '$(ARG1)' is corrupted and must be deleted to continue. Some of your personal settings may be lost.\n"
"Do you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"
msgstr ""
-"El ficheru de configuración personal '$(ARG1)' ta toyíu y por eso tienes que desanicialu pa poder siguir. Delles configuraciones personales pueden perdese.\n"
+"El ficheru de configuración personal «$(ARG1)» ta toyíu y por eso tienes que desanicialu pa poder siguir. Delles configuraciones personales pueden perdese.\n"
"¿Quies entamar %PRODUCTNAME ensin esos datos de configuración toyíos?"
#. e5Rft
#: uui/inc/ids.hrc:147
msgctxt "RID_UUI_ERRHDL"
msgid "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly."
-msgstr "La fonte de datos de configuración '$(ARG1)' nun ta disponible. Ensin ellos, delles funciones pueden non furrular afayadizamente."
+msgstr "La fonte de datos de configuración «$(ARG1)» nun ta disponible. Ensin ellos, delles funciones pueden non furrular afayadizamente."
#. 4gRCA
#: uui/inc/ids.hrc:149
@@ -409,7 +409,7 @@ msgid ""
"The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\n"
"Do you want to continue startup of %PRODUCTNAME without the missing configuration data?"
msgstr ""
-"L'orixe de datos de configuración '$(ARG1)' nun ta disponible. Ensin estos datos pue ser que nun s'executen correutamente delles funciones.\n"
+"L'orixe de datos de configuración «$(ARG1)» nun ta disponible. Ensin estos datos pue ser que nun s'executen correutamente delles funciones.\n"
"¿Quies siguir col aniciu de %PRODUCTNAME ensin los datos de configuración que falten?"
#. DAUhe
@@ -615,7 +615,7 @@ msgstr ""
#: uui/inc/strings.hrc:38
msgctxt "STR_ALREADYOPEN_RETRY_SAVE_BTN"
msgid "~Retry Saving"
-msgstr "~Reintentar guardar"
+msgstr "~Retentar guardar"
#. EVEQx
#: uui/inc/strings.hrc:39
@@ -756,7 +756,7 @@ msgstr ""
#: uui/inc/strings.hrc:63
msgctxt "STR_TRYLATER_RETRYSAVING_BTN"
msgid "~Retry Saving"
-msgstr "~Reintentar guardar"
+msgstr "~Retentar guardar"
#. 6iCzM
#: uui/inc/strings.hrc:64
diff --git a/source/ast/wizards/source/resources.po b/source/ast/wizards/source/resources.po
index e57988e7425..dc808d6d8f1 100644
--- a/source/ast/wizards/source/resources.po
+++ b/source/ast/wizards/source/resources.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2020-07-21 09:27+0000\n"
+"PO-Revision-Date: 2020-08-10 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/wizardssourceresources/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1516047327.000000\n"
#. 8UKfi
@@ -707,7 +707,7 @@ msgctxt ""
"RID_REPORT_72\n"
"property.text"
msgid "An error occurred in the wizard.<BR>The template '%PATH' could be erroneous.<BR>Either the required sections or tables do not exist or exist under the wrong name.<BR>See the Help for more detailed information.<BR>Please select another template."
-msgstr "Hebo un fallu nel asistente.<BR>El Modelu '%PATH' quiciabes tea toyíu.<BR>Les estayes o les tables que se necesiten nun existen o tienen nomes estremaos.<BR>Pa información detallada, vete a l'ayuda.<BR>Por favor, escueyi otru modelu."
+msgstr "Hebo un fallu nel asistente.<BR>La plantía «%PATH» quiciabes tea toyida.<BR>Les estayes o les tables que se necesiten nun existen o tienen nomes estremaos.<BR>Pa información detallada, vete a l'ayuda.<BR>Por favor, escueyi otra plantía."
#. Za86f
#: resources_en_US.properties
@@ -1402,7 +1402,7 @@ msgctxt ""
"RID_DB_COMMON_43\n"
"property.text"
msgid "Move field up"
-msgstr "Mover campu hacia arriba"
+msgstr "Mover campu p'arriba"
#. Ao2Z6
#: resources_en_US.properties
diff --git a/source/az/chart2/messages.po b/source/az/chart2/messages.po
index eefb267c985..b1f52274963 100644
--- a/source/az/chart2/messages.po
+++ b/source/az/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2362,44 +2362,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr ""
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr ""
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr ""
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr ""
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr ""
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr ""
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr ""
diff --git a/source/az/cui/messages.po b/source/az/cui/messages.po
index a4446ebcbc6..bfbcbc65e7b 100644
--- a/source/az/cui/messages.po
+++ b/source/az/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4340,45 +4340,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr ""
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/az/dbaccess/messages.po b/source/az/dbaccess/messages.po
index ad47e6a5dca..76bbf469294 100644
--- a/source/az/dbaccess/messages.po
+++ b/source/az/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-01 21:46+0000\n"
"Last-Translator: Emin Mastizada <emin@mastizada.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -956,21 +956,15 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr ""
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Açıqlama"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
#, fuzzy
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Öncəbaxış"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -980,31 +974,31 @@ msgid ""
msgstr ""
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr ""
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr ""
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr ""
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr ""
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1015,260 +1009,260 @@ msgid ""
msgstr ""
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr ""
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr ""
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr ""
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr ""
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr ""
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr ""
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr ""
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr ""
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr ""
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr ""
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr ""
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr ""
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Cədvəllər"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr ""
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "'%1' cədvəlini silmək istədiyinizə əminsiniz?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr ""
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr ""
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr ""
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr ""
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr ""
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr ""
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr ""
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr ""
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr ""
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr ""
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Hə"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Yox"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr ""
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr ""
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr ""
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Açıqlama"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr ""
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr ""
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr ""
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr ""
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr ""
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr ""
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr ""
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr ""
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1276,7 +1270,7 @@ msgid ""
msgstr ""
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1285,19 +1279,19 @@ msgid ""
msgstr ""
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr ""
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr ""
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1307,25 +1301,25 @@ msgid ""
msgstr ""
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr ""
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr ""
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr ""
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1334,49 +1328,49 @@ msgid ""
msgstr ""
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr ""
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr ""
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr ""
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr ""
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr ""
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr ""
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr ""
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1384,13 +1378,13 @@ msgid ""
msgstr ""
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr ""
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1400,25 +1394,25 @@ msgid ""
msgstr ""
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr ""
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr ""
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr ""
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1427,7 +1421,7 @@ msgid ""
msgstr ""
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1435,37 +1429,37 @@ msgid ""
msgstr ""
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr ""
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr ""
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr ""
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr ""
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr ""
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1476,49 +1470,49 @@ msgid ""
msgstr ""
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr ""
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr ""
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr ""
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr ""
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr ""
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr ""
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1526,153 +1520,153 @@ msgid ""
msgstr ""
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr ""
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ""
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr ""
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr ""
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr ""
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr ""
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr ""
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr ""
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr ""
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr ""
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr ""
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr ""
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr ""
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr ""
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr ""
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr ""
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr ""
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
#, fuzzy
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "Hamısı"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr ""
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr ""
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr ""
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr ""
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr ""
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1681,199 +1675,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr ""
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr ""
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr ""
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr ""
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr ""
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr ""
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr ""
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr ""
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr ""
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr ""
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr ""
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr ""
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr ""
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr ""
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr ""
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr ""
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr ""
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr ""
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr ""
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr ""
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr ""
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr ""
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr ""
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr ""
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr ""
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr ""
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr ""
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr ""
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1881,163 +1875,163 @@ msgid ""
msgstr ""
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr ""
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr ""
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr ""
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr ""
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr ""
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr ""
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr ""
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr ""
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr ""
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr ""
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr ""
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr ""
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr ""
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr ""
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr ""
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr ""
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr ""
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr ""
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr ""
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr ""
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr ""
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr ""
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr ""
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr ""
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr ""
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2045,67 +2039,67 @@ msgid ""
msgstr ""
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr ""
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr ""
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr ""
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr ""
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr ""
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr ""
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr ""
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr ""
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr ""
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr ""
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2114,13 +2108,13 @@ msgid ""
msgstr ""
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr ""
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2129,13 +2123,13 @@ msgid ""
msgstr ""
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr ""
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2143,25 +2137,25 @@ msgid ""
msgstr ""
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr ""
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr ""
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr ""
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2169,13 +2163,13 @@ msgid ""
msgstr ""
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr ""
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2183,279 +2177,279 @@ msgid ""
msgstr ""
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr ""
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr ""
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr ""
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr ""
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr ""
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr ""
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr ""
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr ""
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr ""
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr ""
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr ""
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr ""
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr ""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr ""
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr ""
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr ""
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "xəbərdarlıq"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "məlumat"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr ""
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr ""
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr ""
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr ""
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr ""
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr ""
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr ""
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr ""
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr ""
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr ""
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr ""
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr ""
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr ""
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr ""
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr ""
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr ""
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr ""
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr ""
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr ""
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr ""
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr ""
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr ""
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr ""
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr ""
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4482,7 +4476,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr ""
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
@@ -4511,6 +4505,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/az/desktop/messages.po b/source/az/desktop/messages.po
index ba0c3fcdd4b..de9c89d93fe 100644
--- a/source/az/desktop/messages.po
+++ b/source/az/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-01 22:17+0000\n"
"Last-Translator: Emin Mastizada <emin@mastizada.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Uzantı"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO Dinamik Kitabxana Komponenti"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java Komponenti"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python Komponenti"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Komponentləri"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RBD Növü Kitabxana"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java Növü Kitabxana"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG Kitabxanası"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Yardım"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Bu uzantı quraşdırıla bilmədi, çünki:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Uzantı quraşdırılmayacaq çünki Kömək fayllarında xəta baş verdi:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Uzantı(lar) əlavə et"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Sil"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Qoş"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Söndür"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Yenilə..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME əlavə edilir"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "%EXTENSION_NAME silinir"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME qoşulur"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME söndürülür"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "%EXTENSION_NAME üçün lisenziyanı qəbul et"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Xəta: Bu uzantının statusu naməlumdur"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Qapat"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Çıx"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -272,25 +278,25 @@ msgid ""
msgstr ""
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Aşağıdaki asılılıq tələbləri qarşılanmadığı üçün bu uzantı fəallaşdırıla bilməz:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Lisenziyanı hələ qəbul etmədiyiniz üçün bu uzantı qeyri-fəaldır.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Lisenziyanı göstər"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -302,19 +308,19 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -326,7 +332,7 @@ msgstr ""
"Uzantını silməyi dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -338,7 +344,7 @@ msgstr ""
"Uzantını silməyi dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -350,7 +356,7 @@ msgstr ""
"Uzantını fəallaşdırmağı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -362,91 +368,91 @@ msgstr ""
"Uzantını qeyri-fəallaşdırmağı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "'%Name' uzantısı bu kompüterdə işləmir."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Uzantılar quraşdırılır..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Quraşdırma bitdi"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Xəta yoxdur."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "%NAME uzantısını endirmədə xəta. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Xəta mesajı: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "%NAME uzantısını quraşdırmada xəta. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "%NAME uzantısı üçün lisenziya qəbul edilmədi. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Uzantı quraşdırılmayacaq."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Naməlum"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -460,7 +466,7 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -474,7 +480,7 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -488,7 +494,7 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -502,7 +508,7 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
#, fuzzy
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
@@ -517,7 +523,7 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -531,145 +537,145 @@ msgstr ""
"Quraşdırmanı dayandırmaq üçün 'Ləğv et' düyməsinə klikləyin."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Heç bir yeniləmə yoxdur."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Heç bir quraşdırıla biləcək yeniləmə yoxdur. Nəzərə alınmayan və ya qeyri-fəallaşdırılmış yeniləmələri görmək üçün 'Bütün yeniləmələri göstər' qutusunu işarələyin."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Xəta baş verdi:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Bilinməyən xəta."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Bu yenilə üçün daha çox məlumat yoxdur."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Uzantı yenilənə bilmir, çünki:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Tələb edilən %PRODUCTNAME versiyası uyğun deyil:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "%PRODUCTNAME %VERSION varınızdır"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "səyyah əsaslı yeniləmə"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Versiya"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Bu yeniləmə nəzərə alınmayacaq.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Tətbiqetmə başladıla bilmədi. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "\"$1\" konfiqurasiya qovluğu tapılmadı."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Bu quraşdırma yolu yanlışdır."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Daxili xəta meydana gəldi."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "\"$1\" tənzimləmə faylı zədəlidir."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "\"$1\" konfiqurasiya faylı tapılmadı."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "\"$1\" tənzimləmə faylı bu versiyanı dəstəkləmir."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "İstifadəçi interfeys dili təyin edilə bilmədi."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "İstifadəçi quraşdırılması tamamlana bilmədi. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Konfiqurasiya xidməti əlçatan deyil."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr ""
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Mərkəzi quraşdırmanıza yetişən zaman ümumi bir xəta baş verdi. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -681,19 +687,19 @@ msgstr ""
"Zəhmət olmasa sistem inzibatçınız ilə əlaqə saxlayın."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Aşağıdaki daxili xəta baş verdi: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -703,25 +709,25 @@ msgid ""
msgstr ""
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Çap etmə qeyri-fəaldır. Heç bir sənəd çap oluna bilməz."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Yol meneceri əlçatan deyil.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -729,7 +735,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -737,61 +743,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "$NAME üçün Uzantı Proqram Lisenziya sözləşməsi:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr ""
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[\"Bəli\" və ya \"xeyr\" daxil edin]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "Sizin girişiniz düzgün deyildi. Zəhmət olmasa \"bəli\" və ya \"xeyr\" daxil edin:"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "BƏLİ"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "B"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "XEYR"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "X"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr ""
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "XƏTA: "
diff --git a/source/az/sfx2/messages.po b/source/az/sfx2/messages.po
index 6088ae04aa1..bdb196491e0 100644
--- a/source/az/sfx2/messages.po
+++ b/source/az/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -901,8 +901,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -913,44 +919,44 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
#, fuzzy
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Yanlış Şifrә"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr ""
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr ""
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr ""
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -958,7 +964,7 @@ msgid ""
msgstr ""
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -966,217 +972,217 @@ msgid ""
msgstr ""
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr ""
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr ""
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
#, fuzzy
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Daxil et"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
#, fuzzy
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "Daxil et"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr ""
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr ""
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr ""
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -1184,31 +1190,31 @@ msgid ""
msgstr ""
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr ""
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Sıfırla"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr ""
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr ""
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1216,7 +1222,7 @@ msgid ""
msgstr ""
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1224,7 +1230,7 @@ msgid ""
msgstr ""
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1233,73 +1239,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr ""
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr ""
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr ""
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr ""
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr ""
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr ""
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr ""
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr ""
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr ""
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr ""
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1307,7 +1313,7 @@ msgid ""
msgstr ""
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1315,19 +1321,19 @@ msgid ""
msgstr ""
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr ""
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr ""
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1336,7 +1342,7 @@ msgid ""
msgstr ""
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1345,7 +1351,7 @@ msgid ""
msgstr ""
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1354,7 +1360,7 @@ msgid ""
msgstr ""
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1362,7 +1368,7 @@ msgid ""
msgstr ""
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1371,7 +1377,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1380,19 +1386,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr ""
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1400,472 +1406,472 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr ""
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr ""
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr ""
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr ""
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr ""
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr ""
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr ""
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
#, fuzzy
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "~Sil"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/az/svx/messages.po b/source/az/svx/messages.po
index 7979d730337..45fa0610b40 100644
--- a/source/az/svx/messages.po
+++ b/source/az/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5328,1205 +5328,1237 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr ""
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr ""
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr ""
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
#, fuzzy
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "dördbucaq"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr ""
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr ""
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr ""
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr ""
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr ""
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr ""
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr ""
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr ""
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr ""
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr ""
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr ""
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr ""
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr ""
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr ""
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr ""
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr ""
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr ""
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr ""
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr ""
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr ""
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr ""
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr ""
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr ""
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr ""
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr ""
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr ""
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr ""
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr ""
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr ""
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr ""
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr ""
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "ofis"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr ""
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr ""
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr ""
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Şəkillər"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr ""
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr ""
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "kəsişmə"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr ""
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr ""
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr ""
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Kompüterlәr"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Diaqramlar"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr ""
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr ""
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Sәslәr"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Simvollar"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr ""
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr ""
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr ""
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "klaviatura"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr ""
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr ""
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr ""
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr ""
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr ""
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr ""
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Kompüterlәr"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr ""
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Mәktәb vә Universitet"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr ""
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr ""
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr ""
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr ""
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
#, fuzzy
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "Hamısı"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr ""
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr ""
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr ""
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr ""
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr ""
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr ""
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr ""
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr ""
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr ""
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr ""
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr ""
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr ""
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr ""
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr ""
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr ""
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr ""
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr ""
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr ""
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr ""
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr ""
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr ""
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr ""
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Varsayılan"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr ""
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr ""
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr ""
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Səhifələr"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr ""
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr ""
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr ""
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr ""
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
#, fuzzy
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Uzantı"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr ""
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr ""
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr ""
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr ""
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr ""
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr ""
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr ""
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr ""
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr ""
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr ""
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr ""
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr ""
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr ""
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr ""
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr ""
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr ""
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr ""
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr ""
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr ""
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr ""
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr ""
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr ""
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr ""
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "və"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr ""
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr ""
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr ""
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr ""
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
#, fuzzy
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "müəllif hüququ"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr ""
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr ""
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr ""
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr ""
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr ""
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr ""
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr ""
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr ""
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr ""
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr ""
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr ""
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr ""
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formlar"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr ""
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Xassələr: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr ""
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr ""
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
#, fuzzy
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formlar"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
#, fuzzy
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formlar"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr ""
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr ""
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Qeyd et"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr ""
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr ""
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
#, fuzzy
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Verilənlər bazasından məlumat oxumaqda xəta"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr ""
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr ""
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6534,332 +6566,332 @@ msgid ""
msgstr ""
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr ""
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Süt"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr ""
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr ""
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Sil #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr ""
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr ""
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr ""
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr ""
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr ""
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr ""
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr ""
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr ""
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr ""
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr ""
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
#, fuzzy
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Süzgəc Seçimi"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr ""
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr ""
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr ""
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr ""
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr ""
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr ""
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr ""
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr ""
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Çoxlu seçim"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr ""
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr ""
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr ""
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr ""
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr ""
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr ""
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr ""
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr ""
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr ""
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr ""
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr ""
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr ""
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr ""
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr ""
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr ""
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr ""
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6867,7 +6899,7 @@ msgid ""
msgstr ""
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6875,7 +6907,7 @@ msgid ""
msgstr ""
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6883,13 +6915,13 @@ msgid ""
msgstr ""
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr ""
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6898,7 +6930,7 @@ msgid ""
msgstr ""
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6907,1003 +6939,1003 @@ msgid ""
msgstr ""
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr ""
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr ""
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr ""
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr ""
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr ""
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr ""
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr ""
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr ""
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
#, fuzzy
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Sәnәd"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr ""
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr ""
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr ""
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr ""
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
#, fuzzy
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Əvəzlə"
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr ""
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr ""
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr ""
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr ""
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr ""
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr ""
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr ""
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr ""
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr ""
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr ""
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr ""
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr ""
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr ""
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr ""
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr ""
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr ""
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr ""
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
#, fuzzy
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "sol"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
#, fuzzy
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "sağ"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr ""
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr ""
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr ""
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr ""
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr ""
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr ""
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr ""
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr ""
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr ""
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "50%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr ""
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr ""
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr ""
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr ""
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr ""
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Axtarılan açar söz tapılmadı"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr ""
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr ""
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr ""
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr ""
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr ""
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr ""
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr ""
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr ""
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr ""
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr ""
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr ""
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Fayl oxuna bilmir"
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr ""
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr ""
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr ""
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Naməlum"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr ""
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr ""
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr ""
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr ""
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr ""
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Qamma"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr ""
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr ""
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr ""
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr ""
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr ""
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr ""
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr ""
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr ""
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr ""
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr ""
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr ""
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr ""
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr ""
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr ""
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr ""
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr ""
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr ""
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr ""
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr ""
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
#, fuzzy
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "sol"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
#, fuzzy
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "sağ"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Hamısı"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr ""
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
#, fuzzy
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Müəllif:"
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr ""
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr ""
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr ""
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr ""
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7911,1916 +7943,1916 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA Uzantıları"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr ""
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr ""
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr ""
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr ""
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr ""
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr ""
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr ""
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr ""
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr ""
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr ""
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr ""
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr ""
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr ""
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr ""
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr ""
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr ""
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr ""
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr ""
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr ""
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Fonetik Uzantılar"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr ""
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr ""
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr ""
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr ""
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr ""
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Fonetik Uzantılar Tamamlaması"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr ""
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr ""
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr ""
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr ""
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr ""
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr ""
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10611,13 +10643,14 @@ msgid "Diagonal border line from bottom left to top right"
msgstr ""
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr ""
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
@@ -10625,231 +10658,231 @@ msgid "Bullet"
msgstr "güllə"
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr ""
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr ""
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr ""
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr ""
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr ""
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr ""
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr ""
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr ""
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr ""
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr ""
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr ""
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr ""
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr ""
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr ""
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr ""
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr ""
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr ""
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr ""
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr ""
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr ""
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr ""
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr ""
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr ""
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr ""
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16118,7 +16151,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/az/sw/messages.po b/source/az/sw/messages.po
index 7f415d28d93..8b0030ec593 100644
--- a/source/az/sw/messages.po
+++ b/source/az/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -575,7 +575,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr ""
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -583,1301 +583,1337 @@ msgstr ""
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -11036,127 +11072,127 @@ msgid "Width:"
msgstr ""
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr ""
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr ""
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr ""
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr ""
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr ""
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr ""
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr ""
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr ""
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr ""
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr ""
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr ""
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr ""
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr ""
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr ""
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr ""
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr ""
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr ""
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr ""
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr ""
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr ""
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr ""
@@ -12925,69 +12961,69 @@ msgid "Space to text"
msgstr ""
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr ""
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr ""
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr ""
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr ""
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr ""
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr ""
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr ""
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
#, fuzzy
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "sol"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr ""
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
#, fuzzy
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "sağ"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr ""
@@ -19283,7 +19319,7 @@ msgid "_More Options"
msgstr ""
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr ""
@@ -21498,43 +21534,43 @@ msgid "Remaining space:"
msgstr ""
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr ""
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr ""
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr ""
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr ""
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr ""
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr ""
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr ""
diff --git a/source/be/chart2/messages.po b/source/be/chart2/messages.po
index fb96feb2a73..d5a9453c7a6 100644
--- a/source/be/chart2/messages.po
+++ b/source/be/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Кірунак тэксту"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Схема"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Проста"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Рэалістычна"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Свой"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Схема"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "Зацяненне"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "Межы аб'екта"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Скругленыя канты"
diff --git a/source/be/cui/messages.po b/source/be/cui/messages.po
index 756e9e5da08..02f8555ce1e 100644
--- a/source/be/cui/messages.po
+++ b/source/be/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4339,45 +4339,87 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Толькі тэкст"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
msgstr ""
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
msgstr ""
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
msgstr ""
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
msgstr ""
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
msgstr ""
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
msgstr ""
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
msgstr ""
diff --git a/source/be/dbaccess/messages.po b/source/be/dbaccess/messages.po
index aa330eae10b..aa124b46e85 100644
--- a/source/be/dbaccess/messages.po
+++ b/source/be/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-04-24 10:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Задачы"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Апісанне"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Перадпаказ"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"Ці жадаеце закрыць усе дакументы зараз жа?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Назва формы"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Назва справаздачы"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "Назва каталогу"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "У дакуменце ёсць формы ці справаздачы з укладзенымі* макрасамі."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Трэба заўважыць, што, не зрабіўшы такога перасялення, нельга будзе ўкладваць макрасы ў саму базу даных. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Убудаваная база дадзеных"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "You cannot select different categories."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Unsupported object type found ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Спецыяльныя ўласцівасці"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Дадатковыя настаўленні"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Настаўленні далучэння"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Назва табліцы"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "Назва звароту"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Пераназваць у"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Уставіць як"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Ці хочаце сцерці азначаныя даныя?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Памылка пры ўстанаўленні ладу парадкавання"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Памылка пры ўстанаўленні ладу фільтравання"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Страчана далучэнне"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Звароты"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Табліцы"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Пацверджанне сцірання"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Ці хочаце сцерці табліцу '%1'?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Далучэнне да базы даных было разарвана. Ці хочаце далучыцца да базы нанова?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Папярэджанні"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "Пры чытанні табліц, былі атрыманыя папярэджанні з боку далучэння да базы даных."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Далучаецца да \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Чытаецца зварот $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Чытаецца табліца $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Не ўдалося знайсці ніводнага фармату табліцы."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Не ўдалося наладзіць далучэння да крыніцы даных \"$name$\"."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Уставіць ці выдаліць першасны ключ"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Так"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Не"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<няма>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Field Name"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Тып поля"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Апісанне"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Column Description"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Уласцівасці поля"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Правіць клетку"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Сцерці радок"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Правіць тып поля"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Уставіць радок"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Уставіць новы радок"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "Прадвызначэнне"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Калі поле мусіць не мець прадвызначэння, выберыце пусты радок."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Пры пазнейшым запаўненні табліцы, гэта значэнне будзе ўнесена ў кожны новы запіс, у адпаведнае поле. З гэтай прычыны, тэкст мусіць адпавядаць фармату клеткі, і фармат клеткі мусіць быць упісаны ніжэй."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Увядзіце максімальную дазволеную даўжыню тэксту."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Увядзіце фармат ліку."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"Значэнне будзе скарэктавана ў выпадку перавышэння адпаведнага максімуму для гэтай базы даных."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Вызначце колькасць дзесятковых пазіцый, дазволеную ў гэтым полі."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Тут можна ўбачыць, як даныя выглядаюць у актуальным фармаце (націсніце кнопку справа, каб правіць фармат)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Тут можна вызначыць фармат вываду даных."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"У палі такога тыпу нельга ўводзіць даныя. У кожным запісе, гэта поле аўтаматычна атрымлівае пэўнае ўнутранае значэнне (якое вынікае з прыросту адпаведнага поля папярэдняга запісу)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Немагчыма запісаць табліцу, таму што назва калонкі \"$column$\" была надана двойчы."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "Калонка \"$column$\" належыць да першаснага ключа. Калі сцерці гэту калонку, першасны ключ таксама будзе сцёрты. Дык ці рабіць гэта?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Закранаецца першасны ключ"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Калонка"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Дык ці працягваць?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Не ўдалося запісаць табліцу з-за праблем з далучэннем да базы даных."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Не ўдалося узгадніць фільтр табліц, таму што крыніца даных была сцёрта."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"Ці хочаце зрабіць гэта зараз жа?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Няма першаснага ключа"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"Ці жадаеце, каб зараз быў створаны першасны ключ?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "Не ўдалося змяніць калонку \"$column$\". Ці трэба, замест гэтага, сцерці калонку і прылучыць новы фармат?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Памылка пры запісванні дызайну табліцы"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Не ўдалося сцерці калонку $column$."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Гэты выраз будзе скіраваны непасрэдна ў базу даных пры стварэнні табліцы."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"Рэжым распрацоўкі табліц не дазволены для гэтай крыніцы даных."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "змяніць назву поля"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "змяніць тып поля"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "змяніць апісанне поля"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "змяніць атрыбут поля"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Патрабуецца пароль, каб далучацца да крыніцы даных \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
". Ці жадаеце, каб ён быў створаны?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Не ўдалося стварыць каталог $name$."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Файл з такою назвай ужо існуе. Запісаць паўзверх?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Folder"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Уласцівасці базы даных"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Уласцівасці крыніцы даных: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "Замест гэтага, выберыце 'Далучыцца да наяўнай базы даных'."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Не ўдалося прачытаць праграмную бібліятэку #lib# або яна пашкоджана. Абраная крыніца даных ODBC з'яўляецца недасягальнай."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"Вы можаце правіць настаўленні, але, пэўна, не зможаце далучыцца да базы даных."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{None}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 мусіць быць настаўлена."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 і #2 мусяць адрознівацца."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "Шаблонавыя выразы, такія як \"?\" і \"*\", не дазваляюцца ў #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Тэст далучэння"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Далучэнне паспяхова наладжана."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Не ўдалося наладзіць далучэння."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "Драйвер JDBC паспяхова прачытаны."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "Не ўдалося прачытаць драйвер JDBC."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "Файл MS Access"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "Файл MS Access 2007"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "База даных Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Сістэмны"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Памылка пры стваранні"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr ""
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Не ўдалося адкрыць дакумент \"$file$\"."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Немагчыма сцерці табліцу, таму што гэты тып далучэння да базы даных не падтрымлівае такой аперацыі."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "Усе"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Адкаціць:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Зрабіць нанова:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "Не ўдалося знайсці тыпу калонкі, адпаведнага калонцы '#1'."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Файл \"$file$\" не існуе."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Атрыманы папярэджанні пры далучэнні да крыніцы даных. Націсніце \"$buttontext$\", каб іх прачытаць."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Немагчыма далучыцца да праграмы-кіраўніка драйвераў SDBC (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Дзеля URL #connurl# драйвер не зарэгістраваны."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Далучэнне наладжана, але інфармацыя пра табліцы базы даных з'яўляецца недасягальнай."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Усе табліцы"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Усе віды"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Усе табліцы і віды"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Назва табліцы"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Уставіць даныя"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Сцерці даныя"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Правіць даныя"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Змяніць структуру"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Чытаць даныя"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Правіць спасылкі"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Выдаліць структуру"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Шлях да файлаў dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Шлях да тэкставых файлаў"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Шлях да дакументу з разліковым аркушам"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Назва крыніцы даных ODBC у вашай сістэме"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Шлях да дакумента Writer"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Назва базы даных MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Назва базы даных Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Назва базы даных Microsoft Access"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Далейшыя настаўленні непатрэбныя. Каб праверыць, што далучэнне працуе, націсніце кнопку '%test'."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "Адрас машыны"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Назва профіля \"Mozilla\""
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Назва профіля \"Thunderbird\""
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Дадаць табліцы"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Дадаць табліцу ці зварот"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Выкарыстаць калонкі"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Тып фарматавання"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"Наступная назва ўжо выкарыстоўваецца:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Прызначыць калонкі"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< Назад"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "Наперад >"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "Стварыць"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Капіраваць табліцу"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Капіраваць табліцу"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Назва табліцы недапушчальная ў гэтай базе даных."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Выберыце магчымасць \"Дадаваць даныя\"* на першай старонцы, каб дапісваць даныя да існуючай табліцы."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Папраўце назву табліцы, бо яна занадта доўгая."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Майстар Баз даных"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Выберыце базу даных"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Наставіць далучэнне dBASE"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Наставіць далучэнне да тэкставага файла"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Наставіць далучэнне да Microsoft Access"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Наставіць далучэнне да LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Наставіць далучэнне да ADO"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Наставіць далучэнне да JDBC"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Наставіць далучэнне да Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Наставіць далучэнне да MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Наставіць далучэнне да ODBC"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Настаўленні далучэння к дакументу Writer або Calc"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Наставіць звесткі для аўтэнтыкацыі"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Set up MySQL server data"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Запісаць і працаваць далей"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Новая база даных"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Наставіць далучэнне да базы MySQL праз JDBC"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
".Звярніцеся да сістэмнага адміністратара, калі не ведаеце напэўна наступных параметраў."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "Клас драйвера MySQL JDBC:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Стандартна: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Наставіць далучэнне да файлаў dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Выберыце каталог, у якім запісаны файлы dBASE."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Наставіць далучэнне да тэкставага файла"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Выберыце каталог, у якім запісаны тэкставыя файлы CSV (значэнні, межаваныя коскамі). Кампанент баз даных %PRODUCTNAME будзе адкрываць іх у рэжыме толькі-чытанага."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Шлях да тэкставых файлаў"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Наставіць далучэнне да базы даных Microsoft Access"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Выберыце файл Microsoft Access, з якім жадаеце працаваць."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Наставіць далучэнне да базы ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Звярніцеся да сістэмнага адміністратара, калі не ведаеце напэўна наступных параметраў."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Наставіць далучэнне да базы ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Звярніцеся да сістэмнага адміністратара, калі не ведаеце напэўна наступных параметраў."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Наставіць далучэнне да базы JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Звярніцеся да сістэмнага адміністратара, калі не ведаеце напэўна наступных параметраў."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Наставіць далучэнне да базы Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Стандартна: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Клас драйвера Oracle JDBC"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
".Звярніцеся да сістэмнага адміністратара, калі не ведаеце напэўна наступных параметраў."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Наставіць далучэнне да разліковых аркушаў"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME будзе адкрываць гэты файл у рэжыме толькі-чытанага."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "Месца і назва файла"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Каманда выканана паспяхова."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Далучэнне да базы даных страчана. Гэты дыялог будзе закрыты."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Парадкуецца паводле"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Поле індэкса"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Да павялічэння"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Да памяншэння"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Сапраўды хочаце сцерці індэкс '$name$'?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "index"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Індэкс мусіць утрымліваць хоць адно поле."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Ужо існуе індэкс з назвай \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "Калонка табліцы не можа ўваходзіць у вызначэнне індэкса больш за адзін раз. Вы ўвялі калонку \"$name$\" двойчы."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "Не ўдалося ператварыць увод у дапушчальнае значэнне для параметра \"$name$\""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "Статус SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Код памылкі"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Частая прычына такой памылкі ў няправільным настаўленні знаказбору мовы звестак базы даных. Праверце гэта настаўленне ў пункце 'Праца - База даных - Уласцівасці'."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Памылка"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Папярэджанне"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Інфармацыя"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Падрабязна"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Сапраўды выдаліць гэтага карыстальніка?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "База даных не падтрымлівае адміністравання карыстальнікамі."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Паролі не аднолькавыя. Увядзіце пароль нанова."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Заўважце, што некаторыя базы даных не падтрымліваюць гэтага тыпу \"JOIN\"."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Улучае толькі тыя запісы, у якіх ідэнтычнае змесціва адпаведных палёў у абедзвюх табліцах."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Утрымлівае УСЕ запісы з табліцы '%1', але толькі тыя запісы з табліцы '%2', у якіх значэнні адпаведных палёў ідэнтычныя."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Утрымлівае УСЕ запісы з табліц '%1' і '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Утрымлівае дэкартаў здабытак УСІХ запісаў з '%1' і з '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Мэтавая база даных не падтрымлівае выбарак (view)*."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "Мэтавая база даных не падтрымлівае першасных ключоў."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "не знойдзены ніякі дэскрыптар доступу ў даныя, або ніякі такі дэскрыптар не можа даць усёй патрэбнай інфармацыі"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "Зараз падтрымліваюцца толькі табліцы і звароты."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "Збор вынікаў з крыніцы гэтай копіі мусіць падтрымліваць закладкі*."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Не падтрымліваецца тып выточнай калонкі ($type$) у калонцы $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Недапушчальная колькасць параметраў ініцыялізацыі."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Памылка пры ініцыялізацыі."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Unsupported setting in the copy source descriptor: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "To copy a query, your connection must be able to provide queries."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "The given interaction handler is invalid."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Такі стасунак ужо існуе. Ці жадаеце правіць яго, ці дадаць новы?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Правіць..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Стварыць..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: распрацоўка стасунку"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "База даных не падтрымлівае стасункаў."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Пры сціранні гэтай табліцы, усе стасункі, якія датычаць яе, будуць таксама сцёрты. Дык ці рабіць гэта?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Азначце табліцы, якія трэба паказваць праграмам."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Табліцы і фільтры табліц"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Дадаць табліцу ці зварот"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/be/desktop/messages.po b/source/be/desktop/messages.po
index fb1cfc86456..758696cf08d 100644
--- a/source/be/desktop/messages.po
+++ b/source/be/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-09-03 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Прыстаўка"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "Кампанент дынамічнай бібліятэкі UNO"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "Кампанент UNO Java"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "Кампанент UNO Python"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Components"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "Бібліятэка тыпаў UNO RDB"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "Бібліятэка тыпаў UNO Java"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "Бібліятэка %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Даведка"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Немагчыма ўстанавіць прыстаўку, таму што:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Не ўдалося ўстанавіць прыстаўку, таму што ў файлах Даведкі здарылася памылка:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Устанавіць прыстаўку(-і)"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "Сцерці"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "Дазволіць"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "Не дазваляць"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "Абнавіць..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Дадаем %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Сціраем %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Дазваляем %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Забараняем %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Згадзіцца з ліцэнзіяй %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Памылка: невядомы стан гэтай прыстаўкі"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Закрыць"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Выйсці"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"Абнаўленне прыставак супольнага карыстання патрабуе правоў доступу адміністратара. Звярніцеся да вашага сістэмнага адміністратара, каб абнавіць наступныя прыстаўкі супольнага карыстання:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Немагчыма дазволіць працу прыстаўкі, таму што не выконваюцца наступныя сістэмныя залежнасці:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Праца прыстаўкі не дазволена, таму што вы не згадзіліся з яе ліцэнзіяй.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Паказаць ліцэнзію"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Націсніце Нічога, каб спыніць устанаўленне."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "Устанаўленне прыставак выключана. Звярніцеся да сістэмнага адміністратара па дадатковую інфармацыю."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "Выдаленне прыставак выключана. Звярніцеся да сістэмнага адміністратара па дадатковую інфармацыю."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць выдаленне прыстаўкі."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць выдаленне."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць уключэнне."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць выключэнне."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "Прыстаўка '%Name' не зможа працаваць на гэтым камп'ютары."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Ставім прыстаўкі..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Устаноўка завершана"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Без памылак."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Памылка пры ўзяцці прыстаўкі %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Тлумачэнне памылкі: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Памылка пры ўстанаўленні прыстаўкі %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Нязгода з ліцэнзійным пагадненнем для прыстаўкі %NAME. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Прыстаўка не будзе ўстаноўлена."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Невядома"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "Прыстаўка патрабуе версію OpenOffice.org %VERSION або навейшую"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "Прыстаўка не падтрымлівае версій OpenOffice.org, навейшых за %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "Прыстаўка патрабуе версію %PRODUCTNAME %VERSION або навейшую"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr ""
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць устанаўленне."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць устанаўленне."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць устанаўленне."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць устанаўленне."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць устанаўленне."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Націсніце 'Нічога', каб спыніць устанаўленне."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Няма навейшых абнаўленняў."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Няма даступных для ўстанаўлення абнаўленняў. Каб пабачыць ігнараваныя і выключаныя абнаўленні, пазначце так-бокс 'Паказаць усе абнаўленні'."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Здарылася памылка:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Нявызначаная памылка."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "No more details are available for this update."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Немагчыма абнавіць прыстаўку, таму што:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Required %PRODUCTNAME version doesn't match:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "You have %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "абнаўленне з дапамогай браўзера"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Версія"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Гэта абнаўленне будзе прапушчана.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Немагчыма пусціць праграму. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Не ўдалося знайсці каталог настаўленняў \"$1\"."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Недапушчальны каталог інсталяцыі."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Унутраная памылка."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Пашкоджаны файл настаўленняў \"$1\"."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Не быў знойдзены файл настаўленняў \"$1\"."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "Файл настаўленняў \"$1\" не падтрымлівае гэту версію."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Не ўдаецца вызначыць мову інтэрфейсу карыстальніка."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Не ўдалося завершыць устаноўку для карыстальніка. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Недасягальны сервіс настаўленняў."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Пусціце Інсталятар з кампакта ці з каталога, дзе змешчаны ўстаноўчыя пакеты, каб адрамантаваць наяўную інсталяцыю."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Агульная памылка пры дасяганні цэнтральных настаўленняў. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Звярніцеся да адміністратара сістэмы."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Здарылася наступная ўнутраная памылка: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "Неабходна адзін раз самастойна пускаць %PRODUCTNAME пасля новай устаноўкі ці абнаўлення."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Ці жадаеце працягваць?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Недазволена друкаванне. Немагчыма друкаваць дакументы."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Недасягальны кіраўнік шляхоў.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -735,7 +741,7 @@ msgid ""
msgstr ""
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -743,61 +749,61 @@ msgid ""
msgstr ""
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Ліцэнзія на праграмнае забеспячэнне для прыстаўкі $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Прачытайце Ліцэнзійнае пагадненне цалкам. Прыняць умовы пагаднення можна, упісаўшы \"так\" у кансолі (тэкставым загадніку), тады націснуўшы клавішу Enter. Упішыце \"не\", каб адмовіцца і спыніць устанаўленне прыстаўкі."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Увядзіце \"так\" ці \"не\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "Няправільны ўпіс. Упішыце або \"так\", або \"не\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "ТАК"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "НЕ"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "Немагчыма пусціць unopkg. Існуе файл замка, і таму, відаць, праграма ўжо працуе. Калі гэта не так, сцярыце вось гэты файл замка:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ПАМЫЛКА: "
diff --git a/source/be/sfx2/messages.po b/source/be/sfx2/messages.po
index 2fa39eb20cd..499f258c491 100644
--- a/source/be/sfx2/messages.po
+++ b/source/be/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:25+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2018-10-21 19:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -919,8 +919,14 @@ msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "Фільтр відарысаў не знойдзены"
-#. ejBgZ
+#. huEFV
#: include/sfx2/strings.hrc:168
+msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
+msgid "This is not a text document"
+msgstr ""
+
+#. ejBgZ
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -931,43 +937,43 @@ msgid ""
msgstr ""
#. E2CcY
-#: include/sfx2/strings.hrc:169
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Несапраўдны пароль"
#. 7Ezso
-#: include/sfx2/strings.hrc:170
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
#. DQCUm
-#: include/sfx2/strings.hrc:172
+#: include/sfx2/strings.hrc:173
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Мінімум $(MINLEN) знакаў)"
#. ZKZnh
-#: include/sfx2/strings.hrc:173
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(Мінімум 1 знак)"
#. B3WoF
-#: include/sfx2/strings.hrc:174
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(Пароль можа быць пустым)"
#. iBD9D
-#: include/sfx2/strings.hrc:175
+#: include/sfx2/strings.hrc:176
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "Немагчыма выканаць. Не ўстаноўлены праграмны модуль %PRODUCTNAME, які патрэбны дзеля гэтага."
#. TXAV5
-#: include/sfx2/strings.hrc:177
+#: include/sfx2/strings.hrc:178
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -977,7 +983,7 @@ msgstr ""
"Ці жадаеце зрабіць гэта зараз?"
#. gQhYY
-#: include/sfx2/strings.hrc:178
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -987,215 +993,215 @@ msgstr ""
"Вы можаце знайсці інфармацыю пра замовы на нашай пляцоўцы ў Сеціве."
#. Y9yeS
-#: include/sfx2/strings.hrc:180
+#: include/sfx2/strings.hrc:181
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "Вас вітае %PRODUCTNAME."
#. hyKnu
-#: include/sfx2/strings.hrc:181
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
#. oTVdA
#. Translators: Target types in Auto-redaction dialog
-#: include/sfx2/strings.hrc:184
+#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
msgstr ""
#. eG5qc
-#: include/sfx2/strings.hrc:185
+#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
msgstr ""
#. TaDCG
-#: include/sfx2/strings.hrc:186
+#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
msgstr ""
#. bDjwW
-#: include/sfx2/strings.hrc:187
+#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
-#: include/sfx2/strings.hrc:190
+#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
msgstr ""
#. mGjsx
-#: include/sfx2/strings.hrc:191
+#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
msgstr ""
#. gFKC4
-#: include/sfx2/strings.hrc:192
+#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
msgstr ""
#. oSNPd
-#: include/sfx2/strings.hrc:193
+#: include/sfx2/strings.hrc:194
msgctxt "STR_REDACTION_CASE_SENSITIVE"
msgid "Case Sensitive"
msgstr ""
#. FLcSM
-#: include/sfx2/strings.hrc:194
+#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
msgstr ""
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
-#: include/sfx2/strings.hrc:197
+#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
msgstr ""
#. oZNaM
-#: include/sfx2/strings.hrc:198
+#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
msgstr ""
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
-#: include/sfx2/strings.hrc:201
+#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
msgstr ""
#. m2i7V
-#: include/sfx2/strings.hrc:202
+#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
msgstr ""
#. HgrwX
-#: include/sfx2/strings.hrc:203
+#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
msgstr ""
#. MYMTF
-#: include/sfx2/strings.hrc:204
+#: include/sfx2/strings.hrc:205
msgctxt "STR_REDACTION_FIELDS_REQUIRED"
msgid "All fields are required"
msgstr ""
#. rQS6M
-#: include/sfx2/strings.hrc:205
+#: include/sfx2/strings.hrc:206
msgctxt "STR_REDACTION_TARGET_NAME_CLASH"
msgid "There is already a target with this name"
msgstr ""
#. s248s
-#: include/sfx2/strings.hrc:206
+#: include/sfx2/strings.hrc:207
msgctxt "STR_REDACTION_MULTI_EDIT"
msgid "You have selected multiple targets, but only one target can be edited at once."
msgstr ""
#. BTayC
-#: include/sfx2/strings.hrc:207
+#: include/sfx2/strings.hrc:208
msgctxt "STR_REDACTION_MULTI_DELETE"
msgid "Are you sure you would like to delete $(TARGETSCOUNT) targets at once?"
msgstr ""
#. qFqDC
-#: include/sfx2/strings.hrc:208
+#: include/sfx2/strings.hrc:209
msgctxt "STR_REDACTION_JSON_FILE_FILTER"
msgid "Target Set (*.json)"
msgstr ""
#. EGCo6
-#: include/sfx2/strings.hrc:209
+#: include/sfx2/strings.hrc:210
msgctxt "STR_REDACTION_EDIT_TARGET"
msgid "Edit Target"
msgstr ""
#. ACY9D
-#: include/sfx2/strings.hrc:210
+#: include/sfx2/strings.hrc:211
msgctxt "STR_REDACTION_TARGET_ADD_ERROR"
msgid "An error occurred while adding new target. Please report this incident."
msgstr ""
#. znVBU
-#: include/sfx2/strings.hrc:211
+#: include/sfx2/strings.hrc:212
msgctxt "STR_REDACTION_NO_DRAW_WARNING"
msgid "Draw module is needed for redaction. Please make sure you have LibreOffice Draw installed and working correctly."
msgstr ""
#. FQ9kN
-#: include/sfx2/strings.hrc:213
+#: include/sfx2/strings.hrc:214
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Гэтая версія"
#. GFAEM
-#: include/sfx2/strings.hrc:214
+#: include/sfx2/strings.hrc:215
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Экспартаваць"
#. 2DBBC
-#: include/sfx2/strings.hrc:215
+#: include/sfx2/strings.hrc:216
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Уставіць"
#. VBKtt
-#: include/sfx2/strings.hrc:216
+#: include/sfx2/strings.hrc:217
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "Уставіць"
#. DcLFD
-#: include/sfx2/strings.hrc:217
+#: include/sfx2/strings.hrc:218
msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
msgid "<All images>"
msgstr ""
#. tPDwc
-#: include/sfx2/strings.hrc:218
+#: include/sfx2/strings.hrc:219
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Запісаць копію"
#. T9mMd
-#: include/sfx2/strings.hrc:219
+#: include/sfx2/strings.hrc:220
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Параўнаць з"
#. 4qMCh
-#: include/sfx2/strings.hrc:220
+#: include/sfx2/strings.hrc:221
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "Аб'яднаць з"
#. cDMBG
-#: include/sfx2/strings.hrc:222
+#: include/sfx2/strings.hrc:223
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "Дакумент %PRODUCTNAME"
#. 43QYo
-#: include/sfx2/strings.hrc:223
+#: include/sfx2/strings.hrc:224
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " Г: %1 М: %2 Дз: %3 г: %4 м: %5 с: %6"
#. jQX7C
-#: include/sfx2/strings.hrc:224
+#: include/sfx2/strings.hrc:225
#, fuzzy
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
@@ -1206,31 +1212,31 @@ msgstr ""
"The value will be stored as text."
#. cinmA
-#: include/sfx2/strings.hrc:226
+#: include/sfx2/strings.hrc:227
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Стыль ужо існуе. Ці замяніць яго?"
#. f627N
-#: include/sfx2/strings.hrc:228
+#: include/sfx2/strings.hrc:229
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "Да пачатковага"
#. EXGDb
-#: include/sfx2/strings.hrc:229
+#: include/sfx2/strings.hrc:230
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Гэта назва ўжо занятая."
#. N5aeR
-#: include/sfx2/strings.hrc:230
+#: include/sfx2/strings.hrc:231
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Гэты стыль не існуе."
#. CYQwN
-#: include/sfx2/strings.hrc:231
+#: include/sfx2/strings.hrc:232
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -1240,7 +1246,7 @@ msgstr ""
"таму што гэта ўтварае рэкурсіўную спасылку (само на сябе)."
#. ECPSd
-#: include/sfx2/strings.hrc:232
+#: include/sfx2/strings.hrc:233
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -1250,7 +1256,7 @@ msgstr ""
"Выберыце іншую назву."
#. NWDmA
-#: include/sfx2/strings.hrc:233
+#: include/sfx2/strings.hrc:234
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -1259,73 +1265,73 @@ msgid ""
msgstr ""
#. kuD77
-#: include/sfx2/strings.hrc:234
+#: include/sfx2/strings.hrc:235
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Выкарыстаныя стылі: "
#. 4JhEW
-#: include/sfx2/strings.hrc:235
+#: include/sfx2/strings.hrc:236
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Навігатар"
#. Acahp
-#: include/sfx2/strings.hrc:236
+#: include/sfx2/strings.hrc:237
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Некарэктнае пацверджанне пароля"
#. 6uv4b
-#: include/sfx2/strings.hrc:237
+#: include/sfx2/strings.hrc:238
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Адаслаць"
#. 9HHQw
-#: include/sfx2/strings.hrc:238
+#: include/sfx2/strings.hrc:239
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Шрыфт"
#. 7baC6
-#: include/sfx2/strings.hrc:240
+#: include/sfx2/strings.hrc:241
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Уставіць каментар з версіяй"
#. LGiF8
-#: include/sfx2/strings.hrc:241
+#: include/sfx2/strings.hrc:242
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
#. rZ4Ao
-#: include/sfx2/strings.hrc:243
+#: include/sfx2/strings.hrc:244
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Іерархія"
#. 4VXDe
-#: include/sfx2/strings.hrc:245
+#: include/sfx2/strings.hrc:246
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "Сапраўды адмовіцца ад занатоўвання? Усё, што было занатавана дагэтуль, будзе страчана."
#. 9MnrK
-#: include/sfx2/strings.hrc:246
+#: include/sfx2/strings.hrc:247
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Адмовіцца ад запісу"
#. m9FCm
-#: include/sfx2/strings.hrc:248
+#: include/sfx2/strings.hrc:249
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Ініцыялізуюцца шаблоны, дзеля першага выкарыстання."
#. F3ym2
-#: include/sfx2/strings.hrc:250
+#: include/sfx2/strings.hrc:251
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1335,7 +1341,7 @@ msgstr ""
"Прызначце такі прынтар і паспрабуйце нанова."
#. a3NTu
-#: include/sfx2/strings.hrc:251
+#: include/sfx2/strings.hrc:252
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1345,19 +1351,19 @@ msgstr ""
"Праверце настаўленні прынтара."
#. acKHX
-#: include/sfx2/strings.hrc:252
+#: include/sfx2/strings.hrc:253
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Прынтар заняты"
#. hDEUj
-#: include/sfx2/strings.hrc:253
+#: include/sfx2/strings.hrc:254
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (read-only)"
#. uL87C
-#: include/sfx2/strings.hrc:254
+#: include/sfx2/strings.hrc:255
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1369,7 +1375,7 @@ msgstr ""
"актыўны дакумент?"
#. cxuAH
-#: include/sfx2/strings.hrc:255
+#: include/sfx2/strings.hrc:256
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1381,7 +1387,7 @@ msgstr ""
"актыўны дакумент?"
#. 4QJxB
-#: include/sfx2/strings.hrc:256
+#: include/sfx2/strings.hrc:257
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1393,7 +1399,7 @@ msgstr ""
"ў актыўны дакумент?"
#. RXbfs
-#: include/sfx2/strings.hrc:257
+#: include/sfx2/strings.hrc:258
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1403,7 +1409,7 @@ msgstr ""
"зараз ён друкуецца."
#. YGyQP
-#: include/sfx2/strings.hrc:258
+#: include/sfx2/strings.hrc:259
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1412,7 +1418,7 @@ msgstr ""
#. 3nzi6
#. Error codes look like "MAPI_E_FAILURE" or "1234"
-#: include/sfx2/strings.hrc:260
+#: include/sfx2/strings.hrc:261
msgctxt "STR_ERROR_SEND_MAIL_CODE"
msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
@@ -1421,19 +1427,19 @@ msgid ""
msgstr ""
#. ZWTDr
-#: include/sfx2/strings.hrc:261
+#: include/sfx2/strings.hrc:262
msgctxt "STR_ERROR_SEND_MAIL_HEADER"
msgid "Error sending mail"
msgstr ""
#. QVS2D
-#: include/sfx2/strings.hrc:262
+#: include/sfx2/strings.hrc:263
msgctxt "STR_QUERY_OPENASTEMPLATE"
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
msgstr "Немагчыма правіць гэты дакумент, магчыма з-за недастатковых правоў доступу. Ці будзеце працаваць з копіяй дакумента?"
#. ZdGNX
-#: include/sfx2/strings.hrc:263
+#: include/sfx2/strings.hrc:264
msgctxt "STR_QUERY_OPENASTEMPLATE_LOCKED"
msgid ""
"This document cannot be edited, because it is locked in another session.%LOCKINFO\n"
@@ -1441,472 +1447,472 @@ msgid ""
msgstr ""
#. n3sMB
-#: include/sfx2/strings.hrc:264
+#: include/sfx2/strings.hrc:265
msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
msgid "You can also try to ignore the lock and open the file for editing."
msgstr ""
#. yaKxR
-#: include/sfx2/strings.hrc:265
+#: include/sfx2/strings.hrc:266
msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr ""
#. UYkFP
-#: include/sfx2/strings.hrc:266
+#: include/sfx2/strings.hrc:267
msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
msgid "~Open"
msgstr ""
#. GcSXH
-#: include/sfx2/strings.hrc:267
+#: include/sfx2/strings.hrc:268
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (адрамантаваны дакумент)"
#. HPqkX
-#: include/sfx2/strings.hrc:268
+#: include/sfx2/strings.hrc:269
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "Не ўдалося выняць* дакумент з сервера"
#. uPc29
-#: include/sfx2/strings.hrc:269
+#: include/sfx2/strings.hrc:270
msgctxt "STR_GET_INVOLVED_TEXT"
msgid "Help us make %PRODUCTNAME even better!"
msgstr ""
#. PboiP
-#: include/sfx2/strings.hrc:270
+#: include/sfx2/strings.hrc:271
msgctxt "STR_GET_INVOLVED_BUTTON"
msgid "Get involved"
msgstr ""
#. GuLGH
-#: include/sfx2/strings.hrc:271
+#: include/sfx2/strings.hrc:272
msgctxt "STR_DONATE_TEXT"
msgid "Your donations support our worldwide community."
msgstr ""
#. KzgoD
-#: include/sfx2/strings.hrc:272
+#: include/sfx2/strings.hrc:273
msgctxt "STR_DONATE_BUTTON"
msgid "Donate"
msgstr ""
#. G8bbK
-#: include/sfx2/strings.hrc:273
+#: include/sfx2/strings.hrc:274
msgctxt "STR_WHATSNEW"
msgid "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?"
msgstr ""
#. J5UkB
-#: include/sfx2/strings.hrc:274
+#: include/sfx2/strings.hrc:275
msgctxt "STR_WHATSNEW_BUTTON"
msgid "Release Notes"
msgstr ""
#. c7NPT
-#: include/sfx2/strings.hrc:275
+#: include/sfx2/strings.hrc:276
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Дакумент адкрыты ў рэжыме толькі-чытанага."
#. KyyFk
-#: include/sfx2/strings.hrc:276
+#: include/sfx2/strings.hrc:277
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
#. MENvD
-#: include/sfx2/strings.hrc:277
+#: include/sfx2/strings.hrc:278
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
#. 3B3ij
-#: include/sfx2/strings.hrc:278
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
#. BYcYH
-#: include/sfx2/strings.hrc:279
+#: include/sfx2/strings.hrc:280
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
#. EJPzh
-#: include/sfx2/strings.hrc:280
+#: include/sfx2/strings.hrc:281
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
msgid "Level"
msgstr ""
#. itVew
-#: include/sfx2/strings.hrc:281
+#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "Нацыянальная бяспека:"
#. ZBXbG
-#: include/sfx2/strings.hrc:282
+#: include/sfx2/strings.hrc:283
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "Экспартныя абмежаванні:"
#. QAnvx
-#: include/sfx2/strings.hrc:283
+#: include/sfx2/strings.hrc:284
#, fuzzy
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "Выняць"
#. PwPNw
-#: include/sfx2/strings.hrc:284
+#: include/sfx2/strings.hrc:285
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Правіць дакумент"
#. FCeC5
-#: include/sfx2/strings.hrc:285
+#: include/sfx2/strings.hrc:286
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Падпісаць дакумент"
#. MEfTq
-#: include/sfx2/strings.hrc:286
+#: include/sfx2/strings.hrc:287
msgctxt "STR_READONLY_FINISH_SIGN"
msgid "Finish Signing"
msgstr ""
#. pkWmU
-#: include/sfx2/strings.hrc:287
+#: include/sfx2/strings.hrc:288
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
#. Vd3CU
-#: include/sfx2/strings.hrc:288
+#: include/sfx2/strings.hrc:289
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
#. Gu5dP
-#: include/sfx2/strings.hrc:289
+#: include/sfx2/strings.hrc:290
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
#. UDVE4
-#: include/sfx2/strings.hrc:290
+#: include/sfx2/strings.hrc:291
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
#. mU6ot
-#: include/sfx2/strings.hrc:291
+#: include/sfx2/strings.hrc:292
msgctxt "STR_SIGNATURE_NOTVALIDATED_PARTIAL_OK"
msgid "The certificate could not be validated and the document is only partially signed."
msgstr ""
#. FKDbE
-#: include/sfx2/strings.hrc:292
+#: include/sfx2/strings.hrc:293
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
#. rMGka
-#: include/sfx2/strings.hrc:293
+#: include/sfx2/strings.hrc:294
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "Паказаць подпісы"
#. Wkvpi
-#: include/sfx2/strings.hrc:295
+#: include/sfx2/strings.hrc:296
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Закрыць панэль"
#. eprKp
-#: include/sfx2/strings.hrc:296
+#: include/sfx2/strings.hrc:297
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "Прымацаваць*"
#. xE8Tq
-#: include/sfx2/strings.hrc:297
+#: include/sfx2/strings.hrc:298
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "Адмацаваць*"
#. fDc7q
-#: include/sfx2/strings.hrc:299
+#: include/sfx2/strings.hrc:300
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Дадатковыя настаўленні"
#. Csqeg
-#: include/sfx2/strings.hrc:300
+#: include/sfx2/strings.hrc:301
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Закрыць бакоўку"
#. zCPnN
-#: include/sfx2/strings.hrc:301
+#: include/sfx2/strings.hrc:302
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "Настаўленні бакоўкі"
#. i5XDP
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:303
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "Уладкаванне"
#. A4aHk
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:304
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "Аднавіць прадвызначэнні"
#. DJGFS
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:305
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Закрыць бакавую панэль"
#. S2DCY
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Сіняя крывая"
#. hHRDz
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. AEtHT
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "Яркі сіні"
#. tPjXG
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "ДНК"
#. XBrCi
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Фокус"
#. GADdA
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. o8F35
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. AiFo4
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:322
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:325
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. gtPt9
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "Заход сонца"
#. 73Y2e
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Рэтра"
#. MSY8y
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:332
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:333
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:334
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:335
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:335
+#: include/sfx2/strings.hrc:336
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:337
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:338
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:338
+#: include/sfx2/strings.hrc:339
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:340
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:341
+#: include/sfx2/strings.hrc:342
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Сцерці"
#. JReRY
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:343
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Ачысціць усё"
#. yC8Gs
-#: include/sfx2/strings.hrc:344
+#: include/sfx2/strings.hrc:345
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:348
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:349
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:351
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
diff --git a/source/be/svx/messages.po b/source/be/svx/messages.po
index 8d24e2909d4..48668040c47 100644
--- a/source/be/svx/messages.po
+++ b/source/be/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Belarusian <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/be/>\n"
@@ -5313,1198 +5313,1230 @@ msgid "All formats"
msgstr ""
#. UydWB
-#: include/svx/strings.hrc:929
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:930
msgctxt "RID_SVXSTR_LEND0"
msgid "Concave short"
msgstr ""
#. grGoP
-#: include/svx/strings.hrc:930
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:932
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Квадрат 45"
#. Hu6DB
-#: include/svx/strings.hrc:931
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LEND2"
msgid "Arrow short"
msgstr ""
#. j6u8M
-#: include/svx/strings.hrc:932
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension Lines"
msgstr ""
#. JKxZ6
-#: include/svx/strings.hrc:933
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Падвойная стрэлка"
#. o38zt
-#: include/svx/strings.hrc:934
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_LEND5"
msgid "Triangle"
msgstr ""
#. XvcqE
-#: include/svx/strings.hrc:935
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_LEND6"
msgid "Concave"
msgstr ""
#. JD6qL
-#: include/svx/strings.hrc:936
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_LEND7"
msgid "Arrow large"
msgstr ""
#. 3CPw6
-#: include/svx/strings.hrc:937
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_LEND8"
msgid "Dimension Line"
msgstr ""
#. EBEY5
-#: include/svx/strings.hrc:938
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Колца"
#. H9DDA
-#: include/svx/strings.hrc:939
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Квадрат"
#. AWHmD
-#: include/svx/strings.hrc:940
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Стрэлка"
#. CXazS
-#: include/svx/strings.hrc:941
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_LEND12"
msgid "Half Circle"
msgstr ""
#. VNaKi
-#: include/svx/strings.hrc:942
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:956
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "Трохкутнік незаліты"
#. LRmKQ
-#: include/svx/strings.hrc:943
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:958
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "Ромб незаліты"
#. L2kus
-#: include/svx/strings.hrc:944
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:960
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Ромб"
#. P2Raq
-#: include/svx/strings.hrc:945
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:962
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Кола незалітае"
#. FNaHF
-#: include/svx/strings.hrc:946
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:964
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Квадрат, заліты напалову"
#. ECeBc
-#: include/svx/strings.hrc:947
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:966
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Квадрат незаліты"
#. ALFbk
-#: include/svx/strings.hrc:948
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
msgstr ""
#. mfGCE
-#: include/svx/strings.hrc:949
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
msgstr ""
#. epSjr
-#: include/svx/strings.hrc:950
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
msgstr ""
#. yVmQp
-#: include/svx/strings.hrc:951
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:974
msgctxt "RID_SVXSTR_LEND22"
msgid "Line"
msgstr ""
#. im8fN
-#: include/svx/strings.hrc:952
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:976
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
msgstr ""
#. EVYD7
-#: include/svx/strings.hrc:953
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:978
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
msgstr ""
#. VZ8vx
-#: include/svx/strings.hrc:954
+#. To translators: this is an arrow head style
+#: include/svx/strings.hrc:980
msgctxt "RID_SVXSTR_LEND25"
msgid "Reversed Arrow"
msgstr ""
#. yTXvH
-#: include/svx/strings.hrc:955
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
msgstr ""
#. cF4FB
-#: include/svx/strings.hrc:956
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
msgstr ""
#. qbpvv
-#: include/svx/strings.hrc:957
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
msgstr ""
#. 6wQxC
-#: include/svx/strings.hrc:958
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
msgstr ""
#. JzCsB
-#: include/svx/strings.hrc:959
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
msgstr ""
#. SBCut
-#: include/svx/strings.hrc:960
+#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
msgstr ""
#. EXsKo
-#: include/svx/strings.hrc:961
+#: include/svx/strings.hrc:993
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Празрыстасць"
#. hGytB
-#: include/svx/strings.hrc:962
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
#. Msh88
-#: include/svx/strings.hrc:963
+#: include/svx/strings.hrc:995
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Адваротны штрых"
#. opj2M
-#: include/svx/strings.hrc:964
+#: include/svx/strings.hrc:996
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Штрых"
#. tC5jE
-#: include/svx/strings.hrc:965
+#: include/svx/strings.hrc:997
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Адваротны штрых"
#. 3T9pJ
-#: include/svx/strings.hrc:966
+#: include/svx/strings.hrc:998
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Пурпурны"
#. N5FWG
-#: include/svx/strings.hrc:967
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
#. Nhtbq
-#: include/svx/strings.hrc:968
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. apBBr
-#: include/svx/strings.hrc:970
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Gallery Theme"
#. BseGn
-#: include/svx/strings.hrc:971
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Паспяхова адноўлена"
#. LfjDh
-#: include/svx/strings.hrc:972
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Адноўлены арыгінальны дакумент"
#. BEAbm
-#: include/svx/strings.hrc:973
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Аднаўленне схібіла"
#. 5ye7z
-#: include/svx/strings.hrc:974
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Адбываецца аднаўленне"
#. tEbUT
-#: include/svx/strings.hrc:975
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Яшчэ не адноўлена"
#. EaAMF
-#: include/svx/strings.hrc:976
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr "%PRODUCTNAME %PRODUCTVERSION пачаў узнаўляць дакументы. На выкананне гэтай аперацыі патрэбны пэўны час, які залежыць ад аб'ёмаў дакументаў."
#. AicJe
-#: include/svx/strings.hrc:977
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "Узнаўленне вашых дакументаў завершана. Націсніце 'Скончыць', каб адкрыць дакументы."
#. ZbeCG
-#: include/svx/strings.hrc:978
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "Скончыць"
#. BBeKk
-#: include/svx/strings.hrc:979
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Апошняе значэнне па-свойму"
#. mENBU
-#: include/svx/strings.hrc:980
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "пт"
#. fRyqX
-#: include/svx/strings.hrc:982
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Экспарт відарыса"
#. xXhtG
-#: include/svx/strings.hrc:983
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Запісаць як выяву"
#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:986
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Уставіць аб'ект(ы)"
#. Heqmn
-#: include/svx/strings.hrc:987
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Павярнуць аб'ект 3D"
#. AC56T
-#: include/svx/strings.hrc:988
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Стварыць выцісканы аб'ект"
#. 4DonY
-#: include/svx/strings.hrc:989
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Стварыць вярчальны аб'ект"
#. EL9V9
-#: include/svx/strings.hrc:990
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Падзяліць аб'ект 3D"
#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:993
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[All]"
#. RZVDm
-#: include/svx/strings.hrc:995
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Фільтр графікі"
#. YNjeD
-#: include/svx/strings.hrc:996
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Новая тэма"
#. 5uYha
-#: include/svx/strings.hrc:998
+#: include/svx/strings.hrc:1030
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3D Effects"
#. 78DGx
-#: include/svx/strings.hrc:999
+#: include/svx/strings.hrc:1031
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Анімацыі"
#. zGEez
-#: include/svx/strings.hrc:1000
+#: include/svx/strings.hrc:1032
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Пункты"
#. MwX9z
-#: include/svx/strings.hrc:1001
+#: include/svx/strings.hrc:1033
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Office"
#. dAwiC
-#: include/svx/strings.hrc:1002
+#: include/svx/strings.hrc:1034
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Flags"
#. Ccn8V
-#: include/svx/strings.hrc:1003
+#: include/svx/strings.hrc:1035
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Дыяграмы"
#. 6ouMS
-#: include/svx/strings.hrc:1004
+#: include/svx/strings.hrc:1036
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Смехазнакі"
#. 8GPFu
-#: include/svx/strings.hrc:1005
+#: include/svx/strings.hrc:1037
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Відарысы"
#. sqh2w
-#: include/svx/strings.hrc:1006
+#: include/svx/strings.hrc:1038
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Фоны"
#. B3KuT
-#: include/svx/strings.hrc:1007
+#: include/svx/strings.hrc:1039
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Свая Старонка"
#. WR8JQ
-#: include/svx/strings.hrc:1008
+#: include/svx/strings.hrc:1040
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Узаемадзеянне"
#. EbEZ6
-#: include/svx/strings.hrc:1009
+#: include/svx/strings.hrc:1041
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Карты"
#. GALA8
-#: include/svx/strings.hrc:1010
+#: include/svx/strings.hrc:1042
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "People"
#. ZMoiA
-#: include/svx/strings.hrc:1011
+#: include/svx/strings.hrc:1043
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Паверхні"
#. hNaiH
-#: include/svx/strings.hrc:1012
+#: include/svx/strings.hrc:1044
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Камп'ютары"
#. mrvvG
-#: include/svx/strings.hrc:1013
+#: include/svx/strings.hrc:1045
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "Дыяграмы"
#. HhrDx
-#: include/svx/strings.hrc:1014
+#: include/svx/strings.hrc:1046
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "Асяроддзе"
#. 2jVzE
-#: include/svx/strings.hrc:1015
+#: include/svx/strings.hrc:1047
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Фінансы"
#. cmF3B
-#: include/svx/strings.hrc:1016
+#: include/svx/strings.hrc:1048
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "Транспарт"
#. as3XM
-#: include/svx/strings.hrc:1017
+#: include/svx/strings.hrc:1049
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "Тэкставыя формы"
#. gGyFP
-#: include/svx/strings.hrc:1018
+#: include/svx/strings.hrc:1050
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Гукі"
#. 5NrPj
-#: include/svx/strings.hrc:1019
+#: include/svx/strings.hrc:1051
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Сімвалы"
#. AiXUK
-#: include/svx/strings.hrc:1020
+#: include/svx/strings.hrc:1052
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "Свая Тэма"
#. uRxP4
-#: include/svx/strings.hrc:1021
+#: include/svx/strings.hrc:1053
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Arrows"
#. c3WXh
-#: include/svx/strings.hrc:1022
+#: include/svx/strings.hrc:1054
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Паветраныя шары"
#. pmiE7
-#: include/svx/strings.hrc:1023
+#: include/svx/strings.hrc:1055
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Keyboard"
#. LYdAf
-#: include/svx/strings.hrc:1024
+#: include/svx/strings.hrc:1056
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Час"
#. 4UGrY
-#: include/svx/strings.hrc:1025
+#: include/svx/strings.hrc:1057
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Прэзентацыя"
#. a46Xm
-#: include/svx/strings.hrc:1026
+#: include/svx/strings.hrc:1058
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Каляндар"
#. YpuGv
-#: include/svx/strings.hrc:1027
+#: include/svx/strings.hrc:1059
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Рух"
#. gAJH4
-#: include/svx/strings.hrc:1028
+#: include/svx/strings.hrc:1060
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Камунікацыі"
#. ETEJu
-#: include/svx/strings.hrc:1029
+#: include/svx/strings.hrc:1061
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Фінансы"
#. rNez6
-#: include/svx/strings.hrc:1030
+#: include/svx/strings.hrc:1062
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Камп'ютары"
#. ioX7y
-#: include/svx/strings.hrc:1031
+#: include/svx/strings.hrc:1063
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Клімат"
#. MmYFp
-#: include/svx/strings.hrc:1032
+#: include/svx/strings.hrc:1064
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Адукацыя"
#. EKFgg
-#: include/svx/strings.hrc:1033
+#: include/svx/strings.hrc:1065
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Развязванне праблем"
#. GgrBp
-#: include/svx/strings.hrc:1034
+#: include/svx/strings.hrc:1066
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Бабовы экран"
#. E6onK
-#: include/svx/strings.hrc:1036
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Выбар друкаванага"
#. HzX9m
-#: include/svx/strings.hrc:1037
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "Ці хочаце друкаваць толькі пазначанае, ці дакумент цалкам?"
#. 3UyC8
-#: include/svx/strings.hrc:1038
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "Усе"
#. UxfS3
-#: include/svx/strings.hrc:1039
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "Пазначанае"
#. KTgDd
-#: include/svx/strings.hrc:1041
+#: include/svx/strings.hrc:1073
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Выцісканне на ПнЗ"
#. N6KLd
-#: include/svx/strings.hrc:1042
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Выцісканне на Пн"
#. AB6Vj
-#: include/svx/strings.hrc:1043
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Выцісканне на ПнУ"
#. NBBEB
-#: include/svx/strings.hrc:1044
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Выцісканне на З"
#. d9n5U
-#: include/svx/strings.hrc:1045
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Выцісканне \"назад\""
#. A2mcf
-#: include/svx/strings.hrc:1046
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Выцісканне на У"
#. onGib
-#: include/svx/strings.hrc:1047
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Выцісканне на ПдЗ"
#. XLQFD
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Выцісканне на Пд"
#. v5wRm
-#: include/svx/strings.hrc:1049
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Выцісканне на ПдУ"
#. 4DGjm
-#: include/svx/strings.hrc:1050
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 см"
#. kRzVE
-#: include/svx/strings.hrc:1051
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 см"
#. CSmTh
-#: include/svx/strings.hrc:1052
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 см"
#. eYrvo
-#: include/svx/strings.hrc:1053
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 см"
#. G4Ckx
-#: include/svx/strings.hrc:1054
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 см"
#. LGHsL
-#: include/svx/strings.hrc:1055
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 цаляў"
#. HPevm
-#: include/svx/strings.hrc:1056
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.~5 цалю"
#. GvKjC
-#: include/svx/strings.hrc:1057
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 цаль"
#. gmzHb
-#: include/svx/strings.hrc:1058
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 цалі"
#. DE5kt
-#: include/svx/strings.hrc:1059
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 цалі"
#. K5dY9
-#: include/svx/strings.hrc:1061
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Без запаўнення"
#. TFBK3
-#: include/svx/strings.hrc:1062
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Празрыста"
#. c7adj
-#: include/svx/strings.hrc:1063
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Тыпова"
#. djHis
-#: include/svx/strings.hrc:1064
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Межы"
#. PURr6
-#: include/svx/strings.hrc:1065
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Стыль мяжы"
#. 9Ckww
-#: include/svx/strings.hrc:1066
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "Яшчэ нумараванне..."
#. cDG4s
-#: include/svx/strings.hrc:1067
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Яшчэ маркёры..."
#. uDT6G
-#: include/svx/strings.hrc:1068
+#: include/svx/strings.hrc:1100
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "Аўтарам"
#. q2Le9
-#: include/svx/strings.hrc:1069
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Старонкі"
#. jfL9n
-#: include/svx/strings.hrc:1070
+#: include/svx/strings.hrc:1102
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Выдаліць фарматаванне"
#. f6nP8
-#: include/svx/strings.hrc:1071
+#: include/svx/strings.hrc:1103
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Яшчэ стылі..."
#. DPbrc
-#: include/svx/strings.hrc:1072
+#: include/svx/strings.hrc:1104
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Больш параметраў..."
#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1074
+#: include/svx/strings.hrc:1106
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Назва шрыфту"
#. SKCYy
-#: include/svx/strings.hrc:1075
+#: include/svx/strings.hrc:1107
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "Назва шрыфту. Цяперашні шрыфт недаступны і будзе заменены."
#. CVvXU
-#: include/svx/strings.hrc:1076
+#: include/svx/strings.hrc:1108
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "па-свойму"
#. xqzJj
-#: include/svx/strings.hrc:1077
+#: include/svx/strings.hrc:1109
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "Колеры дакумента"
#. 6BoWp
-#: include/svx/strings.hrc:1078
+#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Колер дакумента"
#. DJGyY
-#: include/svx/strings.hrc:1080
+#: include/svx/strings.hrc:1112
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Выцісканне"
#. TyWTi
-#: include/svx/strings.hrc:1081
+#: include/svx/strings.hrc:1113
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Ужываць выцісканне"
#. DKFYE
-#: include/svx/strings.hrc:1082
+#: include/svx/strings.hrc:1114
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Нахіліць уніз"
#. 2Rrxc
-#: include/svx/strings.hrc:1083
+#: include/svx/strings.hrc:1115
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Нахіліць уверх"
#. eDpJK
-#: include/svx/strings.hrc:1084
+#: include/svx/strings.hrc:1116
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Нахіліць улева"
#. CWDSN
-#: include/svx/strings.hrc:1085
+#: include/svx/strings.hrc:1117
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Нахіліць управа"
#. CxYgt
-#: include/svx/strings.hrc:1086
+#: include/svx/strings.hrc:1118
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Змяніць глыбіню Выціскання"
#. c5JCp
-#: include/svx/strings.hrc:1087
+#: include/svx/strings.hrc:1119
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Змяніць кірунак"
#. KDSyh
-#: include/svx/strings.hrc:1088
+#: include/svx/strings.hrc:1120
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Змяніць тып праекцыі"
#. JpzeS
-#: include/svx/strings.hrc:1089
+#: include/svx/strings.hrc:1121
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Змяніць асвятленне"
#. j4AR9
-#: include/svx/strings.hrc:1090
+#: include/svx/strings.hrc:1122
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Змяніць яркасць"
#. yA2xm
-#: include/svx/strings.hrc:1091
+#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Змяніць паверхню Выціскання"
#. DFEZP
-#: include/svx/strings.hrc:1092
+#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Змяніць колер Выціскання"
#. hXNfG
-#: include/svx/strings.hrc:1094
+#: include/svx/strings.hrc:1126
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Улюбёны"
#. uPyWe
-#: include/svx/strings.hrc:1095
+#: include/svx/strings.hrc:1127
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1096
+#: include/svx/strings.hrc:1128
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1097
+#: include/svx/strings.hrc:1129
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1099
+#: include/svx/strings.hrc:1131
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Шрыфтаванне"
#. 7RVov
-#: include/svx/strings.hrc:1100
+#: include/svx/strings.hrc:1132
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Ужыць Шрыфтаванне - форма"
#. h3CLw
-#: include/svx/strings.hrc:1101
+#: include/svx/strings.hrc:1133
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Ужыць Шрыфтаванне - роўныя вышыні літар"
#. 6h2dG
-#: include/svx/strings.hrc:1102
+#: include/svx/strings.hrc:1134
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Ужыць раўнаванне Шрыфтавання"
#. eKHcV
-#: include/svx/strings.hrc:1103
+#: include/svx/strings.hrc:1135
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Ужыць Шрыфтаванне - адлегласць між знакамі"
#. oo88Y
-#: include/svx/strings.hrc:1105
+#: include/svx/strings.hrc:1137
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "з"
#. 4sz83
-#: include/svx/strings.hrc:1106
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Стыль"
#. fEHXC
-#: include/svx/strings.hrc:1107
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "і"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1109
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Кіраванне рагамі"
#. CUEEW
-#: include/svx/strings.hrc:1110
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Выбар стылю рогу."
#. cQmVp
-#: include/svx/strings.hrc:1111
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Верхні левы"
#. TtnJn
-#: include/svx/strings.hrc:1112
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Верхні сярэдні"
#. UERVC
-#: include/svx/strings.hrc:1113
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Верхні правы"
#. CznfN
-#: include/svx/strings.hrc:1114
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Левы сярэдні"
#. jvzC7
-#: include/svx/strings.hrc:1115
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "У цэнтры"
#. HPtYD
-#: include/svx/strings.hrc:1116
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Правы сярэдні"
#. v4SqB
-#: include/svx/strings.hrc:1117
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Ніжні левы"
#. daA8a
-#: include/svx/strings.hrc:1118
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Ніжні сярэдні"
#. DGWf8
-#: include/svx/strings.hrc:1119
+#: include/svx/strings.hrc:1151
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Ніжні правы"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1121
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Кіраванне контурам"
#. aMva8
-#: include/svx/strings.hrc:1122
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Тут можна правіць абрыс."
#. DXEuF
-#: include/svx/strings.hrc:1123
+#: include/svx/strings.hrc:1155
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Выбар спецыяльных знакаў"
#. JfRzP
-#: include/svx/strings.hrc:1124
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Выбар спецыяльных знакаў у гэтым абрысе."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1126
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Код знака "
#. HECeC
-#: include/svx/strings.hrc:1128
+#: include/svx/strings.hrc:1160
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Не дазваляецца пустое значэнне поля '#'. Увядзіце значэнне."
#. w4wm8
-#: include/svx/strings.hrc:1129
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Формы"
#. cz8aS
-#: include/svx/strings.hrc:1130
+#: include/svx/strings.hrc:1162
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Не выбраны кантрольнік"
#. JG7Es
-#: include/svx/strings.hrc:1131
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Уласцівасці: "
#. YQvBF
-#: include/svx/strings.hrc:1132
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Form Properties"
#. qS9Rn
-#: include/svx/strings.hrc:1133
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Навігатар форм"
#. PzEVD
-#: include/svx/strings.hrc:1134
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Форма"
#. FWPxF
-#: include/svx/strings.hrc:1135
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1136
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Форма"
#. Ba4Gy
-#: include/svx/strings.hrc:1137
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Нябачны кантрольнік"
#. wtZqP
-#: include/svx/strings.hrc:1138
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Control"
#. HvXRK
-#: include/svx/strings.hrc:1139
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Запіс"
#. HmTfB
-#: include/svx/strings.hrc:1140
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "з"
#. NZ68L
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Дадаць поле:"
#. vGXiw
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Памылка пры запісванні ў базу даных"
#. zzFRi
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1175
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Памылка ў сінтаксісе звароту"
#. fS8JJ
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Вы маеце намер сцерці 1 запіс."
#. Qb4Gk
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "Будзе сцёрта # запісаў."
#. zSJQe
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6514,331 +6546,331 @@ msgstr ""
"Do you want to continue anyway?"
#. Kb7sF
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Стужка навігацыі"
#. pKEQb
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Кл"
#. FXRKA
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Наставіць уласцівасць '#'"
#. hXjTN
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Уставіць у кантэйнер"
#. BWpyC
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Сцерці #"
#. ZeaDk
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Сцерці # аб'ектаў"
#. VgGrE
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Замяніць элемент кантэйнера"
#. FoXgt
-#: include/svx/strings.hrc:1154
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Замяніць кантрольнік"
#. V4iMu
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Push Button"
#. TreFC
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Option Button"
#. CBmAL
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Check Box"
#. NFysA
-#: include/svx/strings.hrc:1158
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Поле меткі"
#. E5mMK
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Group Box"
#. ZGDAr
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Text Box"
#. DEn9D
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Фарматаванае поле"
#. WiNUf
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "List Box"
#. xwuJF
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Комба-бокс"
#. 5474w
-#: include/svx/strings.hrc:1164
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Графічная кнопка"
#. qT2Ed
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Кантрольнік выявы"
#. 6Qvho
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Выбар файла"
#. a7gAj
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Поле даты"
#. EaBTj
-#: include/svx/strings.hrc:1168
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Поле часу"
#. DWfsm
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Поле ліку"
#. TYjnr
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Поле грошаў"
#. B6MEP
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Поле ўзору"
#. uEYBR
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Кіраванне табліцай "
#. 3SUEn
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Scrollbar"
#. VtEN6
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Вярчальная кнопка"
#. eGgm4
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Стужка навігацыі"
#. yME46
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Множнае пазначэнне"
#. PzA5d
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "У гэтай форме няма кантрольнікаў дзеля даных!"
#. ZyBEz
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Дата)"
#. guA5u
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Час)"
#. 2wgdY
-#: include/svx/strings.hrc:1180
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Навігатар у фільтрах"
#. BUYuD
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Фільтр для"
#. AcTBB
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Або"
#. 6RPtu
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "У гэтай форме няма карэктных прывязаных кантрольнікаў, якія можна было б выкарыстаць у табліцавым відзе."
#. iEoGb
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<Аўта-поле>"
#. Da6gx
-#: include/svx/strings.hrc:1185
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Сінтаксічная памылка ў звароце SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Нельга ўжываць значэнне #1 разам з LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1187
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "Нельга ўжываць LIKE над гэтым полем."
#. tzFv5
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Уведзена недапушчальная дата. Увядзіце дату ў правільным фармаце, напр., ДД.ММ.ГГГГ."
#. y6Z26
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Нельга параўноўваць поле з цэлым лікам."
#. F8FgA
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Няма табліцы з назвай \"#\" у гэтай базе даных."
#. EDcU7
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1223
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Няма табліцы ці звароту з назвай \"#\" у гэтай базе даных."
#. YBFF5
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Ужо ёсць табліца ці пагляд з назвай \"#\" у гэтай базе даных."
#. cECTG
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Ужо існуе зварот з назвай \"#\" у гэтай базе даных."
#. VkeLY
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Невядомая калонка \"#1\" у табліцы \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Нельга параўноўваць поле з лікам з нефіксаванай коскай."
#. CEg85
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Нельга параўноўваць уведзены крытэр з гэтым полем."
#. ZGAAQ
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Data Navigator"
#. W4uM2
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (read-only)"
#. DgfNh
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Файл з такою назвай ужо існуе. Запісаць паўзверх?"
#. dSYCi
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# label"
#. JpaM6
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -6848,7 +6880,7 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэту мадэль?"
#. y5Dyt
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -6858,7 +6890,7 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэта ўвасабленне?"
#. VEzGF
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1236
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -6868,13 +6900,13 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэты элемент?"
#. 3hF6H
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Сапраўды хочаце сцерці атрыбут \"$ATTRIBUTENAME\"?"
#. AWEbJ
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1238
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -6886,7 +6918,7 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэту падачу?"
#. SGiK5
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -6898,1005 +6930,1005 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэта прывязванне?"
#. 2zzHP
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Недапушчальная для XML назва \"%1\". Увядзіце іншую назву."
#. 4nAtc
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Недапушчальны для XML прэфікс \"%1\". Увядзіце іншы прэфікс."
#. qrFQD
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Назва \"%1\" ужо занята. Увядзіце іншую назву."
#. DKkaw
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Падача мусіць мець назву."
#. xcAaD
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1215
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Няма"
#. Bjxmg
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Увасабленне"
#. affmF
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Дакумент"
#. gJLHj
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Прывязванне: "
#. AEHco
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Спасылка: "
#. iLaBC
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Дзеянне: "
#. HBV5Q
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Метад: "
#. dAN2F
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Замяніць: "
#. QMiqA
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Дадаць элемент"
#. C9YBB
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Правіць элемент"
#. XAh7B
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Сцерці элемент"
#. CLHER
-#: include/svx/strings.hrc:1226
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Дадаць атрыбут"
#. 6Ycoo
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Правіць атрыбут"
#. 6dSAd
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Сцерці атрыбут"
#. Ljhja
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Дадаць прывязванне"
#. CHTrw
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Правіць прывязванне"
#. yYwEG
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1263
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Сцерці прывязванне"
#. yVch8
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Дадаць падачу"
#. AX58u
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Правіць падачу"
#. DFxmD
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Сцерці падачу"
#. qvvD7
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Элемент"
#. U4Btb
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Атрыбут"
#. Prceg
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Прывязванне"
#. iFARB
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Прывязвальны выраз"
#. BTmNa
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Сапраўды скасаваць аднаўленне дакументу %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Злева"
#. JC7pc
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Справа"
#. MhfuC
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "У цэнтры"
#. kX7GR
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Дзесятковае"
#. 7vecp
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Рэжым устаўкі. Клікніце, каб перайсці ў рэжым замены."
#. ZCWNC
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Рэжым замены. Клікніце, каб перайсці ў рэжым устаўкі."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Паўзверх"
#. qqCSF
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Лічбавы подпіс: подпіс дакумента ў парадку."
#. xZprv
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Лічбавы подпіс: подпіс дакумента ў парадку, але сертыфікаты не паддаюцца праверцы."
#. Yydkh
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Лічбавы подпіс: дакумент не ўтрымлівае лічбавага подпісу."
#. BRmFY
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Лічбавы подпіс: подпіс дакумента і сертыфікат у парадку, але падпісаныя не ўсе часткі дакумента."
#. Swq5S
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Дакумент быў зменены. Клікніце, каб запісаць дакумент."
#. tRWKa
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Дакумент не мяняўся з моманту апошняга замацоўвання."
#. 7C8GH
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1291
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Чытаем дакумент..."
#. YbNsP
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. jYTMN
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1293
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Маштаб. Націсканне правай кнопкі мышы змяняе маштаб, левай - адкрывае дыялог \"Маштаб\"."
#. HCjAM
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1295
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Павялічыць"
#. 2YBJE
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Паменшыць"
#. n9EyG
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1266
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1300
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Старонка цалкам"
#. 2UBAF
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Шырыня старонкі"
#. YBg9X
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Аптымальны від"
#. Wi5Fy
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Таксама ў стылях"
#. BJSzf
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1308
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Стылі абзаца"
#. ARuQM
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Стылі клетак"
#. 7ChAu
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1311
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Дасягнуты канец дакумента"
#. CVSwo
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Дасягнуты канец дакумента"
#. Diftw
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Шуканае не знойдзена"
#. xACuY
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Дасягнуты пачатак дакумента"
#. nDCC4
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Палітра колераў"
#. sDL47
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Няправільны пароль"
#. JGJ9F
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Паролі не супадаюць"
#. VHTRb
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1330
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Solid small circular bullets"
#. AiNrB
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1331
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Solid large circular bullets"
#. Vtk8J
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1332
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Solid diamond bullets"
#. bQFBw
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Вялікія суцэльныя квадратныя пункты"
#. 5eJDd
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1334
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Right pointing arrow bullets filled out"
#. D8zQC
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Маркёр-стрэлка ўправа"
#. QCULV
-#: include/svx/strings.hrc:1304
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
-#: include/svx/strings.hrc:1306
+#: include/svx/strings.hrc:1338
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Number (1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Number 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Number (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Uppercase Roman number I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Uppercase letter A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1311
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lowercase letter a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lowercase letter (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Lowercase Roman number i. ii. iii."
#. oDTBg
-#: include/svx/strings.hrc:1314
+#: include/svx/strings.hrc:1346
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numeric, numeric, lowercase letters, solid small circular bullet"
#. m56fN
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1347
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numeric, lowercase letters, solid small circular bullet"
#. RyTLW
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1348
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
#. GAfTp
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Лічбавае"
#. gjEgN
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1350
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
#. DZ2kE
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1351
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
#. TV9Mc
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numeric with all sublevels"
#. tiXu5
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1353
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
#. nEJiF
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Немагчыма стварыць файл ZIP."
#. CC6Sw
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Стылі дызайну* табліц"
#. c69eB
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Адкаціць дзеянні: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Адкаціць дзеянні: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Паўтарыць дзеянні: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Паўтарыць дзеянні: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Знайсці"
#. WbEFL
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1365
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Адрозніваць рэгістр"
#. 59ENV
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Улічваць фармат"
#. vYw6p
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1368
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) пікс.)"
#. JEkzY
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1369
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) у $(DPI) DPI"
#. n8VBe
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1370
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) кіБ"
#. 8GqWz
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1371
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "Відарыс GIF"
#. G2q7M
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1372
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "Відарыс JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1373
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Відарыс PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1374
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Відарыс TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1375
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Відарыс WMF"
#. pCpoE
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1376
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Відарыс MET"
#. DELaB
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1377
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Відарыс PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1378
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Відарыс SVG"
#. aCEJW
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1379
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Відарыс BMP"
#. p2L8C
-#: include/svx/strings.hrc:1348
+#: include/svx/strings.hrc:1380
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Невядома"
#. 8LBFX
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1382
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Switch"
#. xLF42
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Рэжым відарыса"
#. fw5hA
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Чырвоны"
#. CiQvY
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Зялёны"
#. BhvBe
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1387
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Сіні"
#. HSP36
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1388
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Яркасць"
#. w5BYP
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Кантрастны"
#. EZUjS
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Гама"
#. ernMB
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Празрыстасць"
#. LdkNB
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Абрэзаць"
#. TJmBu
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Прадвызначаная арыентаванне"
#. WQqju
-#: include/svx/strings.hrc:1363
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Зверху ўніз"
#. ipfz6
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Знізу ўверх"
#. MLR44
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1397
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Лесвіцаю"
#. vUDeh
-#: include/svx/strings.hrc:1366
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Поле злева: "
#. EFBbE
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Поле зверху: "
#. 7HeyP
-#: include/svx/strings.hrc:1368
+#: include/svx/strings.hrc:1400
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Поле справа: "
#. HCuWQ
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Поле знізу: "
#. zD9BB
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1402
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Апісанне старонкі: "
#. a4eSJ
-#: include/svx/strings.hrc:1371
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Капітэлі"
#. DuQGP
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Малыя літары"
#. nWQ7R
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Вялікія рымскія"
#. PxkPZ
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Малыя рымскія"
#. B7YEa
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1407
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Арабскія"
#. vPbGB
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Няма"
#. akGGo
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Альбом"
#. bbcaZ
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Кніга"
#. BQtGg
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1411
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Злева"
#. JWFLj
-#: include/svx/strings.hrc:1380
+#: include/svx/strings.hrc:1412
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Справа"
#. bxvGx
-#: include/svx/strings.hrc:1381
+#: include/svx/strings.hrc:1413
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Усе"
#. S3nm4
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1414
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Адлюстраваныя"
#. dcvEJ
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1415
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Аўтар: "
#. 2siC9
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1416
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Дата: "
#. pWoLe
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1417
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Тэкст: "
#. pAABc
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1418
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Фон знака"
#. Deknh
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1420
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Палітра колераў"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1391
+#: include/svx/strings.hrc:1423
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -7904,1920 +7936,1920 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Базавы лацінскі"
#. bcjRA
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Лацінскі-1"
#. h6THj
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Лацінскі пашыраны-A"
#. o4EF9
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Лацінскі пашыраны-B"
#. W3CGs
-#: include/svx/strings.hrc:1400
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Пашырэнні IPA"
#. yZjF6
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Знакі мадыфікацыі інтэрвалу"
#. EASZR
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Камбінавальныя дыякрытычныя знакі"
#. wBjC4
-#: include/svx/strings.hrc:1403
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Базавы грэчаскі"
#. Dh8Es
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Грэчаскія сімвалы і коптскі"
#. jGT5E
-#: include/svx/strings.hrc:1405
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Кірыліца"
#. DQgLS
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armenian"
#. kXEQY
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Базавы яўрэйскі"
#. Cb8g4
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Яўрэйскі пашыраны"
#. ZmDCd
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Базавы арабскі"
#. hZDFV
-#: include/svx/strings.hrc:1410
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Арабскі пашыраны"
#. c3CqD
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Дэванагары"
#. EfVnG
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengali"
#. iWzLc
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Гурмукхі"
#. omacG
-#: include/svx/strings.hrc:1414
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Орыя"
#. BhEGN
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
#. C5yzo
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Тайская"
#. EvjbD
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
#. HqFTh
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Базавая грузінскі"
#. npAc8
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Грузінскі пашыраны"
#. AHAB4
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Хангыл джамо"
#. gMEFL
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Лацінскі пашыраны дадаткі"
#. uVYXp
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Грэчаскі пашыраны"
#. LEQg6
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Агульная пунктуацыя"
#. D9KFj
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Індэксы верхнія і ніжнія"
#. yaxYV
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Сімвалы грашовых адзінак"
#. jzA5i
-#: include/svx/strings.hrc:1430
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Камбінавальныя дыякрытычныя сімвалы"
#. CHNBZ
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Літарападобныя сімвалы"
#. cDkEd
-#: include/svx/strings.hrc:1432
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Лічбавыя формы"
#. j25Fp
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Arrows"
#. p5Tbx
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Mathematical Operators"
#. ckgof
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Рознае тэхнічнае"
#. 8rXdw
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Рысункі кантрольнікаў"
#. D4J8A
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Аптычнае пазнаванне знакаў"
#. hXwgf
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Упісаныя літары і лічбы"
#. AD9HJ
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Рысаванне прамавугольнікаў"
#. vViaR
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Блокавыя элементы"
#. ok7ks
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Геаметрычныя формы"
#. sKty5
-#: include/svx/strings.hrc:1442
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Розныя сімвалы"
#. yDpNT
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Дынбац"
#. Cth4P
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "К.Я.К. знакі і пунктуацыя"
#. Bo4iK
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Бопомофо"
#. F9UFG
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Хангыл сумяшчальнасць джамо"
#. yeRDE
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "К.Я.К. рознае"
#. kPFs9
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "К.Я.К. упісаныя літары і месяцы"
#. 6tAx6
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "К.Я.К. сумяшчальнасць"
#. VakXP
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Хангул"
#. XzS6D
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "К.Я.К. уніфікаваныя ідэаграфы"
#. JVCP5
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне A"
#. Y33VK
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Абсяг прыватнага карыстання"
#. 8yYiM
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "К.Я.К. сумяшчальнасць ідэаграфы"
#. BEfFQ
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Алфавітныя формы прэзентацыі"
#. NCsAG
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Арабскія формы прэзентацыі-A"
#. adi8G
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Камбінавальныя паў-знакі"
#. vLBhn
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "К.Я.К. сумяшчальнасць формы"
#. i6R3B
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Варыянты малых форм"
#. 7EDCh
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Арабскія формы прэзентацыі-B"
#. WWoWx
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Паў-шырокія і поўна-шырокія формы"
#. dkDXh
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Спецыяльныя"
#. GQSEx
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Склады Йі"
#. BL66x
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Радыкалы Йі"
#. cuQ2k
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Курсіў"
#. wtKAB
-#: include/svx/strings.hrc:1468
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Готыка"
#. GPFqC
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Дэзерэт"
#. 7AovD
-#: include/svx/strings.hrc:1470
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Візанційскія музычныя знакі"
#. G3GQF
-#: include/svx/strings.hrc:1471
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Музычныя знакі"
#. YzBDD
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Матэматычныя літарна-лічбавыя знакі"
#. 3XZRw
-#: include/svx/strings.hrc:1473
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне B"
#. nZnQc
-#: include/svx/strings.hrc:1474
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне C"
#. HBwZE
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне D"
#. TTFkh
-#: include/svx/strings.hrc:1476
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "К.Я.К., дадатковыя ідэаграфы сумяшчальнасці"
#. 2jALB
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Тэгі"
#. 2iHJN
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Кірыліца дадатковая"
#. ABgr9
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Коды выбару адмен гліфаў"
#. a4q6S
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Дадатковы дыяпазон для асабістага карыстання A"
#. k638K
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Дадатковы дыяпазон для асабістага карыстання B"
#. pKFTg
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Лімбу"
#. TJHGp
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Тай Лэ"
#. nujxa
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Кхмерскія знакі"
#. neD93
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Фанетычныя пашырэнні"
#. C6LwC
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Розныя знакі і стрэлкі"
#. giR4r
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Гексаграмы Кнігі перамен"
#. EqFxm
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Лінейнае пісьмо B, склады"
#. VeZNe
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Лінейнае пісьмо B, ідэаграмы"
#. Tvkgh
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Эгейскія лічбы"
#. CuThH
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Угарыцкая"
#. nBtk5
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Шавіан"
#. vvMNk
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Асманья"
#. aiySp
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Сінгальская"
#. PEGiu
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetan"
#. tRBTP
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "М'янма"
#. 8sgGF
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Огхам"
#. jFWRQ
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Рунічны"
#. jhzoc
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Сірыйскі"
#. B66QG
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Таана"
#. j8cuG
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Эфіопскі"
#. AE5wq
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Чэракі"
#. 9mgNF
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Канадскіх абарыгенаў складавы"
#. d5JWE
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolian"
#. XnzyB
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Розныя матэматычныя сімвалы-A"
#. R5W9H
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Дадатковыя стрэлкі-A"
#. QYf7A
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Узоры Брайля"
#. 63BBg
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Дадатковыя стрэлкі-B"
#. ykowm
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Розныя матэматычныя сімвалы-B"
#. GGdze
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "К.Я.К. радыкальны дадатак"
#. WLLAP
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Каншы радыкальныя"
#. EyZR2
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Знакі ідэаграфічных апісанняў"
#. o3AQ6
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Тагальская"
#. BVieL
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Хануну"
#. DwAEz
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Тагбанва"
#. 3GDP5
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Бухід"
#. BfGBm
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Канбун"
#. cL7Vo
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Бопомофо пашыраны"
#. MQoBs
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Катакана фанетыка"
#. fCpRM
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Іерагліфічныя рысы CJK"
#. zyW2q
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Кіпрскае складовае пісьмо"
#. GWxb8
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Сімвалы Тай Сюань Цзін"
#. 8ZJmr
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Дадатковыя коды выбару адмен гліфаў"
#. RR6Er
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Старажытнагрэчаскія музычныя знакі"
#. K3GsF
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Старажытнагрэчаскія лічбы"
#. y4HCg
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Арабскія, дадатак"
#. KUnXb
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Бугініз"
#. zDaXa
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Дадатковыя спалучальныя дыякрытычныя знакі"
#. 9Z24A
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Коптская"
#. CANHf
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Пашыранае эфіопскае"
#. X8DEc
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Дадатковыя эфіопскія"
#. fYpFz
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Грузінскія дадатковыя"
#. 3Gzxx
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Глаголіца"
#. zKCVG
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Кхароштхі"
#. U8zrU
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Мадыфікатары тонаў літар"
#. B2yF8
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Новы Тай Лэ"
#. J4KdA
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Старажытнаперсідскае"
#. eGPjC
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Дадатковыя фанетычныя пашырэнні"
#. XboFE
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Дадатковая пунктуацыя"
#. tBJi3
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Сілоці-нагры"
#. Qrowh
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Тыфінаг"
#. aZKS5
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Вертыкальныя формы"
#. ihUDF
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Н'Ко"
#. Z3AAi
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Балійская"
#. 428ER
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Пашыраная лацініца C"
#. SqFfT
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Пашыраная лацініца D"
#. yMmow
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Пагба"
#. V6CsB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Фінікійская"
#. GNBwz
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Клінапіс"
#. VBPZE
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Клінапіс, лічбы і пунктуацыя"
#. 9msGJ
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Лічбы з лічыльных палачак"
#. i6Gx9
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Сунданская"
#. WrXXX
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Лепча"
#. FhhAQ
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ол Чыкі"
#. eHvUh
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Пашыраная кірыліца A"
#. ZkKwE
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Ваі"
#. pBASG
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Пашыраная кірыліца B"
#. GoQpd
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Саўраштра"
#. 6pufg
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Кая Лі"
#. bmFny
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Рэджанг"
#. EaXay
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Чам"
#. qYaAV
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Старажытныя сімвалы"
#. At8Tk
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Фесцкі дыск"
#. ryGAF
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Лікійская"
#. EYLa8
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Карыйская"
#. TPN6m
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Лідыйская"
#. G5GLd
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Косці для маджонгу"
#. EyMaF
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Косці для даміно"
#. r2YQs
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Самарыцянская"
#. feZ2Q
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Складовае пісьмо канадскіх абарыгенаў, пашыранае"
#. H4FpF
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Таі Тхам"
#. BgKLG
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Ведыйскія пашырэнні"
#. bVNYf
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Лісу"
#. riEM3
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Бамум"
#. CQMqK
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Агульныя індыйскія лічбавыя формы"
#. gDEUp
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Пашыранае дэванагары"
#. UsAq2
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Хангул джама пашырана A"
#. g5H7j
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Яванская"
#. upBjC
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "М'янма пашырана A"
#. GQ3XX
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Тай Віет"
#. HGVSu
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Маніпуры"
#. ryvor
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Хангул джама пашырана B"
#. RTxUc
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Імперская арамейская"
#. 7E6G8
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Старажытная паўднёваарабская"
#. Ab3wu
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Авестыйская"
#. 5gN8e
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Наскальнае парфянскае пісьмо"
#. D7rcV
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Наскальнае пісьмо пехлеві"
#. d44Dq
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Старажытнатурэцкае"
#. CLuJC
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Лічбавыя сімвалы Румі"
#. FpFeH
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Кайтхі"
#. Swfzy
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Егіпецкія іерогліфы"
#. bMYVC
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Дадатковыя ўпісаныя літары і лічбы"
#. Dqcpa
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Дадатковыя ўпісаныя ідэаграмы"
#. 8eCZn
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Мандэйскае"
#. 8LVFp
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Батацкае"
#. 9SrgK
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Эфіопская пашырана А"
#. cQEzt
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Брахмі"
#. n4oND
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Бамум дадатковае"
#. xibkG
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Кана дадатковае"
#. xyswt
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Карты для гульні"
#. TqExt
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Разнастайныя сімвалы і піктаграмы"
#. wtMts
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Значкі эмоцый"
#. WgGuX
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Сімвалы транспарту і картаграфіі"
#. fBitP
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Алхімічныя сімвалы"
#. CWvjP
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Пашыранае арабскае пісьмо A"
#. D7mEf
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Арабскія матэматычныя алфавітныя сімвалы"
#. 8ouWH
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Чакма"
#. z3gG4
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Пашырэнні маніпуры"
#. mFAeA
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Мераіцкі курсіў"
#. b5m8K
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Мераіцкія іерогліфы"
#. Xrkei
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Мяа"
#. hG9Na
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Шарада"
#. rTKpL
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Сора Сомпенг"
#. CAKEC
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Сунданскае дадатковае"
#. pTsMT
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Такры"
#. HNCk9
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Баса"
#. GWufB
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Каўказская албанская"
#. t8Bfn
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Копцкія лікі эпакт"
#. kAeYs
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Камбінавальныя дыякрытычныя знакі пашыраныя"
#. 8TGuM
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Дуплоян"
#. Yaq3z
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Эльбасан"
#. QmkME
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Пашыраныя геаметрычныя фігуры"
#. R9PgF
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Грантха"
#. tpSqU
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Хойкі"
#. 4pjBM
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Худавады"
#. GoPep
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Лацінскі пашыраны-Е"
#. wNozk
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Лінейнае пісьмо А"
#. SjAev
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Магаджані"
#. CA7vw
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Маніхейская"
#. UUKC4
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Мендэ Кікакуй"
#. ZhzBz
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Моды"
#. jC4Ue
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Мро"
#. TiWmd
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "М'янма пашырана B"
#. y7tCX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Набатэйская"
#. T29Cw
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Старажытная паўночнаарабская"
#. EZADa
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Старапермская"
#. 9oFL2
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Арнаменты Dingbats"
#. TYGv3
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Пахаў Хмонг"
#. wd8bD
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Пальмірская"
#. dkSnn
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Пау Цін Хаў"
#. bts3U
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Дадатковыя стрэлкі-C"
#. iGUzh
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ахом"
#. cPJhp
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Анаталійскія іерогліфы"
#. GAd7H
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне A"
#. ho93C
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Хатран"
#. e3aXA
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Мултані"
#. D6qsK
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Адлам"
#. F2AJT
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Бхайкшукі"
#. zDLT2
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Пашыраная кірыліца-C"
#. S69GG
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Марчэн"
#. Mr7RB
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1697
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Грузінская"
#. RTgGA
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Неўа"
#. JJrpR
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Осэйдж"
#. o3qMt
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Тангуцкая"
#. nRMFd
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Тангуцкія кампаненты"
#. uFMWt
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне F"
#. DH39v
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1703
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "М'янма A"
#. jPSFu
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Нушу"
#. DHbMR
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Соёмбо"
#. gPnhH
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1707
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Кірыліца дадатковая"
#. rbMNp
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1737
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1738
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1739
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1741
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1743
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1744
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1745
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1747
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1749
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1750
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
@@ -10603,244 +10635,245 @@ msgid "Diagonal border line from bottom left to top right"
msgstr "Дыяганальная межавая лінія з левага нізу ў правы верх"
#. hPpj7
+#. SVX_NUM_NUMBER_NONE
#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Няма"
#. dQWBh
-#. SVX_NUM_NUMBER_NONE
+#. SVX_NUM_CHAR_SPECIAL
#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "\"Кропка\""
#. GfQQK
-#. SVX_NUM_CHAR_SPECIAL
+#. SVX_NUM_BITMAP
#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Графіка"
#. DfEKa
-#. SVX_NUM_BITMAP
+#. SVX_NUM_BITMAP|0x80
#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "Злучаны графічны аб'ект"
#. AF3ts
-#. SVX_NUM_BITMAP|0x80
+#. SVX_NUM_ARABIC
#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. bBGa7
-#. SVX_NUM_ARABIC
+#. SVX_NUM_CHARS_UPPER_LETTER
#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. 5MDDu
-#. SVX_NUM_CHARS_UPPER_LETTER
+#. SVX_NUM_CHARS_LOWER_LETTER
#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. qGL48
-#. SVX_NUM_CHARS_LOWER_LETTER
+#. SVX_NUM_ROMAN_UPPER
#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. tZAzS
-#. SVX_NUM_ROMAN_UPPER
+#. SVX_NUM_ROMAN_LOWER
#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. hbCEG
-#. SVX_NUM_ROMAN_LOWER
+#. TEXT_NUMBER
#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1st, 2nd, 3rd, ..."
msgstr ""
#. ymefj
-#. TEXT_NUMBER
+#. TEXT_CARDINAL
#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "One, Two, Three, ..."
msgstr ""
#. uPBZs
-#. TEXT_CARDINAL
+#. TEXT_ORDINAL
#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "First, Second, Third, ..."
msgstr ""
#. 2QoAG
-#. TEXT_ORDINAL
+#. SVX_NUM_CHARS_UPPER_LETTER_N
#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. 7Snqt
-#. SVX_NUM_CHARS_UPPER_LETTER_N
+#. SVX_NUM_CHARS_LOWER_LETTER_N
#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. 2jYQi
-#. SVX_NUM_CHARS_LOWER_LETTER_N
+#. SYMBOL_CHICAGO
#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "*, †, ‡, §, **, ††, ..."
msgstr ""
#. GG8gr
-#. SYMBOL_CHICAGO
+#. NATIVE_NUMBERING
#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Традыцыйнае нумараванне"
#. yLB7R
-#. NATIVE_NUMBERING
+#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (балгарскае)"
#. JHskj
-#. CHARS_CYRILLIC_UPPER_LETTER_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (балгарскае)"
#. sqKyt
-#. CHARS_CYRILLIC_LOWER_LETTER_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (балгарскае)"
#. QtcCE
-#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
+#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (балгарскае)"
#. DeUDb
-#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
+#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (рускае)"
#. kAHJb
-#. CHARS_CYRILLIC_UPPER_LETTER_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (рускае)"
#. kHAr7
-#. CHARS_CYRILLIC_LOWER_LETTER_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (рускае)"
#. Dkve7
-#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
+#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (рускае)"
#. EdfYn
-#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
+#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (па-сербску)"
#. oFJkn
-#. CHARS_CYRILLIC_UPPER_LETTER_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (па-сербску)"
#. oA7CM
-#. CHARS_CYRILLIC_LOWER_LETTER_SR
+#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (па-сербску)"
#. Eom7M
-#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
+#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (па-сербску)"
#. p4hKs
-#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
+#. CHARS_GREEK_UPPER_LETTER
#: svx/inc/numberingtype.hrc:57
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (па-грэчаску, загалоўныя)"
#. HYhns
-#. CHARS_GREEK_UPPER_LETTER
+#. CHARS_GREEK_LOWER_LETTER
#: svx/inc/numberingtype.hrc:58
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (па-грэчаску, малыя)"
#. 8Cxkk
-#. CHARS_GREEK_LOWER_LETTER
+#. NUMBER_HEBREW
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ, ..."
#. n2sV8
-#. NUMBER_HEBREW
+#. CHARS_HEBREW
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת, ..."
#. nR8RG
-#. CHARS_HEBREW
+#. NUMBER_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "١, ٢, ٣, ٤, ... (Arabic)"
msgstr ""
#. jEE4r
-#. NUMBER_ARABIC_INDIC
+#. NUMBER_EAST_ARABIC_INDIC
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "۱, ۲, ۳, ۴, ... (Farsi)"
msgstr ""
#. YFYp2
-#. NUMBER_EAST_ARABIC_INDIC
+#. NUMBER_INDIC_DEVANAGARI
#: svx/inc/numberingtype.hrc:63
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "१, २, ३, ..."
@@ -16080,7 +16113,7 @@ msgid "Properties"
msgstr ""
#. RyWCg
-#: svx/uiconfig/ui/inspectortextpanel.ui:75
+#: svx/uiconfig/ui/inspectortextpanel.ui:77
msgctxt "inspectortextpanel|value"
msgid "Values"
msgstr ""
diff --git a/source/be/sw/messages.po b/source/be/sw/messages.po
index 0df90fe31ec..7f51164d0f0 100644
--- a/source/be/sw/messages.po
+++ b/source/be/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:03+0200\n"
+"POT-Creation-Date: 2020-08-17 12:40+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -573,7 +573,7 @@ msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Нумараваныя абзацы"
-#. 5Btdu
+#. YUbUQ
#. --------------------------------------------------------------------
#. Description: API names for Paragraph, Character
#. and Text cursor properties
@@ -581,1301 +581,1337 @@ msgstr "Нумараваныя абзацы"
#. Format names
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Color"
+msgstr ""
+
+#. 5Btdu
+#: sw/inc/inspectorproperties.hrc:32
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Border Distance"
msgstr ""
+#. sKjYr
+#: sw/inc/inspectorproperties.hrc:33
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Inner Line Width"
+msgstr ""
+
+#. yrAyD
+#: sw/inc/inspectorproperties.hrc:34
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Distance"
+msgstr ""
+
+#. jS4tt
+#: sw/inc/inspectorproperties.hrc:35
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Style"
+msgstr ""
+
+#. noNDX
+#: sw/inc/inspectorproperties.hrc:36
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Line Width"
+msgstr ""
+
+#. MVL7X
+#: sw/inc/inspectorproperties.hrc:37
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Outer Line Width"
+msgstr ""
+
#. c7Qfp
-#: sw/inc/inspectorproperties.hrc:32
+#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
msgstr ""
#. EWncC
-#: sw/inc/inspectorproperties.hrc:33
+#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
msgstr ""
#. rLqgx
-#: sw/inc/inspectorproperties.hrc:34
+#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
msgstr ""
#. kFMbA
-#: sw/inc/inspectorproperties.hrc:35
+#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
msgstr ""
#. cd79Y
-#: sw/inc/inspectorproperties.hrc:36
+#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
msgstr ""
#. JzYHd
-#: sw/inc/inspectorproperties.hrc:37
+#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
msgstr ""
#. sGjrW
-#: sw/inc/inspectorproperties.hrc:38
+#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
msgstr ""
#. jP3gx
-#: sw/inc/inspectorproperties.hrc:39
+#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
msgstr ""
#. BB8yt
-#: sw/inc/inspectorproperties.hrc:40
+#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
msgstr ""
#. op3aQ
-#: sw/inc/inspectorproperties.hrc:41
+#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
msgstr ""
#. a6CtM
-#: sw/inc/inspectorproperties.hrc:42
+#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
msgstr ""
#. CGu8x
-#: sw/inc/inspectorproperties.hrc:43
+#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
msgstr ""
#. s75ej
-#: sw/inc/inspectorproperties.hrc:44
+#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
msgstr ""
#. pZwAM
-#: sw/inc/inspectorproperties.hrc:45
+#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
msgstr ""
#. AxVck
-#: sw/inc/inspectorproperties.hrc:46
+#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
msgstr ""
#. FBN8b
-#: sw/inc/inspectorproperties.hrc:47
+#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
msgstr ""
#. 5kpZt
-#: sw/inc/inspectorproperties.hrc:48
+#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
msgstr ""
#. nq7ZN
-#: sw/inc/inspectorproperties.hrc:49
+#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
msgstr ""
#. EYEqN
-#: sw/inc/inspectorproperties.hrc:50
+#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
msgstr ""
#. ZBAH9
-#: sw/inc/inspectorproperties.hrc:51
+#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
msgstr ""
#. gABwu
-#: sw/inc/inspectorproperties.hrc:52
+#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
msgstr ""
#. ccULG
-#: sw/inc/inspectorproperties.hrc:53
+#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
msgstr ""
#. LVABm
-#: sw/inc/inspectorproperties.hrc:54
+#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
msgstr ""
#. B2CTr
-#: sw/inc/inspectorproperties.hrc:55
+#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
msgstr ""
#. bXxkA
-#: sw/inc/inspectorproperties.hrc:56
+#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
msgstr ""
#. QikGB
-#: sw/inc/inspectorproperties.hrc:57
+#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
msgstr ""
#. t2UDu
-#: sw/inc/inspectorproperties.hrc:58
+#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
msgstr ""
#. XXqBJ
-#: sw/inc/inspectorproperties.hrc:59
+#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
msgstr ""
#. ZonDP
-#: sw/inc/inspectorproperties.hrc:60
+#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
msgstr ""
#. qrfZA
-#: sw/inc/inspectorproperties.hrc:61
+#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
msgstr ""
#. CGEVw
-#: sw/inc/inspectorproperties.hrc:62
+#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
msgstr ""
#. bYGhE
-#: sw/inc/inspectorproperties.hrc:63
+#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
msgstr ""
#. 72RGq
-#: sw/inc/inspectorproperties.hrc:64
+#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
msgstr ""
#. Ef9Rc
-#: sw/inc/inspectorproperties.hrc:65
+#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
msgstr ""
#. EcTvq
-#: sw/inc/inspectorproperties.hrc:66
+#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
msgstr ""
#. jrLqT
-#: sw/inc/inspectorproperties.hrc:67
+#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
msgstr ""
#. WtA4i
-#: sw/inc/inspectorproperties.hrc:68
+#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
msgstr ""
#. kHGrk
-#: sw/inc/inspectorproperties.hrc:69
+#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
msgstr ""
#. KVfXe
-#: sw/inc/inspectorproperties.hrc:70
+#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
msgstr ""
#. CQWM3
-#: sw/inc/inspectorproperties.hrc:71
+#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
msgstr ""
#. h6gAC
-#: sw/inc/inspectorproperties.hrc:72
+#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
msgstr ""
#. Tm4Rb
-#: sw/inc/inspectorproperties.hrc:73
+#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
msgstr ""
#. AQzKB
-#: sw/inc/inspectorproperties.hrc:74
+#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
msgstr ""
#. zqVBR
-#: sw/inc/inspectorproperties.hrc:75
+#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
msgstr ""
#. FNnH2
-#: sw/inc/inspectorproperties.hrc:76
+#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
msgstr ""
#. 3DzPD
-#: sw/inc/inspectorproperties.hrc:77
+#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
msgstr ""
#. TkovG
-#: sw/inc/inspectorproperties.hrc:78
+#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
msgstr ""
#. T44dN
-#: sw/inc/inspectorproperties.hrc:79
+#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
msgstr ""
#. EzwnG
-#: sw/inc/inspectorproperties.hrc:80
+#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
msgstr ""
#. CFpCB
-#: sw/inc/inspectorproperties.hrc:81
+#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
msgstr ""
#. ZZNYY
-#: sw/inc/inspectorproperties.hrc:82
+#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
msgstr ""
#. ZAkB6
-#: sw/inc/inspectorproperties.hrc:83
+#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
msgstr ""
#. Ju3fR
-#: sw/inc/inspectorproperties.hrc:84
+#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
msgstr ""
#. sA8Rk
-#: sw/inc/inspectorproperties.hrc:85
+#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
msgstr ""
#. AAvjB
-#: sw/inc/inspectorproperties.hrc:86
+#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
msgstr ""
#. ioDYE
-#: sw/inc/inspectorproperties.hrc:87
+#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
msgstr ""
#. GBMFT
-#: sw/inc/inspectorproperties.hrc:88
+#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
msgstr ""
#. 5y7T3
-#: sw/inc/inspectorproperties.hrc:89
+#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
msgstr ""
#. BEeWf
-#: sw/inc/inspectorproperties.hrc:90
+#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
msgstr ""
#. yTFRk
-#: sw/inc/inspectorproperties.hrc:91
+#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
msgstr ""
#. 8WG25
-#: sw/inc/inspectorproperties.hrc:92
+#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
msgstr ""
#. yuK3c
-#: sw/inc/inspectorproperties.hrc:93
+#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
msgstr ""
#. j4w85
-#: sw/inc/inspectorproperties.hrc:94
+#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
msgstr ""
#. C5Ds3
-#: sw/inc/inspectorproperties.hrc:95
+#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
msgstr ""
#. ABhRa
-#: sw/inc/inspectorproperties.hrc:96
+#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
msgstr ""
#. BsxCo
-#: sw/inc/inspectorproperties.hrc:97
+#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
msgstr ""
#. jrnRf
-#: sw/inc/inspectorproperties.hrc:98
+#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
msgstr ""
#. UEpDe
-#: sw/inc/inspectorproperties.hrc:99
+#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
msgstr ""
#. jwSQF
-#: sw/inc/inspectorproperties.hrc:100
+#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
msgstr ""
#. cYG7T
-#: sw/inc/inspectorproperties.hrc:101
+#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
msgstr ""
#. WFuSd
-#: sw/inc/inspectorproperties.hrc:102
+#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
msgstr ""
#. 9sRCG
-#: sw/inc/inspectorproperties.hrc:103
+#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
msgstr ""
#. tKjaF
-#: sw/inc/inspectorproperties.hrc:104
+#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
msgstr ""
#. H9st9
-#: sw/inc/inspectorproperties.hrc:105
+#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
msgstr ""
#. zrLCN
-#: sw/inc/inspectorproperties.hrc:106
+#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
msgstr ""
#. PN2pE
-#: sw/inc/inspectorproperties.hrc:107
+#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
msgstr ""
#. rq2fu
-#: sw/inc/inspectorproperties.hrc:108
+#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
msgstr ""
#. SNLiC
-#: sw/inc/inspectorproperties.hrc:109
+#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
msgstr ""
#. ZoAde
-#: sw/inc/inspectorproperties.hrc:110
+#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
msgstr ""
#. CAJEC
-#: sw/inc/inspectorproperties.hrc:111
+#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
msgstr ""
#. yGPLz
-#: sw/inc/inspectorproperties.hrc:112
+#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
msgstr ""
#. HmfPF
-#: sw/inc/inspectorproperties.hrc:113
+#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
msgstr ""
#. QRCs4
-#: sw/inc/inspectorproperties.hrc:114
+#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
msgstr ""
#. EwWk2
-#: sw/inc/inspectorproperties.hrc:115
+#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
msgstr ""
#. nxNQB
-#: sw/inc/inspectorproperties.hrc:116
+#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
msgstr ""
#. D4T2M
-#: sw/inc/inspectorproperties.hrc:117
+#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
msgstr ""
#. z8NA6
-#: sw/inc/inspectorproperties.hrc:118
+#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
msgstr ""
#. 4BCE7
-#: sw/inc/inspectorproperties.hrc:119
+#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
msgstr ""
#. JXrsY
-#: sw/inc/inspectorproperties.hrc:120
+#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index"
msgstr ""
#. A3nea
-#: sw/inc/inspectorproperties.hrc:121
+#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Document Index Mark"
msgstr ""
#. XgFaZ
-#: sw/inc/inspectorproperties.hrc:122
+#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
msgstr ""
#. BtV5G
-#: sw/inc/inspectorproperties.hrc:123
+#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
msgstr ""
#. SnMZX
-#: sw/inc/inspectorproperties.hrc:124
+#: sw/inc/inspectorproperties.hrc:130
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
msgstr ""
#. LXhoV
-#: sw/inc/inspectorproperties.hrc:125
+#: sw/inc/inspectorproperties.hrc:131
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Endnote"
msgstr ""
#. YmvFY
-#: sw/inc/inspectorproperties.hrc:126
+#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Background"
msgstr ""
#. TvMCc
-#: sw/inc/inspectorproperties.hrc:127
+#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
msgstr ""
#. GWWrC
-#: sw/inc/inspectorproperties.hrc:128
+#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
msgstr ""
#. r2Aif
-#: sw/inc/inspectorproperties.hrc:129
+#: sw/inc/inspectorproperties.hrc:135
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
msgstr ""
#. FZtcW
-#: sw/inc/inspectorproperties.hrc:130
+#: sw/inc/inspectorproperties.hrc:136
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
msgstr ""
#. C4jU5
-#: sw/inc/inspectorproperties.hrc:131
+#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
msgstr ""
#. w2UVD
-#: sw/inc/inspectorproperties.hrc:132
+#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
msgstr ""
#. ZTKw7
-#: sw/inc/inspectorproperties.hrc:133
+#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
msgstr ""
#. BVBvB
-#: sw/inc/inspectorproperties.hrc:134
+#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
msgstr ""
#. CzVxv
-#: sw/inc/inspectorproperties.hrc:135
+#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
msgstr ""
#. GrmLm
-#: sw/inc/inspectorproperties.hrc:136
+#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
msgstr ""
#. stSMW
-#: sw/inc/inspectorproperties.hrc:137
+#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
msgstr ""
#. zJV5G
-#: sw/inc/inspectorproperties.hrc:138
+#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
msgstr ""
#. HMq2D
-#: sw/inc/inspectorproperties.hrc:139
+#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
msgstr ""
#. 6iSjs
-#: sw/inc/inspectorproperties.hrc:140
+#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
msgstr ""
#. Fd28G
-#: sw/inc/inspectorproperties.hrc:141
+#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
msgstr ""
#. neFA2
-#: sw/inc/inspectorproperties.hrc:142
+#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
msgstr ""
#. 72i4Q
-#: sw/inc/inspectorproperties.hrc:143
+#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient"
msgstr ""
#. uWcQT
-#: sw/inc/inspectorproperties.hrc:144
+#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Name"
msgstr ""
#. uazQm
-#: sw/inc/inspectorproperties.hrc:145
+#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
msgstr ""
#. bTjNu
-#: sw/inc/inspectorproperties.hrc:146
+#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch"
msgstr ""
#. YCBtr
-#: sw/inc/inspectorproperties.hrc:147
+#: sw/inc/inspectorproperties.hrc:153
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Hatch Name"
msgstr ""
#. GbQPt
-#: sw/inc/inspectorproperties.hrc:148
+#: sw/inc/inspectorproperties.hrc:154
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
msgstr ""
#. tFYmZ
-#: sw/inc/inspectorproperties.hrc:149
+#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
msgstr ""
#. H9v5s
-#: sw/inc/inspectorproperties.hrc:150
+#: sw/inc/inspectorproperties.hrc:156
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
msgstr ""
#. pZH4P
-#: sw/inc/inspectorproperties.hrc:151
+#: sw/inc/inspectorproperties.hrc:157
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
msgstr ""
#. WqmBo
-#: sw/inc/inspectorproperties.hrc:152
+#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Follow Style"
msgstr ""
#. 32Vgt
-#: sw/inc/inspectorproperties.hrc:153
+#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Footnote"
msgstr ""
#. NuA4J
-#: sw/inc/inspectorproperties.hrc:154
+#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hidden"
msgstr ""
#. TwGWU
-#: sw/inc/inspectorproperties.hrc:155
+#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Events"
msgstr ""
#. XU6P3
-#: sw/inc/inspectorproperties.hrc:156
+#: sw/inc/inspectorproperties.hrc:162
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Name"
msgstr ""
#. qRBxH
-#: sw/inc/inspectorproperties.hrc:157
+#: sw/inc/inspectorproperties.hrc:163
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink Target"
msgstr ""
#. BoFLZ
-#: sw/inc/inspectorproperties.hrc:158
+#: sw/inc/inspectorproperties.hrc:164
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Hyperlink URL"
msgstr ""
#. CbvLt
-#: sw/inc/inspectorproperties.hrc:159
+#: sw/inc/inspectorproperties.hrc:165
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Auto Update"
msgstr ""
#. DYXxe
-#: sw/inc/inspectorproperties.hrc:160
+#: sw/inc/inspectorproperties.hrc:166
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Is Physical"
msgstr ""
#. AdAo8
-#: sw/inc/inspectorproperties.hrc:161
+#: sw/inc/inspectorproperties.hrc:167
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border"
msgstr ""
#. tAqBG
-#: sw/inc/inspectorproperties.hrc:162
+#: sw/inc/inspectorproperties.hrc:168
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
msgstr ""
#. 9cGvH
-#: sw/inc/inspectorproperties.hrc:163
+#: sw/inc/inspectorproperties.hrc:169
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
msgstr ""
#. fBeTS
-#: sw/inc/inspectorproperties.hrc:164
+#: sw/inc/inspectorproperties.hrc:170
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
msgstr ""
#. b73Zq
-#: sw/inc/inspectorproperties.hrc:165
+#: sw/inc/inspectorproperties.hrc:171
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
msgstr ""
#. n9DQD
-#: sw/inc/inspectorproperties.hrc:166
+#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Nested Text Content"
msgstr ""
#. AzBDm
-#: sw/inc/inspectorproperties.hrc:167
+#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
msgstr ""
#. WsqfF
-#: sw/inc/inspectorproperties.hrc:168
+#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Level"
msgstr ""
#. CEkBY
-#: sw/inc/inspectorproperties.hrc:169
+#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Rules"
msgstr ""
#. nTMoh
-#: sw/inc/inspectorproperties.hrc:170
+#: sw/inc/inspectorproperties.hrc:176
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Start Value"
msgstr ""
#. KYbBB
-#: sw/inc/inspectorproperties.hrc:171
+#: sw/inc/inspectorproperties.hrc:177
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering Style Name"
msgstr ""
#. zrVDM
-#: sw/inc/inspectorproperties.hrc:172
+#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Content Visible"
msgstr ""
#. NNuo4
-#: sw/inc/inspectorproperties.hrc:173
+#: sw/inc/inspectorproperties.hrc:179
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outline Level"
msgstr ""
#. syTbJ
-#: sw/inc/inspectorproperties.hrc:174
+#: sw/inc/inspectorproperties.hrc:180
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
msgstr ""
#. wLGct
-#: sw/inc/inspectorproperties.hrc:175
+#: sw/inc/inspectorproperties.hrc:181
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
msgstr ""
#. ryHzy
-#: sw/inc/inspectorproperties.hrc:176
+#: sw/inc/inspectorproperties.hrc:182
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Style Name"
msgstr ""
#. UyyB6
-#: sw/inc/inspectorproperties.hrc:177
+#: sw/inc/inspectorproperties.hrc:183
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Rsid"
msgstr ""
#. xqcEV
-#: sw/inc/inspectorproperties.hrc:178
+#: sw/inc/inspectorproperties.hrc:184
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
msgstr ""
#. SyTxG
-#: sw/inc/inspectorproperties.hrc:179
+#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
msgstr ""
#. WHaym
-#: sw/inc/inspectorproperties.hrc:180
+#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
msgstr ""
#. uKmB5
-#: sw/inc/inspectorproperties.hrc:181
+#: sw/inc/inspectorproperties.hrc:187
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
msgstr ""
#. f6RGz
-#: sw/inc/inspectorproperties.hrc:182
+#: sw/inc/inspectorproperties.hrc:188
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
msgstr ""
#. Yy5RY
-#: sw/inc/inspectorproperties.hrc:183
+#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
msgstr ""
#. MLDdK
-#: sw/inc/inspectorproperties.hrc:184
+#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
msgstr ""
#. HkGF3
-#: sw/inc/inspectorproperties.hrc:185
+#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Transparent"
msgstr ""
#. TuYLo
-#: sw/inc/inspectorproperties.hrc:186
+#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin"
msgstr ""
#. r5BAb
-#: sw/inc/inspectorproperties.hrc:187
+#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Bottom Margin Relative"
msgstr ""
#. rCWLX
-#: sw/inc/inspectorproperties.hrc:188
+#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
msgstr ""
#. GLxXC
-#: sw/inc/inspectorproperties.hrc:189
+#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Conditional Style Name"
msgstr ""
#. AFGoP
-#: sw/inc/inspectorproperties.hrc:190
+#: sw/inc/inspectorproperties.hrc:196
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Context Margin"
msgstr ""
#. dpsFJ
-#: sw/inc/inspectorproperties.hrc:191
+#: sw/inc/inspectorproperties.hrc:197
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
msgstr ""
#. iD2DL
-#: sw/inc/inspectorproperties.hrc:192
+#: sw/inc/inspectorproperties.hrc:198
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
msgstr ""
#. wCMnF
-#: sw/inc/inspectorproperties.hrc:193
+#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
msgstr ""
#. z47wS
-#: sw/inc/inspectorproperties.hrc:194
+#: sw/inc/inspectorproperties.hrc:200
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
msgstr ""
#. nFxKY
-#: sw/inc/inspectorproperties.hrc:195
+#: sw/inc/inspectorproperties.hrc:201
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Leading Chars"
msgstr ""
#. agdzD
-#: sw/inc/inspectorproperties.hrc:196
+#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Trailing Chars"
msgstr ""
#. hj7Fp
-#: sw/inc/inspectorproperties.hrc:197
+#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
#. 4bemD
-#: sw/inc/inspectorproperties.hrc:198
+#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:199
+#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:200
+#: sw/inc/inspectorproperties.hrc:206
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:201
+#: sw/inc/inspectorproperties.hrc:207
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:202
+#: sw/inc/inspectorproperties.hrc:208
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:203
+#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:204
+#: sw/inc/inspectorproperties.hrc:210
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:205
+#: sw/inc/inspectorproperties.hrc:211
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:206
+#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:207
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:208
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:209
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10950,127 +10986,127 @@ msgid "Width:"
msgstr "Шырыня:"
#. nD3AU
-#: sw/uiconfig/swriter/ui/columnpage.ui:246
+#: sw/uiconfig/swriter/ui/columnpage.ui:249
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Інтэрвал:"
#. Xn7wn
-#: sw/uiconfig/swriter/ui/columnpage.ui:360
+#: sw/uiconfig/swriter/ui/columnpage.ui:365
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "Шырыня і інтэрвал"
#. aBAZn
-#: sw/uiconfig/swriter/ui/columnpage.ui:397
+#: sw/uiconfig/swriter/ui/columnpage.ui:402
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Стыль:"
#. iTh5i
-#: sw/uiconfig/swriter/ui/columnpage.ui:411
+#: sw/uiconfig/swriter/ui/columnpage.ui:416
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "Шырыня:"
#. fEm38
-#: sw/uiconfig/swriter/ui/columnpage.ui:425
+#: sw/uiconfig/swriter/ui/columnpage.ui:430
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "Вышыня:"
#. vKEyi
-#: sw/uiconfig/swriter/ui/columnpage.ui:439
+#: sw/uiconfig/swriter/ui/columnpage.ui:444
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "Месца:"
#. DcSGt
-#: sw/uiconfig/swriter/ui/columnpage.ui:471
+#: sw/uiconfig/swriter/ui/columnpage.ui:476
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Зверху"
#. MKcWL
-#: sw/uiconfig/swriter/ui/columnpage.ui:472
+#: sw/uiconfig/swriter/ui/columnpage.ui:477
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "У цэнтры"
#. CxCJF
-#: sw/uiconfig/swriter/ui/columnpage.ui:473
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Знізу"
#. kkGNR
-#: sw/uiconfig/swriter/ui/columnpage.ui:525
+#: sw/uiconfig/swriter/ui/columnpage.ui:532
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "Колер:"
#. 9o7DQ
-#: sw/uiconfig/swriter/ui/columnpage.ui:561
+#: sw/uiconfig/swriter/ui/columnpage.ui:568
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "Межавальная лінія:"
#. 7SaDT
-#: sw/uiconfig/swriter/ui/columnpage.ui:612
+#: sw/uiconfig/swriter/ui/columnpage.ui:619
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Калонкі:"
#. X9vG6
-#: sw/uiconfig/swriter/ui/columnpage.ui:646
+#: sw/uiconfig/swriter/ui/columnpage.ui:654
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "Пароўну на ўсе калонкі"
#. bV6Pg
-#: sw/uiconfig/swriter/ui/columnpage.ui:669
+#: sw/uiconfig/swriter/ui/columnpage.ui:677
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Пазначанае"
#. qA5MH
-#: sw/uiconfig/swriter/ui/columnpage.ui:670
+#: sw/uiconfig/swriter/ui/columnpage.ui:678
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Гэты раздзел"
#. VSvpa
-#: sw/uiconfig/swriter/ui/columnpage.ui:671
+#: sw/uiconfig/swriter/ui/columnpage.ui:679
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Пазначаны раздзел"
#. Mo9GL
-#: sw/uiconfig/swriter/ui/columnpage.ui:672
+#: sw/uiconfig/swriter/ui/columnpage.ui:680
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Рамка"
#. mBmAm
-#: sw/uiconfig/swriter/ui/columnpage.ui:673
+#: sw/uiconfig/swriter/ui/columnpage.ui:681
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Стыль старонкі: "
#. AJFqx
-#: sw/uiconfig/swriter/ui/columnpage.ui:685
+#: sw/uiconfig/swriter/ui/columnpage.ui:693
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "Замацаваць:"
#. rzBnm
-#: sw/uiconfig/swriter/ui/columnpage.ui:711
+#: sw/uiconfig/swriter/ui/columnpage.ui:719
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "Кірунак тэксту"
#. fEbMc
-#: sw/uiconfig/swriter/ui/columnpage.ui:767
+#: sw/uiconfig/swriter/ui/columnpage.ui:775
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Настаўленні"
@@ -12802,67 +12838,67 @@ msgid "Space to text"
msgstr "Адлегласць ад тэксту"
#. G6Dar
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:156
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:158
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Абсяг зноскі"
#. nD6YA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:195
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:197
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "Месца"
#. fzkPB
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:210
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:212
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "Стыль"
#. 7X5cr
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:225
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:227
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "Таўшчыня"
#. myPFY
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:240
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:242
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "Колер"
#. xdT9F
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:255
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:257
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "Даўжыня"
#. F3nWG
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:270
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:272
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "Адлегласць ад зместу зноскі"
#. uZuEN
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:287
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Злева"
#. dqnpa
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:288
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:290
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "У цэнтры"
#. eMfVA
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:289
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:291
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Справа"
#. bUbrX
-#: sw/uiconfig/swriter/ui/footnoteareapage.ui:384
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:389
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "Межавальная лінія"
@@ -19095,7 +19131,7 @@ msgid "_More Options"
msgstr "Больш параметраў"
#. tG9pB
-#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:193
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Больш параметраў"
@@ -21275,43 +21311,43 @@ msgid "Remaining space:"
msgstr "Рэштка месца:"
#. GZ93v
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:163
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:182
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Шырыня калонкі 2"
#. emUrw
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:184
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:203
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Шырыня калонкі 3"
#. 56Y2z
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:205
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:224
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Шырыня калонкі 4"
#. ZBDu2
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:226
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:245
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Шырыня калонкі 5"
#. 3eDE3
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:247
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:266
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Шырыня калонкі 6"
#. cLHfy
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:356
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:375
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Шырыня калонкі 1"
#. iJhVV
-#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:404
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:423
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Шырыня калонкі"
diff --git a/source/bg/chart2/messages.po b/source/bg/chart2/messages.po
index 57d381db8ae..77a8a93a421 100644
--- a/source/bg/chart2/messages.po
+++ b/source/bg/chart2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-21 11:19+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-29 12:28+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562351695.000000\n"
#. NCRDD
@@ -2348,44 +2348,44 @@ msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "Ориентация на текста"
+#. CDDxo
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
+msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
+msgid "Sche_me"
+msgstr "Схема"
+
#. 4uCgf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:36
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Проста"
#. uVRvv
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Реалистична"
#. tFKjs
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:38
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "По избор"
-#. CDDxo
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
-msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
-msgid "Sche_me"
-msgstr "Схема"
-
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "Светлосянка"
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "Силуети на обектите"
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Заоблени ръбове"
diff --git a/source/bg/cui/messages.po b/source/bg/cui/messages.po
index 67e40fb3d14..3e68d49859d 100644
--- a/source/bg/cui/messages.po
+++ b/source/bg/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:01+0200\n"
-"PO-Revision-Date: 2020-08-03 11:34+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-12 05:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/bg/>\n"
"Language: bg\n"
@@ -4341,126 +4341,168 @@ msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "С_амо текст"
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
#. MdFgz
-#: cui/uiconfig/ui/additionsdialog.ui:10
+#: cui/uiconfig/ui/additionsdialog.ui:93
msgctxt "additionsdialog|AdditionsDialog"
msgid "Additions"
-msgstr ""
+msgstr "Допълнения"
#. wqAig
-#: cui/uiconfig/ui/additionsdialog.ui:43
+#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
-msgstr ""
+msgstr "Етикет за напредъка"
#. PjJ55
-#: cui/uiconfig/ui/additionsdialog.ui:46
+#: cui/uiconfig/ui/additionsdialog.ui:129
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
-msgstr ""
+msgstr "ProgressLabel"
#. SYKGE
-#: cui/uiconfig/ui/additionsdialog.ui:47
+#: cui/uiconfig/ui/additionsdialog.ui:130
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
-msgstr ""
+msgstr "Този надпис показва напредъка на операцията, например зареждане на разширения, и свързаните с нея грешки."
#. NrZT8
-#: cui/uiconfig/ui/additionsdialog.ui:107
-#: cui/uiconfig/ui/additionsdialog.ui:108
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
-msgstr ""
+msgstr "searchEntry"
#. iamTq
-#: cui/uiconfig/ui/additionsdialog.ui:135
+#: cui/uiconfig/ui/additionsdialog.ui:215
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
-msgstr ""
+msgstr "Меню със зъбно колело"
#. CbCbR
-#: cui/uiconfig/ui/additionsdialog.ui:136
+#: cui/uiconfig/ui/additionsdialog.ui:216
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
-msgstr ""
+msgstr "Съдържа команди за настройване на списъка с допълнения, например тип сортиране и тип визуализация."
#. 5WUFA
#: cui/uiconfig/ui/additionsfragment.ui:48
msgctxt "additionsEntry|buttonInstall"
msgid "button"
-msgstr ""
+msgstr "бутон"
#. fjAQL
#: cui/uiconfig/ui/additionsfragment.ui:80
msgctxt "additionsEntry|linkButtonName"
msgid "button"
-msgstr ""
+msgstr "бутон"
#. Zf6WY
#: cui/uiconfig/ui/additionsfragment.ui:100
msgctxt "additionsEntry|labelAuthor"
msgid "label"
-msgstr ""
+msgstr "етикет"
#. tLQYB
#: cui/uiconfig/ui/additionsfragment.ui:114
msgctxt "additionsEntry|labelDesc"
msgid "Description:"
-msgstr ""
+msgstr "Описание:"
#. a7FtD
#: cui/uiconfig/ui/additionsfragment.ui:128
msgctxt "additionsEntry|labelDescription"
msgid "label"
-msgstr ""
+msgstr "етикет"
#. PdDQM
#: cui/uiconfig/ui/additionsfragment.ui:150
msgctxt "additionsEntry|labelLicense"
msgid "label"
-msgstr ""
+msgstr "етикет"
#. D2C5J
#: cui/uiconfig/ui/additionsfragment.ui:164
msgctxt "additionsEntry|labelVersion"
msgid "label"
-msgstr ""
+msgstr "етикет"
#. cFsEL
#: cui/uiconfig/ui/additionsfragment.ui:181
msgctxt "additionsEntry|labelComments"
msgid "Comments:"
-msgstr ""
+msgstr "Коментари:"
#. ezUmV
#: cui/uiconfig/ui/additionsfragment.ui:191
msgctxt "additionsEntry|linkButtonComments"
msgid "button"
-msgstr ""
+msgstr "бутон"
#. yQYjP
#: cui/uiconfig/ui/additionsfragment.ui:254
msgctxt "additionsEntry|labelDownloader"
msgid "label"
-msgstr ""
+msgstr "етикет"
#. fUE2f
#: cui/uiconfig/ui/additionsfragment.ui:287
msgctxt "additionsDialog|buttonShowMore"
msgid "Show More Extensions"
-msgstr ""
+msgstr "Показване на още разширения"
#. 2pPGn
#: cui/uiconfig/ui/additionsfragment.ui:294
msgctxt "additionsDialog|buttonShowMore"
msgid "ButtonShowMore"
-msgstr ""
+msgstr "ButtonShowMore"
#. i9AoG
#: cui/uiconfig/ui/additionsfragment.ui:295
msgctxt "additionsDialog|buttonShowMore"
msgid "This button shows more extensions."
-msgstr ""
+msgstr "Този бутон показва още разширения."
#. BuMBh
#: cui/uiconfig/ui/agingdialog.ui:15
@@ -5252,7 +5294,7 @@ msgstr "Сричкопренасяне"
#: cui/uiconfig/ui/breaknumberoption.ui:94
msgctxt "beforebreak"
msgid "Sets the minimum number of characters of the word to be hyphenated that must remain at the end of the line."
-msgstr ""
+msgstr "Задава минималния брой знаци от пренасяната дума, които трябва да останат в края на реда."
#. 8Fp43
#: cui/uiconfig/ui/breaknumberoption.ui:105
@@ -5264,7 +5306,7 @@ msgstr "Знаци преди прекъсване"
#: cui/uiconfig/ui/breaknumberoption.ui:138
msgctxt "afterbreak"
msgid "Specifies the minimum number of characters of a hyphenated word required at the next line."
-msgstr ""
+msgstr "Задава минималния брой необходими знаци от пренасяната дума на следващия ред."
#. p6cfZ
#: cui/uiconfig/ui/breaknumberoption.ui:149
@@ -5276,7 +5318,7 @@ msgstr "Знаци след прекъсване"
#: cui/uiconfig/ui/breaknumberoption.ui:182
msgctxt "wordlength"
msgid "Specifies the minimum number of characters required for automatic hyphenation to be applied."
-msgstr ""
+msgstr "Задава минималния брой знаци, изисквани за прилагане на автоматично сричкопренасяне."
#. sAo4B
#: cui/uiconfig/ui/breaknumberoption.ui:193
@@ -6494,25 +6536,25 @@ msgstr "Избор на цвят"
#: cui/uiconfig/ui/colorpickerdialog.ui:157
msgctxt "extended tip | preview"
msgid "In the left part of the bottom bar, the current result of your work in this dialog is visible."
-msgstr ""
+msgstr "В лявата част на долната лента се показва текущият резултат от работата ви с диалога."
#. 7jLV5
#: cui/uiconfig/ui/colorpickerdialog.ui:173
msgctxt "extended tip | previous"
msgid "In the right part of the bottom bar, you will see the original color from the parent tab, Colors."
-msgstr ""
+msgstr "В дясната част на долната лента виждате оригиналния цвят от раздела родител, <emph>Цветове</emph>."
#. yEApx
#: cui/uiconfig/ui/colorpickerdialog.ui:198
msgctxt "extended tip | colorField"
msgid "Click in the big color area on the left to select a new color. Using this selector area you can modify two components of the color as represented in the RGB or HSB color models. Note that these are the two components not selected with the radio buttons on the right side of the dialog."
-msgstr ""
+msgstr "Щракнете върху голямата цветна област отляво, за да изберете нов цвят. Чрез тази област за избор можете да променяте два от компонентите на цвета според цветовия модел RGB или HSB. Забележете, че това са двата компонента, които не са избрани с бутоните за избор отдясно."
#. N8gjc
#: cui/uiconfig/ui/colorpickerdialog.ui:215
msgctxt "extended tip | colorSlider"
msgid "With the vertical color component slider you can modify the value of each component of the color."
-msgstr ""
+msgstr "С вертикалния плъзгач за цветови компонент можете да променяте стойността на всеки от компонентите на цвета."
#. mjiGo
#: cui/uiconfig/ui/colorpickerdialog.ui:298
@@ -6524,7 +6566,7 @@ msgstr "Червено:"
#: cui/uiconfig/ui/colorpickerdialog.ui:308
msgctxt "extended tip | redRadiobutton"
msgid "Sets the Red component modifiable on the vertical color slider, and the Green and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Прави червения компонент достъпен за настройка чрез вертикалния плъзгач, а синия и зеления – чрез двумерното поле за избор на цвят. Разрешените стойности са от 0 до 255."
#. TkTSB
#: cui/uiconfig/ui/colorpickerdialog.ui:319
@@ -6536,7 +6578,7 @@ msgstr "Зелено:"
#: cui/uiconfig/ui/colorpickerdialog.ui:329
msgctxt "extended tip | greenRadiobutton"
msgid "Sets the Green component modifiable on the vertical color slider, and the Red and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Прави зеления компонент достъпен за настройка чрез вертикалния плъзгач, а червения и синия – чрез двумерното поле за избор на цвят. Разрешените стойности са от 0 до 255."
#. 5FGfv
#: cui/uiconfig/ui/colorpickerdialog.ui:340
@@ -6548,25 +6590,25 @@ msgstr "Синьо:"
#: cui/uiconfig/ui/colorpickerdialog.ui:350
msgctxt "extended tip | blueRadiobutton"
msgid "Sets the Blue component modifiable on the vertical color slider, and the Green and Red components in the two-dimensional color picker field. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Прави синия компонент достъпен за настройка чрез вертикалния плъзгач, а зеления и червения – чрез двумерното поле за избор на цвят. Разрешените стойности са от 0 до 255."
#. c5MTh
#: cui/uiconfig/ui/colorpickerdialog.ui:368
msgctxt "extended tip | redSpinbutton"
msgid "Set the Red color value directly. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Директно задаване на червения компонент. Разрешените стойности са от 0 до 255."
#. 2yY2G
#: cui/uiconfig/ui/colorpickerdialog.ui:386
msgctxt "extended tip | greenSpinbutton"
msgid "Set the Green color value directly. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Директно задаване на зеления компонент. Разрешените стойности са от 0 до 255."
#. UREX7
#: cui/uiconfig/ui/colorpickerdialog.ui:404
msgctxt "extended tip | blueSpinbutton"
msgid "Set the Blue color value directly. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Директно задаване на синия компонент. Разрешените стойности са от 0 до 255."
#. 2nFsj
#: cui/uiconfig/ui/colorpickerdialog.ui:417
@@ -6578,7 +6620,7 @@ msgstr "Шестн. _#:"
#: cui/uiconfig/ui/colorpickerdialog.ui:435
msgctxt "extended tip | hexEntry"
msgid "Displays and sets the color value in the RGB color model expressed as a hexadecimal number."
-msgstr ""
+msgstr "Показва и позволява въвеждането на цветова стойност в модел RGB, изразена като шестнадесетично число."
#. sD6YC
#: cui/uiconfig/ui/colorpickerdialog.ui:452
@@ -6596,7 +6638,7 @@ msgstr "Нюанс:"
#: cui/uiconfig/ui/colorpickerdialog.ui:501
msgctxt "extended tip | hueRadiobutton"
msgid "Sets the Hue component modifiable on the vertical color slider, and the Saturation and Brightness components in the two-dimensional color picker field. Values are expressed in degrees from 0 to 359."
-msgstr ""
+msgstr "Прави компонента за нюанс достъпен за настройка чрез вертикалния плъзгач, а тези за наситеност и яркост – чрез двумерното поле за избор на цвят. Стойностите са в градуси от 0 до 359."
#. C4GE3
#: cui/uiconfig/ui/colorpickerdialog.ui:512
@@ -6608,7 +6650,7 @@ msgstr "Наситеност:"
#: cui/uiconfig/ui/colorpickerdialog.ui:522
msgctxt "extended tip | satRadiobutton"
msgid "Sets the Saturation component modifiable on the vertical color slider, and the Hue and Brightness components in the two-dimensional color picker field. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Прави компонента за наситеност достъпен за настройка чрез вертикалния плъзгач, а тези за нюанс и яркост – чрез двумерното поле за избор на цвят. Стойностите са в проценти (от 0 до 100)."
#. NXs9w
#: cui/uiconfig/ui/colorpickerdialog.ui:533
@@ -6620,25 +6662,25 @@ msgstr "Яркост:"
#: cui/uiconfig/ui/colorpickerdialog.ui:543
msgctxt "extended tip | brightRadiobutton"
msgid "Sets the Brightness component modifiable on the vertical color slider, and the Hue and Saturation components in the two-dimensional color picker field. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Прави компонента за яркост достъпен за настройка чрез вертикалния плъзгач, а тези за нюанс и наситеност – чрез двумерното поле за избор на цвят. Стойностите са в проценти (от 0 до 100)."
#. BCvUX
#: cui/uiconfig/ui/colorpickerdialog.ui:561
msgctxt "extended tip | hueSpinbutton"
msgid "Set the Hue directly in the HSB color model. Values are expressed in degrees from 0 to 359."
-msgstr ""
+msgstr "Директно задаване на нюанса в цветовия модел HSB. Стойностите са в градуси от 0 до 359."
#. TcDh8
#: cui/uiconfig/ui/colorpickerdialog.ui:579
msgctxt "extended tip | satSpinbutton"
msgid "Set the Saturation directly in the HSB color model. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Директно задаване на наситеността в цветовия модел HSB. Стойностите са в проценти (от 0 до 100)."
#. hucEE
#: cui/uiconfig/ui/colorpickerdialog.ui:597
msgctxt "extended tip | brightSpinbutton"
msgid "Set the Brightness directly in the HSB color model. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Директно задаване на яркостта в цветовия модел HSB. Стойностите са в проценти (от 0 до 100)."
#. B7RjF
#: cui/uiconfig/ui/colorpickerdialog.ui:614
@@ -6674,25 +6716,25 @@ msgstr "Черно:"
#: cui/uiconfig/ui/colorpickerdialog.ui:718
msgctxt "extended tip | cyanSpinbutton"
msgid "Set the Cyan color value as expressed in the CMYK color model."
-msgstr ""
+msgstr "Задайте стойността за циан в цветовия модел CMYK."
#. mMXFr
#: cui/uiconfig/ui/colorpickerdialog.ui:736
msgctxt "extended tip | magSpinbutton"
msgid "Set the Magenta color value as expressed in the CMYK color model."
-msgstr ""
+msgstr "Задайте стойността за магента в цветовия модел CMYK."
#. EEgiy
#: cui/uiconfig/ui/colorpickerdialog.ui:754
msgctxt "extended tip | yellowSpinbutton"
msgid "Set the Yellow color value as expressed in the CMYK color model."
-msgstr ""
+msgstr "Задайте стойността за жълто в цветовия модел CMYK."
#. UAAnZ
#: cui/uiconfig/ui/colorpickerdialog.ui:772
msgctxt "extended tip | keySpinbutton"
msgid "Set the Black color value or key (black) as expressed in the CMYK color model."
-msgstr ""
+msgstr "Задайте стойността за черно, или ключов цвят, в цветовия модел CMYK."
#. mxFDw
#: cui/uiconfig/ui/colorpickerdialog.ui:789
@@ -6704,7 +6746,7 @@ msgstr "CMYK"
#: cui/uiconfig/ui/colorpickerdialog.ui:828
msgctxt "extended tip | ColorPicker"
msgid "%PRODUCTNAME lets you define custom colors using a two-dimensional graphic and numerical gradient chart of the Pick a Color dialog."
-msgstr ""
+msgstr "%PRODUCTNAME ви позволява да задавате свои собствени цветове чрез диаграмата и числовите входни полета в диалога „Избор на цвят“."
#. vDFei
#: cui/uiconfig/ui/comment.ui:18
@@ -7280,13 +7322,13 @@ msgstr "Редактиране на потребителски речник"
#: cui/uiconfig/ui/editdictionarydialog.ui:93
msgctxt "book"
msgid "Specifies the book to be edited."
-msgstr ""
+msgstr "Указва коя книга да бъде редактирана."
#. trTxg
#: cui/uiconfig/ui/editdictionarydialog.ui:108
msgctxt "lang"
msgid "Assigns a new language to the current custom dictionary."
-msgstr ""
+msgstr "Приписва нов език на текущия потребителски речник."
#. PV8x9
#: cui/uiconfig/ui/editdictionarydialog.ui:121
@@ -7304,13 +7346,13 @@ msgstr "_Език:"
#: cui/uiconfig/ui/editdictionarydialog.ui:180
msgctxt "replace"
msgid "This input field is only available if you are editing an exception dictionary or a language-dependent custom dictionary. In exception dictionaries, the field shows the alternative suggestion for the current word in the \"Word\" text box. In language-dependent custom dictionaries, the field contains a known root word, as a model of affixation of the new word or its usage in compound words. For example, in a German custom dictionary, the new word “Litschi” (lychee) with the model word “Gummi” (gum) will result recognition of “Litschis” (lychees), “Litschibaum” (lychee tree), “Litschifrucht” (lychee fruit) etc."
-msgstr ""
+msgstr "Това поле е достъпно само ако редактирате речник с изключения или потребителски речник за конкретен език. В речниците с изключения полето показва алтернативното предложение за текущата дума в текстовото поле „Дума“. В потребителските речници за конкретен език полето съдържа вече известна базова дума като образец за прикрепване на афикси към новата дума или за употребата ѝ в сложни думи. Например в потребителски речник за немски новата дума „Litschi“ (името на плода лѝчи) с дума образец „Gummi“ (гума) ще позволи разпознаването на „Litschis“ (личита), „Litschibaum“ (дърво личи), „Litschifrucht“ (плод личи) и т.н."
#. 5EwBs
#: cui/uiconfig/ui/editdictionarydialog.ui:197
msgctxt "word"
msgid "You can type a new word for inclusion in the dictionary. In the list below you will see the contents of the current custom dictionary."
-msgstr ""
+msgstr "Можете да въведете нова дума за включване в речника. В долния списък ще виждате съдържанието на текущия потребителски речник."
#. WWwmQ
#: cui/uiconfig/ui/editdictionarydialog.ui:210
@@ -7334,7 +7376,7 @@ msgstr "_Създаване"
#: cui/uiconfig/ui/editdictionarydialog.ui:360
msgctxt "newreplace"
msgid "Adds the word in the Word text field to your current custom dictionary. The word in the Suggestion field is also added when working with exception dictionaries."
-msgstr ""
+msgstr "Добавя думата от текстовото поле „Дума“ към текущия потребителски речник. При редактиране на речник с изключения се добавя и думата от полето „Предложение“."
#. K2Sst
#: cui/uiconfig/ui/editdictionarydialog.ui:372
@@ -7346,13 +7388,13 @@ msgstr "_Изтриване"
#: cui/uiconfig/ui/editdictionarydialog.ui:379
msgctxt "delete"
msgid "Removes the marked word from the current custom dictionary."
-msgstr ""
+msgstr "Премахва маркираната дума от текущия потребителски речник."
#. 35DN3
#: cui/uiconfig/ui/editdictionarydialog.ui:414
msgctxt "EditDictionaryDialog"
msgid "In the Edit Custom Dictionary dialog you have the option to enter new terms or edit existing entries."
-msgstr ""
+msgstr "В диалога „Редактиране на потребителски речник“ можете да въвеждате нови думи или да редактирате съществуващите."
#. XEUyG
#: cui/uiconfig/ui/editmodulesdialog.ui:34
@@ -7376,7 +7418,7 @@ msgstr "Език:"
#: cui/uiconfig/ui/editmodulesdialog.ui:166
msgctxt "language"
msgid "Specifies the language of the module."
-msgstr ""
+msgstr "Указва езика на модула."
#. 9zC9B
#: cui/uiconfig/ui/editmodulesdialog.ui:198
@@ -7388,7 +7430,7 @@ msgstr "Нагоре"
#: cui/uiconfig/ui/editmodulesdialog.ui:205
msgctxt "up"
msgid "Increases the priority of the module selected in the list box by one level."
-msgstr ""
+msgstr "Повишава с едно ниво приоритета на избрания в списъка модул."
#. aGo9M
#: cui/uiconfig/ui/editmodulesdialog.ui:217
@@ -7400,7 +7442,7 @@ msgstr "Надолу"
#: cui/uiconfig/ui/editmodulesdialog.ui:224
msgctxt "down"
msgid "Decreases the priority of the module selected in the list box by one level."
-msgstr ""
+msgstr "Понижава с едно ниво приоритета на избрания в списъка модул."
#. Vr5kM
#: cui/uiconfig/ui/editmodulesdialog.ui:236
@@ -7412,13 +7454,13 @@ msgstr "Назад"
#: cui/uiconfig/ui/editmodulesdialog.ui:243
msgctxt "back"
msgid "Click here to undo the current changes in the list box."
-msgstr ""
+msgstr "Щракнете тук, за да отмените текущите промени в списъка."
#. 4d4Pc
#: cui/uiconfig/ui/editmodulesdialog.ui:309
msgctxt "lingudicts"
msgid "Specifies the language and the available spelling, hyphenation and Thesaurus sub-modules for the selected module."
-msgstr ""
+msgstr "Определя езика и наличните подмодули за правопис, сричкопренасяне и синоними на избрания модул."
#. ZF8AG
#: cui/uiconfig/ui/editmodulesdialog.ui:334
@@ -10161,7 +10203,7 @@ msgstr "_Добавяне..."
#: cui/uiconfig/ui/multipathdialog.ui:127
msgctxt "cui/ui/multipathdialog/add"
msgid "Opens the Select Path dialog to select another folder or the Open dialog to select another file."
-msgstr ""
+msgstr "Отваря диалоговия прозорец „Избор на път“ за избор на друга папка или „Отваряне“ за избор на друг файл."
#. b9DFN
#: cui/uiconfig/ui/multipathdialog.ui:186
@@ -10173,7 +10215,7 @@ msgstr "Списък с пътища"
#: cui/uiconfig/ui/multipathdialog.ui:206
msgctxt "cui/ui/multipathdialog/paths"
msgid "Contains a list of the paths that have already been added. Mark the default path for new files."
-msgstr ""
+msgstr "Съдържа списък на пътищата, които вече са били добавени. Маркирайте подразбирания път за нови файлове."
#. AsnM3
#: cui/uiconfig/ui/multipathdialog.ui:231
@@ -11825,7 +11867,7 @@ msgstr "Формати"
#: cui/uiconfig/ui/optlingupage.ui:133
msgctxt "lingumodules"
msgid "Contains the installed language modules."
-msgstr ""
+msgstr "Съдържа инсталираните езикови модули."
#. 8kxYC
#: cui/uiconfig/ui/optlingupage.ui:146
@@ -11843,7 +11885,7 @@ msgstr "Редактиране на наличните езикови модул
#: cui/uiconfig/ui/optlingupage.ui:155
msgctxt "lingumodulesedit"
msgid "To edit a language module, select it and click Edit."
-msgstr ""
+msgstr "За да редактирате езиков модул, изберете го и натиснете „Редактиране“."
#. 2LJ2C
#: cui/uiconfig/ui/optlingupage.ui:178
@@ -11855,7 +11897,7 @@ msgstr "Налични езикови модули"
#: cui/uiconfig/ui/optlingupage.ui:260
msgctxt "lingudicts"
msgid "Lists the available user dictionaries."
-msgstr ""
+msgstr "Изброява наличните потребителски речници."
#. qBrCR
#: cui/uiconfig/ui/optlingupage.ui:280
@@ -11867,7 +11909,7 @@ msgstr "_Нова..."
#: cui/uiconfig/ui/optlingupage.ui:287
msgctxt "lingudictsnew"
msgid "Opens the New Dictionary dialog, in which you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
-msgstr ""
+msgstr "Отваря диалоговия прозорец „Нов речник“, в който можете да наименувате нов потребителски речник или речник на изключенията и да зададете езика."
#. mCu3q
#: cui/uiconfig/ui/optlingupage.ui:299
@@ -11885,7 +11927,7 @@ msgstr "Редактиране на потребителските речниц
#: cui/uiconfig/ui/optlingupage.ui:307
msgctxt "lingudictsedit"
msgid "Opens the Edit custom dictionary dialog, in which you can add to your custom dictionary or edit existing entries."
-msgstr ""
+msgstr "Отваря диалоговия прозорец „Редактиране на потребителски речник“, в който можете да допълвате потребителския речник или да редактирате съществуващите елементи."
#. WCFD5
#: cui/uiconfig/ui/optlingupage.ui:319
@@ -11897,7 +11939,7 @@ msgstr "_Изтриване"
#: cui/uiconfig/ui/optlingupage.ui:326
msgctxt "lingudictsdelete"
msgid "Deletes the selected dictionary after a confirmation, provided it is not write-protected."
-msgstr ""
+msgstr "Изтрива избрания речник след потвърждение, ако той не е защитен срещу запис."
#. hUBdn
#: cui/uiconfig/ui/optlingupage.ui:350
@@ -11915,7 +11957,7 @@ msgstr "Вземете още речници от Интернет..."
#: cui/uiconfig/ui/optlingupage.ui:450
msgctxt "linguoptions"
msgid "Defines the options for the spellcheck and hyphenation."
-msgstr ""
+msgstr "Определя настройките за проверката на правописа и сричкопренасянето."
#. 58e5v
#: cui/uiconfig/ui/optlingupage.ui:463
@@ -11933,7 +11975,7 @@ msgstr "Редактиране на настройките"
#: cui/uiconfig/ui/optlingupage.ui:472
msgctxt "linguoptionsedit"
msgid "If you want to change a value, select the entry and then click Edit."
-msgstr ""
+msgstr "Ако желаете да промените стойност, изберете елемента и щракнете върху „Редактиране“."
#. gardH
#: cui/uiconfig/ui/optlingupage.ui:489
@@ -11945,7 +11987,7 @@ msgstr "Настройки"
#: cui/uiconfig/ui/optlingupage.ui:506
msgctxt "OptLinguPage"
msgid "Specifies the properties of the spelling, thesaurus and hyphenation."
-msgstr ""
+msgstr "Задава свойствата на правописната проверка, синонимния речник и сричкопренасянето."
#. ADZ8E
#: cui/uiconfig/ui/optnewdictionarydialog.ui:8
@@ -11957,7 +11999,7 @@ msgstr "Нов речник"
#: cui/uiconfig/ui/optnewdictionarydialog.ui:104
msgctxt "nameedit"
msgid "Specifies the name of the new custom dictionary."
-msgstr ""
+msgstr "Задава името на новия потребителски речник."
#. XucrZ
#: cui/uiconfig/ui/optnewdictionarydialog.ui:117
@@ -11981,13 +12023,13 @@ msgstr "_Изключение (-)"
#: cui/uiconfig/ui/optnewdictionarydialog.ui:152
msgctxt "except"
msgid "Specifies whether you wish to avoid certain words in your documents."
-msgstr ""
+msgstr "Указва дали желаете да избягвате определени думи в документите си."
#. VJQ4d
#: cui/uiconfig/ui/optnewdictionarydialog.ui:175
msgctxt "language"
msgid "By selecting a certain language you can limit the use of the custom dictionary."
-msgstr ""
+msgstr "Можете да ограничите употребата на потребителския речник, като зададете конкретен език."
#. CpgB2
#: cui/uiconfig/ui/optnewdictionarydialog.ui:192
@@ -11999,7 +12041,7 @@ msgstr "Речник"
#: cui/uiconfig/ui/optnewdictionarydialog.ui:217
msgctxt "OptNewDictionaryDialog"
msgid "In the Dictionary section you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
-msgstr ""
+msgstr "В раздела „Речник“ можете да наименувате нов потребителски речник или речник на изключенията и да зададете езика."
#. n6vQH
#: cui/uiconfig/ui/optonlineupdatepage.ui:34
@@ -12149,7 +12191,7 @@ msgstr "Вътрешни пътища"
#: cui/uiconfig/ui/optpathspage.ui:130
msgctxt "paths"
msgid "To modify an entry in this list, click the entry and click Edit. You can also double click the entry."
-msgstr ""
+msgstr "За да промените елемент от списъка, щракнете върху него и после върху „Редактиране“. Освен това можете да щракнете двукратно върху елемента."
#. rfDum
#: cui/uiconfig/ui/optpathspage.ui:150
@@ -12167,7 +12209,7 @@ msgstr "_По подразбиране"
#: cui/uiconfig/ui/optpathspage.ui:178
msgctxt "default"
msgid "The Default button resets the predefined paths for all selected entries."
-msgstr ""
+msgstr "Бутонът „По подразбиране“ възстановява предварително зададените пътища за всички избрани елементи."
#. q8JFc
#: cui/uiconfig/ui/optpathspage.ui:190
@@ -12179,13 +12221,13 @@ msgstr "_Редактиране..."
#: cui/uiconfig/ui/optpathspage.ui:197
msgctxt "edit"
msgid "Click to display the Select Path or Edit Paths dialog."
-msgstr ""
+msgstr "Щракнете, за да видите диалоговия прозорец „Избор на път“ или „Редактиране на пътища“."
#. G5xyX
#: cui/uiconfig/ui/optpathspage.ui:216
msgctxt "OptPathsPage"
msgid "This section contains the default paths to important folders in %PRODUCTNAME. These paths can be edited by the user."
-msgstr ""
+msgstr "Този раздел съдържа подразбираните пътища до важни папки в %PRODUCTNAME. Тези пътища могат да бъдат редактирани от потребителя."
#. pQEWv
#: cui/uiconfig/ui/optproxypage.ui:30
@@ -12275,7 +12317,7 @@ msgstr "Зареждане на настройките на принтера с
#: cui/uiconfig/ui/optsavepage.ui:45
msgctxt "load_docprinter"
msgid "If enabled, the printer settings will be loaded with the document. This can cause a document to be printed on a distant printer, if you do not change the printer manually in the Print dialog. If disabled, your standard printer will be used to print this document. The current printer settings will be stored with the document whether or not this option is checked."
-msgstr ""
+msgstr "Ако е отметнато, настройките за принтер ще се заредят с документа. Това може да предизвика отпечатване на документа на отдалечен принтер, ако не смените ръчно принтера в диалоговия прозорец „Печат“. Ако не е отметнато, за отпечатване на документа ще се използва стандартният принтер. Текущите настройки за принтер ще се запазят заедно с документа независимо дали полето е отметнато."
#. VdFnA
#: cui/uiconfig/ui/optsavepage.ui:56
@@ -12287,7 +12329,7 @@ msgstr "Зареждане на потребителските настройк
#: cui/uiconfig/ui/optsavepage.ui:65
msgctxt "load_settings"
msgid "Loads the user-specific settings saved in a document with the document."
-msgstr ""
+msgstr "Зарежда заедно с документа записаните в него настройки, специфични за потребителя."
#. js6Gn
#: cui/uiconfig/ui/optsavepage.ui:82
@@ -12305,13 +12347,13 @@ msgstr "Записване на информация за автовъзстан
#: cui/uiconfig/ui/optsavepage.ui:128
msgctxt "autosave"
msgid "Specifies that %PRODUCTNAME saves the information needed to restore all open documents in case of a crash. You can specify the saving time interval."
-msgstr ""
+msgstr "Указва, че %PRODUCTNAME записва информация, необходима за възстановяване на всички отворени документи в случай на програмен срив. Можете да зададете времевия интервал."
#. ipCBG
#: cui/uiconfig/ui/optsavepage.ui:146
msgctxt "autosave_spin"
msgid "Specifies the time interval in minutes for the automatic recovery option."
-msgstr ""
+msgstr "Задава периода в минути на автоматичното записване за възстановяване."
#. BN5Js
#: cui/uiconfig/ui/optsavepage.ui:159
@@ -12329,7 +12371,7 @@ msgstr "Автоматично да се записва и документът"
#: cui/uiconfig/ui/optsavepage.ui:183
msgctxt "userautosave"
msgid "Specifies that %PRODUCTNAME saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does."
-msgstr ""
+msgstr "Указва, че %PRODUCTNAME записва всички отворени документи, когато записва информация за автовъзстановяване. Използва се същият интервал, като за автовъзстановяването."
#. kwFtx
#: cui/uiconfig/ui/optsavepage.ui:194
@@ -12341,7 +12383,7 @@ msgstr "Записване на относителни URL спрямо сист
#: cui/uiconfig/ui/optsavepage.ui:203
msgctxt "relative_fsys"
msgid "Select this box for relative saving of URLs in the file system."
-msgstr ""
+msgstr "Отметнете за записване на относителни URL във файловата система."
#. 8xmX3
#: cui/uiconfig/ui/optsavepage.ui:214
@@ -12353,7 +12395,7 @@ msgstr "Редактиране на свойствата преди записв
#: cui/uiconfig/ui/optsavepage.ui:223
msgctxt "docinfo"
msgid "Specifies that the Properties dialog will appear every time you select the Save As command."
-msgstr ""
+msgstr "Указва, че диалоговият прозорец „Свойства“ ще се показва при всяко избиране на командата „Записване като“."
#. ctAxA
#: cui/uiconfig/ui/optsavepage.ui:234
@@ -12365,7 +12407,7 @@ msgstr "Записване на относителни URL спрямо Инте
#: cui/uiconfig/ui/optsavepage.ui:243
msgctxt "relative_inet"
msgid "Select this box for relative saving of URLs to the Internet."
-msgstr ""
+msgstr "Отметнете за записване на относителни URL към Интернет."
#. YsjVX
#: cui/uiconfig/ui/optsavepage.ui:254
@@ -12377,7 +12419,7 @@ msgstr "Ре_зервни копия - винаги"
#: cui/uiconfig/ui/optsavepage.ui:263
msgctxt "backup"
msgid "Saves the previous version of a document as a backup copy whenever you save a document. Every time %PRODUCTNAME creates a backup copy, the previous backup copy is replaced. The backup copy gets the extension .BAK."
-msgstr ""
+msgstr "При всяко записване на документ предишната му версия се запазва като резервно копие. Всеки път, когато %PRODUCTNAME създаде архивно копие, предишното се заменя. Резервните копия имат разширение .BAK."
#. NaGCU
#: cui/uiconfig/ui/optsavepage.ui:280
@@ -12395,7 +12437,7 @@ msgstr "Предупреждение при опит за запис не в ODF
#: cui/uiconfig/ui/optsavepage.ui:321
msgctxt "warnalienformat"
msgid "You can choose to get a warning message when you save a document in a format that is not OpenDocument or which you did not set as default format in Load/Save - General in the Options dialog box."
-msgstr ""
+msgstr "Можете да получавате предупреждение, когато записвате документ във формат, различен от OpenDocument и от зададения като подразбиран в „Зареждане/записване - Общи“ в диалоговия прозорец „Настройки“.</ahelp>"
#. 5ANvD
#. EN-US, the term 'extended' must not be translated.
@@ -12444,7 +12486,7 @@ msgstr "1.3 разширен (препоръчва се)"
#: cui/uiconfig/ui/optsavepage.ui:380
msgctxt "odfversion"
msgid "Some companies or organizations may require ODF documents in the ODF 1.0/1.1, or ODF 1.2 format. You can select these format to save in the listbox. These older formats cannot store all new features, so the new format ODF 1.3 (Extended) is recommended where possible."
-msgstr ""
+msgstr "Някои компании или организации може да изискват документи във формат ODF 1.0/1.1 или ODF 1.2. Можете да изберете тези формати за записване от падащия списък. Въпросните по-стари формати обаче не позволяват съхраняване на всички нови функции, затова, когато е възможно, се препоръчва новият формат ODF 1.3 (разширен)."
#. cxPqV
#: cui/uiconfig/ui/optsavepage.ui:393
@@ -12504,13 +12546,13 @@ msgstr "Формула"
#: cui/uiconfig/ui/optsavepage.ui:432
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
-msgstr ""
+msgstr "Задава типа документи, за който желаете да определите подразбиран файлов формат."
#. 69GMF
#: cui/uiconfig/ui/optsavepage.ui:447
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
-msgstr ""
+msgstr "Определя в какъв формат да се записват документите от вида, избран отляво. Друг файлов тип за текущия документ можете да изберете в диалоговия прозорец „Записване като“."
#. 29FUf
#: cui/uiconfig/ui/optsavepage.ui:460
@@ -12528,7 +12570,7 @@ msgstr "Подразбиран файлов формат и настройки
#: cui/uiconfig/ui/optsavepage.ui:492
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
-msgstr ""
+msgstr "В раздела „Общи“ можете да зададете подразбирани настройки за записване на документи и да изберете подразбираните файлови формати."
#. ArEZy
#: cui/uiconfig/ui/optsecuritypage.ui:35
@@ -12714,7 +12756,7 @@ msgstr "Собствено име"
#: cui/uiconfig/ui/optuserpage.ui:169
msgctxt "extended tip | firstname"
msgid "Type your first name."
-msgstr ""
+msgstr "Въведете собственото си име."
#. kW7rP
#: cui/uiconfig/ui/optuserpage.ui:187
@@ -12726,7 +12768,7 @@ msgstr "Фамилно име"
#: cui/uiconfig/ui/optuserpage.ui:188
msgctxt "extended tip | lastname"
msgid "Type your last name."
-msgstr ""
+msgstr "Въведете фамилното си име."
#. DuFHY
#: cui/uiconfig/ui/optuserpage.ui:206
@@ -12738,7 +12780,7 @@ msgstr "Инициали"
#: cui/uiconfig/ui/optuserpage.ui:207
msgctxt "extended tip | shortname"
msgid "Type your initials."
-msgstr ""
+msgstr "Въведете инициалите си."
#. Emfwm
#: cui/uiconfig/ui/optuserpage.ui:236
@@ -12750,7 +12792,7 @@ msgstr "Град"
#: cui/uiconfig/ui/optuserpage.ui:237
msgctxt "extended tip | city"
msgid "Type the city where you live."
-msgstr ""
+msgstr "Въведете името на града, в който живеете."
#. CnJ3K
#: cui/uiconfig/ui/optuserpage.ui:255
@@ -12762,7 +12804,7 @@ msgstr "Щат/област"
#: cui/uiconfig/ui/optuserpage.ui:256
msgctxt "extended tip | state"
msgid "Type your state."
-msgstr ""
+msgstr "Въведете името на щата си."
#. ADpC7
#: cui/uiconfig/ui/optuserpage.ui:274
@@ -12774,7 +12816,7 @@ msgstr "Пощенски код"
#: cui/uiconfig/ui/optuserpage.ui:275
msgctxt "extended tip | zip"
msgid "Type your ZIP in this field."
-msgstr ""
+msgstr "В това поле въведете пощенския си код."
#. p45Kt
#: cui/uiconfig/ui/optuserpage.ui:305
@@ -12786,7 +12828,7 @@ msgstr "Звание"
#: cui/uiconfig/ui/optuserpage.ui:306
msgctxt "extended tip | title"
msgid "Type your title in this field."
-msgstr ""
+msgstr "В това поле въведете званието си."
#. HCiNt
#: cui/uiconfig/ui/optuserpage.ui:324
@@ -12798,7 +12840,7 @@ msgstr "Длъжност"
#: cui/uiconfig/ui/optuserpage.ui:325
msgctxt "extended tip | position"
msgid "Type your position in the company in this field."
-msgstr ""
+msgstr "В това поле въведете позицията си в компанията."
#. qhkwG
#: cui/uiconfig/ui/optuserpage.ui:354
@@ -12810,7 +12852,7 @@ msgstr "Домашен телефонен номер"
#: cui/uiconfig/ui/optuserpage.ui:355
msgctxt "extended tip | home"
msgid "Type your private telephone number in this field."
-msgstr ""
+msgstr "В това поле въведете личния си телефонен номер."
#. SfmfD
#: cui/uiconfig/ui/optuserpage.ui:373
@@ -12822,7 +12864,7 @@ msgstr "Служебен телефонен номер"
#: cui/uiconfig/ui/optuserpage.ui:374
msgctxt "extended tip | work"
msgid "Type your work number in this field."
-msgstr ""
+msgstr "В това поле въведете служебния си телефонен номер."
#. VEhd3
#: cui/uiconfig/ui/optuserpage.ui:404
@@ -12834,7 +12876,7 @@ msgstr "Факс номер"
#: cui/uiconfig/ui/optuserpage.ui:405
msgctxt "extended tip | fax"
msgid "Type your fax number in this field."
-msgstr ""
+msgstr "В това поле въведете номера на факса си."
#. 8BG5j
#: cui/uiconfig/ui/optuserpage.ui:423
@@ -12846,7 +12888,7 @@ msgstr "Адрес за е-поща"
#: cui/uiconfig/ui/optuserpage.ui:424
msgctxt "extended tip | email"
msgid "Type your email address."
-msgstr ""
+msgstr "Въведете адреса си за е-поща."
#. eygE2
#: cui/uiconfig/ui/optuserpage.ui:441
@@ -12858,7 +12900,7 @@ msgstr "Лични данни в свойствата на документа"
#: cui/uiconfig/ui/optuserpage.ui:450
msgctxt "extended tips | usefordoprop"
msgid "Mark to use the data in document properties"
-msgstr ""
+msgstr "Отметнете, за да се използват тези данни в свойствата на документите."
#. ZngAH
#: cui/uiconfig/ui/optuserpage.ui:464
@@ -12876,7 +12918,7 @@ msgstr "Фамилно име"
#: cui/uiconfig/ui/optuserpage.ui:489
msgctxt "extended tip | ruslastname"
msgid "Type your last name."
-msgstr ""
+msgstr "Въведете фамилното си име."
#. gCfx3
#: cui/uiconfig/ui/optuserpage.ui:507
@@ -12888,7 +12930,7 @@ msgstr "Презиме"
#: cui/uiconfig/ui/optuserpage.ui:508
msgctxt "extended tips | rusfathersname"
msgid "Type your father's name"
-msgstr ""
+msgstr "Въведете презимето си."
#. pAF2D
#: cui/uiconfig/ui/optuserpage.ui:526
@@ -12900,7 +12942,7 @@ msgstr "Инициали"
#: cui/uiconfig/ui/optuserpage.ui:527
msgctxt "extended tip | russhortname"
msgid "Type your initials."
-msgstr ""
+msgstr "Въведете инициалите си."
#. byLGz
#: cui/uiconfig/ui/optuserpage.ui:545
@@ -12912,7 +12954,7 @@ msgstr "Собствено име"
#: cui/uiconfig/ui/optuserpage.ui:546
msgctxt "extended tip | rusfirstname"
msgid "Type your first name."
-msgstr ""
+msgstr "Въведете собственото си име."
#. 4qdC2
#: cui/uiconfig/ui/optuserpage.ui:566
@@ -12930,7 +12972,7 @@ msgstr "Фамилно име"
#: cui/uiconfig/ui/optuserpage.ui:591
msgctxt "extended tip | eastlastname"
msgid "Type your last name."
-msgstr ""
+msgstr "Въведете фамилното си име."
#. 6MrBD
#: cui/uiconfig/ui/optuserpage.ui:609
@@ -12942,7 +12984,7 @@ msgstr "Собствено име"
#: cui/uiconfig/ui/optuserpage.ui:610
msgctxt "extended tip | eastfirstname"
msgid "Type your first name."
-msgstr ""
+msgstr "Въведете собственото си име."
#. mebNB
#: cui/uiconfig/ui/optuserpage.ui:628
@@ -12954,7 +12996,7 @@ msgstr "Инициали"
#: cui/uiconfig/ui/optuserpage.ui:629
msgctxt "extended tip | eastshortname"
msgid "Type your initials."
-msgstr ""
+msgstr "Въведете инициалите си."
#. NGEU9
#: cui/uiconfig/ui/optuserpage.ui:649
@@ -12972,7 +13014,7 @@ msgstr "Улица"
#: cui/uiconfig/ui/optuserpage.ui:674
msgctxt "extended tips | russrteet"
msgid "Type the name of your street in this field."
-msgstr ""
+msgstr "В това поле въведете името на улицата си."
#. QxpMF
#: cui/uiconfig/ui/optuserpage.ui:692
@@ -12984,7 +13026,7 @@ msgstr "Номер на апартамент"
#: cui/uiconfig/ui/optuserpage.ui:693
msgctxt "extended tips | apartnum"
msgid "Type your apartment number"
-msgstr ""
+msgstr "Въведете номера на апартамента си."
#. 8kEFB
#: cui/uiconfig/ui/optuserpage.ui:713
@@ -13002,7 +13044,7 @@ msgstr "Град"
#: cui/uiconfig/ui/optuserpage.ui:738
msgctxt "extended tip | icity"
msgid "Type the city where you live."
-msgstr ""
+msgstr "Въведете името на града, в който живеете."
#. Hdniz
#: cui/uiconfig/ui/optuserpage.ui:756
@@ -13014,25 +13056,25 @@ msgstr "Пощенски код"
#: cui/uiconfig/ui/optuserpage.ui:757
msgctxt "extended tip | izip"
msgid "Type your ZIP in this field."
-msgstr ""
+msgstr "В това поле въведете пощенския си код."
#. VbiGF
#: cui/uiconfig/ui/optuserpage.ui:786
msgctxt "extended tip | street"
msgid "Type the name of your street in this field."
-msgstr ""
+msgstr "В това поле въведете името на улицата си."
#. As2sL
#: cui/uiconfig/ui/optuserpage.ui:815
msgctxt "extended tips | country"
msgid "Type your country and region"
-msgstr ""
+msgstr "Въведете името на държавата и на областта си."
#. Lw69w
#: cui/uiconfig/ui/optuserpage.ui:844
msgctxt "extended tip | company"
msgid "Type the name of your company in this field."
-msgstr ""
+msgstr "В това поле въведете името на вашата компания."
#. 9v6o6
#: cui/uiconfig/ui/optuserpage.ui:870
@@ -13062,13 +13104,13 @@ msgstr "Няма ключ"
#: cui/uiconfig/ui/optuserpage.ui:939
msgctxt "extended tip | encryptionkey"
msgid "Select your OpenPGP key from the drop-down list for encrypting ODF documents."
-msgstr ""
+msgstr "Изберете от падащия списък ключ на OpenPGP за шифроване на ODF документи."
#. m27Ub
#: cui/uiconfig/ui/optuserpage.ui:958
msgctxt "extended tip | signingkey"
msgid "Select your OpenPGP key from the drop-down list for signing ODF documents."
-msgstr ""
+msgstr "Изберете от падащия списък ключ на OpenPGP за подписване на ODF документи."
#. 8USbk
#: cui/uiconfig/ui/optuserpage.ui:969
@@ -13080,7 +13122,7 @@ msgstr "Шифроване до себе си при шифроване на д
#: cui/uiconfig/ui/optuserpage.ui:978
msgctxt "extended tip | encrypttoself"
msgid "Mark this checkbox to also encrypt the file with your public key, so you can open the document with your private key."
-msgstr ""
+msgstr "Отметнете това поле, за да шифровате файла и с публичния си ключ, така че да можете да го отворите с частния."
#. P5BBC
#: cui/uiconfig/ui/optuserpage.ui:998
@@ -13092,7 +13134,7 @@ msgstr "Шифроване"
#: cui/uiconfig/ui/optuserpage.ui:1014
msgctxt "extended tip | OptUserPage"
msgid "Use this tab page to enter or edit user data."
-msgstr ""
+msgstr "На тази страница можете да въвеждате или редактирате данните за потребител."
#. DryvE
#: cui/uiconfig/ui/optviewpage.ui:50
@@ -13368,7 +13410,7 @@ msgstr "Рендиране на всичко със Skia"
#: cui/uiconfig/ui/optviewpage.ui:529
msgctxt "optviewpage|forceskia"
msgid "Ignore Skia denylist"
-msgstr ""
+msgstr "Игнориране на забранителния списък за Skia"
#. v9eeZ
#: cui/uiconfig/ui/optviewpage.ui:533
@@ -13542,14 +13584,14 @@ msgstr "Номера на страниците:"
#: cui/uiconfig/ui/pageformatpage.ui:530
msgctxt "pageformatpage|checkRegisterTrue"
msgid "Page li_ne spacing"
-msgstr ""
+msgstr "Редова разредка на страницата"
#. 3BsGZ
#. xdds
#: cui/uiconfig/ui/pageformatpage.ui:534
msgctxt "pageformatpage|checkRegisterTrue"
msgid "All paragraph styles with the option Page line spacing checked will be affected, assuming the line spacing defined here. This will align them to an invisible vertical page grid, regardless of their font size, so that each line is the same height."
-msgstr ""
+msgstr "Всички абзацни стилове с включена настройка „Редова разредка на страницата“ ще приемат зададената тук редова разредка. Те ще бъдат подравнени по невидима вертикална решетка върху страницата, независимо от размера на шрифта си, така че всички редове да са с еднаква височина."
#. 46djR
#: cui/uiconfig/ui/pageformatpage.ui:549
@@ -13891,7 +13933,7 @@ msgstr "_Включване"
#: cui/uiconfig/ui/paraindentspacing.ui:505
msgctxt "paraindentspacing|label3"
msgid "Follow Page line spacing"
-msgstr ""
+msgstr "Следване редовата разредка на страницата"
#. pbs4W
#: cui/uiconfig/ui/paratabspage.ui:117
@@ -14449,7 +14491,7 @@ msgstr "www.libreoffice.org"
#: cui/uiconfig/ui/qrcodegen.ui:122
msgctxt "qr text"
msgid "The text from which to generate the QR code."
-msgstr ""
+msgstr "Текстът, от който се генерира QR кодът."
#. PFE57
#. Text to be stored in the QR
@@ -14476,7 +14518,7 @@ msgstr "Коригиране на грешки:"
#: cui/uiconfig/ui/qrcodegen.ui:196
msgctxt "edit border"
msgid "The width in dots of the border surrounding the QR code."
-msgstr ""
+msgstr "Ширина в точки на канта около QR кода."
#. vUJPT
#: cui/uiconfig/ui/qrcodegen.ui:212
@@ -14488,7 +14530,7 @@ msgstr "Слабо"
#: cui/uiconfig/ui/qrcodegen.ui:222
msgctxt "button_low"
msgid "7% of codewords can be restored."
-msgstr ""
+msgstr "Могат да се възстановят до 7% от кодовите думи."
#. 2gaf5
#: cui/uiconfig/ui/qrcodegen.ui:233
@@ -14500,7 +14542,7 @@ msgstr "Средно"
#: cui/uiconfig/ui/qrcodegen.ui:244
msgctxt "button_medium"
msgid "15% of codewords can be restored."
-msgstr ""
+msgstr "Могат да се възстановят до 15% от кодовите думи."
#. GBf3R
#: cui/uiconfig/ui/qrcodegen.ui:255
@@ -14512,7 +14554,7 @@ msgstr "Квартил"
#: cui/uiconfig/ui/qrcodegen.ui:266
msgctxt "button_quartile"
msgid "25% of codewords can be restored."
-msgstr ""
+msgstr "Могат да се възстановят до 25% от кодовите думи."
#. WS3ER
#: cui/uiconfig/ui/qrcodegen.ui:277
@@ -14524,7 +14566,7 @@ msgstr "Силно"
#: cui/uiconfig/ui/qrcodegen.ui:288
msgctxt "button_high"
msgid "30% of codewords can be restored."
-msgstr ""
+msgstr "Могат да се възстановят до 30% от кодовите думи."
#. VCCGD
#: cui/uiconfig/ui/qrcodegen.ui:311
@@ -14536,7 +14578,7 @@ msgstr "Настройки"
#: cui/uiconfig/ui/qrcodegen.ui:339
msgctxt "qr code dialog title"
msgid "Generate QR Code for any text or URL."
-msgstr ""
+msgstr "Генерира QR код от произволен текст или URL."
#. 3HNDZ
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
@@ -15022,13 +15064,13 @@ msgstr "_Добавяне..."
#: cui/uiconfig/ui/selectpathdialog.ui:124
msgctxt "cui/ui/selectpathdialog/add"
msgid "Opens the Select Path dialog to select another folder or the Open dialog to select another file."
-msgstr ""
+msgstr "Отваря диалоговия прозорец „Избор на път“ за избор на друга папка или „Отваряне“ за избор на друг файл."
#. UADPU
#: cui/uiconfig/ui/selectpathdialog.ui:186
msgctxt "cui/ui/selectpathdialog/paths"
msgid "Contains a list of the paths that have already been added. Mark the default path for new files."
-msgstr ""
+msgstr "Съдържа списък на пътищата, които вече са били добавени. Маркирайте подразбирания път за нови файлове."
#. oADTt
#: cui/uiconfig/ui/selectpathdialog.ui:205
@@ -15058,7 +15100,7 @@ msgstr "Цвят:"
#: cui/uiconfig/ui/shadowtabpage.ui:185
msgctxt "shadowtabpage|FT_SHADOW_BLUR"
msgid "_Blur:"
-msgstr ""
+msgstr "Замъгляване:"
#. DMAGP
#: cui/uiconfig/ui/shadowtabpage.ui:199
diff --git a/source/bg/dbaccess/messages.po b/source/bg/dbaccess/messages.po
index 4f2c50c8962..05ab9cc5492 100644
--- a/source/bg/dbaccess/messages.po
+++ b/source/bg/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-29 12:28+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562324222.000000\n"
#. BiN6g
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Задачи"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr "Описание"
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Мостра"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"Желаете ли да затворите всички документи сега?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Име на ~формуляр"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Име на ~справка"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "Име на ~папка"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "Документът съдържа формуляри или справки с вградени макроси."
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"Забележете, че няма да можете да вграждате макроси в самия документ – база от данни преди да бъде извършено прехвърлянето. "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Вградена база от данни"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "Не можете да избирате различни категории."
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "Намерен е неподдържан тип обекти ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "Разширени свойства"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Допълнителни настройки"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Настройки на връзката"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Име на таблица"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "Име на заявка"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "Преименуване на"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Вмъкване като"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Желаете ли избраните данни да бъдат изтрити?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Грешка при налагане на критерий за сортиране"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Грешка при налагане на критерий за филтриране"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Връзката е прекъсната"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Заявки"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Таблици"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Потвърдете изтриването"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Желаете ли таблицата \"%1\" да бъде изтрита?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "Връзката към базата от данни е загубена. Желаете ли да подновите връзката?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Срещнати са предупреждения"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "При извличане на таблиците са получени предупреждения от връзката с базата от данни."
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Протича свързване с \"$name$\"..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Зарежда се заявката $name$..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Зарежда се таблицата $name$..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Не може да бъде намерен табличен формат."
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Не може да бъде установена връзка с източника на данни \"$name$\"."
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "Неизвестен;Текст;Номер;Дата/Час;Дата;Час;Да/Не;Валута;Бележка;Брояч;Изображение;Текст (фиксиран);Десетичен;Двоичен (фиксиран);Двоичен;BigInt;Double;Float;Real;Целочислен;Малък целочислен;Tiny Integer;SQL празно;Обект;Distinct;Структура;Поле;BLOB;CLOB;REF;OTHER;Бит (фиксиран)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Създаване/премахване на първичен ключ"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Да"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Не"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<няма>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Име на полето"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Тип на полето"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Описание"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Описание на колона"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Свойства на поле"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Промяна на клетка"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Изтриване на ред"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Промяна типа на полето"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Вмъкване на ред"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Вмъкване на нов ред"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~Стойност по подразбиране"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"Ако полето не трябва да има стойност по подразбиране, изберете празен низ."
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"Когато по-късно въвеждате данни в таблицата, тази стойност ще бъде използвана във всеки нов запис за избраното поле. Затова тя трябва да отговаря на формата за клетката, който трябва да бъде въведен по-долу."
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Въведете максимална разрешена дължина на текста."
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Въведете числов формат."
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"Стойността ще бъде коригирана, когато надхвърли максимума за базата от данни."
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "Определете разрешения брой дробни позиции за полето."
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "Тук виждате как ще се визуализират данните в текущия формат (използвайте бутона вдясно, за да промените формата)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "Тук определяте какъв ще е изходният формат на данните."
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"В такива полета не могат да се въвеждат данни. За всеки запис автоматично се присвоява съответна стойност (увеличена спрямо предишния запис)."
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "Таблицата не може да се запише, защото името на колона \"$column$\" е зададено два пъти."
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "Колоната \"$column$\" принадлежи на първичния ключ. Ако тя бъде изтрита, първичният ключ също ще бъде изтрит. Наистина ли желаете да продължите?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Повлиян е първичният ключ"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Колона"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Продължение въпреки това?"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "Таблицата не може да бъде записана поради проблеми с връзката към базата от данни."
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "Табличният филтър не може да бъде приложен, защото източникът на данни е бил изтрит."
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"Желаете ли промените да се запишат незабавно?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Няма първичен ключ"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"Да бъде ли създаден първичен ключ?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "Колоната \"$column$\" не може да бъде променена. Желаете ли вместо това да бъде изтрита и добавена с новия формат?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Грешка при записване схемата на таблицата"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Колоната \"$column$\" не може да бъде изтрита."
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"Операторът ще бъде прехвърлен директно към базата от данни при създаването на таблицата."
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"Режимът за проектиране на таблици не е достъпен за този източник на данни."
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "промяна името на полето"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "промяна типа на полето"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "промяна описанието на полето"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "промяна атрибута на полето"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "Необходима е парола за връзката към източника на данни \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"не съществува. Да бъде ли създадена?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Директорията $name$ не може да бъде създадена."
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Файлът вече съществува. Да бъде ли презаписан?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Папка"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Свойства на базата от данни"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Свойства на източник: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "За да се свържете със съществуваща база от данни, изберете 'Свързване към съществуваща база от данни'."
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Програмната библиотека #lib# не може да бъде заредена или е повредена. Избраният ODBC източник на данни не е достъпен."
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"Можете да промените настройките, но вероятно няма да можете да се свържете с базата от данни."
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Няма}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{табулатор}\t9\t{интервал}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "Трябва да се зададе #1."
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 и #2 трябва да се различават."
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "В #1 не са разрешени заместващи знаци (като ?,*)."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Тестване на връзката"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Връзката беше успешно установена."
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Не бе възможно установяването на връзка."
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC драйверът беше успешно зареден."
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC драйверът не може да бъде зареден."
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "Файл на MS Access"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "Файл на MS Access 2007"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "База от данни на Firebird"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Системен"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Грешка по време на създаването"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "Възникнала е грешка. Операцията не може да бъде изпълнена."
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Документът \"$file$\" не може да бъде отворен."
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "Таблицата не може да бъде изтрита, защото връзката към базата от данни не го позволява."
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~Всички"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Отмяна:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Връщане:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "Не е намерен отговарящ вид на колона за колоната \"#1\"."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Файлът \"$file$\" не съществува."
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "Възникнали са предупреждения по време на свързване към източника на данни. Натиснете \"$buttontext$\", за да ги видите."
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "Справката \"$file$\" изисква функцията Report Builder."
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Не може да се осъществи връзка с диспечера на драйвери за SDBC (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "Няма регистриран драйвер за адреса #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "Установена е връзка, но няма достъпна информация относно таблиците в базата от данни."
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Всички таблици"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Всички виртуални таблици"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Всички обикновени и виртуални таблици"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Име на таблица"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Вмъкване на данни"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Изтриване на данни"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Промяна на данни"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Промяна на структура"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Четене на данни"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Промяна на връзки"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Изтриване на структура"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Път до файловете на dBASE"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Път до текстовите файлове"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Път до документ - електронна таблица"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "Име на ODBC източник на данни"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "Път към документа на Writer"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Име на база от данни на MySQL"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Име на база от данни на Oracle"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Файл с база от данни на Microsoft Access"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "Не са необходими повече настройки. За да се уверите, че връзката работи, натиснете бутона \"%test\"."
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "URL на източник на данни (напр. host=$host:$port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~Име на хост"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Име на профил на ~Mozilla"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Име на профил на ~Thunderbird"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Добавяне на таблици"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "Добавяне на таблица или заявка"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Избиране на колони"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Форматиране на типовете"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"Следното име вече е използвано:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Съответствие на колони"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< Назад"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "Напред >"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "Създаване"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Копиране на таблица"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Копиране на таблица"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "Името на таблицата не е валидно в текущата база от данни."
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "Изберете \"Добавяне на данни\" на първата страница, за да добавите данни към съществуваща таблица."
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "Моля, променете името на таблицата. Твърде дълго е."
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Помощник за бази от данни"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Избор на база от данни"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Настройване на връзка към dBASE"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Настройване на връзка към текстови файлове"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Настройване на връзка към Microsoft Access"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Настройване на връзка към LDAP"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Настройване на връзка към ADO"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Настройване на връзка към JDBC"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Настройване на връзка към база от данни на Oracle"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Настройване на връзка към MySQL"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Настройване на връзка към ODBC"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "Настройка на връзка към документ на Writer или Calc"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Настройване на потребителска идентификация"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Настройване на данните за MySQL сървър"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Записване и продължаване"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Нова база от данни"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Настройване на връзка към MySQL с JDBC драйвер"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"Ако не сте сигурни за правилните настройки, обърнете се към системния си администратор."
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "Клас - драйвер за MySQL JDBC:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "По подразбиране: 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Настройване на връзка към файлове на dBASE"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "Изберете папката, в която се намират файловете на dBASE."
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Настройване на връзка към текстови файлове"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "Изберете папката, в която се намират CSV файловете. %PRODUCTNAME ще отвори файловете в режим само за четене."
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Път до текстовите файлове"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Настройване на връзка към база от данни на Microsoft Access"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "Моля, изберете файла на Microsoft Access, който искате да отворите."
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Настройване на връзка към база от данни чрез ADO"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"Ако не сте сигурни за правилните настройки, обърнете се към системния си администратор."
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Настройване на връзка към база от дани чрез ODBC"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"Ако не сте сигурни за правилните настройки, обърнете се към системния си администратор."
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Настройване на връзка към база от данни чрез JDBC"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"Ако не сте сигурни за правилните настройки, обърнете се към системния си администратор."
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Настройване на връзка към база от данни на Oracle"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "По подразбиране: 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Клас - JDBC драйвер за Oracle"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"Ако не сте сигурни за правилните настройки, обърнете се към системния си администратор."
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Настройване на връзка към електронна таблица"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME ще я отвори само за четене."
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "Местоположение и име на файла"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Командата е изпълнена успешно."
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "Връзката към базата от данни е прекъсната. Диалогът ще бъде затворен."
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Ред за сортиране"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Индексирано поле"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Възходящо"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Низходящо"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Наистина ли искате да бъде изтрит индексът \"$name$\"?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "индекс"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Индексът трябва да съдържа поне едно поле."
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Вече съществува друг индекс с име \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "В дефиниция на индекс колоните на таблицата не трябва да се срещат повече от веднъж. Въвели сте колоната \"$name$\" два пъти."
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "Въведеното не може да бъде преобразувано до валидна стойност за параметъра \"$name$\""
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "Състояние на SQL"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Код на грешката"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "Честа причина за тази грешка е неправилна настройка за знаков набор на базата от данни. Проверете настройките с Редактиране - Бази от данни - Свойства."
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Грешка"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Предупреждение"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Информация"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Подробности"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Наистина ли желаете потребителят да бъде изтрит?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "Базата от данни не поддържа администриране на потребители."
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Паролите не съвпадат. Моля, въведете паролата отново."
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "Имайте предвид, че някои бази от данни може да не поддържат този тип съединение."
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "Включва само записите, за които съдържанието на сродните полета от двете таблици е еднакво."
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "Съдържа всички записи от таблицата \"%1\" и само тези записи от \"%2\", за които стойностите на сродните полета съвпадат."
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Съдържа всички записи от \"%1\" и \"%2\"."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "Съдържа декартовото произведение на всички записи от \"%1\" и от \"%2\"."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Целевата база от данни не поддържа виртуални таблици."
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "Целевата база от данни не поддържа първични ключове."
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "Не е открит описател за достъп до данните или никой от описателите не може да предостави цялата необходима информация."
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "В момента се поддържат само таблици и заявки."
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "Резултатният набор от източника за копирането трябва да поддържа маркери."
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Не се поддържа типът на колона от източника ($type$), позиция $pos$."
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Невалиден брой инициализиращи параметри."
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Възникна грешка по време на инициализирането."
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "Неподдържана настройка в описателя на източника за копиране: $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "За да копирате заявка, връзката ви трябва да може да предоставя заявки."
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "Подаденият манипулатор за взаимодействие е невалиден."
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "Релацията вече съществува. Желаете ли да я редактирате или ще създадете нова?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Редактиране..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Създаване..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: проектиране на релации"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "Базата от данни не поддържа релации."
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "Когато бъде изтрита таблицата, всички релации към нея също ще бъдат изтрити. Продължение?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -4536,7 +4530,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "Маркирайте таблиците, които трябва да са видими за приложенията."
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Таблици и филтър на таблици"
@@ -4565,6 +4559,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "Добавяне на таблица или заявка"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:100
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
diff --git a/source/bg/desktop/messages.po b/source/bg/desktop/messages.po
index faac3fa16b5..ea83480e337 100644
--- a/source/bg/desktop/messages.po
+++ b/source/bg/desktop/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-05-19 12:41+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-05-23 22:47+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/bg/>\n"
@@ -124,146 +124,152 @@ msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Разширение"
+#. o6NBi
+#: desktop/inc/strings.hrc:47
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr ""
+
#. 5TAZB
-#: desktop/inc/strings.hrc:48
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO компонент - динамична библиотека"
#. SK5Ay
-#: desktop/inc/strings.hrc:49
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO компонент на Java"
#. a7o4C
-#: desktop/inc/strings.hrc:50
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO компонент на Python"
#. QyN3F
-#: desktop/inc/strings.hrc:51
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO компоненти"
#. G6LCn
-#: desktop/inc/strings.hrc:52
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "Библиотека от типове на UNO (RDB)"
#. KcXfh
-#: desktop/inc/strings.hrc:53
+#: desktop/inc/strings.hrc:54
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "Библиотека от типове на UNO (Java)"
#. wBhDU
-#: desktop/inc/strings.hrc:55
+#: desktop/inc/strings.hrc:56
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "Библиотека на %MACROLANG"
#. k2PBJ
-#: desktop/inc/strings.hrc:57
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Помощ"
#. wPwGt
-#: desktop/inc/strings.hrc:58
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "Разширението не може да бъде инсталирано, защото:\n"
#. PBXkt
-#: desktop/inc/strings.hrc:59
+#: desktop/inc/strings.hrc:60
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "Разширението няма да бъде инсталирано, защото е възникнала грешка във файловете на помощта:\n"
#. u3kcb
-#: desktop/inc/strings.hrc:61
+#: desktop/inc/strings.hrc:62
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Добавяне на разширения"
#. DDxFn
-#: desktop/inc/strings.hrc:62
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Премахване"
#. s6iho
-#: desktop/inc/strings.hrc:63
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "Разр~ешаване"
#. CeKUw
-#: desktop/inc/strings.hrc:64
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Забраняване"
#. Z7G4r
-#: desktop/inc/strings.hrc:65
+#: desktop/inc/strings.hrc:66
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Обновяване..."
#. iFBQd
-#: desktop/inc/strings.hrc:66
+#: desktop/inc/strings.hrc:67
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Протича добавяне на %EXTENSION_NAME"
#. J5KAU
-#: desktop/inc/strings.hrc:67
+#: desktop/inc/strings.hrc:68
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Протича премахване на %EXTENSION_NAME"
#. A6AzC
-#: desktop/inc/strings.hrc:68
+#: desktop/inc/strings.hrc:69
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Протича разрешаване на %EXTENSION_NAME"
#. Mh7ag
-#: desktop/inc/strings.hrc:69
+#: desktop/inc/strings.hrc:70
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Протича забраняване на %EXTENSION_NAME"
#. GjgyB
-#: desktop/inc/strings.hrc:70
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "Приемане на лиценза за %EXTENSION_NAME"
#. buqgv
-#: desktop/inc/strings.hrc:71
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Грешка: не се знае състоянието на това разширение"
#. H6NGb
-#: desktop/inc/strings.hrc:72
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Затваряне"
#. T9Gqg
-#: desktop/inc/strings.hrc:73
+#: desktop/inc/strings.hrc:74
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Край"
#. AEv5h
-#: desktop/inc/strings.hrc:74
+#: desktop/inc/strings.hrc:75
msgctxt "RID_STR_NO_ADMIN_PRIVILEGE"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
@@ -275,25 +281,25 @@ msgstr ""
"Обновяването на споделени разширения изисква административни права. Свържете се с вашия системен администратор, за да обнови следните разширения:"
#. mQAQ9
-#: desktop/inc/strings.hrc:77
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "Разширението не може да бъде инсталирано, тъй като не са удовлетворени следните системни зависимости:"
#. X4uSy
-#: desktop/inc/strings.hrc:78
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "Разширението е забранено защото все още не сте приели лизенза за него.\n"
#. ky6LA
-#: desktop/inc/strings.hrc:79
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Показване на лиценза"
#. xyCf9
-#: desktop/inc/strings.hrc:80
+#: desktop/inc/strings.hrc:81
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -305,19 +311,19 @@ msgstr ""
"Натиснете \"Отказ\", за да прекратите инсталирането."
#. Y4EHy
-#: desktop/inc/strings.hrc:83
+#: desktop/inc/strings.hrc:84
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "Инсталирането на разширения в момента е забранено. Моля, свържете се със системния си администратор за повече информация."
#. JiEFG
-#: desktop/inc/strings.hrc:85
+#: desktop/inc/strings.hrc:86
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "Премахването на разширения в момента е забранено. Моля, свържете се със системния си администратор за повече информация."
#. LncbY
-#: desktop/inc/strings.hrc:87
+#: desktop/inc/strings.hrc:88
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -329,7 +335,7 @@ msgstr ""
"Натиснете \"Отказ\", за да прекратите деинсталирането."
#. fiYMH
-#: desktop/inc/strings.hrc:90
+#: desktop/inc/strings.hrc:91
msgctxt "RID_STR_WARNING_REMOVE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -341,7 +347,7 @@ msgstr ""
"Натиснете \"Отказ\", за да спрете премахването на разширението."
#. bQ675
-#: desktop/inc/strings.hrc:94
+#: desktop/inc/strings.hrc:95
msgctxt "RID_STR_WARNING_ENABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -353,7 +359,7 @@ msgstr ""
"Натиснете \"Отказ\", за да спрете разрешаването на разширението."
#. zEGzE
-#: desktop/inc/strings.hrc:98
+#: desktop/inc/strings.hrc:99
msgctxt "RID_STR_WARNING_DISABLE_SHARED_EXTENSION"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
@@ -365,91 +371,91 @@ msgstr ""
"Натиснете \"Отказ\", за да спрете забраняването на разширението."
#. bfdYH
-#: desktop/inc/strings.hrc:102
+#: desktop/inc/strings.hrc:103
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "Разширението \"%Name\" не работи на този компютър."
#. cGEv7
-#: desktop/inc/strings.hrc:104
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Инсталират се разширения..."
#. TP9Jx
-#: desktop/inc/strings.hrc:105
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Инсталирането завърши"
#. vga5X
-#: desktop/inc/strings.hrc:106
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Няма грешки."
#. GtBF5
-#: desktop/inc/strings.hrc:107
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Грешка при изтегляне на разширението %NAME. "
#. 8wV4e
-#: desktop/inc/strings.hrc:108
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Съобщението за грешка е: "
#. vAP5D
-#: desktop/inc/strings.hrc:109
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Грешка при инсталиране на разширението %NAME. "
#. DNwGS
-#: desktop/inc/strings.hrc:110
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "Лицензионното споразумение за разширението %NAME бе отхвърлено. "
#. q4fDv
-#: desktop/inc/strings.hrc:111
+#: desktop/inc/strings.hrc:112
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Разширението няма да бъде инсталирано."
#. 2yEGV
-#: desktop/inc/strings.hrc:113
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Неизвестен"
#. kGwZa
-#: desktop/inc/strings.hrc:114
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "Разширението изисква версия на OpenOffice.org, не по-ниска от %VERSION"
#. rcfFe
-#: desktop/inc/strings.hrc:115
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "Разширението не поддържа по-нови версии на OpenOffice.org от %VERSION"
#. 776kM
-#: desktop/inc/strings.hrc:116
+#: desktop/inc/strings.hrc:117
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "Разширението изисква версия на %PRODUCTNAME, не по-ниска от %VERSION"
#. P4pgb
-#: desktop/inc/strings.hrc:117
+#: desktop/inc/strings.hrc:118
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MAX"
msgid "Extension does not support %PRODUCTNAME versions greater than %VERSION"
msgstr "Разширението не поддържа версии на %PRODUCTNAME, по-високи от %VERSION"
#. dNBtG
-#: desktop/inc/strings.hrc:119
+#: desktop/inc/strings.hrc:120
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -463,7 +469,7 @@ msgstr ""
"Натиснете \"Отказ\", за да прекъснете инсталирането."
#. TmQCx
-#: desktop/inc/strings.hrc:123
+#: desktop/inc/strings.hrc:124
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -477,7 +483,7 @@ msgstr ""
"Натиснете \"Отказ\", за да прекъснете инсталирането."
#. AMTBi
-#: desktop/inc/strings.hrc:127
+#: desktop/inc/strings.hrc:128
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -491,7 +497,7 @@ msgstr ""
"Натиснете \"Отказ\", за да прекъснете инсталирането."
#. 5TDnT
-#: desktop/inc/strings.hrc:131
+#: desktop/inc/strings.hrc:132
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -505,7 +511,7 @@ msgstr ""
"Натиснете \"Отказ\", за да прекъснете инсталирането."
#. 9wcAB
-#: desktop/inc/strings.hrc:135
+#: desktop/inc/strings.hrc:136
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -519,7 +525,7 @@ msgstr ""
"Натиснете \"Отказ\", за да прекъснете инсталирането."
#. 2WQJk
-#: desktop/inc/strings.hrc:139
+#: desktop/inc/strings.hrc:140
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -533,145 +539,145 @@ msgstr ""
"Натиснете \"Отказ\", за да прекъснете инсталирането."
#. J2X2b
-#: desktop/inc/strings.hrc:144
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Няма налични обновявания."
#. y7gVg
-#: desktop/inc/strings.hrc:145
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Не са достъпни обновявания за инсталиране. За да видите игнорираните и забранените обновявания, отметнете \"Показване на всички обновявания\"."
#. rq2Co
-#: desktop/inc/strings.hrc:146
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Възникна грешка:"
#. 77Hco
-#: desktop/inc/strings.hrc:147
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Непозната грешка."
#. 7xdom
-#: desktop/inc/strings.hrc:148
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Няма повече информация за това обновяване."
#. NECjC
-#: desktop/inc/strings.hrc:149
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Разширението не може да бъде обновено, защото:"
#. BstEF
-#: desktop/inc/strings.hrc:150
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Необходимата версия на %PRODUCTNAME не съвпада:"
#. fz5C3
-#: desktop/inc/strings.hrc:151
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "Инсталиран е %PRODUCTNAME %VERSION"
#. ofeoD
-#: desktop/inc/strings.hrc:152
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "обновяване през браузър"
#. 4NJkE
-#: desktop/inc/strings.hrc:153
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Версия"
#. JRSnS
-#: desktop/inc/strings.hrc:154
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Това обновяване ще бъде игнорирано.\n"
#. Ea8Mi
-#: desktop/inc/strings.hrc:156
+#: desktop/inc/strings.hrc:157
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Приложението не може да бъде стартирано. "
#. STFHr
-#: desktop/inc/strings.hrc:157
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Конфигурационната директория \"$1\" не може да бъде намерена."
#. bGWux
-#: desktop/inc/strings.hrc:158
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Инсталационният път е невалиден."
#. kdZLA
-#: desktop/inc/strings.hrc:159
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Възникнала е вътрешна грешка."
#. yGBza
-#: desktop/inc/strings.hrc:160
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Конфигурационният файл \"$1\" е повреден."
#. CP9Qk
-#: desktop/inc/strings.hrc:161
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Конфигурационният файл \"$1\" не е намерен."
#. maapb
-#: desktop/inc/strings.hrc:162
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "Конфигурационният файл \"$1\" не поддържа текущата версия."
#. q2F59
-#: desktop/inc/strings.hrc:163
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Не може да се определи езикът на потребителския интерфейс."
#. UTKHa
-#: desktop/inc/strings.hrc:164
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "Потребителската инсталация не може да бъде завършена. "
#. dgxZP
-#: desktop/inc/strings.hrc:165
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Конфигурирането не е достъпно."
#. wbj4W
-#: desktop/inc/strings.hrc:166
+#: desktop/inc/strings.hrc:167
msgctxt "STR_ASK_START_SETUP_MANUALLY"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "Стартирайте инсталатора от компактдиска или от папката, съдържаща инсталационните пакети, за да поправите инсталацията."
#. d3or5
-#: desktop/inc/strings.hrc:167
+#: desktop/inc/strings.hrc:168
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "Възникнала е обща грешка при достъп до централната конфигурация. "
#. TXCKM
-#: desktop/inc/strings.hrc:168
+#: desktop/inc/strings.hrc:169
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -683,19 +689,19 @@ msgstr ""
"Моля, свържете се със системния си администратор."
#. bouaV
-#: desktop/inc/strings.hrc:169
+#: desktop/inc/strings.hrc:170
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Възникнала е следната вътрешна грешка: "
#. zBSDM
-#: desktop/inc/strings.hrc:170
+#: desktop/inc/strings.hrc:171
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "За съжаление %PRODUCTNAME трябва да бъде рестартиран веднъж ръчно след инсталиране или обновяване."
#. NBTfi
-#: desktop/inc/strings.hrc:171
+#: desktop/inc/strings.hrc:172
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -709,25 +715,25 @@ msgstr ""
"Наистина ли желаете да продължите?"
#. EB6Yf
-#: desktop/inc/strings.hrc:172
+#: desktop/inc/strings.hrc:173
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. GiCJZ
-#: desktop/inc/strings.hrc:173
+#: desktop/inc/strings.hrc:174
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Печатът е забранен. Не могат да се печатат документи."
#. VxBTE
-#: desktop/inc/strings.hrc:174
+#: desktop/inc/strings.hrc:175
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Диспечерът на пътища не е достъпен.\n"
#. Cy4Wz
-#: desktop/inc/strings.hrc:175
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
@@ -737,7 +743,7 @@ msgstr ""
"\n"
#. 2o5XG
-#: desktop/inc/strings.hrc:176
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOTSTRAP_ERR_NOACCESSRIGHTS"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
@@ -747,61 +753,61 @@ msgstr ""
"\n"
#. uigQN
-#: desktop/inc/strings.hrc:178
+#: desktop/inc/strings.hrc:179
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "Лицензионно споразумение за разширение $NAME:"
#. DEkAo
-#: desktop/inc/strings.hrc:179
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_2"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "Прочетете пълното лицензионно споразумение показано по-долу. Приемете го, като въведете \"да\" в конзолата, след което натиснете клавиша Enter. Въведете \"не\", за да откажете и да прекъснете инсталирането на разширението."
#. wANiC
-#: desktop/inc/strings.hrc:183
+#: desktop/inc/strings.hrc:184
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[въведете \"да\" или \"не\"]:"
#. wEFn2
-#: desktop/inc/strings.hrc:184
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "Въведената стойност е некоректна. Моля, въведете \"да\" или \"не\":"
#. A9CdG
-#: desktop/inc/strings.hrc:185
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "ДА"
#. HLETc
-#: desktop/inc/strings.hrc:186
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Д"
#. SQ6jd
-#: desktop/inc/strings.hrc:187
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "НЕ"
#. 6LgGA
-#: desktop/inc/strings.hrc:188
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "Н"
#. aCY73
-#: desktop/inc/strings.hrc:189
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_CONCURRENTINSTANCE"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg не може да се стартира. Заключващият файл показва, че вече е стартиран. Ако не е така, изтрийте заключващия файл от:"
#. MLhHo
-#: desktop/inc/strings.hrc:191
+#: desktop/inc/strings.hrc:192
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ГРЕШКА: "
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po
index 5d052527d2a..3140c2b3b14 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-08-04 13:02+0200\n"
-"PO-Revision-Date: 2020-07-05 05:34+0000\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
+"PO-Revision-Date: 2020-08-13 17:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/bg/>\n"
"Language: bg\n"
@@ -536,7 +536,7 @@ msgctxt ""
"par_id631529990528928\n"
"help.text"
msgid "Open <item type=\"menuitem\">Tools - Macros - Organize dialogs...</item> and select <item type=\"menuitem\">%PRODUCTNAME Dialogs</item> container."
-msgstr ""
+msgstr "Отворете <item type=\"menuitem\">Инструменти - Макроси - Управление на диалогови прозорци...</item> и изберете контейнера <item type=\"menuitem\">Диалогови прозорци на %PRODUCTNAME</item>."
#. C3yvQ
#: 00000003.xhp
@@ -3326,7 +3326,7 @@ msgctxt ""
"hd_id3147264\n"
"help.text"
msgid "<variable id=\"thebasiceditorh1\"><link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link></variable>"
-msgstr ""
+msgstr "<variable id=\"thebasiceditorh1\"><link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">Редакторът на Basic</link></variable>"
#. dSemx
#: 01030200.xhp
@@ -8161,14 +8161,14 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr "sVar = MsgBox(\"Лас Вегас\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Заглавие на диалога\")"
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
-msgstr "Оператор Print"
+msgid "Print# Statement"
+msgstr ""
#. addUg
#: 03010103.xhp
@@ -8179,23 +8179,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr "<bookmark_value>Print, оператор</bookmark_value><bookmark_value>Print, оператор; функция Tab</bookmark_value><bookmark_value>Print, оператор; функция Spc</bookmark_value><bookmark_value>Spc, функция; в оператора Print</bookmark_value><bookmark_value>Tab, функция; в оператора Print</bookmark_value>"
-#. 5DJDW
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link></variable>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "Извежда зададените низове или числови изрази в диалогов прозорец или файл."
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9437,7 +9446,7 @@ msgctxt ""
"hd_id3157896\n"
"help.text"
msgid "<variable id=\"Close_h1\"><link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement\">Close Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Close_h1\"><link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement\">Оператор Close</link></variable>"
#. UxFz9
#: 03020101.xhp
@@ -9455,7 +9464,7 @@ msgctxt ""
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Close_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Close Statement diagram</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/Close_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Диаграма на оператора Close</alt></image>"
#. FEDAa
#: 03020101.xhp
@@ -9464,7 +9473,7 @@ msgctxt ""
"par_id3147265\n"
"help.text"
msgid "Close [[#]fileNum [, [#]fileNum2 [,...]]]"
-msgstr ""
+msgstr "Close [[#]fileNum [, [#]fileNum2 [,...]]]"
#. gdqMu
#: 03020101.xhp
@@ -9473,7 +9482,7 @@ msgctxt ""
"par_id3150791\n"
"help.text"
msgid "<emph>fileNum:</emph> Any integer expression that specifies the number of the data channel that was opened with the <emph>Open</emph> statement."
-msgstr ""
+msgstr "<emph>fileNum:</emph> целочислен израз, който задава номера на канала за данни, отворен с оператора <emph>Open</emph>."
#. uP5nk
#: 03020102.xhp
@@ -9608,7 +9617,7 @@ msgctxt ""
"hd_id3150791\n"
"help.text"
msgid "<variable id=\"Open_h1\"><link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">Open Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Open_h1\"><link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">Оператор Open</link></variable>"
#. Etqck
#: 03020103.xhp
@@ -9626,7 +9635,7 @@ msgctxt ""
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Open_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Open Statement diagram</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/Open_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Диаграма на оператора Open</alt></image>"
#. CRDEh
#: 03020103.xhp
@@ -9635,7 +9644,7 @@ msgctxt ""
"par_id971587473488702\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/access_fragment.svg\" id=\"img_id4156296484515\"><alt id=\"alt_id15152796484515\">access fragment diagram</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/access_fragment.svg\" id=\"img_id4156296484515\"><alt id=\"alt_id15152796484515\">диаграма на фрагмента access</alt></image>"
#. N3tit
#: 03020103.xhp
@@ -9644,7 +9653,7 @@ msgctxt ""
"par_id971587473488703\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/locking_fragment.svg\" id=\"img_id4156296484516\"><alt id=\"alt_id15152796484516\">locking fragment diagram</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/locking_fragment.svg\" id=\"img_id4156296484516\"><alt id=\"alt_id15152796484516\">диаграма на фрагмента locking</alt></image>"
#. dbM7e
#: 03020103.xhp
@@ -9653,7 +9662,7 @@ msgctxt ""
"par_id3155132\n"
"help.text"
msgid "<emph>pathname: </emph>Path and name of the file to open. If you try to read a file that does not exist (Access = Read), an error message appears. If you try to write to a file that does not exist (Access = Write), a new file is created."
-msgstr ""
+msgstr "<emph>pathname:</emph> име и път на файла, който да бъде отворен. Ако се опитате да четете от несъществуващ файл (Access = Read), се показва съобщение за грешка. Ако се опитате да записвате в несъществуващ файл (Access = Write), се създава нов файл."
#. XqfP8
#: 03020103.xhp
@@ -9662,7 +9671,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "<emph>mode:</emph> Keyword that specifies the file mode. Valid values: <literal>Append</literal> (append to sequential file), <literal>Binary</literal> (data can be accessed by bytes using Get and Put), <literal>Input</literal> (opens data channel for reading), <literal>Output</literal> (opens data channel for writing), and <literal>Random</literal> (edits relative files)."
-msgstr ""
+msgstr "<emph>mode:</emph> ключова дума, указваща режима на работа с файла. Валидните стойности са: <literal>Append</literal> (добавяне към файл с последователен достъп), <literal>Binary</literal> (данните могат да се четат и записват на ниво байт с Get и Put), <literal>Input</literal> (отваря канал за данни за четене), <literal>Output</literal> (отваря канал за данни за записване) и <literal>Random</literal> (за редактиране на файлове с произволен достъп)."
#. 3983q
#: 03020103.xhp
@@ -9671,7 +9680,7 @@ msgctxt ""
"par_id3154014\n"
"help.text"
msgid "<emph>io:</emph> Keyword that defines the access type. Valid values: <literal>Read</literal> (read-only), <literal>Write</literal> (write-only), <literal>Read Write</literal> (both)."
-msgstr ""
+msgstr "<emph>io:</emph> ключова дума, указваща вида на достъпа. Валидните стойности са: <literal>Read</literal> (само за четене), <literal>Write</literal> (само за запис), <literal>Read Write</literal> (и двете)."
#. kzzkr
#: 03020103.xhp
@@ -9680,7 +9689,7 @@ msgctxt ""
"par_id3150011\n"
"help.text"
msgid "<emph>locking:</emph> Keyword that defines the security status of a file after opening. Valid values: <literal>Shared</literal> (file may be opened by other applications), <literal>Lock Read</literal> (file is protected against reading), <literal>Lock Write</literal> (file is protected against writing), <literal>Lock Read Write</literal> (denies file access)."
-msgstr ""
+msgstr "<emph>locking:</emph> ключова дума за защита на файла след отварянето му. Валидните стойности са: <literal>Shared</literal> (файлът може да бъде отварян от други приложения), <literal>Lock Read</literal> (файл е защитен срещу четене), <literal>Lock Write</literal> (файлът е защитен срещу записване), <literal>Lock Read Write</literal> (достъпът до файла се отказва)."
#. D2D4q
#: 03020103.xhp
@@ -9689,7 +9698,7 @@ msgctxt ""
"par_id3153190\n"
"help.text"
msgid "<emph>filenum:</emph> Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement."
-msgstr ""
+msgstr "<emph>filenum:</emph> целочислен израз със стойност от 0 до 511, представляваща номер на свободен канал за данни. Впоследствие можете да изпращате команди към този канал за данни, за да работите с файла. Файловият номер трябва да бъде определен с функцията FreeFile непосредствено преди оператора Open."
#. LgCLi
#: 03020103.xhp
@@ -9698,7 +9707,7 @@ msgctxt ""
"par_id3151115\n"
"help.text"
msgid "<emph>recLen:</emph> For <literal>Random</literal> access files, set the length of the records."
-msgstr ""
+msgstr "<emph>recLen:</emph> Задава дължината на записите за файлове с произволен (<literal>Random</literal>) достъп."
#. mvgxB
#: 03020103.xhp
@@ -9745,14 +9754,14 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>Reset, оператор</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">Оператор Reset</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
+msgstr ""
#. iLCKn
#: 03020104.xhp
@@ -9763,23 +9772,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "Затваря всички отворени файлове и записва съдържанията на всички файлови буфери върху твърдия диск."
-#. nTNj2
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
-
-#. TufHR
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "Пример:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -9842,7 +9842,7 @@ msgctxt ""
"hd_id3154927\n"
"help.text"
msgid "<variable id=\"Get_h1\"><link href=\"text/sbasic/shared/03020201.xhp\">Get Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Get_h1\"><link href=\"text/sbasic/shared/03020201.xhp\">Оператор Get</link></variable>"
#. cpLtG
#: 03020201.xhp
@@ -9869,7 +9869,7 @@ msgctxt ""
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Get_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Get Statement diagram</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/Get_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Диаграма на оператора Get</alt></image>"
#. xBhKA
#: 03020201.xhp
@@ -9878,7 +9878,7 @@ msgctxt ""
"par_id3150792\n"
"help.text"
msgid "Get [#]fileNum, [recordNum|filePos], variable"
-msgstr ""
+msgstr "Get [#]fileNum, [recordNum|filePos], variable"
#. UM9CG
#: 03020201.xhp
@@ -9887,7 +9887,7 @@ msgctxt ""
"par_id3150448\n"
"help.text"
msgid "<emph>fileNum:</emph> Any integer expression that determines the file number."
-msgstr ""
+msgstr "<emph>fileNum:</emph> целочислен израз, който определя номера на файла."
#. khxG7
#: 03020201.xhp
@@ -9896,7 +9896,7 @@ msgctxt ""
"par_id3154684\n"
"help.text"
msgid "<emph>recordNum:</emph> For files opened in Random mode, <emph>recordNum</emph> is the number of the record that you want to read."
-msgstr ""
+msgstr "<emph>recordNum:</emph> за файлове, отворени в режим Random, <emph>recordNum</emph> е номерът на записа, който искате да прочетете."
#. 3w9MJ
#: 03020201.xhp
@@ -9905,7 +9905,7 @@ msgctxt ""
"par_id3153768\n"
"help.text"
msgid "For files opened in Binary mode, <emph>filePos</emph> is the byte position in the file where the reading starts."
-msgstr ""
+msgstr "За файлове, отворени в режим Binary, <emph>filePos</emph> е позицията във файла на байта, от който започва четенето."
#. NvcjF
#: 03020201.xhp
@@ -9914,7 +9914,7 @@ msgctxt ""
"par_id3147319\n"
"help.text"
msgid "If <emph>recordNum</emph> and <emph>filePos</emph> are omitted, the current position or the current data record of the file is used."
-msgstr ""
+msgstr "Ако параметрите <emph>recordNum</emph> и <emph>filePos</emph> бъдат пропуснати, ще се използва текущата позиция или текущият запис от файла."
#. GZcaW
#: 03020201.xhp
@@ -10024,50 +10024,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "Чете данни от отворен файл с последователен достъп."
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Параметри:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber:</emph> номерът на файла, съдържащ данните, които искате да бъдат прочетени. Файлът трябва да е отворен с оператора Open и ключовата дума INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>var:</emph> числова или низова променлива, на която се присвояват прочетените от файла стойности."
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10105,15 +10096,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "Ако по време на четенето на елемент от данните бъде достигнат краят на файла, възниква грешка и процесът се прекратява."
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "Пример:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10132,14 +10114,14 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr "' Четене на файл с данни чрез Input"
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
-msgstr "Оператор Line Input #"
+msgid "Line Input# Statement"
+msgstr ""
#. CCEuD
#: 03020203.xhp
@@ -10150,68 +10132,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>Line Input, оператор</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Оператор Line Input #</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
+msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "Чете в променлива низове от файл с последователен достъп."
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "Line Input #FileNumber As Integer, Var As String"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Параметри:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>FileNumber:</emph> номерът на файла с данните, които желаете да бъдат прочетени. Файлът трябва да е предварително отворен с оператора Open и ключовата дума INPUT."
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>var:</emph> името на променливата, в която се запазва резултатът."
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10222,41 +10186,14 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "С оператора <emph>Line Input#</emph> можете да четете низове от отворен файл в променлива. Низовите променливи се четат ред по ред до първия знак за връщане на каретката (Asc=13) или нов ред (Asc=10). Знаците за край на реда не се включват в резултатния низ."
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "Пример:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"Това е ред с текст\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"Това е още един ред с текст\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
-msgstr "Оператор Put"
+msgid "Put# Statement"
+msgstr ""
#. psWQE
#: 03020204.xhp
@@ -10267,13 +10204,13 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>Put, оператор</bookmark_value>"
-#. qMDia
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link></variable>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
msgstr ""
#. e8rUp
@@ -10285,14 +10222,14 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "Записва запис във файл с произволен достъп или последователност от байтове в двоичен файл."
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "Виж също: оператор <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link>"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. 9HgEG
#: 03020204.xhp
@@ -10312,22 +10249,22 @@ msgctxt ""
msgid "Put [#]fileNum, [recordNum|filePos], variable"
msgstr ""
-#. FyRAf
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>fileNum:</emph> Any integer expression that defines the file that you want to write to."
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
msgstr ""
-#. hYQKG
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>recordNum, filePos: </emph>For relative files (random access files), the number of the record that you want to write."
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
msgstr ""
#. dUyzK
@@ -10339,13 +10276,13 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "За двоични файлове – позицията на байта, от който трябва да започне записването."
-#. 59xWL
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>variable:</emph> Name of the variable that you want to write to the file."
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
msgstr ""
#. yyf95
@@ -10384,68 +10321,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>Write, оператор</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Оператор Write</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
+msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "Записва данни във файл с последователен достъп."
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. eoeBE
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3150449\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
-
-#. jxyZn
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"par_id3145785\n"
-"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "Write [#FileNumber], [Expressionlist]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "Параметри:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>FileName:</emph> числов израз, задаващ номера на файл, който е получен от оператора Open за съответния файл."
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>ExpressionList:</emph> разделени със запетаи променливи или изрази, чиито стойности желаете да се запишат във файла."
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10492,15 +10420,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "Числата с десетични разделители се преобразуват според настройките на локала."
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "Пример:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11023,14 +10942,14 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>FileNumber:</emph> номерът на канал за данни, използван в оператора Open."
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
-msgstr "Оператор Seek"
+msgid "Seek# Statement"
+msgstr ""
#. vLW2K
#: 03020305.xhp
@@ -11041,14 +10960,14 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>Seek, оператор</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Оператор Seek</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
+msgstr ""
#. RBPKW
#: 03020305.xhp
@@ -11077,59 +10996,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "За всички други файлове операторът задава позицията на байта, с който ще бъде извършена следващата операция."
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "Виж също: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "Seek[#FileNumber], Position (As Long)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "Параметри:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>FileNumber:</emph> номерът на канал за данни, използван в оператора Open."
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>Position:</emph> позиция за следващото записване или четене. Тя може да бъде число между 1 и 2147483647. В зависимост от типа на файла, позицията означава номера на записа (файлове в режима Random) или позицията на байта (файлове в режимите Binary, Output, Append или Input). Първият байт във файла оговаря на позиция 1, вторият – на позиция 2 и т.н."
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -39391,14 +39310,14 @@ msgctxt ""
msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
-msgstr "Err.Raise 2020, Description:=\"Това е преднамерена дефинирана от потребителя грешка…\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
+msgstr ""
#. vuP6g
#: ErrVBA.xhp
@@ -41254,13 +41173,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
msgstr ""
-#. FcuAQ
+#. ZnMxE
#: conventions.xhp
msgctxt ""
"conventions.xhp\n"
"par_id158193699546735\n"
"help.text"
-msgid "LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property."
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
msgstr ""
#. ny9xr
diff --git a/source/bg/helpcontent2/source/text/scalc/guide.po b/source/bg/helpcontent2/source/text/scalc/guide.po
index 0308e409e9f..d19817d81e3 100644
--- a/source/bg/helpcontent2/source/text/scalc/guide.po
+++ b/source/bg/helpcontent2/source/text/scalc/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-07-21 11:19+0200\n"
-"PO-Revision-Date: 2020-07-30 22:38+0000\n"
+"PO-Revision-Date: 2020-08-12 11:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/bg/>\n"
"Language: bg\n"
@@ -2769,7 +2769,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "Mark the fields <link href=\"text/shared/01/02100000.xhp\" name=\"Regular expressions\"><emph>Regular expressions</emph></link> and <emph>Current selection only</emph>. Click <emph>Find All</emph>."
-msgstr "Отбележете полетата <link href=\"text/shared/01/02100000.xhp\" name=\"Regular expressions\"><emph>Регулярни изрази</emph></link> и <emph>Само в избраното</emph>. Натиснете <emph>Търсене - всички</emph>."
+msgstr "Отбележете полетата <link href=\"text/shared/01/02100000.xhp\" name=\"Regular expressions\"><emph>Регулярни изрази</emph></link> и <emph>Само в текущата селекция</emph>. Натиснете <emph>Търсене - всички</emph>."
#. A3CBV
#: cellstyle_by_formula.xhp
@@ -7278,7 +7278,7 @@ msgctxt ""
"par_id3156382\n"
"help.text"
msgid "Check <emph>Current selection only</emph>"
-msgstr "Отбележете <emph>Само в избраното</emph>"
+msgstr "Отметнете <emph>Само в текущата селекция</emph>."
#. noLgp
#: integer_leading_zero.xhp
diff --git a/source/bg/helpcontent2/source/text/sdatabase.po b/source/bg/helpcontent2/source/text/sdatabase.po
index 531dacb10f0..d8e23e14d32 100644
--- a/source/bg/helpcontent2/source/text/sdatabase.po
+++ b/source/bg/helpcontent2/source/text/sdatabase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-07-27 13:24+0200\n"
+"POT-Creation-Date: 2020-08-17 12:39+0200\n"
"PO-Revision-Date: 2020-07-29 20:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdatabase/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: LibreOffice\n"
#. ugSgG
#: 02000000.xhp
@@ -159,14 +159,14 @@ msgctxt ""
msgid "Allows you to sort and filter the data in a query table."
msgstr "Позволява ви да сортирате и филтрирате данните в таблица от заявка."
-#. EUECa
+#. XpUzN
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Проектиране на заявки</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
#. 3JCfK
#: 02000000.xhp
@@ -177,14 +177,14 @@ msgctxt ""
msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
msgstr "В режима <emph>Проектиране на заявка</emph> можете да създадете и редактирате заявка или виртуална таблица."
-#. 343AB
+#. q79aD
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Заявка през няколко таблици</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgstr ""
#. ASeVi
#: 02000000.xhp
@@ -195,14 +195,14 @@ msgctxt ""
msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
msgstr "Резултатът от заявка може да съдържа данни от няколко таблици, ако последните са свързани помежду си чрез подходящи полета."
-#. xGFWG
+#. uBo2H
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3159149\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Формулиране на критерии в заявка</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgstr ""
#. JTXBF
#: 02000000.xhp
@@ -213,14 +213,14 @@ msgctxt ""
msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
msgstr "Вижте кои операции и команди могат да се използват за формулиране на филтриращите условия в заявка."
-#. haGR4
+#. uCGCF
#: 02000000.xhp
msgctxt ""
"02000000.xhp\n"
"hd_id3156212\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Изпълняване на функции</link>"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgstr ""
#. FWCVa
#: 02000000.xhp
@@ -294,14 +294,14 @@ msgctxt ""
msgid "Do you really want to open the query in the graphic view?"
msgstr "Наистина ли желаете да отворите заявката в графичния изглед?"
-#. hLDZm
+#. 2DqMn
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3166461\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
-msgstr "<ahelp hid=\".\">Позволява ви да отворите заявката в <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">изгледа „Проектиране“</link> въпреки липсващите елементи.</ahelp> Тази възможност също така позволява да зададете дали останалите грешки да бъдат игнорирани."
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgstr ""
#. DX2vA
#: 02000002.xhp
@@ -321,14 +321,14 @@ msgctxt ""
msgid "Open the query in the SQL View"
msgstr "Отваряне на заявката в изглед SQL"
-#. FRNyg
+#. Axfxy
#: 02000002.xhp
msgctxt ""
"02000002.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
-msgstr "<ahelp hid=\".\">Позволява ви да отворите заявката в <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">режим SQL</link> и да интерпретирате заявката като <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> Можете да напуснете режима Native SQL само когато операторът на $[officename] е напълно интерпретиран (възможно е само ако използваните в заявката таблици или полета действително съществуват)."
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgstr ""
#. 2N4uG
#: 02000002.xhp
@@ -366,6 +366,2220 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
msgstr "<ahelp hid=\".\">Ако изберете първата възможност, но все пак искате да отворите заявката в графичния изглед въпреки липсващите елементи, можете да укажете дали останалите грешки да бъдат игнорирани.</ahelp> В такъв случай по време на текущото отваряне няма да се показват повече съобщения за грешка, ако заявката не може да бъде интерпретирана правилно."
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q